Re: r29603 - lyx-devel/trunk/src/support

2009-05-09 Thread Enrico Forestieri
On Sun, May 10, 2009 at 04:25:29AM +0200, for...@lyx.org wrote: > Author: forenr > Date: Sun May 10 04:25:25 2009 > New Revision: 29603 > URL: http://www.lyx.org/trac/changeset/29603 > > Log: > Find thesauri files even if \thesaurusdir_path is specified without > a trailing slash. Jürgen, this i

Re: r29602 - lyx-devel/trunk/src

2009-05-09 Thread Vincent van Ravesteijn
v...@lyx.org schreef: Author: vfr Date: Sun May 10 02:03:14 2009 New Revision: 29602 URL: http://www.lyx.org/trac/changeset/29602 Log: Fix part 2 of bug #5758: Crash when closing the dosbox from which LyX was started. A problem occurs when we write the ConverterCache index file. This action is

Re: r29581 - lyx-devel/trunk/lib/doc

2009-05-09 Thread Pavel Sanda
sp...@lyx.org wrote: > Author: spitz > Date: Sat May 9 11:09:48 2009 > New Revision: 29581 > URL: http://www.lyx.org/trac/changeset/29581 > > Log: > * UserGuide: > - update description wrt MyThes inclusion > - quote MyThes license, as required by the license. > > Modified: >lyx-d

Re: r29598 - lyx-devel/trunk/src

2009-05-09 Thread Vincent van Ravesteijn
v...@lyx.org schreef: Author: vfr Date: Sat May 9 23:02:14 2009 New Revision: 29598 URL: http://www.lyx.org/trac/changeset/29598 Log: Fix bug #5930: Crash when undoing info-insert in math mode. Modified: lyx-devel/trunk/src/Text3.cpp Modified: lyx-devel/trunk/src/Text3.cpp

Re: [RFC] Per-document output settings

2009-05-09 Thread Pavel Sanda
Andre Poenitz wrote: > > i haven't look on the QProcess yet, but if it works like execvp > > it will completely break eg version control handling. > > What is the special need of version control handling? two issues - 1. from time to time we use more shell commands in one string. this wont work

Re: [RFC] Per-document output settings

2009-05-09 Thread Pavel Sanda
Kornel Benko wrote: > I think, hanging on for some reason blocked version control should not prevent > us to do other things with lyx. So I would prefer QProcess here too. you are missing the point - i'm not preventing you to use qprocess. my quarrel was how wide should be the usage. i spent quite

Re: r29577 - in lyx-devel/trunk: . development/cmake/src/support development/scons src src/support src/support/mythes

2009-05-09 Thread Abdelrazak Younes
On 09/05/2009 20:56, Kornel Benko wrote: Am Samstag 09 Mai 2009 schrieb Abdelrazak Younes: On 09/05/2009 08:32, Kornel Benko wrote: Am Freitag 08 Mai 2009 schrieb you...@lyx.org: Log: Integrate mythes-1.1 into our source and remove support for aiksaurus. I have tested only th

Re: [RFC] Per-document output settings

2009-05-09 Thread Abdelrazak Younes
On 09/05/2009 22:23, Andre Poenitz wrote: On Sat, May 09, 2009 at 09:21:33PM +0200, Pavel Sanda wrote: Jürgen Spitzmüller wrote: Pavel Sanda wrote: if you implement only additional parameters for programs detected by configure and then run some kind of execvp call rather than

[Fwd: Re: Integration of libmythes and hunspell]

2009-05-09 Thread Abdelrazak Younes
Anybody feels like subscribing the the lingucomponent mailing list? Abdel. Original Message Subject:Re: Integration of libmythes and hunspell Date: Sat, 9 May 2009 15:44:52 -0400 From: Kevin Hendricks To: Abdelrazak Younes Hi, One other thing. I have re

[Fwd: Re: Integration of libmythes and hunspell]

2009-05-09 Thread Abdelrazak Younes
I just got confirmation from the author that we can relicense under the GPSv2. Original Message Subject:Re: Integration of libmythes and hunspell Date: Sat, 9 May 2009 14:59:14 -0400 From: Kevin Hendricks To: Abdelrazak Younes Hi, The license to the mythe

Re: r29597 - in lyx-devel/trunk/src: . insets

