Re: [Cvslog] r28739 - /lyx-devel/trunk/lyx.1in

2009-03-18 Thread Kornel Benko
Am 2009-03-18 schrieb Jean-Marc Lasgouttes: > Jean-Marc Lasgouttes writes: > > > lasgout...@lyx.org writes: > > > >> Author: lasgouttes > >> Date: Mon Mar 9 15:48:17 2009 > >> New Revision: 28739 > >> > >> URL: http://www.lyx.org/trac/changeset/28739 > >> Log: > >> more autogenerated strings in

solved - Re: Cannot view pdf help-math: (xargs.sty not found)

2009-03-18 Thread Waluyo Adi Siswanto
Yes It works..thank you Regards was 2009/3/18 Jürgen Spitzmüller : > Waluyo Adi Siswanto wrote: >> I just compile 1.6.2 from source in Ubuntu 8.04, and I try to view pdf >> help-math, but Error List dialog appear: LateX Error:File'xargs.sty' not >> found. > > You can get the missing package here:

Re: QFileInfo

2009-03-18 Thread rgheck
Vincent van Ravesteijn wrote: Jean-Marc Lasgouttes schreef: Vincent van Ravesteijn wrote: And a second disadvantage of the QFileInfo class is that it is very unclear when it accesses the filesystem and how you can avoid that in cases you don't need to. It's a bit difficult to see how it can

Re: [Fwd: beamer trouble in 1.6.2]

2009-03-18 Thread fuyuki hane
>> LaTeX Error Option clash for package geometry. >> \geometry >> {verbose} >> The package geometry has already been loaded with options: >Did you load geometry manually in the preamble? >Jürgen Yes, I did. Using the Beamer, manual setting is convenient for me. Yours truly, Hane

Re: r28862 - /lyx-devel/trunk/src/frontends/qt4/GuiAbout.cpp

2009-03-18 Thread Enrico Forestieri
On Wed, Mar 18, 2009 at 11:17:37PM -, for...@lyx.org wrote: > Author: forenr > Date: Thu Mar 19 00:17:33 2009 > New Revision: 28862 > > URL: http://www.lyx.org/trac/changeset/28862 > Log: > Fix display of release date with Qt 4.2. > In Qt 4.2, QLocale::toString(QDate, ...) returns an invalid b

Re: make test & gcc 4.3

2009-03-18 Thread Jean-Marc Lasgouttes
Pavel Sanda wrote: i have some report about problem of make test compilation for gcc 4.3. can somebody with this version test it? On what OS is that? linux. "make check" actually.. Confirmed and fixed on branch and trunk (missing "#include "). JMarc

Re: QFileInfo

2009-03-18 Thread Vincent van Ravesteijn
Jean-Marc Lasgouttes schreef: Vincent van Ravesteijn wrote: And a second disadvantage of the QFileInfo class is that it is very unclear when it accesses the filesystem and how you can avoid that in cases you don't need to. It's a bit difficult to see how it can be cleaned up. There is a code

Re: QFileInfo

2009-03-18 Thread Jean-Marc Lasgouttes
Vincent van Ravesteijn wrote: And a second disadvantage of the QFileInfo class is that it is very unclear when it accesses the filesystem and how you can avoid that in cases you don't need to. It's a bit difficult to see how it can be cleaned up. There is a code that depends on the Qt version

Re: Final tex2lyx patch

2009-03-18 Thread Jean-Marc Lasgouttes
Jürgen Spitzmüller wrote: Jean-Marc Lasgouttes wrote: Juergen, is now a good moment for applying this patch? Yes. I did that. JMarc

Re: QFileInfo

2009-03-18 Thread Vincent van Ravesteijn
rgheck schreef: Vincent van Ravesteijn wrote: Anyway, our FileName class is largely based on the QFileInfo class, which is thus not reliable anymore if we just want to compare filenames. If I remember correctly, the reason to use QFileInfo had been to resolve worries about different links tha

Re: QFileInfo

2009-03-18 Thread rgheck
Vincent van Ravesteijn wrote: Anyway, our FileName class is largely based on the QFileInfo class, which is thus not reliable anymore if we just want to compare filenames. If I remember correctly, the reason to use QFileInfo had been to resolve worries about different links that point to the sa

QFileInfo

2009-03-18 Thread Vincent van Ravesteijn
Hi all, I reported last week to Qt that the behaviour of QFileInfo::operator==() changed between version 4.5 and 4.4.3 wrt to non-existent files: http://www.qtsoftware.com/developer/task-tracker/index_html?id=248471&method=entry. They have declared it a wont-fix, because if two files do not e

Re: LyX 1.6.2: possible performance issue inside master document

