Re: disabling math toolbar

2009-12-04 Thread Pavel Sanda
Uwe Stöhr wrote: > Can you please open a regression bug report so that Abdel won't forget to > fix this? this is now: http://www.lyx.org/trac/ticket/6364 pavel

Re: disabling math toolbar

2009-12-04 Thread Pavel Sanda
Abdelrazak Younes wrote: >>> The one sane way to solve this rapidly is to create a new dialog for >>> that as I outlined earlier. Should be quite easy but I don't have the >>> time... >> >> Or use the support for tristate checkbox that exists in qt. > > From an ui point of view tristate checkbox in

Re: disabling math toolbar

2009-12-04 Thread Jean-Marc Lasgouttes
Abdelrazak Younes writes: >> Or use the support for tristate checkbox that exists in qt. > > From an ui point of view tristate checkbox in menu is very very bad IMO. Fair enough. JMarc

Re: disabling math toolbar

2009-12-04 Thread Abdelrazak Younes
Jean-Marc Lasgouttes wrote: Abdelrazak Younes writes: The one sane way to solve this rapidly is to create a new dialog for that as I outlined earlier. Should be quite easy but I don't have the time... Or use the support for tristate checkbox that exists in qt. From an ui point of

Re: disabling math toolbar

2009-12-04 Thread Jean-Marc Lasgouttes
Abdelrazak Younes writes: > The one sane way to solve this rapidly is to create a new dialog for > that as I outlined earlier. Should be quite easy but I don't have the > time... Or use the support for tristate checkbox that exists in qt. JMarc

Re: disabling math toolbar

2009-12-04 Thread Abdelrazak Younes
Pavel Sanda wrote: Abdelrazak Younes wrote: bisect leads to r24954: commit 7fd567d187e51c6168dfb4af991ee6aff82f Author: younes Date: Tue May 27 11:15:17 2008 + Re-engineer the toolbar support code: - We now rely more upon Qt features, - the initial toolbar positioning

Re: disabling math toolbar

2009-12-04 Thread Pavel Sanda
Abdelrazak Younes wrote: >>> bisect leads to r24954: >>> commit 7fd567d187e51c6168dfb4af991ee6aff82f >>> Author: younes >>> Date: Tue May 27 11:15:17 2008 + >>> >>> Re-engineer the toolbar support code: >>> - We now rely more upon Qt features, >>> - the initial toolbar positi

Re: disabling math toolbar

2009-12-03 Thread Abdelrazak Younes
Uwe Stöhr wrote: Abdelrazak Younes schrieb: and also 4 radio buttons for the position in the window. Why that? When the menubar is shown I drag it to a position of my choice. Even when it is in the auto mode, the toolbar will then appear at the wanted position. Maybe it's needed... But so

Re: disabling math toolbar

2009-12-01 Thread Uwe Stöhr
Abdelrazak Younes schrieb: OK, I guess this is an ui description problem as the three possible states are still possible: Yes, the problem is that the label "auto" indicates that it is in auto state while this is not always the case. The problem is that this menubar access is very bad. We n

Re: disabling math toolbar

2009-12-01 Thread Abdelrazak Younes
e cursor is inside a formula OK, I guess this is an ui description problem as the three possible states are still possible: When you are in math mode and the math toolbar is auto, you can disable it by invoking the menu. When you are *not* in math mode and the toolbar is auto you can enab

Re: disabling math toolbar

2009-12-01 Thread Uwe Stöhr
Abdelrazak Younes schrieb: First we have to agree that there is something to fix. What we need to fix is: - use the menu View->Toolbar to deactivate the math toolbars Result: the checkmark is correctly removed and the menu entry contains "(auto)" - now try to change the state from auto to c

Re: disabling math toolbar

2009-12-01 Thread Abdelrazak Younes
Uwe Stöhr wrote: Pavel Sanda schrieb: bisect leads to r24954: commit 7fd567d187e51c6168dfb4af991ee6aff82f Author: younes Date: Tue May 27 11:15:17 2008 + Re-engineer the toolbar support code: - We now rely more upon Qt features, - the initial toolbar positioning defined

Re: disabling math toolbar

2009-12-01 Thread Uwe Stöhr
Pavel Sanda schrieb: bisect leads to r24954: commit 7fd567d187e51c6168dfb4af991ee6aff82f Author: younes Date: Tue May 27 11:15:17 2008 + Re-engineer the toolbar support code: - We now rely more upon Qt features, - the initial toolbar positioning defined in "lib/ui/default

