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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
===
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
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
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
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
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
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
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
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(
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
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
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
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
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.
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
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
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
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
34 matches
Mail list logo