* Status.15x: announce prizes; add missing bug reports;

reformat file


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15744 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Michael Schmitt 2006-11-05 11:32:54 +00:00
parent f498157e18
commit c4ceb9e0fc

View File

@ -2,10 +2,15 @@ Debugging spree:
---------------- ----------------
Rules: Rules:
1. bugs that aim for 1.5.0 should be listed here. 1. Bugs that aim for 1.5.0 should be listed here.
2. whoever fixes a bug sign his name before the bug and move it to the end of 2. Whoever fixes a bug sign his name before the bug and move it to the end of
this file, along with a lyx-devel announcement. this file, along with a lyx-devel announcement.
3. we need to figure out a price for the champion (and second place).
Prizes (donated by Michael):
#1: LyX-labeled Tick Tock Wall Clock
#2: LyX-labeled Coffee and Tea Mug
#3: LyX-labeled Mousepad
BUGS: BUGS:
@ -60,11 +65,11 @@ visible in the detached panel).
* In the math control panel, switching between different "functions" is broken * In the math control panel, switching between different "functions" is broken
(retry a couple of times). (retry a couple of times).
- In the math control panel, there is no icon for "Set Math Font". * In the math control panel, there is no icon for "Set Math Font".
- In the math control panel, the buttons are too small. * In the math control panel, the buttons are too small.
- In the "Math Delimiters" dialog, there is no need to repeat the term "Size" * In the "Math Delimiters" dialog, there is no need to repeat the term "Size"
for all values in the selection box; the label is already named "Size" for all values in the selection box; the label is already named "Size"
@ -85,12 +90,9 @@ MULTIPLE WINDOWS / DOCUMENTS
(Joost 4/11/06). (Joost 4/11/06).
Information from Abdel: Information from Abdel:
Yes, this is the famous dEPM bug (delete Empty Paragraph Mechanism). Yes, this is the famous dEPM bug (delete Empty Paragraph Mechanism).
There are two ways to fix that: There are two ways to fix that:
1) the correct way: fix the dEPM to not invalidate the cursor. 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 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). focus in event and jump the saved position (at focus out).
@ -119,12 +121,14 @@ EDITING
* edit->text style->capitalize/lower/upper case doesn't work due to the change * edit->text style->capitalize/lower/upper case doesn't work due to the change
tracking-related changes. tracking-related changes.
* Copy/paste using middle mouse button inserts musical notes.
MENUS MENUS
* Some English menu items don't have a '&' character. (box, date, paste...) * Some English menu items don't have a '&' character. (box, date, paste...)
- src/frontends/qt4/ui/QCitationUi.ui:70 "&Selected citations:" should be * src/frontends/qt4/ui/QCitationUi.ui:70 "&Selected citations:" should be
"&Selected Citations:". "&Selected Citations:".
@ -141,6 +145,8 @@ on when selecting text. When selecting a word the whole screen is repainted.
selection does not change (moving the mouse with the left button pushed down selection does not change (moving the mouse with the left button pushed down
always triggers a repaint). always triggers a repaint).
* Cursor is still not visible on MAC (Bennett 3/11/06).
* Slowness on MAC 1 (Bennett 3/11/06): * Slowness on MAC 1 (Bennett 3/11/06):
There seems to be a fraction of a second lag between when I press a key and There seems to be a fraction of a second lag between when I press a key and
when the letter appears on screen -- but the time lag doesn't obviously vary when the letter appears on screen -- but the time lag doesn't obviously vary
@ -153,8 +159,7 @@ slow-but-still-usable laptop.)
Speed is still an issue typing in insets: noticeable lag between typing and Speed is still an issue typing in insets: noticeable lag between typing and
text appearing on screen. This does not seem to be compounded by having nested text appearing on screen. This does not seem to be compounded by having nested
insets, and it seems to be compounded only a little by the amount of text in insets, and it seems to be compounded only a little by the amount of text in
the inset. (This is the inset. (This is especially a problem in math environments.)
especially a problem in math environments.)
* Slowness on MAC 3 (Bennett 3/11/06): Some operations that with 1.4 are * Slowness on MAC 3 (Bennett 3/11/06): Some operations that with 1.4 are
pretty much instantaneous (inserting a footnote, dragging the mouse, switching pretty much instantaneous (inserting a footnote, dragging the mouse, switching
@ -176,7 +181,7 @@ the visibility of the toolbars with the GUI do not stick after the screen is
redrawn). redrawn).
* Many issue with dialogs on MAC (Bennett 3/11/06): * Many issue with dialogs on MAC (Bennett 3/11/06):
Mmost obviously: the Preferences dialog -- which can only be accessed now via Most obviously: the Preferences dialog -- which can only be accessed now via
keyboard command, not from the menu -- appears initially too small and must be keyboard command, not from the menu -- appears initially too small and must be
resized; not possible to select buttons with the keyboard). resized; not possible to select buttons with the keyboard).
@ -233,15 +238,12 @@ CREDITS:
-------- --------
* Performance on Windows is bad. On my system, scrolling the User Guide takes * Performance on Windows is bad. On my system, scrolling the User Guide takes
10 seconds with LyX 1.4 and more than 30 seconds with LyX 1.5. Although I have 10 seconds with LyX 1.4 and more than 30 seconds with LyX 1.5.
a modern computer, it all feels very slow.
FIXED (Abdel 04/10/06): This was due to spurious message in QLPainter.C, I've FIXED (Abdel 04/10/06): This was due to spurious message in QLPainter.C,
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).
* The multi-window thing is broken. When I have the same document in two * When I have the same document in two windows, only the last selected paragraph
windows, only the last selected paragraph in one of the windows gets updated. in one of the windows gets updated.
FIXED (Abdel 04/10/06): This was due my singlePar optimization. With my last FIXED (Abdel 04/10/06): This was due my singlePar optimization. With my last
commit, the optimization is enabled only if the WorkArea has the focus. commit, the optimization is enabled only if the WorkArea has the focus.