Joost Verburg wrote:
Abdelrazak Younes wrote:
FIXED: This was due to spurious message in QLPainter.C, I've put that
in Debug::PAINTING, so 1.5 is faster than 1.4 on Windows XP on my 3
years old laptop (18s for the UserGuide test).
Even though I compiled LyX and the latest Qt4 in release mode with O2
optimization, LyX 1.5 is still a low slower. Scrolling the User Guide
now takes 22 seconds with 1.5 compared to 10 seconds with 1.4.
For me it is:
1.4.3 (your package): 22 s
1.5svn : 18 s
My LyX version is built with CMake and Qt4.1.3 (without the O2
optimisation). Maybe Scons does not enable some optimisations or does
not disable assertion?
When I switch windows I get crashes all the time.
Backtrace please, I don't see that, or it's very new.
Create a new document with a few paragraphs and open a new window. Make
some edits in multiple paragraphs, switch to the other window, make some
edits again, switch windows... Soon the cursor position will be wrong in
one of the windows. Once you switch to the window with the wrong cursor,
LyX crashes.
Yes, this is the famous dEPM bug (delete Empty Paragraph Mechanism).
There are two ways to fix that:
1) the correct way: fix the dEPM to not invalidate the cursor.
2) the easy way: disable the cursor on focus out event and re-enable it
at focus in event and jump the saved position (at focus out).
More bugs:
Please add these to Status.15 with your name and the date.
* Items in the TOC cannot be moved using drag & drop.
Do you want some more sugar in your tea? ;-)
Abdel.