X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=Status.15x;h=9946fb8eacfef5be94f12adf9c68aa8bddac9694;hb=2985fffec31d49c069f66c75119f6ee0733cb98b;hp=895b0737027051c0a9e69795fdc222eb4e9a276d;hpb=c4ceb9e0fcb662e23d2b95c90db51a488f8599ac;p=lyx.git diff --git a/Status.15x b/Status.15x index 895b073702..9946fb8eac 100644 --- a/Status.15x +++ b/Status.15x @@ -96,9 +96,6 @@ 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). @@ -131,6 +128,8 @@ MENUS * 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. + PAINING & PERFORMANCE @@ -240,12 +239,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 +254,11 @@ 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.