Re: [PATCH] QDocument additions (final)

2002-11-07 Thread Edwin Leuven
On Thu Nov 7, 2002 16:12, Juergen Spitzmueller wrote: > Edwin Leuven wrote: > > applied (hope no one objects ;-) > > Thanks, Ed. > Incidentally, why is this? Restore works, doesn't it? > > void QDocumentDialog::restore() > { > qWarning( "DocumentDialog::restore() not yet implemented!" ); > } I

Re: [PATCH] QDocument additions (final)

2002-11-07 Thread Juergen Spitzmueller
Edwin Leuven wrote: > applied (hope no one objects ;-) Thanks, Ed. Incidentally, why is this? Restore works, doesn't it? void QDocumentDialog::restore() { qWarning( "DocumentDialog::restore() not yet implemented!" ); } Jürgen.

Re: [PATCH] QDocument additions

2002-11-07 Thread Juergen Spitzmueller
Lars Gullik Bjønnes wrote: > Was this error present before I fixed 668? > (satans neighbour across the street...) I /think/ that I have seen it before, but only in the qt frontend. OTOH, at that time buffer update was completely broken there, so I am not shure. Can you revert it to check? Jürgen

Re: [PATCH] QDocument additions (final)

2002-11-07 Thread Edwin Leuven
On Thu Nov 7, 2002 14:49, Juergen Spitzmueller wrote: > Seems that I need always three shots ;-) but you get there! > Please apply this patch and forget about the former 2. applied (hope no one objects ;-) Thanks, Ed.

Re: [PATCH] QDocument additions

2002-11-07 Thread Lars Gullik Bjønnes
[EMAIL PROTECTED] (Juergen Spitzmueller) writes: | Jean-Marc Lasgouttes wrote: >> Is it the same with xforms? > | Yes, indeed! Was this error present before I fixed 668? (satans neighbour across the street...) -- Lgb

Re: [PATCH] QDocument additions

2002-11-07 Thread Juergen Spitzmueller
Jean-Marc Lasgouttes wrote: > Is it the same with xforms? Yes, indeed! > Might it be a result of the recent patch > from lars for the redrawing of labels? Hmm, don't know. But I'm happy to know that it is not the fault of the qt frontend ;-) Thanks, Jürgen.

Re: [PATCH] QDocument additions

2002-11-07 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: >> "Juergen" == Juergen Spitzmueller <[EMAIL PROTECTED]> writes: > | Juergen> Juergen Spitzmueller wrote: >>> - When creating a new koma-class doc, qt-lyx does not use the sans >>> serif headlines (on screen). When loading an old one, however, t

Re: [PATCH] QDocument additions

2002-11-07 Thread Jean-Marc Lasgouttes
> "Juergen" == Juergen Spitzmueller <[EMAIL PROTECTED]> writes: Juergen> Juergen Spitzmueller wrote: >> - When creating a new koma-class doc, qt-lyx does not use the sans >> serif headlines (on screen). When loading an old one, however, they >> are used. No idea why. Juergen> More precise: Th

Re: [PATCH] QDocument additions (final)

2002-11-07 Thread Juergen Spitzmueller
Juergen Spitzmueller wrote: > The heading styles (koma <-> standard classes) on screen are not > changed on class change, even though the buffer is changed. Still there (and I don't have a clue) > - URGENT: on class change, qt-lyx (still) crashes if the document contains > a environment which is

Re: [PATCH] QDocument additions

2002-11-07 Thread Juergen Spitzmueller
Juergen Spitzmueller wrote: > - When creating a new koma-class doc, qt-lyx does not use the sans serif > headlines (on screen). When loading an old one, however, they are used. No > idea why. More precise: The heading styles (koma <-> standard classes) on screen are not changed on class change, e

Re: [PATCH] QDocument additions

2002-11-07 Thread Juergen Spitzmueller
Juergen Spitzmueller wrote: > This implements the "Save as default" and "Use class defaults" features in > the qt document dialog. Updated patch attached which additionally: - fixes the update of the dialog (fontsize, pagestyle) on class change - implements lyxrc.auto_reset_options - fixes the bu

[PATCH] QDocument additions

2002-11-07 Thread Juergen Spitzmueller
This implements the "Save as default" and "Use class defaults" features in the qt document dialog. Thanks, Jürgen. Index: src/frontends/controllers/ChangeLog === RCS file: /cvs/lyx/lyx-devel/src/frontends/controllers/ChangeLog,v retr