Re: Beta 3 (preparation)

2007-05-12 Thread Bo Peng
OK to commit? André or Jean-Marc, any objection? Looks harmless. I committed a version that paints background only for insets not under focus. I deem that this is better than removing mathbg (maybe someone has it in his preference file). Bo

CT - xcolor soul

2007-05-12 Thread Michael Gerz
Hi, does anybody know why the following LaTeX construct (soul + xcolor) does not work: \st{\textcolor{red}{hello world}}} Error message: Package xcolor Error: Undefined color `{red}'. ... It seems like soul is very picky about its arguments. If nobody knows a better solution, I am

Re: CJK-testers needed

2007-05-12 Thread Michael Gerz
Uwe Stöhr schrieb: It sounds realistic not to offer a graphical (or a dialog, whatever) Support for this is easy. I can implement that the Windows-installer checks for platex.exe instead of latex.exe when you choose japanese as LyX's menu language. Please do not put too much intelligence

Re: CT - xcolor soul

2007-05-12 Thread Herbert Voss
Michael Gerz wrote: does anybody know why the following LaTeX construct (soul + xcolor) does not work: \st{\textcolor{red}{hello world}}} Error message: Package xcolor Error: Undefined color `{red}'. ... It seems like soul is very picky about its arguments. If nobody knows a

Re: CT - xcolor soul

2007-05-12 Thread Michael Gerz
Herbert Voss schrieb: Michael Gerz wrote: does anybody know why the following LaTeX construct (soul + xcolor) does not work: \st{\textcolor{red}{hello world}}} Error message: Package xcolor Error: Undefined color `{red}'. ...

Re: beamer.layout

2007-05-12 Thread Jürgen Spitzmüller
Martin Vermeer wrote: BTW what about \structure yes. and \example? I don't see an example command (only an environment). Jürgen

Re: CT - xcolor soul

2007-05-12 Thread Herbert Voss
Michael Gerz wrote: Herbert Voss schrieb: Michael Gerz wrote: does anybody know why the following LaTeX construct (soul + xcolor) does not work: \st{\textcolor{red}{hello world}}} Error message: Package xcolor Error: Undefined color `{red}'. ...

Enhanced listings dialog.

2007-05-12 Thread Bo Peng
Please test this listings dialog, which looks more like Herbert's original one. I would appreciate it if someone can show me how to call this dialog from Include dialog and TextLayout dialog. I plan to add it before beta3. Cheers, Bo Index: src/frontends/qt4/QListings.h

Re: Beta 3 (preparation)

2007-05-12 Thread Martin Vermeer
On Fri, May 11, 2007 at 02:37:55PM +0100, Jos Matos wrote: Hi all, Michael asked for more time to finish some code CT-related. Since I have not so much time as I did expect I have decided to delay the release to Monday afternoon/night. I take this chance to ask if there are

Re: Beta 3 (preparation)

2007-05-12 Thread José Matos
On Saturday 12 May 2007 18:29:00 Martin Vermeer wrote: On Fri, May 11, 2007 at 02:37:55PM +0100, Jos Matos wrote: Hi all, Michael asked for more time to finish some code CT-related. Since I have not so much time as I did expect I have decided to delay the release to Monday

Re: are there alternate svn servers for lyx?

2007-05-12 Thread christian . ridderstrom
On Mon, 7 May 2007, Micha Feigin wrote: I was wondering if there are alternate svn servers for lyx as svn.lyx.org is mostly unresponsive (I don't know if it's my location or server overload). I don't think there are any alternative SVN servers. Otherwise, is it possible to pull previous

bug 1820 and output_latex.cpp

