FindAdv Wrap Option

2008-11-17 Thread Tommaso Cucinotta
Hello, this implements the wrap option (first pending issue from the wiki): Bug 1262 Search & Replace: "wrap" option only for the entire document scope case, for now. Instead of having yet another option on the dialog, I'm proposing a simple que

Re: 1.5.7 scons

2008-11-17 Thread José Matos
On Monday 17 November 2008 20:15:32 Joost Verburg wrote: > Should I apply the patch to trunk? No, please leave it as it is. The question is that if we fix this we should also fix the corresponding entry in lyx_1_5.py So I would leave it as it is and later, if necessary, we can give it some tho

Re: 1.5.7 scons

2008-11-17 Thread Joost Verburg
José Matos wrote: The patch works. There are probably other places where we need the same remedy. For the moment since there are not other cases where lyx is used outside of the current directory I am not too worried about this case. And yes, it will work with 1.5.7, that is the main point her

Re: 1.5.7 scons

2008-11-17 Thread José Matos
On Monday 17 November 2008 15:49:29 Joost Verburg wrote: > Jürgen Spitzmüller wrote: > > Yes. This bug occured with the integration of lyx_1_6.py into 1.5.7, > > because that file needs to access the unicodesymbols file, and lyx2lyx is > > used by doc_toc.py. > > lyx_1.6.py assumes that the script

[patch] Painting of non-visible cursor (?)

2008-11-17 Thread Vincent van Ravesteijn
When the cursor is not visible on screen (probably caused by scrolling with the scrollbar), the cursor is painted at the location (-1,-1+asc). However, this can be seen on the screen (at least on windows). The attached patch solves this problem. If there are no comments / suggestions, I'll put

utf8 in mails

2008-11-17 Thread Andre Poenitz
The cvs mails are still "twice encoded" in utf8 (i.e. utf8 run through recode latin1..utf8 again). Forgot to try to look into this issue as long as Jean-Marc was present.. Andre'

Re: Update Turkish Translation

2008-11-17 Thread Jürgen Spitzmüller
H. İbrahim Güngör wrote: > Merge please. Done (branch and trunk). Jürgen

Re: 1.5.7 scons

