X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=Status.15x;h=93a42bdd1aa89d83a9ea9c7a0a7d9750f68164a7;hb=dbb980e1dd412c62f948597dbad474c96124c995;hp=895b0737027051c0a9e69795fdc222eb4e9a276d;hpb=c4ceb9e0fcb662e23d2b95c90db51a488f8599ac;p=lyx.git diff --git a/Status.15x b/Status.15x index 895b073702..93a42bdd1a 100644 --- a/Status.15x +++ b/Status.15x @@ -46,7 +46,8 @@ DIALOGS * If you open Document>Settings... or Tools>Preferences... for the first time, the dialog is much too small to show its content; if you invoke it the second - time, everything is fine. + time, everything is fine. This happens with qt 4.2.1, it does not seem to + happen with 4.1.4. * If you open Edit>Test Style... for the first time, the choice text for "Never Toggled>Size" doesn't fit in the selection box (note that in German, @@ -69,9 +70,6 @@ MATH CONTROL PANEL * In the math control panel, the buttons are too small. -* 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" - OTHER PANELS @@ -83,6 +81,10 @@ OTHER PANELS There is a big listbox just to select one of the four levels. Isn't this supposed to be a drop-down list or something like that? +* The bullet selection widget shows the bullets in 5 columns (instead of 6) + for me, and hence does not fit into the window. + (JSpitzm 2006-11-06) + MULTIPLE WINDOWS / DOCUMENTS @@ -96,13 +98,10 @@ MULTIPLE WINDOWS / DOCUMENTS 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). -* The title bar does not contain the document name when a new window is opened - (Joost 4/11/06). - * There should be a close button on the tabs (Joost 3/11/06). -TOOLBARS +TOOLBARS & MINIBUFFER * Toolbars always show on the top of the screen, even though they are set to "bottom" in the ui file (Joost 3/11/06). @@ -115,6 +114,11 @@ TOOLBARS window size has also become to small to show the whole toolbar (Joost 4/11/06). +* M-x is broken (does not bring up the minibuffer). + +* Command completion in the minibuffer shows a huge blank area below the proposed + commands. Clicking in that empty area crashes LyX. + EDITING @@ -128,11 +132,15 @@ MENUS * Some English menu items don't have a '&' character. (box, date, paste...) -* src/frontends/qt4/ui/QCitationUi.ui:70 "&Selected citations:" should be - "&Selected Citations:". +* All label and button texts in the Qt4 dialogs are not translated. +* Special handling of [[...]] in text messages is disabled in messages.C -PAINING & PERFORMANCE + +PAINTING & PERFORMANCE + +* Selection highlighting is broken. Test case: two paragraphs with "Hello" + and "World"; move cursor past "Wor", press Shift+Up * Too much painting 1 (Edwin 3/11/2006): when i click in the workarea (to put the cursor in another part of the text) the screen is repainted *twice* @@ -240,12 +248,12 @@ CREDITS: * 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. - FIXED (Abdel 04/10/06): This was due to spurious message in QLPainter.C, + FIXED (Abdel 04/11/06): This was due to spurious message in QLPainter.C, * When I have the same document in two windows, only the last selected paragraph in one of the windows gets updated. - FIXED (Abdel 04/10/06): This was due my singlePar optimization. With my last + FIXED (Abdel 04/11/06): This was due my singlePar optimization. With my last commit, the optimization is enabled only if the WorkArea has the focus. * No icon for "note-next" in the "review" toolbar. @@ -255,3 +263,23 @@ CREDITS: * Branches gui broken (buttons do nothing). FIXED (JSpitzm 2006-11-04). + +* The title bar does not contain the document name when a new window is opened + (Joost 4/11/06). + + FIXED (Abdel 05/11/06): This was due to "last_title" being a static variable + in LyXView::updateWindowTitle() and also due to a potential bug in Qt: + an update command to the window title seems to be ignored up until the window + is shown. + +* src/frontends/qt4/ui/QCitationUi.ui:70 "&Selected citations:" should be + "&Selected Citations:". + + FIXED (MGerz 2006-11-05) + +* 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" + + FIXED (MGerz 2006-11-05) + +