2009-03-18 Thread pseudo2009
Well, I'll keep the traffic to the devel-list. > I wish I had some idea why this is happening only on certain platforms. > Or is it only on certain platforms? I've not seen reports of this > behavior under Linux, but maybe there are people with similar problems. > > Have there been other change

RE: LyX slowness (2) - network usage.

2009-03-18 Thread Vincent van Ravesteijn - TNW
> I'm having real problems working with LyX and child document. It's very very > slow when typing text. >> This is a very mysterious mystery. >> rh A possible explanation for this. For each keystroke, updateMacros() is called, which calls InsetInclude::loadIfNeeded(), which then calls t

Re: LyX slowness (2) - network usage.

2009-03-18 Thread Richard Heck
Vincent van Ravesteijn - TNW wrote: Another idea: Is there any way this could be related to math or graphics preview? What if there were pictures or something of the sort stored on the remote drive that LyX is accessing to check modtimes etc? If you're using those, try turning them off. No

RE: LyX slowness (2) - network usage.

2009-03-18 Thread Vincent van Ravesteijn - TNW
> Do you have any way of capturing the network traffic? > I.e., similar to ethereal and the like on Linux? Not really. > I assume this happens only with LyX? I.e., you don't > have some key-grabbing virus on your machine? (Silly > question, I know, but) I can now also reproduce on another

Re: Final tex2lyx patch

2009-03-18 Thread Jürgen Spitzmüller
Jean-Marc Lasgouttes wrote: > Juergen, is now a good moment for applying this patch? Yes. > Only real testing will allow us to fix possible bugs. I agree. A beginning of a new release cycle is a good point to do that (and tex2lyx is top priority for 1.6.3, IMHO). Jürgen

Re: [Cvslog] r28739 - /lyx-devel/trunk/lyx.1in

2009-03-18 Thread Jürgen Spitzmüller
Jean-Marc Lasgouttes wrote: > Juergen, can I backport the various changes I did to man pages to branch? Yes, please. Jürgen

Re: [Cvslog] r28736 - /lyx-devel/trunk/src/factory.cpp

2009-03-18 Thread Jürgen Spitzmüller
Jean-Marc Lasgouttes wrote: >> allow to read Flex insets with a space in their name > > Juergen, is it OK for 1.6.3? Yes. Jürgen

Re: LyX 1.6.2: possible performance issue inside master document

2009-03-18 Thread Richard Heck
Vincent van Ravesteijn - TNW wrote: I wish I had some idea why this is happening only on certain platforms. Or is it only on certain platforms? I've not seen reports of this behavior under Linux, but maybe there are people with similar problems. Have there been other changes to the Windows or Ma

RE: LyX 1.6.2: possible performance issue inside master document

2009-03-18 Thread Vincent van Ravesteijn - TNW
>I wish I had some idea why this is happening only on >certain platforms. Or is it only on certain platforms? >I've not seen reports of this behavior under Linux, but >maybe there are people with similar problems. > >Have there been other changes to the Windows or Mac distributions from >1.6.1 to 1

Re: LyX slowness (2) - network usage.

2009-03-18 Thread Richard Heck
Vincent van Ravesteijn - TNW wrote: Hi All, I'm having real problems working with LyX and child document. It's very very slow when typing text. As a test I made a file on a local disk, that includes another file (also on a local disk). Whenever I start typing, the network usage rises to 1

Re: LyX 1.6.2: possible performance issue inside master document

2009-03-18 Thread Richard Heck
pseudo2...@gmx.at wrote: Child document opened alone or together with its parent? Performance inside the child document is much better. Only the master is concerned. It does not matter whether the master is opened or not. It even does not make any difference if the master or the child is

Re: LyX 1.6.2: possible performance issue inside master document

2009-03-18 Thread pseudo2009
Hi all, thank Abdelrazak Younes for the prompt answer. so I'm not the only one (see users list: Lyx 1.6.2 unusably slow on the Mac) > Child document opened alone or together with its parent? Performance inside the child document is much better. Only the master is concerned. It does not matter

Re: Final tex2lyx patch

2009-03-18 Thread Jean-Marc Lasgouttes
Juergen, is now a good moment for applying this patch? Only real testing will allow us to fix possible bugs. JMarc Jean-Marc Lasgouttes writes: > Jean-Marc Lasgouttes writes: >> The remaining patch is as follows. Testing welcome. >> >> For reference, the corresponding changesets are >> http://

Re: [Cvslog] r28739 - /lyx-devel/trunk/lyx.1in