2008-11-17 Thread Jürgen Spitzmüller
Joost Verburg wrote: > lyx_1.6.py assumes that the script directory is the current working > directory, which is not always the case. The attached patch solves this > issue. Thanks. I let José review this. For 1.5.7, best if that you just apply this locally, I guess (unless we find out that impor

Re: Update Turkish Translation

2008-11-17 Thread H. İbrahim Güngör
On Wednesday 05 November 2008 15:14:51 Pavel Sanda wrote: Hello, I've updated the Turkish translation again. This time, all shortcut conflicts are fixed. And some minor fixes too. http://sudrap.org/repository/users/igungor/applications/lyx/tr.po Merge please. Kind Regards PS: I had a problem

Re: [Cvslog] r27565 - in /lyx-devel/trunk/src: Buffer.cpp Buffer.h LyX...

2008-11-17 Thread Richard Heck
Andre Poenitz wrote: On Sun, Nov 16, 2008 at 03:31:02PM -0500, rgheck wrote: [EMAIL PROTECTED] wrote: Author: poenitz Date: Sun Nov 16 18:49:00 2008 New Revision: 27565 URL: http://www.lyx.org/trac/changeset/27565 Log: move more stuff from buffer_func to Buffer Andre: What's

Re: 1.5.7 scons

2008-11-17 Thread Joost Verburg
Jürgen Spitzmüller wrote: Yes. This bug occured with the integration of lyx_1_6.py into 1.5.7, because that file needs to access the unicodesymbols file, and lyx2lyx is used by doc_toc.py. lyx_1.6.py assumes that the script directory is the current working directory, which is not always the c

Re: [Cvslog] r27590 - in /lyx-devel/trunk/src: Buffer.cpp Buffer.h Buf...

2008-11-17 Thread Richard Heck
[EMAIL PROTECTED] wrote: Author: sts Date: Sun Nov 16 22:28:06 2008 New Revision: 27590 URL: http://www.lyx.org/trac/changeset/27590 Log: * "Goto label" in reference dialog works with master and child documents Great! rh

Re: Site map+?

2008-11-17 Thread Andre Poenitz
On Mon, Nov 17, 2008 at 02:31:13PM +0100, Pavel Sanda wrote: > Guenter Milde wrote: > > Pavel Sanda <[EMAIL PROTECTED]> schrieb: > > > Christian Ridderström wrote: > > >> Do we need a site map for the web site? > > > > No. > > > > In a guide to web design listing obsolete and not-to-do stuff > >

Re: rpm lyx-1.6.0 to Mandriva 2009

2008-11-17 Thread José Matos
On Monday 17 November 2008 13:16:17 icebna wrote: > Hi all : > > I have built and upload the binary lyx-1.6.0-1mdv2009.i586.rpm ( > Mandriva 2009 ) to your \incoming directory. Can you move to mirrors ? Done. I have placed it in the master and it will be (automatically) propagated to mirrors. >

Re: [patch] Fix UI GuiTabular

2008-11-17 Thread Charles de Miramon
Jürgen Spitzmüller wrote: > Vincent van Ravesteijn wrote: >> I'm fixing the current design of the dialog. Whether the design should >> be changed is the next question ? > > It should have been changed long ago. Maybe you'll find the time. The > current design is only a burden of the past. > I w

Re: [patch] Fix UI GuiTabular

2008-11-17 Thread Charles de Miramon
Jürgen Spitzmüller wrote: > I think we really need OK/Apply/Cancel buttons in the long term (there's > also an old bug report somewhere). > +1 C. -- http://www.kde-france.org

Re: LyX 1.6.0 is released

2008-11-17 Thread Konrad Hofbauer
José Matos wrote: Public release of LyX version 1.6.0 === FYI: According to LyX 1.6.0 also already made it into the current MacTeXtras package. /Konrad

Re: Site map+?

2008-11-17 Thread Pavel Sanda
Guenter Milde wrote: > Pavel Sanda <[EMAIL PROTECTED]> schrieb: > > Christian Ridderström wrote: > >> Do we need a site map for the web site? > > No. > > In a guide to web design listing obsolete and not-to-do stuff > (unfortunately not remembering the URL), I also found "site map" with > (accord

Re: 1.5.7 scons

2008-11-17 Thread Jürgen Spitzmüller
Joost Verburg wrote: > > What file? unicodesymbols? > > Right, it's generating the TOC but the error indeed refers to > unicodesymbols. Is this a known bug? Yes. This bug occured with the integration of lyx_1_6.py into 1.5.7, because that file needs to access the unicodesymbols file, and lyx2lyx

rpm lyx-1.6.0 to Mandriva 2009

2008-11-17 Thread icebna
Hi all : I have built and upload the binary lyx-1.6.0-1mdv2009.i586.rpm ( Mandriva 2009 ) to your \incoming directory. Can you move to mirrors ? Regards Miguel

Re: Site map+?

2008-11-17 Thread Joost Verburg
Guenter Milde wrote: The site-map mainly duplicates the side bar. Maybe CSS styled "tooltips" revealing the sub-topics in the side bar could replace it completely. I also don't think the site map is necessary. Joost

Re: 1.5.7 scons

2008-11-17 Thread Joost Verburg
Jürgen Spitzmüller wrote: Joost Verburg wrote: A file not found error for Resources\doc\TOC.lyx in the build directory. What file? unicodesymbols? Right, it's generating the TOC but the error indeed refers to unicodesymbols. Is this a known bug? Joost

Re: [EMAIL PROTECTED]: [Pkg-lyx-devel] Bug#505958: FTBFS with GCC 4.4: missing #include]

2008-11-17 Thread Jürgen Spitzmüller
Jürgen Spitzmüller wrote: > Pavel, could you apply it to branch as well, please? forget it, I simply missed that. Jürgen

Re: [EMAIL PROTECTED]: [Pkg-lyx-devel] Bug#505958: FTBFS with GCC 4.4: missing #include]

2008-11-17 Thread Jean-Marc Lasgouttes
Pavel Sanda <[EMAIL PROTECTED]> writes: > Sven Hoexter wrote: >> Hi, >> donno if you care about not yet released GCC versions but the Debian >> QA people do. > > its in. And we _do_ appreciate patches coming for unreleased gcc version :) JMarc

Re: [EMAIL PROTECTED]: [Pkg-lyx-devel] Bug#505958: FTBFS with GCC 4.4: missing #include]

2008-11-17 Thread Jürgen Spitzmüller
Pavel Sanda wrote: > its in. Pavel, could you apply it to branch as well, please? Jürgen

Re: [patch] Fix UI GuiTabular

2008-11-17 Thread Jürgen Spitzmüller
Vincent van Ravesteijn wrote: > I'm fixing the current design of the dialog. Whether the design should > be changed is the next question ? It should have been changed long ago. Maybe you'll find the time. The current design is only a burden of the past. > PS. I removed the new policy again, beca

Re: [EMAIL PROTECTED]: [Pkg-lyx-devel] Bug#505958: FTBFS with GCC 4.4: missing #include]

2008-11-17 Thread Pavel Sanda
Sven Hoexter wrote: > Hi, > donno if you care about not yet released GCC versions but the Debian > QA people do. its in. pavel

Re: [patch] Fix UI GuiTabular

2008-11-17 Thread Pavel Sanda
Vincent van Ravesteijn wrote: > > Solving: > - The GuiTabular dialog has an auto-apply policy. The buttoncontroller > however changes the Close button into Cancel, while pressing Cancel does i'm really happy you looked into this, as Uwe says in #1699 we are the only word processor where you appl

Re: [Cvslog] r27605 - /lyx-devel/trunk/src/LyXFunc.cpp

2008-11-17 Thread Jean-Marc Lasgouttes
[EMAIL PROTECTED] writes: > URL: http://www.lyx.org/trac/changeset/27605 > Log: > implement undo grouping for command sequences This is part of bug 5331 (which involves a crash but this is (probably) something else). I am going to apply it to branch too. JMarc

Re: [patch] Fix UI GuiTabular

2008-11-17 Thread Jürgen Spitzmüller
Vincent van Ravesteijn wrote: > Solving: > - The GuiTabular dialog has an auto-apply policy. The buttoncontroller > however changes the Close button into Cancel, while pressing Cancel does > apply the settings. Therefore I added a new ButtonPolicy: AutoApplyPolicy. I think we really need OK/Apply/

Re: [Cvslog] r27576 - in /lyx-devel/trunk/src: Thesaurus.h frontends/q...

2008-11-17 Thread Jürgen Spitzmüller
Jean-Marc Lasgouttes wrote: > The idea is that it is covered by the 'save defaults' feature in > document settings. Yes, that's what came to my mind as well. Jürgen

Re: [patch] Fix UI GuiTabular

2008-11-17 Thread Vincent van Ravesteijn
Vincent van Ravesteijn schreef: Solving: - The GuiTabular dialog has an auto-apply policy. The buttoncontroller however changes the Close button into Cancel, while pressing Cancel does apply the settings. Therefore I added a new ButtonPolicy: AutoApplyPolicy. - When editing the width edit fie

[patch] Fix UI GuiTabular

2008-11-17 Thread Vincent van Ravesteijn
Solving: - The GuiTabular dialog has an auto-apply policy. The buttoncontroller however changes the Close button into Cancel, while pressing Cancel does apply the settings. Therefore I added a new ButtonPolicy: AutoApplyPolicy. - When editing the width edit field is not finished by an enter but

Re: [Cvslog] r27576 - in /lyx-devel/trunk/src: Thesaurus.h frontends/q...

2008-11-17 Thread Andre Poenitz
On Mon, Nov 17, 2008 at 07:14:32AM +0100, Jürgen Spitzmüller wrote: > poenitz wrote: > > remove unneeded "default language" option > > I do not think at all this is "unneeded". I was told it was. Andre'

Re: [Cvslog] r27565 - in /lyx-devel/trunk/src: Buffer.cpp Buffer.h LyX...

2008-11-17 Thread Andre Poenitz
On Sun, Nov 16, 2008 at 03:31:02PM -0500, rgheck wrote: > [EMAIL PROTECTED] wrote: >> Author: poenitz >> Date: Sun Nov 16 18:49:00 2008 >> New Revision: 27565 >> >> URL: http://www.lyx.org/trac/changeset/27565 >> Log: >> move more stuff from buffer_func to Buffer >> >> > Andre: What's your view

Re: [Cvslog] r27576 - in /lyx-devel/trunk/src: Thesaurus.h frontends/q...

2008-11-17 Thread Jean-Marc Lasgouttes
Jürgen Spitzmüller <[EMAIL PROTECTED]> writes: > Jürgen Spitzmüller wrote: >> > remove unneeded "default language" option >> >> I do not think at all this is "unneeded". > > On a second thought, however, I might change my mind. The idea is that it is covered by the 'save defaults' feature in docu

Re: Site map+?

2008-11-17 Thread Guenter Milde
Pavel Sanda <[EMAIL PROTECTED]> schrieb: > Christian Ridderström wrote: >> Do we need a site map for the web site? No. In a guide to web design listing obsolete and not-to-do stuff (unfortunately not remembering the URL), I also found "site map" with (according to my memory): Used in the olden

Re: trunk errs

2008-11-17 Thread Jürgen Spitzmüller
Pavel Sanda wrote: > g++ -DHAVE_CONFIG_H -I. -I..   -I../src -I../boost -DQT_NO_STL > -DQT_NO_KEYWORDS -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtCore   > -Wextra -Wall    -O -MT Thesaurus.o -MD -MP -MF .deps/Thesaurus.Tpo -c -o > Thesaurus.o Thesaurus.cpp Thesaurus.cpp: In member function

[EMAIL PROTECTED]: [Pkg-lyx-devel] Bug#505958: FTBFS with GCC 4.4: missing #include]

2008-11-17 Thread Sven Hoexter
Hi, donno if you care about not yet released GCC versions but the Debian QA people do. Sven - Forwarded message from Martin Michlmayr <[EMAIL PROTECTED]> - Date: Sun, 16 Nov 2008 19:59:20 +0100 From: Martin Michlmayr <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: [Pkg-lyx-devel] Bug#