Re: [patch] bug 2738: Wrong sorting of languages in Document dialog

2007-06-24 Thread Alfredo Braunstein
Pavel Sanda wrote: 1) Is it correct to use a static object? In particular, there are no modifications of the locale in LyX initialization? 2) Would it make sense to have it as a non-static member of the class, or is it expensive to build? its easy to make it nonstatic member and i dont

Re: build problems with r18872

2007-06-24 Thread Jürgen Spitzmüller
Dov Feldstern wrote: No rule to make target `de/ExternesMaterialQt4.png', needed by `all-am'.   Stop. Fixed. Jürgen

Re: A small patch for List of Algorithms

2007-06-24 Thread Mael Hilléreau
Le 23 juin 07 à 22:44, Jean-Marc Lasgouttes a écrit : Mael I don't think so, to be translatable, the code should be Mael something like '\listof {algorithm}{\listalgorithmname}'. I just double checked that here it outputs \listof{algorithm}{Liste des Algorithmes} That's because you're using

Re: [patch] bug 2738: Wrong sorting of languages in Document dialog

2007-06-24 Thread Jean-Marc Lasgouttes
Alfredo == Alfredo Braunstein [EMAIL PROTECTED] writes: other suggestions ? Alfredo I think this patch is safe, OK from me. Yes, it is OK. I'll commit tomorrow if nobody objects. JMarc

Re: A small patch for List of Algorithms

2007-06-24 Thread Jean-Marc Lasgouttes
Mael == Mael Hilléreau [EMAIL PROTECTED] writes: Mael Le 23 juin 07 à 22:44, Jean-Marc Lasgouttes a écrit : I don't Mael think so, to be translatable, the code should be something like Mael '\listof {algorithm}{\listalgorithmname}'. I just double checked that here it outputs

Re: [PATCH] Paragraph Setting UI Bugs

2007-06-24 Thread Martin Vermeer
On Sat, Jun 23, 2007 at 11:35:13PM +0200, Abdelrazak Younes wrote: Joost Verburg wrote: Abdelrazak Younes wrote: I agree with Edwin personally. I would also agree with o Justified (Default) o Left o Center o Right But we can change that later if we reach consensus. I think default

Re: A small patch for List of Algorithms

2007-06-24 Thread Mael Hilléreau
Le 24 juin 07 à 13:09, Jean-Marc Lasgouttes a écrit : Mael That's because you're using a french UI. No, because my document is in french. Ok. But I think the problem is that translation in document's language does not work on mac OS X. Maybe... Mael I think that, even if LyX could

[patch] bug 3557: Math panel toolbar should be enabled in text mode

2007-06-24 Thread Jürgen Spitzmüller
http://bugzilla.lyx.org/show_bug.cgi?id=3557 Pretty simple. OK to apply? Jürgen P.S.: Edwin, did you notice that the math panel items that use POPUP_MENU (the first for in the toolbar) to not get unpressed correctly? E.g. activate the spaces popup and then some the other ones in line. All of

Re: [patch] bug 3557: Math panel toolbar should be enabled in text mode

2007-06-24 Thread Alfredo Braunstein
Jürgen Spitzmüller wrote: http://bugzilla.lyx.org/show_bug.cgi?id=3557 Pretty simple. OK to apply? OK. A/

[patch] remove unused code

2007-06-24 Thread Alfredo Braunstein
I'll commit the following if nobody objects. These are remainings from the late invalidation signaling mechanism. A/ Index: CursorSlice.h === --- CursorSlice.h (revision 18873) +++ CursorSlice.h (working copy) @@ -57,8 +57,6 @@

Re: Arabic Wiki Page

