]> git.lyx.org Git - lyx.git/blobdiff - Status.15x
* src/paragraph_pimpl.C: replace FIXME for
[lyx.git] / Status.15x
index 1ea8141a6b54d0ea3c7ac47721239b3e00fdabd3..7f6f744b9eb3ea3ceb2d3d8d0e6eef4a1f238ab6 100644 (file)
@@ -13,6 +13,14 @@ Prizes (donated by Michael):
   #3: LyX-labeled Mousepad
 
 
+PENDING FEATURES:
+-----------------
+
+* esint (GBaum)
+
+* image cache (GBaum)
+
+
 BUGS:
 -----
 
@@ -44,9 +52,6 @@ TABLE OF CONTENTS
 
 DIALOGS
 
-* 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)
-
 
 MATH CONTROL PANEL
 
@@ -59,6 +64,9 @@ MATH CONTROL PANEL
 * In the math control panel, there is no icon for "Set Math Font".
 
 * In the math control panel, the buttons are too small.
+  The reason is probably that qt resizes the icons so that they fit into the
+  button, leaving some margin. This leads to different scales for each icon.
+  qt3 did not resize the icons. Can this be set in qt4, too?
 
 
 OTHER PANELS
@@ -95,19 +103,15 @@ MULTIPLE WINDOWS / DOCUMENTS
 
 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).
-
 * When toolbars are hidden, they pop up again after clicking on the document
   area (Joost 4/11/06).
 
 * Icons in the toolbars do not have the correct size, they are stretched a few
   pixels compared to 1.4. This makes the images look jagged and the initial
   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
+  (Joost 4/11/06). See also the math panel buttons entry above.
+  
+* TODO toolbar popup menu, currently disabled (Peter 9/11/06)  
 
 * M-x is broken (does not bring up the minibuffer).
 
@@ -125,8 +129,6 @@ EDITING
 
 MENUS
 
-* Some English menu items don't have a '&' character. (box, date, paste...)
-
 * Special handling of [[...]] in text messages is disabled in messages.C
 
 
@@ -297,3 +299,23 @@ CREDITS:
 * 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.
+
+* When changing the toolbar settings in the right-button context menu of a 
+  visible toolbar, the modified settings are not considered for session management
+  
+  REPLACED with a new entry, popup disabled (Peter 2006-11-09)
+  
+* Toolbars always show on the top of the screen, even though they are set to
+  "bottom" in the ui file (Joost 3/11/06).
+  
+  FIXED: use the defaul.ui value only when there is no valid position stored 
+         (1st start of lyx)  (Peter 7/11/2006)
+
+* 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)
+  
+  FIXED (Peter 8/11/2006)
\ No newline at end of file