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
"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
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
"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
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
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
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
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
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
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
|
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
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
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
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
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
Lars Gullik Bjønnes wrote:
> | Can I apply it?
>
> Yes, if you have tested it.
Done.
Jürgen
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
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
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);
>
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
> 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
21 matches
Mail list logo