2007-06-24 Thread christian . ridderstrom
On Sat, 23 Jun 2007, Dov Feldstern wrote: Once we do the ArabTeX / Arabi separation, the Wiki page will have to be updated (if you want, I can try to make the changes myself, but I didn't want to do it without your OK, Uwe): If you're in a hurry, you can always copy his text to a temporary

Re: [patch] bug 3557: Math panel toolbar should be enabled in text mode

2007-06-24 Thread José Matos
On Sunday 24 June 2007 13:33:54 Jürgen Spitzmüller wrote: Pretty simple. OK to apply? Jürgen OK. -- José Abílio

Re: [patch] bug 3557: Math panel toolbar should be enabled in text mode

2007-06-24 Thread Edwin Leuven
Jürgen Spitzmüller wrote: http://bugzilla.lyx.org/show_bug.cgi?id=3557 Pretty simple. OK to apply? sure P.S.: Edwin, did you notice that the math panel items that use POPUP_MENU (the first for in the toolbar) to not get unpressed correctly? E.g. activate the spaces popup and then some the

Re: A small patch for List of Algorithms

2007-06-24 Thread Jean-Marc Lasgouttes
Mael == Mael Hilléreau [EMAIL PROTECTED] writes: Mael Then I'm not able to figure out why it is only a Mac related Mael issue... I let the specialist at home ;) There is some specific voodoo we are supposed to do to make this work. JMarc

Fwd: [listings] language ABAP broken in listings package for LaTeX

2007-06-24 Thread Uwe Stöhr
For information: The latest version of the listings package has problems with line numbering I mentioned in the EmbeddedObjects manual and with support of ABAP. It seems that both have been introduced accidentally and it will take a while until they could be be fixed.

print dialog quite unusable at the moment

2007-06-24 Thread Uwe Stöhr
The print dialog is currently unusable on Windows due to bug 3915: http://bugzilla.lyx.org/show_bug.cgi?id=3915 While trying to find the reason for bug 3915 I found this crash bug: http://bugzilla.lyx.org/show_bug.cgi?id=3916 Due to these bugs I cannot test other print dialog bugs:

drawing of selection in tabulars

2007-06-24 Thread Edwin Leuven
is a couple of pixels off. see attached... inline: sel1.pnginline: sel2.png

Re: drawing of selection in tabulars

2007-06-24 Thread Alfredo Braunstein
Edwin Leuven wrote: is a couple of pixels off. see attached... I'm specializing in one-liners lately ;-) OK? A/ Index: src/insets/InsetTabular.cpp === --- src/insets/InsetTabular.cpp (revision 18873) +++

Re: drawing of selection in tabulars

2007-06-24 Thread Stefan Schimanski
Looks good. While you are at it, can you take care of 80 columns per line? That one is more than 150... Stefan Am 24.06.2007 um 23:16 schrieb Alfredo Braunstein: Edwin Leuven wrote: is a couple of pixels off. see attached... I'm specializing in one-liners lately ;-) OK? A/

Re: [patch] bug 2738: Wrong sorting of languages in Document dialog

2007-06-24 Thread Alfredo Braunstein
Pavel Sanda wrote: >> 1) Is it correct to use a static object? In particular, there are no >> modifications of the locale in LyX initialization? >> 2) Would it make sense to have it as a non-static member of the class, or >> is it expensive to build? > > its easy to make it nonstatic member and

Re: build problems with r18872

2007-06-24 Thread Jürgen Spitzmüller
Dov Feldstern wrote: > No rule to make target `de/ExternesMaterialQt4.png', needed by `all-am'. >   Stop. Fixed. Jürgen

Re: A small patch for "List of Algorithms"

2007-06-24 Thread Mael Hilléreau
Le 23 juin 07 à 22:44, Jean-Marc Lasgouttes a écrit : Mael> I don't think so, to be translatable, the code should be Mael> something like '\listof {algorithm}{\listalgorithmname}'. I just double checked that here it outputs \listof{algorithm}{Liste des Algorithmes} That's because you're

Re: [patch] bug 2738: Wrong sorting of languages in Document dialog

2007-06-24 Thread Jean-Marc Lasgouttes
> "Alfredo" == Alfredo Braunstein <[EMAIL PROTECTED]> writes: >> other suggestions ? Alfredo> I think this patch is safe, OK from me. Yes, it is OK. I'll commit tomorrow if nobody objects. JMarc

Re: A small patch for "List of Algorithms"

2007-06-24 Thread Jean-Marc Lasgouttes
> "Mael" == Mael Hilléreau <[EMAIL PROTECTED]> writes: Mael> Le 23 juin 07 à 22:44, Jean-Marc Lasgouttes a écrit : I don't Mael> think so, to be translatable, the code should be something like Mael> '\listof {algorithm}{\listalgorithmname}'. >> I just double checked that here it outputs >>

Re: [PATCH] Paragraph Setting UI Bugs

2007-06-24 Thread Martin Vermeer
On Sat, Jun 23, 2007 at 11:35:13PM +0200, Abdelrazak Younes wrote: > Joost Verburg wrote: > >Abdelrazak Younes wrote: > >>I agree with Edwin personally. I would also agree with > >> > >>o Justified (Default) > >>o Left > >>o Center > >>o Right > >> > >>But we can change that later if we reach