Re: disabling math toolbar

2009-12-01 Thread Jean-Marc Lasgouttes
after this commit tristate in menu for toolbars no more works. Yes, and I complained about it at the time. JMarc

Re: disabling math toolbar

2009-11-30 Thread Pavel Sanda
Pavel Sanda wrote: > Richard Heck wrote: > > On 11/30/2009 06:15 PM, Uwe Stöhr wrote: > >> rgheck schrieb: > >> > >>>> Use the menu View->Toolbars or alternatively the toolbar button at the > >>>> right of the main toolbar that

Re: Combine math toolbar and math panel?

2009-02-26 Thread Pavel Sanda
David Raymond wrote: > One minor problem: When adding math to the end of a file, the > automatic popup of the toolbar (which I like very much) partially > covers the math box until one starts typing math. If the math panel > is also activated, it completely covers the box. The box pops into > vie

Combine math toolbar and math panel?

2009-02-26 Thread David Raymond
I use math a lot in lyx, and it would seem simpler to me to combine the math toolbar and the math panel into a single, double-decker toolbar. I find myself using the panel as much as the toolbar, and I am not sure why they are separated. One minor problem: When adding math to the end of a file

Re: Auto popup of math toolbar hides the cursor (bug 4733)

2009-02-16 Thread Abdelrazak Younes
Pavel Sanda wrote: hi, in short the problem is that at the end of lyxfunc dispatch we firstly processUpdateFlags and after we do restartCursor() which in turn updates toolbar, which toggling-on hides the cursor. moving processUpdateFlags after restartCursor leads to crashes. the following patch

Auto popup of math toolbar hides the cursor (bug 4733)

2009-02-14 Thread Pavel Sanda
hi, in short the problem is that at the end of lyxfunc dispatch we firstly processUpdateFlags and after we do restartCursor() which in turn updates toolbar, which toggling-on hides the cursor. moving processUpdateFlags after restartCursor leads to crashes. the following patch is a workaround for

Re: rc2 - math toolbar

2008-09-03 Thread Jean-Marc Lasgouttes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: > Abdelrazak Younes <[EMAIL PROTECTED]> writes: >> Well, I have to confess that I hate this menu based UI. The only sane >> UI for this would be a context menu with three radio buttons >> (on/off/auto) for all available toolbar. The default Qt toolb

Re: rc2 - math toolbar

2008-09-03 Thread Jean-Marc Lasgouttes
Abdelrazak Younes <[EMAIL PROTECTED]> writes: > Well, I have to confess that I hate this menu based UI. The only sane > UI for this would be a context menu with three radio buttons > (on/off/auto) for all available toolbar. The default Qt toolbar menu > is good but is disabled because of the icon s

Re: rc2 - math toolbar

2008-09-03 Thread Abdelrazak Younes
end with the GUI, the information is now lost. I think the new behaviour does not make sense... After getting a vehement complaint from Abdel, I got to try out again the behaviour of the toolbars ;) The situation now is that auto toolbars (like the math toolbar) have two possible positions: auto

Re: rc2 - math toolbar

2008-09-03 Thread Jean-Marc Lasgouttes
the information is now lost. I think the new behaviour does not > make sense... After getting a vehement complaint from Abdel, I got to try out again the behaviour of the toolbars ;) The situation now is that auto toolbars (like the math toolbar) have two possible positions: auto and off. In

Re: rc2 - math toolbar

2008-09-02 Thread Abdelrazak Younes
Abdelrazak Younes wrote: Jean-Marc Lasgouttes wrote: Neal Becker<[EMAIL PROTECTED]> writes: Neal Becker wrote: Does 'auto' work? When I choose math (auto), with cursor in plain text, math toolbar is still there. Actually, IMO the design is really confusing. What does 

Re: rc2 - math toolbar

2008-09-02 Thread Abdelrazak Younes
Jean-Marc Lasgouttes wrote: Neal Becker<[EMAIL PROTECTED]> writes: Neal Becker wrote: Does 'auto' work? When I choose math (auto), with cursor in plain text, math toolbar is still there. Actually, IMO the design is really confusing. What does 'chec

Re: rc2 - math toolbar

2008-09-02 Thread Jean-Marc Lasgouttes
Neal Becker <[EMAIL PROTECTED]> writes: > Neal Becker wrote: > >> Does 'auto' work? >> >> When I choose math (auto), with cursor in plain text, math toolbar is >> still there. > > Actually, IMO the design is really confusing. What does &#x

