Re: [unicode] Menubar able to show unicode

2006-09-11 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | > "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: | | Lars> The problem is that it is the backend doing the _(), perhaps I | Lars> changed to much? (I think not...) | | We do not do _() on the menu names. These are internal names t

Re: [unicode] Menubar able to show unicode

2006-09-11 Thread Abdelrazak Younes
Jean-Marc Lasgouttes wrote: "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> The problem is that it is the backend doing the _(), perhaps I Lars> changed to much? (I think not...) We do not do _() on the menu names. These are internal names that are never displayed, AFAIK. Menu

Re: [unicode] Menubar able to show unicode

2006-09-11 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> The problem is that it is the backend doing the _(), perhaps I Lars> changed to much? (I think not...) We do not do _() on the menu names. These are internal names that are never displayed, AFAIK. Menu names are not menu label

Re: [unicode] Menubar able to show unicode

2006-09-11 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | > "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: | Lars> Everything that is supposed to be shown somewhere is supposed to | Lars> be docstring. (or ascii if it is supposed to be run through _() | Lars> before display) | | But menu

Re: [unicode] Menubar able to show unicode

2006-09-11 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> Everything that is supposed to be shown somewhere is supposed to Lars> be docstring. (or ascii if it is supposed to be run through _() Lars> before display) But menu names (in menubackend) are not supposed to be shown, right? J

Re: [unicode] Menubar able to show unicode

2006-09-11 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | > "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: | | Lars> This enables the frontends to show unicode (most of the work in | Lars> MenuBackend). | | Lars> Only Qt4 tested. All frontends compile. | | - virtual void openByName(

Re: [unicode] Menubar able to show unicode

2006-09-11 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> This enables the frontends to show unicode (most of the work in Lars> MenuBackend). Lars> Only Qt4 tested. All frontends compile. - virtual void openByName(std::string const &) = 0; + virtual void openByName(lyx::d

[unicode] Menubar able to show unicode

2006-09-09 Thread Lars Gullik Bjønnes
This enables the frontends to show unicode (most of the work in MenuBackend). Only Qt4 tested. All frontends compile. Will commit shortly. Index: src/lyxfunc.C === --- src/lyxfunc.C (revision 14953) +++ src/lyxfunc.C (working copy)