2009-03-18 Thread Jean-Marc Lasgouttes
Jean-Marc Lasgouttes writes: > lasgout...@lyx.org writes: > >> Author: lasgouttes >> Date: Mon Mar 9 15:48:17 2009 >> New Revision: 28739 >> >> URL: http://www.lyx.org/trac/changeset/28739 >> Log: >> more autogenerated strings in lyx man page > > Juergen, can I backport the various changes I did

Re: [Cvslog] r28739 - /lyx-devel/trunk/lyx.1in

2009-03-18 Thread Jean-Marc Lasgouttes
lasgout...@lyx.org writes: > Author: lasgouttes > Date: Mon Mar 9 15:48:17 2009 > New Revision: 28739 > > URL: http://www.lyx.org/trac/changeset/28739 > Log: > more autogenerated strings in lyx man page Juergen, can I backport the various changes I did to man pages to branch? > > Modified: >

Re: [Cvslog] r28736 - /lyx-devel/trunk/src/factory.cpp

2009-03-18 Thread Jean-Marc Lasgouttes
lasgout...@lyx.org writes: > Author: lasgouttes > Date: Mon Mar 9 14:48:09 2009 > New Revision: 28736 > > URL: http://www.lyx.org/trac/changeset/28736 > Log: > allow to read Flex insets with a space in their name Juergen, is it OK for 1.6.3? JMarc > > Modified: > lyx-devel/trunk/src/factor

Re: Branches UI

2009-03-18 Thread Jean-Marc Lasgouttes
Guenter Milde writes: >> how you want to do it more helpful? when i need new branch inset i want to >> do it directly by one menu click. > > How about a unified functionality that would also fix bugs 4462 and 5851: This seems to be a better way to proceed, IMO. Define add 'Other...' to Insert>Bra

Re: r28853 - /lyx-devel/trunk/src/insets/InsetBranch.cpp

2009-03-18 Thread Jean-Marc Lasgouttes
Pavel Sanda writes: > sa...@lyx.org wrote: >> Author: sanda >> Date: Wed Mar 18 14:21:06 2009 >> New Revision: 28853 >> >> URL: http://www.lyx.org/trac/changeset/28853 >> Log: >> Context-branch menu uselessly shows both open/close items. > > branch? I'd rather use simpler code as the following

Re: Branches UI

