Re: [Cvslog] r22137 - in /lyx-devel/trunk/src: FuncRequest.cpp factory...

2007-12-13 Thread Peter Kümmel
Jean-Marc Lasgouttes wrote: [EMAIL PROTECTED] writes: Author: kuemmel Date: Thu Dec 13 22:57:37 2007 New Revision: 22137 URL: http://www.lyx.org/trac/changeset/22137 Log: cmake/merge: fix compile, this split conflicts with the others So now we have to be careful not to use methods that have

Re: [Cvslog] r22137 - in /lyx-devel/trunk/src: FuncRequest.cpp factory...

2007-12-13 Thread Abdelrazak Younes
Jean-Marc Lasgouttes wrote: [EMAIL PROTECTED] writes: Author: kuemmel Date: Thu Dec 13 22:57:37 2007 New Revision: 22137 URL: http://www.lyx.org/trac/changeset/22137 Log: cmake/merge: fix compile, this split conflicts with the others So now we have to be careful not to use methods that have

Re: LyX 1.5 Patch Candidate List #13

2007-12-13 Thread Uwe Stöhr
> clipboard" button to log dialog http://www.lyx.org/trac/changeset/21247 - uwestoehr - InsetMathFrac: add support for \tbinom and \dbinom, fixes bug 4305 No. > http://www.lyx.org/trac/changeset/21697 - uwestoehr - languages: fix activation of Spanish characters (bug 4361) This could be risky

Re: languages

2007-12-13 Thread Uwe Stöhr
Predrag Rakic schrieb: Default Serbian alphabet is cyrillic. It is associated with locale code sr_RS and iso8859-5 char map. Also, there is latin Serbian alphabet. It is associated with locale code [EMAIL PROTECTED] and iso8859-2 char map. I committed the line for "Serbian (Latin)" to SVN. Bu

Re: [Cvslog] r22137 - in /lyx-devel/trunk/src: FuncRequest.cpp factory...

2007-12-13 Thread Jean-Marc Lasgouttes
[EMAIL PROTECTED] writes: > Author: kuemmel > Date: Thu Dec 13 22:57:37 2007 > New Revision: 22137 > > URL: http://www.lyx.org/trac/changeset/22137 > Log: > cmake/merge: fix compile, this split conflicts with the others So now we have to be careful not to use methods that have the same names of m

Re: LyX 1.5 Patch Candidate List #13

2007-12-13 Thread Andre Poenitz
On Thu, Dec 13, 2007 at 10:39:25PM +0100, Michael Gerz wrote: > > ... as usual :-) > > Michael > > > Patch Candidate List #13 > > Approved by Jürgen > -- > http://www.lyx.org/trac/changeset/20903 - ?? - initial support for > shift + right-mouse-click selection. (TESTING RE

Re: Not linked against zlib with cmake on Mac

2007-12-13 Thread Stefan Schimanski
_gzopen gefunden. In "support.lib(gzstream.obj)" referenziert "QtCored4.lib(QtCored4.dll)" geladen _gzclose gefunden. In "support.lib(gzstream.obj)" referenziert "QtCored4.lib(QtCored4.dll)" geladen _gzread gefunden. In "support.lib(gzstream.obj)" refer

Re: Not linked against zlib with cmake on Mac

2007-12-13 Thread Peter Kümmel
Stefan Schimanski wrote: Am 13.12.2007 um 22:29 schrieb Peter Kümmel: Stefan Schimanski wrote: Hi! Now that I got my Mac back from a repair I just ran into a link problem (which I did not have with Linux earlier today): lyx-qt4 is not linked against zlib (i.e. no -lz in the linker command l

Re: r22097 [1/2] - in /lyx-devel/trunk/src: ASpell.cpp Author...

2007-12-13 Thread Jean-Marc Lasgouttes
Andre Poenitz <[EMAIL PROTECTED]> writes: > On Thu, Dec 13, 2007 at 10:12:46AM +0100, Jean-Marc Lasgouttes wrote: >> Abdelrazak Younes <[EMAIL PROTECTED]> writes: >> >> > using 'namespace lyx::support' instead of the tens of 'using >> > support::xxx'. I'll do that now. >> >> This is getting ridi

Re: r22134 - in /lyx-devel/trunk/development/cmake/src/suppor...

2007-12-13 Thread Stefan Schimanski
Hou, what a big commit log given by svk. sorry for the noise. Stefan Am 13.12.2007 um 22:40 schrieb [EMAIL PROTECTED]: Author: sts Date: Thu Dec 13 22:40:57 2007 New Revision: 22134 URL: http://www.lyx.org/trac/changeset/22134 Log: [EMAIL PROTECTED]: sts | 2007-12-01 01:54:37 +0100 [EMAIL P

LyX 1.5 Patch Candidate List #13

2007-12-13 Thread Michael Gerz
... as usual :-) Michael Patch Candidate List #13 Approved by Jürgen -- http://www.lyx.org/trac/changeset/20903 - ?? - initial support for shift + right-mouse-click selection. (TESTING REQUIRED) http://www.lyx.org/trac/changeset/20916 - leuven - add "copy to cli

