]> git.lyx.org Git - features.git/commitdiff
* Status.15x: "reopen" dialog resize bug
authorMichael Schmitt <michael.schmitt@teststep.org>
Wed, 27 Dec 2006 23:11:46 +0000 (23:11 +0000)
committerMichael Schmitt <michael.schmitt@teststep.org>
Wed, 27 Dec 2006 23:11:46 +0000 (23:11 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16405 a592a061-630c-0410-9148-cb99ea01b6c8

Status.15x

index 40bf45c6c60e1125809b068a42b09c2f7cfd2f37..a3360e05857f3698b62db45c71d280ba88e0e541 100644 (file)
@@ -24,7 +24,7 @@ GENERAL
 
 * Resolve compiler warnings
 
-* especially this one: src/frontends/qt4/QPrefsDialog.C:944: warning: unused parameter 'nr'
+  especially this one: src/frontends/qt4/QPrefsDialog.C:944: warning: unused parameter 'nr'
 
 * Watch for bugzilla.lyx.org entries
 
@@ -104,6 +104,12 @@ MATH CONTROL PANEL
 
 OTHER PANELS
 
+* If you open Edit>Text 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.
+  This happens with qt >= 4.2 only, it does not happen with 4.1.4/4.1.5!
+
 * The visual table size selection on the the "Insert Table" dialog has gone
   (Joost 3/11/06).
 
@@ -195,6 +201,7 @@ EDITING
     Assertion triggered in void lyx::LyXText::dispatch(lyx::LCursor&, lyx::FuncRequest&) by failing check "cur.text() == this" in file src/text3.C:323
     Abort
 
+
 CHANGE TRACKING
 
 * No change bar is given in LaTeX output if (only) the par break has changed
@@ -374,14 +381,6 @@ CREDITS:
   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>Text 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.
-  This happens with qt >= 4.2 only, it does not happen with 4.1.4/4.1.5!
-  
-  FIXED (2006-12-24 JSpitzm)
-
 * All label and button texts in the Qt4 dialogs are not translated.
 
   FIXED (MGerz 2006-11-07)