Re: rc2 - math toolbar

2008-08-29 Thread Neal Becker
Neal Becker wrote: > Does 'auto' work? > > When I choose math (auto), with cursor in plain text, math toolbar is > still there. Actually, IMO the design is really confusing. What does 'checking' math(auto) mean? According to the math manual, it's au

rc2 - math toolbar

2008-08-29 Thread Neal Becker
Does 'auto' work? When I choose math (auto), with cursor in plain text, math toolbar is still there.

Re: searching for frame icons for the math toolbar

2008-01-28 Thread Uwe Stöhr
> Having icons for actions is always a good thing; e.g. a user might want to > customize his toolbar etc. As said I'll add them as soon as somebody proposed some icons. regards Uwe

Re: searching for frame icons for the math toolbar

2008-01-28 Thread Hans Meine
Am Mittwoch, 23. Januar 2008 09:33:18 schrieb Jean-Marc Lasgouttes: > Uwe Stöhr <[EMAIL PROTECTED]> writes: > > The math toolbar misses a submenu where the user can insert the following > > boxes \fbox, \framebox, \mbox, \makebox, and \boxed > > > > Has anyb

Re: searching for frame icons for the math toolbar

2008-01-23 Thread Uwe Stöhr
Jean-Marc Lasgouttes schrieb: OK, but we should have at least have two icons for \fbox and \boxed. Could you recall what \boxed does? \fbox : to frame inline formulas \boxed : to frame displayed formulas Both are already supported by mathed, only a math toolbar icon is missing. regards

Re: searching for frame icons for the math toolbar

2008-01-23 Thread Jean-Marc Lasgouttes
Uwe Stöhr <[EMAIL PROTECTED]> writes: > Jean-Marc Lasgouttes schrieb: > >> Do we need all of these boxes in the toolbar? If somebody understands >> the difference between \fbox and \framebox, he is probably able to >> just type the macro name. > > OK, but we should have at least have two icons for

Re: searching for frame icons for the math toolbar

2008-01-23 Thread Uwe Stöhr
Jean-Marc Lasgouttes schrieb: Do we need all of these boxes in the toolbar? If somebody understands the difference between \fbox and \framebox, he is probably able to just type the macro name. OK, but we should have at least have two icons for \fbox and \boxed. regards Uwe

Re: searching for frame icons for the math toolbar

2008-01-23 Thread Jean-Marc Lasgouttes
Uwe Stöhr <[EMAIL PROTECTED]> writes: > The math toolbar misses a submenu where the user can insert the following > boxes > \fbox, \framebox, \mbox, \makebox, and \boxed > > Has anybody a proposal for icons for them? Do we need all of these boxes in the toolbar? If som

searching for frame icons for the math toolbar

2008-01-22 Thread Uwe Stöhr
The math toolbar misses a submenu where the user can insert the following boxes \fbox, \framebox, \mbox, \makebox, and \boxed Has anybody a proposal for icons for them? thanks and regards Uwe

Re: [patch] for LyX 1.5.3 register placeholders to the math toolbar

2007-11-08 Thread Uwe Stöhr
>> The phantom feature is a math feature > > No, \phantom, \vphantom and \hphantom are general (plain TeX) commands, which > also work outside mathed (I use them from time to time). I know and use them often e.g. also in the EmbeddedObjects manual. But the suport for these comands is at the mome

Re: [patch] for LyX 1.5.3 register placeholders to the math toolbar

2007-11-06 Thread Andre Poenitz
On Tue, Nov 06, 2007 at 08:40:19AM +0100, Jürgen Spitzmüller wrote: > Uwe Stöhr wrote: > > > I like this phantom feature a lot myself, but I think it qualifies as > > > expert feature. I am not sure it belongs to the toolbar, but I do not > > > oppose it. > > > > The phantom feature is a math featu

Re: [patch] for LyX 1.5.3 register placeholders to the math toolbar

2007-11-06 Thread Jean-Marc Lasgouttes
[EMAIL PROTECTED] (Jürgen Spitzmüller) writes: > Jean-Marc Lasgouttes wrote: >> This is not good. The text should be any possible Text Inset (even a >> font change would make the metrics bad). > > Then we need Tommaso's input widget (or a collapsable). A collapsable separate from the space inset

Re: [patch] for LyX 1.5.3 register placeholders to the math toolbar

2007-11-06 Thread Jürgen Spitzmüller
Jean-Marc Lasgouttes wrote: > This is not good. The text should be any possible Text Inset (even a > font change would make the metrics bad). Then we need Tommaso's input widget (or a collapsable). Jürgen