Re: A small patch for "List of Algorithms"

2007-06-24 Thread Mael Hilléreau
Le 24 juin 07 à 13:09, Jean-Marc Lasgouttes a écrit : Mael> That's because you're using a french UI. No, because my document is in french. Ok. But I think the problem is that translation in document's language does not work on mac OS X. Maybe... Mael> I think that, even if LyX could

[patch] bug 3557: Math panel toolbar should be enabled in text mode

2007-06-24 Thread Jürgen Spitzmüller
http://bugzilla.lyx.org/show_bug.cgi?id=3557 Pretty simple. OK to apply? Jürgen P.S.: Edwin, did you notice that the math panel items that use POPUP_MENU (the first for in the toolbar) to not get "unpressed" correctly? E.g. activate the "spaces" popup and then some the other ones in line. All

Re: [patch] bug 3557: Math panel toolbar should be enabled in text mode

2007-06-24 Thread Alfredo Braunstein
Jürgen Spitzmüller wrote: > http://bugzilla.lyx.org/show_bug.cgi?id=3557 > > Pretty simple. OK to apply? OK. A/

[patch] remove unused code

2007-06-24 Thread Alfredo Braunstein
I'll commit the following if nobody objects. These are remainings from the late invalidation signaling mechanism. A/ Index: CursorSlice.h === --- CursorSlice.h (revision 18873) +++ CursorSlice.h (working copy) @@ -57,8 +57,6 @@

Re: Arabic Wiki Page

2007-06-24 Thread christian . ridderstrom
On Sat, 23 Jun 2007, Dov Feldstern wrote: Once we do the ArabTeX / Arabi separation, the Wiki page will have to be updated (if you want, I can try to make the changes myself, but I didn't want to do it without your OK, Uwe): If you're in a hurry, you can always copy his text to a "temporary"

Re: [patch] bug 3557: Math panel toolbar should be enabled in text mode

2007-06-24 Thread José Matos
On Sunday 24 June 2007 13:33:54 Jürgen Spitzmüller wrote: > Pretty simple. OK to apply? > > Jürgen OK. -- José Abílio

Re: [patch] bug 3557: Math panel toolbar should be enabled in text mode

2007-06-24 Thread Edwin Leuven
Jürgen Spitzmüller wrote: http://bugzilla.lyx.org/show_bug.cgi?id=3557 Pretty simple. OK to apply? sure P.S.: Edwin, did you notice that the math panel items that use POPUP_MENU (the first for in the toolbar) to not get "unpressed" correctly? E.g. activate the "spaces" popup and then some

Re: A small patch for "List of Algorithms"

2007-06-24 Thread Jean-Marc Lasgouttes
> "Mael" == Mael Hilléreau <[EMAIL PROTECTED]> writes: Mael> Then I'm not able to figure out why it is only a Mac related Mael> issue... I let the specialist at home ;) There is some specific voodoo we are supposed to do to make this work. JMarc

Fwd: [listings] language ABAP broken in listings package for LaTeX

2007-06-24 Thread Uwe Stöhr
For information: The latest version of the listings package has problems with line numbering I mentioned in the EmbeddedObjects manual and with support of ABAP. It seems that both have been introduced accidentally and it will take a while until they could be be fixed.

print dialog quite unusable at the moment

2007-06-24 Thread Uwe Stöhr
The print dialog is currently unusable on Windows due to bug 3915: http://bugzilla.lyx.org/show_bug.cgi?id=3915 While trying to find the reason for bug 3915 I found this crash bug: http://bugzilla.lyx.org/show_bug.cgi?id=3916 Due to these bugs I cannot test other print dialog bugs:

drawing of selection in tabulars

2007-06-24 Thread Edwin Leuven
is a couple of pixels off. see attached... <><>

Re: drawing of selection in tabulars

2007-06-24 Thread Alfredo Braunstein
Edwin Leuven wrote: > is a couple of pixels off. > > see attached... I'm specializing in one-liners lately ;-) OK? A/ Index: src/insets/InsetTabular.cpp === --- src/insets/InsetTabular.cpp (revision 18873) +++

Re: drawing of selection in tabulars

2007-06-24 Thread Stefan Schimanski
Looks good. While you are at it, can you take care of 80 columns per line? That one is more than 150... Stefan Am 24.06.2007 um 23:16 schrieb Alfredo Braunstein: Edwin Leuven wrote: is a couple of pixels off. see attached... I'm specializing in one-liners lately ;-) OK? A/