2009-05-09 Thread Vincent van Ravesteijn
v...@lyx.org schreef: Author: vfr Date: Sat May 9 22:26:04 2009 New Revision: 29597 URL: http://www.lyx.org/trac/changeset/29597 Log: Fix bug #5890: Assertion when reducing the view size. Modified: lyx-devel/trunk/src/insets/InsetText.cpp Modified: lyx-devel/trunk/src/insets/InsetText.cpp

Re: [RFC] Per-document output settings

2009-05-09 Thread Andre Poenitz
On Sat, May 09, 2009 at 09:21:33PM +0200, Pavel Sanda wrote: > Jürgen Spitzmüller wrote: > > Pavel Sanda wrote: > > > if you implement only additional parameters for programs detected by > > > configure and then run some kind of execvp call rather than the normal > > > system call, no additional pr

Re: svn work over a firewall

2009-05-09 Thread Pavel Sanda
José Matos wrote: > Is it possible with the new scheme to work under this conditions? no, you would need account on the machine. > I can access svn from home but most of my time is spent at work (not > necessarily sad but true nevertheless ;-) ) so I would like to have a method > similar to the

Re: [RFC] Per-document output settings

2009-05-09 Thread Kornel Benko
Am Samstag 09 Mai 2009 schrieb Pavel Sanda: > Jürgen Spitzmüller wrote: > > Pavel Sanda wrote: > > > if you implement only additional parameters for programs detected by > > > configure and then run some kind of execvp call rather than the normal > > > system call, no additional program can be run

Re: [RFC] Per-document output settings