Re: [patch] for LyX 1.5.3 register placeholders to the math toolbar

2007-11-06 Thread Jean-Marc Lasgouttes
[EMAIL PROTECTED] (Jürgen Spitzmüller) writes: > Jean-Marc Lasgouttes wrote: >> Where would you put the text? > > Like Helge outlined. The dialog would include a combo with all the predefined > spaces (enspace etc.), then custom for a length (\hspace) and a widget for > text ("Space in the lengt

Re: [patch] for LyX 1.5.3 register placeholders to the math toolbar

2007-11-06 Thread Jürgen Spitzmüller
Jean-Marc Lasgouttes wrote: > Where would you put the text? Like Helge outlined. The dialog would include a combo with all the predefined spaces (enspace etc.), then custom for a length (\hspace) and a widget for text ("Space in the length of the following string"). Jürgen

Re: [patch] for LyX 1.5.3 register placeholders to the math toolbar

2007-11-06 Thread Jean-Marc Lasgouttes
[EMAIL PROTECTED] (Jürgen Spitzmüller) writes: > Jean-Marc Lasgouttes wrote: >> I never thought about that... But of course you are right. > > I think ui-wise, phantoms should be implemented in a forthcoming InsetSpace > dialog (in Texted). Where would you put the text? JMarc

Re: [patch] for LyX 1.5.3 register placeholders to the math toolbar

2007-11-06 Thread Helge Hafting
Jürgen Spitzmüller wrote: Jean-Marc Lasgouttes wrote: I never thought about that... But of course you are right. I think ui-wise, phantoms should be implemented in a forthcoming InsetSpace dialog (in Texted). Good idea. A dialog like: _ short space _ interword space _ enskip _ ems

Re: [patch] for LyX 1.5.3 register placeholders to the math toolbar

2007-11-06 Thread Jürgen Spitzmüller
Jean-Marc Lasgouttes wrote: > I never thought about that... But of course you are right. I think ui-wise, phantoms should be implemented in a forthcoming InsetSpace dialog (in Texted). Jürgen

Re: [patch] for LyX 1.5.3 register placeholders to the math toolbar

2007-11-06 Thread Jean-Marc Lasgouttes
[EMAIL PROTECTED] (Jürgen Spitzmüller) writes: >> The phantom feature is a math feature > > No, \phantom, \vphantom and \hphantom are general (plain TeX) commands, which > also work outside mathed (I use them from time to time). I never thought about that... But of course you are right. JMarc

Re: [patch] for LyX 1.5.3 register placeholders to the math toolbar

2007-11-06 Thread Jean-Marc Lasgouttes
Uwe Stöhr <[EMAIL PROTECTED]> writes: >> I like this phantom feature a lot myself, but I think it qualifies as >> expert feature. I am not sure it belongs to the toolbar, but I do not >> oppose it. > > The phantom feature is a math feature so it should be accessib

Re: [patch] for LyX 1.5.3 register placeholders to the math toolbar

2007-11-05 Thread Jürgen Spitzmüller
ral (plain TeX) commands, which also work outside mathed (I use them from time to time). That's why I wondered how common they are in math (as opposed to text). > so it should be accessible via the math toolbar. OK. Put it in, then. Jürgen

Re: [patch] for LyX 1.5.3 register placeholders to the math toolbar

2007-11-05 Thread Uwe Stöhr
I like this phantom feature a lot myself, but I think it qualifies as expert feature. I am not sure it belongs to the toolbar, but I do not oppose it. The phantom feature is a math feature so it should be accessible via the math toolbar. The math toolbar contains much more expert stuff than

Re: [patch] for LyX 1.5.3 register placeholders to the math toolbar

2007-11-05 Thread Jean-Marc Lasgouttes
[EMAIL PROTECTED] (Jürgen Spitzmüller) writes: > Uwe Stöhr wrote: >> What about the other changes (fraction, placeholders)? > > The fraction changes are OK. For the placeholders, I'd like to have some > input > from math users first. I like this phantom feature a lot myself, but I think it qual

Re: [patch] for LyX 1.5.3 register placeholders to the math toolbar

2007-11-05 Thread Jürgen Spitzmüller
Uwe Stöhr wrote: > What about the other changes (fraction, placeholders)? The fraction changes are OK. For the placeholders, I'd like to have some input from math users first. Jürgen

Re: [patch] for LyX 1.5.3 register placeholders to the math toolbar

2007-11-05 Thread Uwe Stöhr
>> OK I'll postpone this change to LyX 1.6.0. > > Yes, please. What about the other changes (fraction, placeholders)? Uwe

Re: [patch] for LyX 1.5.3 register placeholders to the math toolbar

2007-11-05 Thread Jürgen Spitzmüller
Uwe Stöhr wrote: > OK I'll postpone this change to LyX 1.6.0. Yes, please. Jürgen

Re: [patch] for LyX 1.5.3 register placeholders to the math toolbar

2007-11-05 Thread Uwe Stöhr
> was the change from "math-insert > \choose" to "math-insert \binom" intentional? And if so, why? This is intended because LyX 1.6.0 will have \tbinom and \dbinom. So it will be confusing that the standard binom command is \choose. \choose is identic to \binom. OK I'll postpone this change to

Re: [patch] for LyX 1.5.3 register placeholders to the math toolbar

2007-11-04 Thread Jürgen Spitzmüller
Uwe Stöhr wrote: > The attached patch registeres placeholders to the math toolbar and clarify > some entries. OK for branch? As I'm no math user, I do not have strong opinions. I guess \phantom is useful. Is it also often used? What do others say? The Fractions changes look good. H

Re: [patch] for LyX 1.5.3 register placeholders to the math toolbar

2007-11-04 Thread Martin Vermeer
On Sun, Nov 04, 2007 at 08:33:59PM +0100, Uwe Stöhr wrote: > The attached patch registeres placeholders to the math toolbar and clarify > some entries. > OK for branch? > > regards Uwe > > p.s. lyx.org is currently dead In deep coma. But I did get a commit through... - Martin

[patch] for LyX 1.5.3 register placeholders to the math toolbar

2007-11-04 Thread Uwe Stöhr
The attached patch registeres placeholders to the math toolbar and clarify some entries. OK for branch? regards Uwe p.s. lyx.org is currently dead Index: stdtoolbars.inc === --- stdtoolbars.inc (revision 21421) +++ stdtoolbars.inc

Re: math toolbar usability suggestion (tiny)

2007-06-08 Thread Jürgen Spitzmüller
Sven Schreiber wrote: > So does this mean the issue is resolved or will it be forgotten unless I > file a bug? is resolved. Jürgen

Re: math toolbar usability suggestion (tiny)

2007-06-08 Thread Mael Hilléreau
Selon José Matos <[EMAIL PROTECTED]>: > On Friday 08 June 2007 16:24:52 Mael Hilléreau wrote: > > There is actually arguments to give when you insert such a function. I > > think it is clear enough that no computation will be made (LyX is for > > writing only). > > > > Mael. > > Oops, that is not

Re: math toolbar usability suggestion (tiny)

2007-06-08 Thread Sven Schreiber
hzluo schrieb: > Current install version do not have an icon for functions popup. > > I think the patch is on the way. > We now have a functions.xpm for that button. > So you will have a 20x20 button instead of a long string. > > BTW, I think the provided functions.xpm is not > so informative. I

Re: math toolbar usability suggestion (tiny)

2007-06-08 Thread José Matos
On Friday 08 June 2007 16:24:52 Mael Hilléreau wrote: > There is actually arguments to give when you insert such a function. I > think it is clear enough that no computation will be made (LyX is for > writing only). > > Mael. Oops, that is not correct. It can connect to a CAS (like maxima) and ret

RE: math toolbar usability suggestion (tiny)

2007-06-08 Thread Mael Hilléreau
Selon "Leuven, E." <[EMAIL PROTECTED]>: > > What about an "f(x)" symbol? > > this suggests to me that there is an argument to give or a function to build, > and i would expect it more on a toolbar to interface with maple etc (imho of > course...) There is actually arguments to give when you inser

Re: math toolbar usability suggestion (tiny)

2007-06-08 Thread hzluo
Jean-Marc Lasgouttes" <[EMAIL PROTECTED]>; "hzluo" <[EMAIL PROTECTED]>; "LyX Mechanics" Sent: Friday, June 08, 2007 11:24 AM Subject: RE: math toolbar usability suggestion (tiny) Selon "Leuven, E." <[EMAIL PROTECTED]>: > What about an &q

Re: math toolbar usability suggestion (tiny)

2007-06-08 Thread Mael Hilléreau
Selon Mael Hilléreau <[EMAIL PROTECTED]>: > > > BTW, I think the provided functions.xpm is not > > > so informative. I made another one. > > > Please see attached. If anyone wants to test > > > it, just put it in images\math > > > I have tested it at normal size and large size. > > > It looks good

Re: math toolbar usability suggestion (tiny)

2007-06-08 Thread Mael Hilléreau
Selon Alfredo Braunstein <[EMAIL PROTECTED]>: > hzluo wrote: > > >>I am not sure I understand. Do the labels appear under the icons? Do > >>we support that? > >> > >>JMarc > > > > Current install version do not have an icon for functions popup. > > > > I think the patch is on the way. > > We now h

RE: math toolbar usability suggestion (tiny)

2007-06-08 Thread Leuven, E.
> What about an "f(x)" symbol? this suggests to me that there is an argument to give or a function to build, and i would expect it more on a toolbar to interface with maple etc (imho of course...)

Re: math toolbar usability suggestion (tiny)

2007-06-08 Thread Alfredo Braunstein
hzluo wrote: >>I am not sure I understand. Do the labels appear under the icons? Do >>we support that? >> >>JMarc > > Current install version do not have an icon for functions popup. > > I think the patch is on the way. > We now have a functions.xpm for that button. > So you will have a 20x20 bu

Re: math toolbar usability suggestion (tiny)

2007-06-08 Thread Jean-Marc Lasgouttes
> "Edwin" == Leuven, E <[EMAIL PROTECTED]> writes: >> Current install version do not have an icon for functions popup. Edwin> missing entry in scons_manifest and makefile i guess >> BTW, I think the provided functions.xpm is not so informative. I >> made another one. Edwin> i like it. I lik

RE: math toolbar usability suggestion (tiny)

2007-06-08 Thread Leuven, E.
> Current install version do not have an icon for functions popup. missing entry in scons_manifest and makefile i guess > BTW, I think the provided functions.xpm is not so informative. I made another > one. i like it. josé?

Re: math toolbar usability suggestion (tiny)

2007-06-08 Thread hzluo
I am not sure I understand. Do the labels appear under the icons? Do we support that? JMarc Current install version do not have an icon for functions popup. I think the patch is on the way. We now have a functions.xpm for that button. So you will have a 20x20 button instead of a long string.

Re: Math toolbar translation

2007-04-22 Thread José Matos
On Sunday 22 April 2007 8:21:39 am Martin Vermeer wrote: > > > > sigh, let's standardize on a single language to get rid of is > > translation business. > > > > i suggest dutch... > > +1 Being a python fan is for me difficult to disagree. ;-) $ python -c 'import this' | grep -B1 Dutch There sho

Re: Math toolbar translation

2007-04-22 Thread Martin Vermeer
On Sat, Apr 21, 2007 at 08:51:58PM +0200, Edwin Leuven wrote: > Edwin Leuven wrote: > >Edwin Leuven wrote: > >>Michael Gerz wrote: > >>>The problem is the double \\ which is collapsed into a single > >>>\ somewhere in your code. However, in the po files we assume > >>>that the message has two \\

Re: 1.5b2 math toolbar?

2007-04-21 Thread Neal Becker
Neal Becker wrote: > Sorry, I haven't been following the discussion. I don't see any math > toolbar. Am I missing something? Nevermind - found it.

1.5b2 math toolbar?

2007-04-21 Thread Neal Becker
Sorry, I haven't been following the discussion. I don't see any math toolbar. Am I missing something?

Re: Math toolbar translation

2007-04-21 Thread Michael Gerz
Edwin Leuven schrieb: Michael Gerz wrote: The problem is the double \\ which is collapsed into a single \ somewhere in your code. However, in the po files we assume that the message has two \\ . Therefore, the internal message and the translation do not match => no translation. the attached

Re: Math toolbar translation

2007-04-21 Thread Edwin Leuven
Edwin Leuven wrote: Edwin Leuven wrote: Michael Gerz wrote: The problem is the double \\ which is collapsed into a single \ somewhere in your code. However, in the po files we assume that the message has two \\ . Therefore, the internal message and the translation do not match => no translati

Re: Math toolbar translation

2007-04-21 Thread Edwin Leuven
Edwin Leuven wrote: Michael Gerz wrote: The problem is the double \\ which is collapsed into a single \ somewhere in your code. However, in the po files we assume that the message has two \\ . Therefore, the internal message and the translation do not match => no translation. the attached th

Re: Math toolbar translation

2007-04-21 Thread Edwin Leuven
Michael Gerz wrote: The problem is the double \\ which is collapsed into a single \ somewhere in your code. However, in the po files we assume that the message has two \\ . Therefore, the internal message and the translation do not match => no translation. the attached then? Index: src/front

Re: Math toolbar translation

2007-04-21 Thread Michael Gerz
Michael Gerz schrieb: Edwin, I remerged the po files using scons. Afterwards, I saw hundreds of entries like #: lib/ui/stdtoolbars.inc:266 msgid "Scriptscript (smaller) style\tscriptscriptstyle" msgstr "Scriptscript-Stil (kleiner)\tscriptscriptstyle" However, the German translations

Re: Math toolbar translation

2007-04-21 Thread Michael Gerz
Edwin Leuven schrieb: Michael Gerz wrote: Edwin, I remerged the po files using scons. Afterwards, I saw hundreds of entries like #: lib/ui/stdtoolbars.inc:266 msgid "Scriptscript (smaller) style\tscriptscriptstyle" msgstr "Scriptscript-Stil (kleiner)\tscriptscriptstyle" However, the

Re: Math toolbar translation

2007-04-21 Thread Edwin Leuven
Michael Gerz wrote: Edwin, I remerged the po files using scons. Afterwards, I saw hundreds of entries like #: lib/ui/stdtoolbars.inc:266 msgid "Scriptscript (smaller) style\tscriptscriptstyle" msgstr "Scriptscript-Stil (kleiner)\tscriptscriptstyle" However, the German translations ar

Math toolbar translation

2007-04-21 Thread Michael Gerz
Edwin, I remerged the po files using scons. Afterwards, I saw hundreds of entries like #: lib/ui/stdtoolbars.inc:266 msgid "Scriptscript (smaller) style\tscriptscriptstyle" msgstr "Scriptscript-Stil (kleiner)\tscriptscriptstyle" However, the German translations are not shown in the ma

Re: Misplacement of math toolbar

2006-10-29 Thread Andre Poenitz
On Thu, Oct 26, 2006 at 09:23:15AM +0200, Abdelrazak Younes wrote: > Edwin Leuven wrote: > >Abdelrazak Younes wrote: > >>I have to find some time to solved it. If someone wants to look at it, > >>the problem is related to a toolbar separator inserted between the >

Re: Misplacement of math toolbar

2006-10-26 Thread Peter Kümmel
Peter Kümmel wrote: > Jonathan Vogt wrote: >> Hi all, >> >> first of all thanks for your work and keep it up. >> >> I've been compiling the source from subversion for a couple of days now and >> I >> noticed that when starting some math the math

Re: Misplacement of math toolbar

2006-10-26 Thread Peter Kümmel
Jonathan Vogt wrote: > Hi all, > > first of all thanks for your work and keep it up. > > I've been compiling the source from subversion for a couple of days now and I > noticed that when starting some math the math toolbar shows up (nothing wrong > with that) but i

Re: Misplacement of math toolbar

2006-10-26 Thread Abdelrazak Younes
Edwin Leuven wrote: Abdelrazak Younes wrote: I have to find some time to solved it. If someone wants to look at it, the problem is related to a toolbar separator inserted between the table toolbar and the math toolbar. If the cursor goes in math within the table, you will notice that the two

Re: Misplacement of math toolbar

2006-10-25 Thread Edwin Leuven
Abdelrazak Younes wrote: I have to find some time to solved it. If someone wants to look at it, the problem is related to a toolbar separator inserted between the table toolbar and the math toolbar. If the cursor goes in math within the table, you will notice that the two toolbars show

Re: Misplacement of math toolbar

2006-10-25 Thread Abdelrazak Younes
Jonathan Vogt wrote: Hi all, first of all thanks for your work and keep it up. I've been compiling the source from subversion for a couple of days now and I noticed that when starting some math the math toolbar shows up (nothing wrong with that) but it shows up right under the menu b

Misplacement of math toolbar

2006-10-25 Thread Jonathan Vogt
Hi all, first of all thanks for your work and keep it up. I've been compiling the source from subversion for a couple of days now and I noticed that when starting some math the math toolbar shows up (nothing wrong with that) but it shows up right under the menu bar. I also don't k

Re: [PATCH] Cleanup toolbar code with qt3 and gtk support (was Re: Active table and math toolbar)

2006-09-09 Thread Abdelrazak Younes
Abdelrazak Younes wrote: Abdelrazak Younes wrote: Abdelrazak Younes wrote: Abdelrazak Younes wrote: Michael Gerz wrote: BTW: "bottom" is ignored in 1.5.0svn/qt4. The tool bar is always displayed at the top. Should I add a bugzilla report? Yes, I am aware of it an I plaid guilty. Right now t

Re: [PATCH] Cleanup toolbar code (was Re: Active table and math toolbar)

2006-09-09 Thread Michael Gerz
Abdelrazak Younes schrieb: Only qt4 for now... I am willing to adapt gtk to the Toolbars API change but please, could we once and for all forget about qt3? A couple of weeks ago, Lars said that he is willing to drop qt3 if qt4 no longer relies on QT3_SUPPORT. Since QT3_SUPPORT has gone, nobody

[PATCH] Cleanup toolbar code with qt3 and gtk support (was Re: Active table and math toolbar)

2006-09-09 Thread Abdelrazak Younes
Abdelrazak Younes wrote: Abdelrazak Younes wrote: Abdelrazak Younes wrote: Michael Gerz wrote: BTW: "bottom" is ignored in 1.5.0svn/qt4. The tool bar is always displayed at the top. Should I add a bugzilla report? Yes, I am aware of it an I plaid guilty. Right now the toolbars are hard-code

[PATCH] Cleanup toolbar code (was Re: Active table and math toolbar)

2006-09-09 Thread Abdelrazak Younes
Abdelrazak Younes wrote: Abdelrazak Younes wrote: Michael Gerz wrote: BTW: "bottom" is ignored in 1.5.0svn/qt4. The tool bar is always displayed at the top. Should I add a bugzilla report? Yes, I am aware of it an I plaid guilty. Right now the toolbars are hard-coded to be at the top because

Re: Active table and math toolbar

2006-09-09 Thread Abdelrazak Younes
Abdelrazak Younes wrote: Michael Gerz wrote: BTW: "bottom" is ignored in 1.5.0svn/qt4. The tool bar is always displayed at the top. Should I add a bugzilla report? Yes, I am aware of it an I plaid guilty. Right now the toolbars are hard-coded to be at the top because I didn't have the time to

Re: Active table and math toolbar

2006-09-08 Thread Michael Gerz
John Levon schrieb: On Thu, Sep 07, 2006 at 08:54:38PM +0200, Michael Gerz wrote: Why don't we activate the toolbars for now (and for 1.4.3)? The activation is not a showstopper in case someone wants to optimize the look & feel later. Let's activate it for 1.5.0svn and see what happe

Re: Active table and math toolbar

2006-09-07 Thread John Levon
On Thu, Sep 07, 2006 at 08:54:38PM +0200, Michael Gerz wrote: > Why don't we activate the toolbars for now (and for 1.4.3)? The > activation is not a showstopper in case someone wants to optimize the > look & feel later. Let's activate it for 1.5.0svn and see what happens, but not 1.4... regar

Re: Active table and math toolbar

2006-09-07 Thread Michael Gerz
Jean-Marc Lasgouttes schrieb: John> This is a really difficult one to decide. I can see this being John> enormously irritating default behaviour for some people, and we John> don't yet have a View->Toolbars that can easily turn it off. On John> the other hand, these toolbars are extremely useful.

Re: Active table and math toolbar

2006-09-07 Thread Jean-Marc Lasgouttes
> "John" == John Levon <[EMAIL PROTECTED]> writes: John> On Wed, Sep 06, 2006 at 11:01:41PM +0200, Michael Gerz wrote: >> I think this patch (or a similar one) has been discussed already. >> Should I commit it? John> This is a really difficult one to decide. I can see this being John> enormou

Re: Active table and math toolbar

2006-09-07 Thread Abdelrazak Younes
Michael Gerz wrote: BTW: "bottom" is ignored in 1.5.0svn/qt4. The tool bar is always displayed at the top. Should I add a bugzilla report? Yes, I am aware of it an I plaid guilty. Right now the toolbars are hard-coded to be at the top because I didn't have the time to fix it properly last chr

Re: Active table and math toolbar

2006-09-06 Thread John Levon
On Wed, Sep 06, 2006 at 11:01:41PM +0200, Michael Gerz wrote: > I think this patch (or a similar one) has been discussed already. Should > I commit it? This is a really difficult one to decide. I can see this being enormously irritating default behaviour for some people, and we don't yet have a

Active table and math toolbar

2006-09-06 Thread Michael Gerz
Hello, I think this patch (or a similar one) has been discussed already. Should I commit it? BTW: "bottom" is ignored in 1.5.0svn/qt4. The tool bar is always displayed at the top. Should I add a bugzilla report? Michael Index: default.ui ==

  1   2   >