Re: Comments on Qt.

2002-09-18 Thread Andre Poenitz
On Fri, Sep 13, 2002 at 09:52:07PM +0100, John Levon wrote: > I'm not entirely sure where the bottleneck is yet (well I know that all > the .width() enquiries are expensive, but I'm not sure how to fix it) By having two passes when drawing, the first one only to calculate metrics, the second one

Re: Comments on Qt.

2002-09-13 Thread Juergen Vigna
John Levon wrote: >>Has no effect! > > This 2 seconds thing sounds ridiculously slow. Repaints are effectively > instantaneous for me. How big is your document? Try to load the UserGuide. I tried the same with the xforms frontend and have to say that it is not only slow (the same as qt), but do

Re: Comments on Qt.

2002-09-12 Thread Juergen Vigna
John Levon wrote: > This 2 seconds thing sounds ridiculously slow. Repaints are effectively > instantaneous for me. Well I tell you what I experience. IMO this is not the repaint, but that lyx doesn't get the event in time. Also the repaint is only done one time at the end of the resize and not i

Re: Comments on Qt.

2002-09-12 Thread John Levon
On Thu, Sep 12, 2002 at 12:35:00PM +0200, Juergen Vigna wrote: > >>Now to the negative part. It's slow! The update of screen is way too > >>slow. Try to resize the window and you wait 1-2 seconds on my Athlon 1800+ > > > > > >Actually, for resize, can you try adding "WStaticContents" like this :

Re: Comments on Qt.

2002-09-12 Thread Juergen Vigna
John Levon wrote: > On Wed, Sep 11, 2002 at 10:35:18AM +0200, Juergen Vigna wrote: > > >>Now to the negative part. It's slow! The update of screen is way too >>slow. Try to resize the window and you wait 1-2 seconds on my Athlon 1800+ > > > Actually, for resize, can you try adding "WStaticCont

Re: Comments on Qt.

2002-09-11 Thread Jean-Marc Lasgouttes
> "John" == John Levon <[EMAIL PROTECTED]> writes: >> There are errors on the console when moving between toplevel menus: >> >> > LyXAction::funcHasFlag: No info about kb_action: -1073745720 John> I know, weird huh ? Math menu problem I planned to look at this, but as I said, I cannot star

Re: Comments on Qt.

2002-09-11 Thread John Levon
On Wed, Sep 11, 2002 at 10:35:18AM +0200, Juergen Vigna wrote: > Now to the negative part. It's slow! The update of screen is way too > slow. Try to resize the window and you wait 1-2 seconds on my Athlon 1800+ Actually, for resize, can you try adding "WStaticContents" like this : QContentPane:

Re: Comments on Qt.

2002-09-11 Thread John Levon
On Wed, Sep 11, 2002 at 10:35:18AM +0200, Juergen Vigna wrote: > Now to the negative part. It's slow! The update of screen is way too > slow. Try to resize the window and you wait 1-2 seconds on my Athlon 1800+ Premature optimisation, root of all evil, etc. Needs tweaks in the painter I think, b

Comments on Qt.

2002-09-11 Thread Juergen Vigna
Well after the changes you made yesterday (and my manually editing the Makefiles to change moc2 to moc) I now compiled and linked the qt version of LyX. First impression, nice ;) I like the menus a lot more than the xforms ones! The fonts are the same on my system between the xforms version and