Re: CVS: Automated builld failed

2005-03-05 Thread Kayvan A. Sylvan
On Sun, Mar 06, 2005 at 03:32:34AM +0100, Lars Gullik Bjønnes wrote: > "Kayvan A. Sylvan" <[EMAIL PROTECTED]> writes: > > | Did something change with frontends/gnome? > > > | I am suddenly seeing these in my automated LyX CVS RPM builds: > > Are you able to test this patch? > > I'll probably jus

Re: CVS: Automated builld failed

2005-03-05 Thread Lars Gullik Bjønnes
"Kayvan A. Sylvan" <[EMAIL PROTECTED]> writes: | Did something change with frontends/gnome? > | I am suddenly seeing these in my automated LyX CVS RPM builds: Are you able to test this patch? I'll probably just commit it anyway. But would be nice to know it it solves your problem. Index: Change

Re: Strange behaviour doing "Use Class Defaults" in document settings

2005-03-05 Thread John Spray
On Sat, 2005-03-05 at 16:16 +0100, Juergen Spitzmueller wrote: > This does not depend on "Use Class Defaults". The actual bug is that it is > impossible delete extra options once they have been applied (not in 1.3.x > btw). Seems that the core doesn't accept empty strings. Attached patch works f

Re: CVS: Automated builld failed

2005-03-05 Thread Lars Gullik Bjønnes
"Kayvan A. Sylvan" <[EMAIL PROTECTED]> writes: | Did something change with frontends/gnome? > | I am suddenly seeing these in my automated LyX CVS RPM builds: Yes. I removed a built file... Will fix. gnome shouldn't be considered a subdir at all. -- Lgb

CVS: Automated builld failed

2005-03-05 Thread Kayvan A. Sylvan
Did something change with frontends/gnome? I am suddenly seeing these in my automated LyX CVS RPM builds: configuring LyX version 1.4.0cvs [...] Configuration Host type: i686-pc-linux-gnu Special build flags:warnings assertions jpeg-image-loader compression

[patch] translate \thanks in tex2lyx

2005-03-05 Thread Georg Baum
This small patch translates \thanks in title layouts. I found out that it was not enough to check for t.cs() == "thanks" && context.layout->intitle because output_command_layout() destroyed the context. The reason was that ti called parse_text_snippet() (which creates a new context) rather than p

Re: Strange behaviour doing "Use Class Defaults" in document settings

2005-03-05 Thread Juergen Spitzmueller
John Spray wrote: > Here's the weirdness: > - Open document settings > - Make a change, eg put some text in "Extra options" > - Click Apply, or OK if you like > - Click "Use Class Defaults".  The extra options box is now blanked, as > one would expect. > - Click Apply, or OK if you like > - Close t

Strange behaviour doing "Use Class Defaults" in document settings

2005-03-05 Thread John Spray
Hi, Here's the weirdness: - Open document settings - Make a change, eg put some text in "Extra options" - Click Apply, or OK if you like - Click "Use Class Defaults". The extra options box is now blanked, as one would expect. - Click Apply, or OK if you like - Close the dialog, then open it again

Re: [Recipe] mouse by cursor in math