Re: Not linked against zlib with cmake on Mac

2007-12-13 Thread Stefan Schimanski
Am 13.12.2007 um 22:29 schrieb Peter Kümmel: Stefan Schimanski wrote: Hi! Now that I got my Mac back from a repair I just ran into a link problem (which I did not have with Linux earlier today): lyx-qt4 is not linked against zlib (i.e. no -lz in the linker command line). It seems that in m

Re: Not linked against zlib with cmake on Mac

2007-12-13 Thread Peter Kümmel
Stefan Schimanski wrote: Hi! Now that I got my Mac back from a repair I just ran into a link problem (which I did not have with Linux earlier today): lyx-qt4 is not linked against zlib (i.e. no -lz in the linker command line). It seems that in my old checkout boost/iostreams forced zlib to

Re: [Cvslog] r22124 - in /lyx-devel/trunk/src/support: FileName.cpp Fi...

2007-12-13 Thread Andre Poenitz
On Thu, Dec 13, 2007 at 09:32:51PM +0100, Abdelrazak Younes wrote: > Enrico Forestieri wrote: > >>> bool FileName::changePermission(unsigned long int mode) const >>> { >>> - if (!fname.isWritable()) { >>> + if (!isWritable()) { >>> LYXERR0("File " << *this << " is not writable!");

Re: [Cvslog] r22124 - in /lyx-devel/trunk/src/support: FileName.cpp Fi...

2007-12-13 Thread Abdelrazak Younes
Enrico Forestieri wrote: bool FileName::changePermission(unsigned long int mode) const { - if (!fname.isWritable()) { + if (!isWritable()) { LYXERR0("File " << *this << " is not writable!"); return false; } When you are the file owner, you

Re: [Cvslog] r22110 - /lyx-devel/trunk/src/Mover.cpp

2007-12-13 Thread Abdelrazak Younes
Enrico Forestieri wrote: On Thu, Dec 13, 2007 at 08:51:10AM +0100, Abdelrazak Younes wrote: Enrico Forestieri wrote: without any need for the change. Every time something that is working is changed, new bugs are introduced. And much more old bugs are corrected. So, you exchange an old know

Re: r22097 [1/2] - in /lyx-devel/trunk/src: ASpell.cpp Author...

2007-12-13 Thread Andre Poenitz
On Thu, Dec 13, 2007 at 02:58:01PM +0100, Jean-Marc Lasgouttes wrote: > Abdelrazak Younes <[EMAIL PROTECTED]> writes: > > > The two notion are pretty orthogonal. There are absolutely no > > difference code wise. FWIW, I would be OK if we remove all nested > > namespace and stay with one unique fla

Re: [patch] Re: "Content: all cited references"...?

2007-12-13 Thread Juergen Spitzmueller
Bernhard Reiter wrote: >> Actually, your patch disables the optimization of the bibfiles cache, >> which means that opening the dialog needs very long when you have a big >> bibliography database. Why is it required for \nocite anyway? > > Does it really? I was thinking I'd just be affecting the

Re: System call problem?

2007-12-13 Thread Peter Kümmel
Jean-Marc Lasgouttes wrote: Enrico Forestieri <[EMAIL PROTECTED]> writes: Note that with the change from \batchmode to \nonstopmode the chance of a stalled latex (and a hanging lyx) is high, because when a file that should be included is not found, latex stops, expecting you to enter a new file

Re: r22101 - in /lyx-devel/trunk: development/scons/SConstruc...

2007-12-13 Thread Peter Kümmel
Abdelrazak Younes wrote: [EMAIL PROTECTED] wrote: Author: forenr Date: Wed Dec 12 19:25:53 2007 New Revision: 22101 URL: http://www.lyx.org/trac/changeset/22101 Log: Revert qprocess code. Revisions reverted: 22026, 22030, 22044, 22048, 22077, 22078, 22079, 22080, 22081. Sorry Peter, but this w

Re: [Cvslog] r22081 - /lyx-devel/trunk/src/support/SystemcallPrivate.cpp

2007-12-13 Thread Peter Kümmel
Enrico Forestieri wrote: On Wed, Dec 12, 2007 at 02:51:01PM +0100, Jean-Marc Lasgouttes wrote: Enrico Forestieri <[EMAIL PROTECTED]> writes: However, I'd rather revert the changes because they don't solve any problem (or those problems can be solved in other non-disruptive ways), destabilize a

Re: [patch] Re: "Content: all cited references"...?

2007-12-13 Thread Bernhard Reiter
Am Samstag, den 08.12.2007, 11:08 +0100 schrieb Jürgen Spitzmüller: > Excellent. Note, however, that this is a file format change (because "nocite" > has to be reverted to ERT). You'll have to increment the file format and > provide a lyx2lyx function to revert nocite (which should be very easy).

Re: [Cvslog] r22124 - in /lyx-devel/trunk/src/support: FileName.cpp Fi...

2007-12-13 Thread Enrico Forestieri
On Thu, Dec 13, 2007 at 10:43:35AM -, [EMAIL PROTECTED] wrote: > Author: younes > Date: Thu Dec 13 11:43:29 2007 > New Revision: 22124 > > URL: http://www.lyx.org/trac/changeset/22124 > Log: > compile fix following undo/redo mixup. Sorry. > > Modified: > lyx-devel/trunk/src/support/FileNa

Re: [Cvslog] r22110 - /lyx-devel/trunk/src/Mover.cpp

2007-12-13 Thread Enrico Forestieri
On Thu, Dec 13, 2007 at 08:51:10AM +0100, Abdelrazak Younes wrote: > Enrico Forestieri wrote: > > without any need for the change. Every time something that is > > working is changed, new bugs are introduced. > > And much more old bugs are corrected. So, you exchange an old known bug, for which

Re: r22097 [1/2] - in /lyx-devel/trunk/src: ASpell.cpp Author...

2007-12-13 Thread Andre Poenitz
On Thu, Dec 13, 2007 at 10:29:01AM +0100, Jean-Marc Lasgouttes wrote: > José Matos <[EMAIL PROTECTED]> writes: > > > On Thursday 13 December 2007 09:12:46 Jean-Marc Lasgouttes wrote: > >> This is getting ridiculous. We are adding our own namespace, and then > >> we decide to ignore it. > > > > W

Re: r22097 [1/2] - in /lyx-devel/trunk/src: ASpell.cpp Author...

2007-12-13 Thread Andre Poenitz
On Thu, Dec 13, 2007 at 09:23:09AM +, José Matos wrote: > On Thursday 13 December 2007 09:12:46 Jean-Marc Lasgouttes wrote: > > This is getting ridiculous. We are adding our own namespace, and then > > we decide to ignore it. > > What was the rationale for this decision? For adding namespac

Re: r22097 [1/2] - in /lyx-devel/trunk/src: ASpell.cpp Author...

2007-12-13 Thread Andre Poenitz
On Thu, Dec 13, 2007 at 10:12:46AM +0100, Jean-Marc Lasgouttes wrote: > Abdelrazak Younes <[EMAIL PROTECTED]> writes: > > > using 'namespace lyx::support' instead of the tens of 'using > > support::xxx'. I'll do that now. > > This is getting ridiculous. We are adding our own namespace, and then >

Re: r22097 [1/2] - in /lyx-devel/trunk/src: ASpell.cpp Author...

2007-12-13 Thread Jean-Marc Lasgouttes
Abdelrazak Younes <[EMAIL PROTECTED]> writes: >> Abdel wants to remove lines. > > Right, but that's only a side benefit. The primary objective was to > remove the burden of fixing those superfluous lines each time some > code is moved. Maybe you move too much code ;) JMarc

Re: r22097 [1/2] - in /lyx-devel/trunk/src: ASpell.cpp Author...

2007-12-13 Thread Jean-Marc Lasgouttes
Abdelrazak Younes <[EMAIL PROTECTED]> writes: > The two notion are pretty orthogonal. There are absolutely no > difference code wise. FWIW, I would be OK if we remove all nested > namespace and stay with one unique flat namespace: lyx. At least it would make sense. This was my point. JMarc

Re: LFUN_MATH_INSERT func_type

2007-12-13 Thread Pavel Sanda
> > shouldn't LFUN_MATH_INSERT have func_type Math instead of Edit? > > I think so. Who changed this to Edit? nobody. $ git log --decorate -p LyXAction.cpp |grep -E 'Author:|Date:|trunk@|LFUN_MATH_INSERT'|grep -B4 Edit Author: bpeng <[EMAIL PROTECTED]> Date: Thu Oct 18 15:48:51 2007 +

Re: LFUN_MATH_INSERT func_type

2007-12-13 Thread Uwe Stöhr
> shouldn't LFUN_MATH_INSERT have func_type Math instead of Edit? I think so. Who changed this to Edit? regards Uwe

Re: r22097 [1/2] - in /lyx-devel/trunk/src: ASpell.cpp Author...

2007-12-13 Thread Abdelrazak Younes
Jean-Marc Lasgouttes wrote: José Matos <[EMAIL PROTECTED]> writes: On Thursday 13 December 2007 09:12:46 Jean-Marc Lasgouttes wrote: This is getting ridiculous. We are adding our own namespace, and then we decide to ignore it. What was the rationale for this decision? Abdel wants to remov

Re: r22097 [1/2] - in /lyx-devel/trunk/src: ASpell.cpp Author...

2007-12-13 Thread Abdelrazak Younes
Jean-Marc Lasgouttes wrote: Abdelrazak Younes <[EMAIL PROTECTED]> writes: using 'namespace lyx::support' instead of the tens of 'using support::xxx'. I'll do that now. This is getting ridiculous. We are adding our own namespace, I was not there when the support namespace was added but I gue

Re: r22097 [1/2] - in /lyx-devel/trunk/src: ASpell.cpp Author...

2007-12-13 Thread Jean-Marc Lasgouttes
José Matos <[EMAIL PROTECTED]> writes: > On Thursday 13 December 2007 09:12:46 Jean-Marc Lasgouttes wrote: >> This is getting ridiculous. We are adding our own namespace, and then >> we decide to ignore it. > > What was the rationale for this decision? Abdel wants to remove lines. JMarc

Re: r22097 [1/2] - in /lyx-devel/trunk/src: ASpell.cpp Author...

2007-12-13 Thread José Matos
On Thursday 13 December 2007 09:12:46 Jean-Marc Lasgouttes wrote: > This is getting ridiculous. We are adding our own namespace, and then > we decide to ignore it. What was the rationale for this decision? > JMarc -- José Abílio

Re: r22097 [1/2] - in /lyx-devel/trunk/src: ASpell.cpp Author...

2007-12-13 Thread Jean-Marc Lasgouttes
Abdelrazak Younes <[EMAIL PROTECTED]> writes: > using 'namespace lyx::support' instead of the tens of 'using > support::xxx'. I'll do that now. This is getting ridiculous. We are adding our own namespace, and then we decide to ignore it. JMarc

Re: r22077 - in /lyx-devel/trunk/src/frontends/qt4: GuiProgre...

2007-12-13 Thread Hans Meine
Am Mittwoch, 12. Dezember 2007 22:18:15 schrieb Juergen Spitzmueller: > >> Can we make this the default? > > > > Probably. But I don't see a huge benefit. To you think it is easier to > > discover how to separate tabbed widgets into individual docks than the > > other way round? > > Personally I wo

Re: Qt caching woes

2007-12-13 Thread Abdelrazak Younes
Abdelrazak Younes wrote: Enrico Forestieri wrote: On Thu, Dec 13, 2007 at 08:08:35AM +0100, Abdelrazak Younes wrote: Enrico Forestieri wrote: Create a new lyx file and insert an image. Any format will do, except eps. Now try View->DVI. You will be informed that your format could not be convert

Re: r22102 - /lyx-devel/trunk/src/frontends/qt4/GuiSelection.cpp

2007-12-13 Thread Juergen Spitzmueller
Abdelrazak Younes wrote: > Even without #ifdef, selectionChanged() is in Qt4.1. I see. The better. I'll backport your fix. Jürgen

Re: Qt caching woes

2007-12-13 Thread Abdelrazak Younes
Enrico Forestieri wrote: Create a new lyx file and insert an image. Any format will do, except eps. Now try View->DVI. You will be informed that your format could not be converted to eps and are suggested to define a proper converter. However, after clicking OK, the dvi previewer is launched and

Re: [Cvslog] r22117 - in /lyx-devel/trunk/src/support: FileName.cpp Fi...

2007-12-13 Thread Abdelrazak Younes
Enrico Forestieri wrote: On Thu, Dec 13, 2007 at 07:36:49AM -, [EMAIL PROTECTED] wrote: Author: younes Date: Thu Dec 13 08:36:47 2007 New Revision: 22117 URL: http://www.lyx.org/trac/changeset/22117 Log: add FileName::renameTo() method. Modified: lyx-devel/trunk/src/support/FileName.cp