2009-03-18 Thread Pavel Sanda
Jean-Marc Lasgouttes wrote: > > would you be satisfied if this was the default menu action while the lfun is > > still able to do it for the lazybones like me? > > What I dislike is that you rely on a special branch name to be a keyword > for another action. but thats exactly what i need :( pavel

Re: Branches UI

2009-03-18 Thread Jean-Marc Lasgouttes
Pavel Sanda writes: > Jean-Marc Lasgouttes wrote: >> having menu entries which >> do only one thing has some merit in terms of clarity. > > would you be satisfied if this was the default menu action while the lfun is > still able to do it for the lazybones like me? What I dislike is that you rel

Re: Branches UI

2009-03-18 Thread Guenter Milde
On 2009-03-18, Pavel Sanda wrote: > Jean-Marc Lasgouttes wrote: >> Pavel Sanda writes: >> >> What is this branch_inset_insert thing. It looks kind of wrong. >> > >> > the purpose is to automatically insert the branch inset after establishing >> > new branch. >> I am not so sure that this is help

Re: r28853 - /lyx-devel/trunk/src/insets/InsetBranch.cpp

2009-03-18 Thread Pavel Sanda
sa...@lyx.org wrote: > Author: sanda > Date: Wed Mar 18 14:21:06 2009 > New Revision: 28853 > > URL: http://www.lyx.org/trac/changeset/28853 > Log: > Context-branch menu uselessly shows both open/close items. branch? pavel

Re: Branches UI

2009-03-18 Thread Pavel Sanda
Jean-Marc Lasgouttes wrote: > having menu entries which > do only one thing has some merit in terms of clarity. would you be satisfied if this was the default menu action while the lfun is still able to do it for the lazybones like me? pavel

Re: [PATCH] do not compare two char* strings

2009-03-18 Thread Jean-Marc Lasgouttes
Jürgen Spitzmüller writes: > Jean-Marc Lasgouttes wrote: >> The following patch is already in trunk. Juergen, OK for branch? > > Yes, sure. Feel free to squash similar cases (e.g. compiler warnings), as > long as they are non-intrusive. OK, done. JMarc

Re: make test & gcc 4.3

2009-03-18 Thread Pavel Sanda
Jean-Marc Lasgouttes wrote: > Pavel Sanda writes: > > > hi, > > > > i have some report about problem of make test compilation > > for gcc 4.3. can somebody with this version test it? > > On what OS is that? linux. "make check" actually.. pavel

Re: make test & gcc 4.3

2009-03-18 Thread Jean-Marc Lasgouttes
Pavel Sanda writes: > hi, > > i have some report about problem of make test compilation > for gcc 4.3. can somebody with this version test it? On what OS is that? JMarc

Re: Branches UI

2009-03-18 Thread Jean-Marc Lasgouttes
Pavel Sanda writes: > how you want to do it more helpful? when i need new branch inset i want to > do it directly by one menu click. Having one-click way to define a new branch type and insert a branch inset of this type is not on my personal list of life-saving features. Two clicks would not be

Re: [Cvslog] r28593 - in /lyx-devel/trunk/src/frontends/qt4: GuiRef.cp...

2009-03-18 Thread Pavel Sanda
Pavel Sanda wrote: > sa...@lyx.org wrote: > > Author: sanda > > Date: Tue Feb 24 23:56:57 2009 > > New Revision: 28593 > > > > URL: http://www.lyx.org/trac/changeset/28593 > > Log: > > Case-insensitive reference sorting. > > Patch from Manoj Rajagopalan. > > http://www.mail-archive.com/lyx-devel@l

LyX slowness (2) - network usage.

2009-03-18 Thread Vincent van Ravesteijn - TNW
Hi All, I'm having real problems working with LyX and child document. It's very very slow when typing text. As a test I made a file on a local disk, that includes another file (also on a local disk). Whenever I start typing, the network usage rises to 1.5-2% (20 times as much as listening to

make test & gcc 4.3

2009-03-18 Thread Pavel Sanda
hi, i have some report about problem of make test compilation for gcc 4.3. can somebody with this version test it? pavel make[5]: Entering directory `/var/tmp/portage/app-office/lyx-1.6.2/work/lyx-1.6.2/src/frontends' x86_64-pc-linux-gnu-g++ -DHAV

Re: Branches UI

2009-03-18 Thread Pavel Sanda
Jean-Marc Lasgouttes wrote: > Pavel Sanda writes: > >> What is this branch_inset_insert thing. It looks kind of wrong. > > > > the purpose is to automatically insert the branch inset after establishing > > new branch. bit hackish, yes, but i didn't find better way how to do it. > > perhaps you hav

Re: [PATCH] do not compare two char* strings

2009-03-18 Thread Jürgen Spitzmüller
Jean-Marc Lasgouttes wrote: > The following patch is already in trunk. Juergen, OK for branch? Yes, sure. Feel free to squash similar cases (e.g. compiler warnings), as long as they are non-intrusive. Jürgen

Re: Branches UI

2009-03-18 Thread Pavel Sanda
Jean-Marc Lasgouttes wrote: > Pavel Sanda writes: > > - introduce actvation/deactivation through the context menu > > (2 JMarc - i tried your proposal through branch-activate lfun, but > > when i come to thepoint when i needed to copy the whole code from > > next-inset-toggle lfun i returned

[PATCH] do not compare two char* strings

2009-03-18 Thread Jean-Marc Lasgouttes
The following patch is already in trunk. Juergen, OK for branch? JMarc svndiff src/frontends/qt4/ Index: src/frontends/qt4/GuiAbout.cpp === --- src/frontends/qt4/GuiAbout.cpp (révision 28846) +++ src/frontends/qt4/GuiAbout.cpp (cop

Re: r28842 - in /lyx-devel/trunk: configure.ac src/client/cli...

2009-03-18 Thread Jürgen Spitzmüller
Enrico Forestieri wrote: > Jürgen, OK for branch? Yes. Jürgen

Re: [Fwd: beamer trouble in 1.6.2]

2009-03-18 Thread Jürgen Spitzmüller
fuyuki hane wrote: > LaTeX Error Option clash for package geometry. > \geometry > {verbose} > The package geometry has already been loaded with options: Did you load geometry manually in the preamble? Jürgen

Re: eLyXer logo

2009-03-18 Thread Kornel Benko
Am 2009-03-18 schrieb Alex Fernandez: > 2009/3/18 José Matos : > > The advantage of lyx2lyx is that it will convert any format to the format > > you > > want to work with. > > So, isn't it possible to use first lyx2lyx, and then elyxer, withouth > having elyxer know about lyx2lyx? Alternatively e

Re: eLyXer logo

2009-03-18 Thread Alex Fernandez
2009/3/18 José Matos : > The advantage of lyx2lyx is that it will convert any format to the format you > want to work with. So, isn't it possible to use first lyx2lyx, and then elyxer, withouth having elyxer know about lyx2lyx? Alternatively elyxer might check if lyx2lyx is installed, and then use