]> git.lyx.org Git - lyx.git/blobdiff - Status.15x
* es.po: update by Eulogio Serradilla
[lyx.git] / Status.15x
index 3bd5ec48845cc53cf97fc645148693d3c7d68925..882cf5d0920a315692a7f5fe380cf87137472212 100644 (file)
@@ -13,6 +13,14 @@ Prizes (donated by Michael):
   #3: LyX-labeled Mousepad
 
 
+PENDING FEATURES:
+-----------------
+
+* esint (GBaum)
+
+* image cache (GBaum)
+
+
 BUGS:
 -----
 
@@ -44,15 +52,6 @@ TABLE OF CONTENTS
 
 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.
-
-* 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,
-  texts are a bit longer than in English). Interestingly, if you invoke the
-  dialog a second time, its button sizes are adjusted to their content.
-
 * Window positions are not remembered correctly. Each time a window is openend
   window again it has moved towards the bottom of the screen. (Joost 3/11/06)
 
@@ -80,6 +79,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
 
@@ -94,9 +97,11 @@ MULTIPLE WINDOWS / DOCUMENTS
   focus in event and jump the saved position (at focus out).
 
 * There should be a close button on the tabs (Joost 3/11/06).
+  There is now a Qt feature request:
+  http://www.trolltech.com/developer/task-tracker/index_html?id=137891&method=entry
 
 
-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).
@@ -109,6 +114,14 @@ TOOLBARS
   window size has also become to small to show the whole toolbar
   (Joost 4/11/06).
 
+* When changing the toolbar settings in the right-button context menu of a 
+  visible toolbar, the modified settings are not considered for session management
+
+* 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
 
@@ -120,10 +133,6 @@ EDITING
 
 MENUS
 
-* Some English menu items don't have a '&' character. (box, date, paste...)
-
-* All label and button texts in the Qt4 dialogs are not translated.
-
 * Special handling of [[...]] in text messages is disabled in messages.C
 
 
@@ -183,6 +192,8 @@ MAC OS X
   keyboard command, not from the menu -- appears initially too small and must be
   resized; not possible to select buttons with the keyboard).
 
+  The prefs dialog size should be better now. See below (JSpitzm-2006-11-07).
+
 * Some oddities with View menu on MAC (Bennett 3/11/06): DVI does not appear
   in the menu, even though a converter and viewer are defined in Preferences.
 
@@ -272,4 +283,29 @@ CREDITS:
 
   FIXED (MGerz 2006-11-05)
 
+* 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.
+
+  This happens with qt 4.2.1 only, it does not happen with 4.1.4/4.1.5!
+
+  FIXED (JSpitzm-2006-11-06): force updateGeometry() after the panelstack has 
+  been created (with Qt >= 4.2 only). A brute method, but it works.
+
+* 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,
+  texts are a bit longer than in English). Interestingly, if you invoke the
+  dialog a second time, its button sizes are adjusted to their content.
+
+  WONTFIX: This happens with qt >= 4.2 only, it does not happen with 4.1.4/4.1.5!
+  (or maybe try to add an updateGeonetry() call somewhere as well; JSpitzm).
+
+* All label and button texts in the Qt4 dialogs are not translated.
+
+  FIXED (MGerz 2006-11-07)
+
+* Some English menu items don't have a '&' character. (box, date, paste...)
+
+  FIXED (MGerz 2006-11-07). I added shortcut whereever possible.
+