2009-05-09 Thread Pavel Sanda
Jürgen Spitzmüller wrote: > Pavel Sanda wrote: > > if you implement only additional parameters for programs detected by > > configure and then run some kind of execvp call rather than the normal > > system call, no additional program can be run that way. > > Since execvp is platform-dependant (onl

Re: r29577 - in lyx-devel/trunk: . development/cmake/src/support development/scons src src/support src/support/mythes

2009-05-09 Thread Kornel Benko
Am Samstag 09 Mai 2009 schrieb Abdelrazak Younes: > On 09/05/2009 08:32, Kornel Benko wrote: > > Am Freitag 08 Mai 2009 schrieb you...@lyx.org: > >> Log: > >> Integrate mythes-1.1 into our source and remove support for aiksaurus. I > >> have tested only the Cmake build system. Please test autotools

Re: r29583 - lyx-devel/trunk/src

2009-05-09 Thread Abdelrazak Younes
On 09/05/2009 17:49, rgh...@lyx.org wrote: Author: rgheck Date: Sat May 9 17:49:09 2009 New Revision: 29583 URL: http://www.lyx.org/trac/changeset/29583 Log: Fix outliner crash reported by Vincent. Modified: lyx-devel/trunk/src/Text3.cpp Modified: lyx-devel/trunk/src/Text3.cpp ===

Re: [RFC] Per-document output settings

2009-05-09 Thread Abdelrazak Younes
On 09/05/2009 17:35, Jürgen Spitzmüller wrote: Pavel Sanda wrote: if you implement only additional parameters for programs detected by configure and then run some kind of execvp call rather than the normal system call, no additional program can be run that way. Since execvp is platfo

Re: r29577 - in lyx-devel/trunk: . development/cmake/src/support development/scons src src/support src/support/mythes

2009-05-09 Thread Abdelrazak Younes
On 09/05/2009 08:32, Kornel Benko wrote: Am Freitag 08 Mai 2009 schrieb you...@lyx.org: Log: Integrate mythes-1.1 into our source and remove support for aiksaurus. I have tested only the Cmake build system. Please test autotools and scons. For cmake: On systems, which have mythes nat

Re: Approaching LyX 1.6.3 [status update #1]

2009-05-09 Thread rgheck
Jürgen Spitzmüller wrote: Enrico Forestieri wrote: There is a patch attached to the bug. The accompanying comment got lost in the transition to trac. Essentially, all $...$ occurring in math are translated to \ensuremath{...}. This avoids nested math hulls and thus the cause of the crash. I t

Re: Approaching LyX 1.6.3 [status update #1]

2009-05-09 Thread Jürgen Spitzmüller
Enrico Forestieri wrote: > There is a patch attached to the bug. The accompanying comment got lost > in the transition to trac. Essentially, all $...$ occurring in math are > translated to \ensuremath{...}. This avoids nested math hulls and thus > the cause of the crash. I think that this is a good

Re: Approaching LyX 1.6.3 [status update #1]

2009-05-09 Thread Enrico Forestieri
On Fri, May 08, 2009 at 12:33:35PM +0200, Jürgen Spitzmüller wrote: > #5392 Assertion in InsetMathGrid There is a patch attached to the bug. The accompanying comment got lost in the transition to trac. Essentially, all $...$ occurring in math are translated to \ensuremath{...}. This avoids neste

Re: Uninitialized buffer bug

2009-05-09 Thread rgheck
rgheck wrote: Vincent van Ravesteijn wrote: rgheck schreef: Vincent van Ravesteijn wrote: Richard, I found another bug that is caused by an inset with an uninitialized buffer. Make a new document with a section heading a Note Inset a section heading. If you try to move down the first se

Re: [RFC] Per-document output settings

2009-05-09 Thread Jürgen Spitzmüller
Pavel Sanda wrote: > if you implement only additional parameters for programs detected by > configure and then run some kind of execvp call rather than the normal > system call, no additional program can be run that way. Since execvp is platform-dependant (only UNIX), QProcess strikes me like the

Re: Uninitialized buffer bug

2009-05-09 Thread rgheck
Vincent van Ravesteijn wrote: I was unable to reproduce this. I'm attaching the file as I had it. rh I can reproduce this with your file. I was using branch, where I don't get the crash. Only in trunk. Any idea why that would be? rh Yes. It is because you moved the call of setBuffers(

Re: Uninitialized buffer bug

2009-05-09 Thread Vincent van Ravesteijn
I was unable to reproduce this. I'm attaching the file as I had it. rh I can reproduce this with your file. I was using branch, where I don't get the crash. Only in trunk. Any idea why that would be? rh Yes. It is because you moved the call of setBuffers() from updateLabels to somewhe

Re: Uninitialized buffer bug

2009-05-09 Thread rgheck
Vincent van Ravesteijn wrote: rgheck schreef: Vincent van Ravesteijn wrote: Richard, I found another bug that is caused by an inset with an uninitialized buffer. Make a new document with a section heading a Note Inset a section heading. If you try to move down the first section with the

Re: HTML Output for LyX: RFC

2009-05-09 Thread rgheck
José Matos wrote: On Friday 08 May 2009 22:20:40 Abdelrazak Younes wrote: I must have missed the purpose of Inset::plaintext()... ;-) That is only half of the story. :-) The other half is coded in the text classes (layout files). Take the section style as an example (I took this chun

Re: Uninitialized buffer bug

2009-05-09 Thread Vincent van Ravesteijn
rgheck schreef: Vincent van Ravesteijn wrote: Richard, I found another bug that is caused by an inset with an uninitialized buffer. Make a new document with a section heading a Note Inset a section heading. If you try to move down the first section with the down button in the outliner, L

Re: python file call

2009-05-09 Thread Kornel Benko
Am Samstag 09 Mai 2009 schrieb José Matos: > Like the following patch (untested)? Test was ok with the option -s. But I was unable to find out how to use --src_file. Kornel signature.asc Description: This is a digitally signed message part.

Re: python file call

2009-05-09 Thread Kornel Benko
Am Samstag 09 Mai 2009 schrieb José Matos: .. > > Hi José > > I prefer an extra parameter like > >   src_files= > > to the perl script. If there is no such parameter, then proceed as > > before. So we don't have a need to change every tool which uses this > > python script. > > Like the followi

Re: python file call

2009-05-09 Thread José Matos
On Saturday 09 May 2009 07:13:51 Kornel Benko wrote: > > Hi José > I prefer an extra parameter like > src_files= > to the perl script. If there is no such parameter, then proceed as before. > So we don't have a need to change every tool which uses this python script. Like the following patch

Re: r29574 - lyx-devel/trunk/src

2009-05-09 Thread Jürgen Spitzmüller
Vincent van Ravesteijn - TNW wrote: > I'm not really sure, but maybe it is a good idea to do the same for > branch ;-). No. In branch we access Buffer & buffer() const in Cursor, whereas in trunk, we have Buffer * buffer() const in DocIterator My fault was that I didn't recompile trunk before com

Re: Integration of libmythes and hunspell

2009-05-09 Thread Jürgen Spitzmüller
Abdelrazak Younes wrote: > > Me neither. So let's just include this as is. Can anybody do this? > > I am doing this right now. Thanks. I'll adjust the documentation. Jürgen