]> git.lyx.org Git - lyx.git/blobdiff - Status.15x
ui/*.ui: <include location="local" >qt_helpers.h</include>
[lyx.git] / Status.15x
index d57529cfda52157222a9d79de8a3f537c08825bd..d76ce6e8dfa3314ad3bf1e92bad259dcf40ee5d2 100644 (file)
@@ -89,6 +89,8 @@ 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 & MINIBUFFER
@@ -186,6 +188,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.
 
@@ -279,11 +283,15 @@ CREDITS:
   the dialog is much too small to show its content; if you invoke it the second
   time, everything is fine.
 
-  WONTFIX: This happens with qt 4.2.1 only, it does not happen with 4.1.4/4.1.5!
+  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.1 only, it does not happen with 4.1.4/4.1.5!
+  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).