On Thu, Jun 01, 2006 at 04:19:50PM +0200, Abdelrazak Younes wrote: > For those who want to try the latest and greatest Lyx-Qt4 for windows, > point your browser to: > > http://wiki.lyx.org/Windows/LyX150Experimental > > Enrico, I would be interested in some new numbers.
First of all let me make some comments ;-) This time, only the spell checker icon in the extra toolbar goes off the initial window size. If you tightened spaces, another small effort and we are there ;-) After loading a file, I get a lot of lines like the following one: QPixmap::fromWinHBITMAP(), failed to get bitmap bits and some spurious message like this one: QPainter::begin(), paintdevice returned engine == 0, type: 2 Even if I have the bakoma fonts installed, all the equations are messed up. This one must be a byproduct of the recent changes by Joost. I obviated to this problem by copying the fonts to Resources/fonts. However, I think that this should not happen, i.e., if I already have the fonts installed, they should be used when they are missing from Resources/fonts. Perhaps the code should not try to blindly add the fonts but should test if they are actually available where they are expected to be. Now, let's come to the PageDown test. You achieved an improvement of about 25% because now it tooks only 1m2s as opposed to 1m23s. However, this is still about 2 times slower than qt3 and almost 5 times slower than qt3/x11. The "Insert Table" widget is very nice ;-) -- Enrico