2005-03-05 Thread Juergen Spitzmueller
André Poenitz wrote: > The position cache is not properly filled. I.e. in math_data.C line > 313 or so (above or below at->draw(pi, x, y);) a line > >theCoords.getInsets().add(at.nucleus(), x, y) This bails out with an error: math_data.C: In member function `void MathArray::draw(PainterInfo

Re: [PATCH] autogen.sh

2005-03-05 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | This patch modifies autogen.sh to return '1' rather than '0' when it | exits abnormally. | OK to apply? > | I have, however, an associated question. On Win32 I don't have gettext | 0.12 installed. Instead I'm using the included version that comes with |

Re: [PATCH] autogen.sh

2005-03-05 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | This patch modifies autogen.sh to return '1' rather than '0' when it | exits abnormally. | OK to apply? yes. | I have, however, an associated question. On Win32 I don't have gettext | 0.12 installed. Instead I'm using the included version that comes wi

[PATCH] autogen.sh

2005-03-05 Thread Angus Leeming
This patch modifies autogen.sh to return '1' rather than '0' when it exits abnormally. OK to apply? I have, however, an associated question. On Win32 I don't have gettext 0.12 installed. Instead I'm using the included version that comes with LyX (taken from gettext 0.14.1 apparently). It seems

Re: Fix: Bugs in scrolling related gtk code was: Re: Details on scrolling "workflow"?

2005-03-05 Thread Lars Gullik Bjønnes
John Spray <[EMAIL PROTECTED]> writes: | Perhaps I don't understand the libsigc++ blocking mechanism: is it meant | to discard all events while blocked, or simply wait until unblocking to | act on them? I belive it is discarding while blocked. -- Lgb

Re: Fix: Bugs in scrolling related gtk code was: Re: Details on scrolling "workflow"?

2005-03-05 Thread John Spray
On Sat, 2005-03-05 at 10:11 +0100, Andreas Klostermann wrote: > I tried to block the adjustment's signal at the start of > GWorkArea::setScrollbarParams, and unblock it at the end. Afterwards > I can't reproduce the unwanted behaviour in any file I tried. > That's what I added: > It would be very

Re: Using lyx-1.4cvs

2005-03-05 Thread Martin Vermeer
On Sat, Mar 05, 2005 at 12:21:42AM +0100, Helge Hafting wrote: > I have tried using lyx-1.4 cvs, and have some impressions: > > It works well enough for my work now. It will sometimes crash trying to > load some old files, but is otherwise fine. I haven't tried any > new stuff yet, I have mostly

Re: [patch] bug 1255

2005-03-05 Thread Juergen Spitzmueller
Lars Gullik Bjønnes wrote: > | Can I apply it? > > Yes, if you have tested it. Done. Jürgen

Re: Win32 port: "Something rotten happened..."

2005-03-05 Thread Angus Leeming
Michael Schmitt wrote: > Dear Angus, > > I noticed that graphics preview does not work on the Win32 platform. > > According to the debug output, graphics conversion works well and a PPM > file is generated in the tmp folder. However, after successful > conversion, LyX prints the following error

Win32 port: "Something rotten happened..."

2005-03-05 Thread Michael Schmitt
Dear Angus, I noticed that graphics preview does not work on the Win32 platform. According to the debug output, graphics conversion works well and a PPM file is generated in the tmp folder. However, after successful conversion, LyX prints the following error message: LyX: Something rotten happ

Re: Problems with ForkedProcess::waitForChild()

2005-03-05 Thread Angus Leeming
Andreas Vox wrote: > which ends in: > > int ForkedProcess::waitForChild() > { > // We'll pretend that the child returns 1 on all error conditions. > retval_ = 1; > int status; > bool wait = true; > while (wait) { > pid_t waitrpid = waitpid(pid_, &status, WUNTRACED); >

QFontEngineWin: bounding box error

2005-03-05 Thread Michael Schmitt
Dear Qt developers, when running LyX 1.3.6cvs with Qt Win/Free, I get a lot of (> 50) identical error messages: QFontEngineWin: boundingBox( glyph_t ) GetGlyphOutline: Die Funktion kann nicht abgeschlossen werden. English translation: "The function cannot be finished." I get these messages w

Fix: Bugs in scrolling related gtk code was: Re: Details on scrolling "workflow"?

2005-03-05 Thread Andreas Klostermann
> On Fri, 2005-03-04 at 23:02 +0100, Andreas Klostermann wrote: > > I try to fix a bug in the gtk frontend. When moving the cursor "out of > > sight", normally the view should follow it by centering. Now, with the > > gtk frontend, it will scroll crazily around, making the application > > unrespond