Re: Interrupted enumerations.

2008-11-20 Thread rgheck
Vincent van Ravesteijn wrote: Dear All, Lately, I see often questions about the interrupted enumeration problem at the User's list. Therefore I implemented a context menu item that will make it possible to let an enumeration resume a previous one. Is anybody willing to review and/or try thi

Re: [Cvslog] r27623 - /lyx-devel/branches/personal/kuemmel/progress_me...

2008-11-20 Thread Peter Kümmel
Pavel Sanda wrote: i dont understand. does it work for path/filenames with spaces too? QProcess passes the whole string (with spaces) as one argument, so we don't need any quotes, see patch in branch. secondly the function called like quotefilename should really quote the filename. quoteNam

missing cmake files

2008-11-20 Thread Peter Kümmel
The 1.6.0 release misses some cmake files. Where have I to add them? Peter

Re: LyX 1.6.0 is released

2008-11-20 Thread Konrad Hofbauer
José Matos wrote: We are pleased to announce the release of LyX 1.6.0. Hi José, am I blind, or is the following table-toolbar icon missing in the official 1.6.0 tar-ball even though it is included in the svn tag ???

Interrupted enumerations.

2008-11-20 Thread Vincent van Ravesteijn
++ src/FuncCode.h (working copy) @@ -413,6 +413,8 @@ LFUN_WORD_FINDADV, // Tommaso, 20081003 LFUN_REGEXP_MODE,// Tommaso, 20081003 LFUN_COPY_LABEL_AS_REF, // sts, 20081116 + // 320 + LFUN_ENUMERATION_RESUME,

Re: LyX FindAndReplace dialog roadmap (was Re: FindAdv Wrap Option)

2008-11-20 Thread Tommaso Cucinotta
Abdelrazak Younes ha scritto: Yes, passing a paragraph was exactly what I had in mind. That's why I call that binary search ;-) Aha ! Presenting this term together with the "acrobat-like" stuff, and the performance issue, I was thinking instead that this term referred to a binary search in the

Re: Patch for 3218, Allow user to disable Different Textclass warning.

2008-11-20 Thread Vincent van Ravesteijn
rgheck sc What I'd propose myself, somewhat along these lines, is that this error only be shown once per file per session, rather than globally turned off. Or perhaps the error dialog could have an option that would effectively mean: Disable the warning for this file. We could also put such an op

Re: Patch for 3218, Allow user to disable Different Textclass warning.

2008-11-20 Thread rgheck
Jürgen Spitzmüller wrote: rgheck wrote: I also find this annoying, for similar reasons. But I think you might have cases where the output isn't as expected, even thought there isn't a LaTeX error. This would be because the different classes define a single layout differently. +1.

Re: Patch for 3218, Allow user to disable Different Textclass warning.

2008-11-20 Thread Andre Poenitz
On Thu, Nov 20, 2008 at 04:04:57PM +0100, Jürgen Spitzmüller wrote: > rgheck wrote: > > > I also find this annoying, for similar reasons. But I think you > > might have cases where the output isn't as expected, even thought > > there isn't a LaTeX error. This would be because the different > > cla

Re: Lyx 1.6.0-1-installer.exe bug: Requires Windows 2000 or later

2008-11-20 Thread Joost Verburg
[EMAIL PROTECTED] wrote: The normal installer for Lyx 1.6.0-1 starts, but immediately puts up a confirmation dialog "LyX 1.6.0-1 requires Windows 2000 or later" and then exits. Same happens for the full installer (LyX-1.6.0-1-Installer-Bundle.exe). I think there may be something wrong with yo

Re: svn access at work

2008-11-20 Thread Stephan Witt
Christian Ridderström schrieb: On Wed, 19 Nov 2008, Stephan Witt wrote: As I see it now there are 2 possible solutions: 1) as Pavel suggested I have to go via https tunnel inside my home network and then via ssh to aussie (requires dyndns at home or something similiar). 2) somebody is willi

Re: [ANNOUNCE] LyX 1.5.7 is released

2008-11-20 Thread Jürgen Spitzmüller
Joost Verburg wrote: > I've uploaded Windows installers to http://www.lyx.org/~joost/ Thanks. They're on the server now. Jürgen

Re: Patch for 3218, Allow user to disable Different Textclass warning.

2008-11-20 Thread Jürgen Spitzmüller
rgheck wrote: > I also find this annoying, for similar reasons. But I think you might > have cases where the output isn't as expected, even thought there isn't > a LaTeX error. This would be because the different classes define a > single layout differently. +1. > What I'd propose myself, somewh

Re: [ANNOUNCE] LyX 1.5.7 is released

2008-11-20 Thread Joost Verburg
Jürgen Spitzmüller wrote: Prebuilt binaries (rpms for Linux distributions, Mac OS X and Windows installers) should soon be available at ftp://ftp.lyx.org/pub/lyx/bin/1.5.7/ I've uploaded Windows installers to http://www.lyx.org/~joost/ Regards, Joost

Re: Patch for 3218, Allow user to disable Different Textclass warning.

2008-11-20 Thread rgheck
Guenter Milde wrote: John McCabe-Dansted <[EMAIL PROTECTED]> schrieb: I have submitted a patch [1] to allow the user to disable the Different Textclass warning [2]. I find this warning very annoying as if I want to share math macros and other text between different master files I have to clic

Lyx 1.6.0-1-installer.exe bug: Requires Windows 2000 or later

2008-11-20 Thread torbjorn.sund
The normal installer for Lyx 1.6.0-1 starts, but immediately puts up a confirmation dialog "LyX 1.6.0-1 requires Windows 2000 or later" and then exits. Same happens for the full installer (LyX-1.6.0-1-Installer-Bundle.exe). Microsoft Windows XP Professional Version 2002 Service pack 3 IBM Thinkp

Re: LyX FindAndReplace dialog roadmap (was Re: FindAdv Wrap Option)

2008-11-20 Thread Abdelrazak Younes
Tommaso Cucinotta wrote: Abdelrazak Younes ha scritto: Hi Tommaso, Hi, Instead of adding this stringify() method, I would rather add a Paragraph::find() method. Then the actual searching would be done by the paragraph class that knows all that need to be known. This would also avoid the stri

Re: LyX FindAndReplace dialog roadmap (was Re: FindAdv Wrap Option)

2008-11-20 Thread Tommaso Cucinotta
Abdelrazak Younes ha scritto: Hi Tommaso, Hi, Instead of adding this stringify() method, I would rather add a Paragraph::find() method. Then the actual searching would be done by the paragraph class that knows all that need to be known. This would also avoid the string copying all other the p

Re: Patch for 3218, Allow user to disable Different Textclass warning.

2008-11-20 Thread Guenter Milde
John McCabe-Dansted <[EMAIL PROTECTED]> schrieb: > I have submitted a patch [1] to allow the user to disable the > Different Textclass warning [2]. I find this warning very annoying as > if I want to share math macros and other text between different master > files I have to click OK every single t

Patch for 3218, Allow user to disable Different Textclass warning.

2008-11-20 Thread John McCabe-Dansted
I have submitted a patch [1] to allow the user to disable the Different Textclass warning [2]. I find this warning very annoying as if I want to share math macros and other text between different master files I have to click OK every single time I compile the master. (E.g. if include the same macro