2007-05-12 Thread Dov Feldstern
Hi! Uwe (or anyone else who's been playing around with output_latex lately): do you think you could provide some help with bug 1820 (http://bugzilla.lyx.org/show_bug.cgi?id=1820)? This bug is not a regression, but I think that some of the instability I've been seeing lately in RTL is due to

[patch] update source view in mathed, #3398, #3594

2007-05-12 Thread Stefan Schimanski
Hi! Here is a patch to fix the source view to update also in mathed. This really got onto my nerves for quite some time. Hope the patch is not too simple and there are some other consequences I don't see... Any objections? Stefan http://bugzilla.lyx.org/show_bug.cgi?id=3398

Re: [Cvslog] r18277 - in /lyx-devel/trunk/src: Color.cpp Color.h inset...

2007-05-12 Thread Bernhard Roider
[EMAIL PROTECTED] schrieb: Author: bpeng Date: Sat May 12 08:24:46 2007 New Revision: 18277 URL: http://www.lyx.org/trac/changeset/18277 Log: add color mathcorners and implement mathbg (partially) Modified: lyx-devel/trunk/src/Color.cpp lyx-devel/trunk/src/Color.h

[PATCH] CT output for pdflatex

2007-05-12 Thread Michael Gerz
Folks, this patch brings change tracking output to the PDF world. OK to commit? Michael Index: src/BufferView.cpp === --- src/BufferView.cpp (Revision 18279) +++ src/BufferView.cpp (Arbeitskopie) @@ -891,17 +891,21 @@ case

Re: [PATCH] CT output for pdflatex

2007-05-12 Thread Herbert Voss
Michael Gerz wrote: this patch brings change tracking output to the PDF world. +static string const changetracking_xcolorsoul_def = + \\newcommand{\\lyxinserted}[3]{\\textcolor{blue}{#3}}\n + \\newcommand{\\lyxdeleted}[3]{\\textcolor{red}{\\st{#3}}}\n; why are the colors hardcoded?

Re: [PATCH] CT output for pdflatex

2007-05-12 Thread Michael Gerz
Herbert Voss schrieb: Michael Gerz wrote: this patch brings change tracking output to the PDF world. +static string const changetracking_xcolorsoul_def = + \\newcommand{\\lyxinserted}[3]{\\textcolor{blue}{#3}}\n +

Re: [PATCH] CT output for pdflatex

2007-05-12 Thread Herbert Voss
Michael Gerz wrote: Herbert Voss schrieb: Michael Gerz wrote: this patch brings change tracking output to the PDF world. +static string const changetracking_xcolorsoul_def = +\\newcommand{\\lyxinserted}[3]{\\textcolor{blue}{#3}}\n +

Re: Refocus: Bidi Cursor Movement

2007-05-12 Thread Dov Feldstern
Dov Feldstern wrote: Abdelrazak Younes wrote: Dov Feldstern wrote: Abdelrazak Younes wrote: I think it is possible :-) The problem is simple really and I think you are misleading because you focus on the inset. When you think about it, entering or leaving an inset should not be special;

Re: [PATCH] make rotate tabular and rotate cell toggle

2007-05-12 Thread Bernhard Roider
José Matos schrieb: On Friday 11 May 2007 18:56:48 Bernhard Roider wrote: Then i will treat the fact that nobody (except Uwe) has to say anything about this as approval and will commit this. Does this fixes bug 2453? If so could you close the bug, please? Added fixedintrunk because the

Release manager for the stable series (1.5.x)

2007-05-12 Thread José Matos
Hi all, while preparing the release of 1.5.0 one of the important tasks in my TODO list was to find a a release manager to the stable series of 1.5.x releases. After the discussion that happened here in this list a couple of months ago (propably November/December last year). The name

2007 LyX Meeting (candidatures accepted)

2007-05-12 Thread José Matos
As the subject says, it would be nice to find a place for the post 1.5.0 scenario. :-) Or are we all traumatised by the last year meeting? ;-) Best regards, -- José Abílio

Re: [patch] Re: Crash with RTL

2007-05-12 Thread Dov Feldstern
Dov Feldstern wrote: Dov Feldstern wrote: Abdelrazak Younes wrote: One problem with the current patch --- it breaks the solutions we've been working on for cursor movement --- exiting insets from the beginning seems to be broken again --- either with or without my fix. I'm sure it can be

[PATCH - to be reviewed] wrong cursor movement

2007-05-12 Thread Bernhard Roider
Hello, another issue i found with tabular, but it turned out that it's a more general one. Problem description: 1. create a table with 3 columns, 2 rows. 2. write a few characters in every cell. 3. position the cursor in the middle cell of the first row in the _middle_ of the text. 4. press

Re: [PATCH] CT output for pdflatex

2007-05-12 Thread Herbert Voss
Michael Gerz wrote: + \\newcommand{\\lyxinserted}[3]{\\textcolor{blue}{#3}}\n + \\newcommand{\\lyxdeleted}[3]{\\textcolor{red}{\\st{#3}}}\n; I forgot to say, that you should choose names like [EMAIL PROTECTED] and [EMAIL PROTECTED] Then it is not so easy, that a user chooses such

Re: [PATCH - to be reviewed] wrong cursor movement

2007-05-12 Thread Dov Feldstern
Bernhard Roider wrote: As i said this is a more general issue: when the cursor is positioned at the end of the first (last) line in an inset then the up (down) arrows do not what they are expected to: move out of the inset. An investigation in case of the tabular inset showed that if the

Re: [Cvslog] r18277 - in /lyx-devel/trunk/src: Color.cpp Color.h inset...

2007-05-12 Thread Bo Peng
... + Cursor cur = pi.base.bv-cursor(); msvc complains: unreferenced variable Thanks. Fixed. Bo

Re: LyX 1.5.0beta2 fails with Qt-4.3.0rc1

2007-05-12 Thread Bennett Helm
On May 11, 2007, at 11:26 PM, Bob Lounsbury wrote: Hi, I just compiled Qt-4.3.0rc1 and LyX 1.5.0beta2 failed on 'make' with the following error on a mac ppc: mkdir .libs libtool: link: cannot find the library `' make[3]: *** [lyx-qt4] Error 1 make[2]: *** [all-recursive] Error 1 make[1]:

Re: [patch] update source view in mathed, #3398, #3594

2007-05-12 Thread Bo Peng
Here is a patch to fix the source view to update also in mathed. This really got onto my nerves for quite some time. Hope the patch is not too simple and there are some other consequences I don't see... Any objections? Stefan I like it and I do not see any side effect. Jose, can it be

Re: LyX 1.5.0beta2 fails with Qt-4.3.0rc1

2007-05-12 Thread Bob Lounsbury
Bennett Helm wrote: On May 11, 2007, at 11:26 PM, Bob Lounsbury wrote: Hi, I just compiled Qt-4.3.0rc1 and LyX 1.5.0beta2 failed on 'make' with the following error on a mac ppc: mkdir .libs libtool: link: cannot find the library `' make[3]: *** [lyx-qt4] Error 1 make[2]: ***

Re: LyX 1.5.0beta2 fails with Qt-4.3.0rc1

2007-05-12 Thread Bennett Helm
On May 12, 2007, at 8:15 PM, Bob Lounsbury wrote: No. This is why I should leave the compiling to the pros, but I'm having fun too. Thanks, Bennett Bob Me, a pro?! I'm sure the real developers are getting a chuckle out of that! Bennett

Re: Enhanced listings dialog.

2007-05-12 Thread Bo Peng
On 5/12/07, Bo Peng [EMAIL PROTECTED] wrote: Please test this listings dialog, which looks more like Herbert's original one. I plan to add it before beta3. The patch has been committed after some more testing. I would appreciate it if someone can show me how to call this dialog from Include

Re: Beta 3 (preparation)

2007-05-12 Thread Bo Peng
> > OK to commit? > > André or Jean-Marc, any objection? Looks harmless. I committed a version that paints background only for insets not under focus. I deem that this is better than removing mathbg (maybe someone has it in his preference file). Bo

CT - xcolor & soul

2007-05-12 Thread Michael Gerz
Hi, does anybody know why the following LaTeX construct (soul + xcolor) does not work: \st{\textcolor{red}{hello world}}} Error message: Package xcolor Error: Undefined color `{red}'. ... It seems like soul is very picky about its arguments. If nobody knows a better solution, I am

Re: CJK-testers needed

2007-05-12 Thread Michael Gerz
Uwe Stöhr schrieb: It sounds realistic not to offer a graphical (or a dialog, whatever) Support for this is easy. I can implement that the Windows-installer checks for "platex.exe" instead of "latex.exe" when you choose japanese as LyX's menu language. Please do not put too much intelligence

Re: CT - xcolor & soul

2007-05-12 Thread Herbert Voss
Michael Gerz wrote: > does anybody know why the following LaTeX construct (soul + xcolor) does > not work: > > \st{\textcolor{red}{hello world}}} > > Error message: > > Package xcolor Error: Undefined color `{red}'. > ... > > It seems like soul is very picky about its arguments. If

Re: CT - xcolor & soul

2007-05-12 Thread Michael Gerz
Herbert Voss schrieb: Michael Gerz wrote: does anybody know why the following LaTeX construct (soul + xcolor) does not work: \st{\textcolor{red}{hello world}}} Error message: Package xcolor Error: Undefined color `{red}'. ...

Re: beamer.layout

2007-05-12 Thread Jürgen Spitzmüller
Martin Vermeer wrote: > BTW what about \structure yes. > and \example? I don't see an example command (only an environment). Jürgen

Re: CT - xcolor & soul

2007-05-12 Thread Herbert Voss
Michael Gerz wrote: > Herbert Voss schrieb: >> Michael Gerz wrote: >> >> >>> does anybody know why the following LaTeX construct (soul + xcolor) does >>> not work: >>> >>> \st{\textcolor{red}{hello world}}} >>> >>> Error message: >>> >>> Package xcolor Error: Undefined color `{red}'. >>>

Enhanced listings dialog.

2007-05-12 Thread Bo Peng
Please test this listings dialog, which looks more like Herbert's original one. I would appreciate it if someone can show me how to call this dialog from Include dialog and TextLayout dialog. I plan to add it before beta3. Cheers, Bo Index: src/frontends/qt4/QListings.h

Re: Beta 3 (preparation)

2007-05-12 Thread Martin Vermeer
On Fri, May 11, 2007 at 02:37:55PM +0100, Jos Matos wrote: > Hi all, > Michael asked for more time to finish some code CT-related. Since I > have not > so much time as I did expect I have decided to delay the release to Monday > afternoon/night. > > I take this chance to ask if

Re: Beta 3 (preparation)

2007-05-12 Thread José Matos
On Saturday 12 May 2007 18:29:00 Martin Vermeer wrote: > On Fri, May 11, 2007 at 02:37:55PM +0100, Jos Matos wrote: > > Hi all, > > Michael asked for more time to finish some code CT-related. Since I have > > not so much time as I did expect I have decided to delay the release to > > Monday

Re: are there alternate svn servers for lyx?

2007-05-12 Thread christian . ridderstrom
On Mon, 7 May 2007, Micha Feigin wrote: I was wondering if there are alternate svn servers for lyx as svn.lyx.org is mostly unresponsive (I don't know if it's my location or server overload). I don't think there are any alternative SVN servers. Otherwise, is it possible to pull previous

bug 1820 and output_latex.cpp

2007-05-12 Thread Dov Feldstern
Hi! Uwe (or anyone else who's been playing around with output_latex lately): do you think you could provide some help with bug 1820 (http://bugzilla.lyx.org/show_bug.cgi?id=1820)? This bug is not a regression, but I think that some of the instability I've been seeing lately in RTL is due to

[patch] update source view in mathed, #3398, #3594

2007-05-12 Thread Stefan Schimanski
Hi! Here is a patch to fix the source view to update also in mathed. This really got onto my nerves for quite some time. Hope the patch is not too simple and there are some other consequences I don't see... Any objections? Stefan http://bugzilla.lyx.org/show_bug.cgi?id=3398

Re: [Cvslog] r18277 - in /lyx-devel/trunk/src: Color.cpp Color.h inset...

2007-05-12 Thread Bernhard Roider
[EMAIL PROTECTED] schrieb: Author: bpeng Date: Sat May 12 08:24:46 2007 New Revision: 18277 URL: http://www.lyx.org/trac/changeset/18277 Log: add color mathcorners and implement mathbg (partially) Modified: lyx-devel/trunk/src/Color.cpp lyx-devel/trunk/src/Color.h

[PATCH] CT output for pdflatex

2007-05-12 Thread Michael Gerz
Folks, this patch brings change tracking output to the PDF world. OK to commit? Michael Index: src/BufferView.cpp === --- src/BufferView.cpp (Revision 18279) +++ src/BufferView.cpp (Arbeitskopie) @@ -891,17 +891,21 @@ case

Re: [PATCH] CT output for pdflatex

2007-05-12 Thread Herbert Voss
Michael Gerz wrote: > > this patch brings change tracking output to the PDF world. > +static string const changetracking_xcolorsoul_def = > + "\\newcommand{\\lyxinserted}[3]{\\textcolor{blue}{#3}}\n" > + "\\newcommand{\\lyxdeleted}[3]{\\textcolor{red}{\\st{#3}}}\n"; why are the colors

Re: [PATCH] CT output for pdflatex

2007-05-12 Thread Michael Gerz
Herbert Voss schrieb: Michael Gerz wrote: this patch brings change tracking output to the PDF world. +static string const changetracking_xcolorsoul_def = + "\\newcommand{\\lyxinserted}[3]{\\textcolor{blue}{#3}}\n" +

Re: [PATCH] CT output for pdflatex

2007-05-12 Thread Herbert Voss
Michael Gerz wrote: > Herbert Voss schrieb: >> Michael Gerz wrote: >> >>> this patch brings change tracking output to the PDF world. >>> >> >> >>> +static string const changetracking_xcolorsoul_def = >>> +"\\newcommand{\\lyxinserted}[3]{\\textcolor{blue}{#3}}\n" >>> +

Re: Refocus: Bidi Cursor Movement

2007-05-12 Thread Dov Feldstern
Dov Feldstern wrote: Abdelrazak Younes wrote: Dov Feldstern wrote: Abdelrazak Younes wrote: I think it is possible :-) The problem is simple really and I think you are misleading because you focus on the inset. When you think about it, entering or leaving an inset should not be special;

Re: [PATCH] make rotate tabular and rotate cell toggle

2007-05-12 Thread Bernhard Roider
José Matos schrieb: On Friday 11 May 2007 18:56:48 Bernhard Roider wrote: Then i will treat the fact that nobody (except Uwe) has to say anything about this as approval and will commit this. Does this fixes bug 2453? If so could you close the bug, please? Added fixedintrunk because the

Release manager for the stable series (1.5.x)

2007-05-12 Thread José Matos
Hi all, while preparing the release of 1.5.0 one of the important tasks in my TODO list was to find a a release manager to the stable series of 1.5.x releases. After the discussion that happened here in this list a couple of months ago (propably November/December last year). The name

2007 LyX Meeting (candidatures accepted)

2007-05-12 Thread José Matos
As the subject says, it would be nice to find a place for the post 1.5.0 scenario. :-) Or are we all traumatised by the last year meeting? ;-) Best regards, -- José Abílio

Re: [patch] Re: Crash with RTL

2007-05-12 Thread Dov Feldstern
Dov Feldstern wrote: Dov Feldstern wrote: Abdelrazak Younes wrote: One problem with the current patch --- it breaks the solutions we've been working on for cursor movement --- exiting insets from the beginning seems to be broken again --- either with or without my fix. I'm sure it can be

[PATCH - to be reviewed] wrong cursor movement

2007-05-12 Thread Bernhard Roider
Hello, another issue i found with tabular, but it turned out that it's a more general one. Problem description: 1. create a table with 3 columns, 2 rows. 2. write a few characters in every cell. 3. position the cursor in the middle cell of the first row in the _middle_ of the text. 4. press

Re: [PATCH] CT output for pdflatex

2007-05-12 Thread Herbert Voss
Michael Gerz wrote: > + "\\newcommand{\\lyxinserted}[3]{\\textcolor{blue}{#3}}\n" > + "\\newcommand{\\lyxdeleted}[3]{\\textcolor{red}{\\st{#3}}}\n"; I forgot to say, that you should choose names like [EMAIL PROTECTED] and [EMAIL PROTECTED] Then it is not so easy, that a user chooses

Re: [PATCH - to be reviewed] wrong cursor movement

2007-05-12 Thread Dov Feldstern
Bernhard Roider wrote: As i said this is a more general issue: when the cursor is positioned at the end of the first (last) line in an inset then the up (down) arrows do not what they are expected to: move out of the inset. An investigation in case of the tabular inset showed that if the

Re: [Cvslog] r18277 - in /lyx-devel/trunk/src: Color.cpp Color.h inset...

2007-05-12 Thread Bo Peng
... > + Cursor & cur = pi.base.bv->cursor(); > msvc complains: unreferenced variable Thanks. Fixed. Bo

Re: LyX 1.5.0beta2 fails with Qt-4.3.0rc1

2007-05-12 Thread Bennett Helm
On May 11, 2007, at 11:26 PM, Bob Lounsbury wrote: Hi, I just compiled Qt-4.3.0rc1 and LyX 1.5.0beta2 failed on 'make' with the following error on a mac ppc: mkdir .libs libtool: link: cannot find the library `' make[3]: *** [lyx-qt4] Error 1 make[2]: *** [all-recursive] Error 1 make[1]:

Re: [patch] update source view in mathed, #3398, #3594

2007-05-12 Thread Bo Peng
Here is a patch to fix the source view to update also in mathed. This really got onto my nerves for quite some time. Hope the patch is not too simple and there are some other consequences I don't see... Any objections? Stefan I like it and I do not see any side effect. Jose, can it be

Re: LyX 1.5.0beta2 fails with Qt-4.3.0rc1

2007-05-12 Thread Bob Lounsbury
Bennett Helm wrote: On May 11, 2007, at 11:26 PM, Bob Lounsbury wrote: Hi, I just compiled Qt-4.3.0rc1 and LyX 1.5.0beta2 failed on 'make' with the following error on a mac ppc: mkdir .libs libtool: link: cannot find the library `' make[3]: *** [lyx-qt4] Error 1 make[2]: ***

Re: LyX 1.5.0beta2 fails with Qt-4.3.0rc1

2007-05-12 Thread Bennett Helm
On May 12, 2007, at 8:15 PM, Bob Lounsbury wrote: No. This is why I should leave the compiling to the pros, but I'm having fun too. Thanks, Bennett Bob Me, a pro?! I'm sure the real developers are getting a chuckle out of that! Bennett

Re: Enhanced listings dialog.

2007-05-12 Thread Bo Peng
On 5/12/07, Bo Peng <[EMAIL PROTECTED]> wrote: Please test this listings dialog, which looks more like Herbert's original one. I plan to add it before beta3. The patch has been committed after some more testing. I would appreciate it if someone can show me how to call this dialog from