]> git.lyx.org Git - lyx.git/blobdiff - Status.15x
* lib/lyx2lyx/lyx_1_4.py:
[lyx.git] / Status.15x
index a076fbc18d0b01c7f8583fcd87d344fb6a415be6..1f4e80fd7f8a95a9772e41931df3c64681cd447c 100644 (file)
@@ -51,32 +51,17 @@ BIBLIOGRAPHY
 
 TABLE OF CONTENTS
 
-* In the TOC dialog, switching between the different TOC types (TOC, Table,
-  Float, etc.) is broken.
-
-* In the TOC dialog, the slider for altering the display level is
-  non-functional (not implemented).
-
-* TOC crashes (simply make a few sections, subsections, sections; then add TOC
-  before all sections and click on the left button)
-
-* Items in the TOC cannot be moved using drag & drop (Joost 4/11/06).
-
 * In TOC, the buttons "Up", "Down", "Promote", and "Demote" are not
   self-explaining. Why don't we group them in two pairs: Section Up/Down, Level
   Up/Down? The arrangement of the buttons may also give some hint to the user.
 
-* The correct list is not selected when right-clicking on a LOF or
-  LOT inset.
-
-* When selecting a type which *is* already selected, the content in the 
-  browser window vanishes
-
 * The items in the treeview are editable
 
 * When content (sections/captions) is changed, the toc/lof/lot is not properly 
   updated.
-
+  Abdel 2006-11-17: This one is not as simple as it seems as it involves a
+  TocBackend update at each keystroke. Unless we manage to update a specific
+  TocItem, this will be a WONTFIX for 1.5.0.
 
 DIALOGS
 
@@ -148,8 +133,6 @@ TOOLBARS & MINIBUFFER
   
 * TODO toolbar popup menu, currently disabled (Peter 9/11/06)  
 
-* 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.
 
@@ -208,6 +191,27 @@ PAINTING & PERFORMANCE
   to LyX from another application, opening dialogs, etc.) take quite a long time
   to complete in 1.5.
 
+* Some math symbols are not displayed (from Enrico Forestieri)
+  I noticed that some math symbols are not shown on screen. This seems
+  to be platform dependent. The following is a table illustrating the
+  situation on three different platforms. Here "no" means that the
+  symbol is not shown on screen (the symbol is invisible but occupies
+  space: it is as a sort of \phantom), and "yes" that it is shown.
+  ---------------------------------------
+  Symbol         Linux   Solaris   Cygwin
+  ---------------------------------------
+  \Omega          no       no        no
+  \int            yes      yes       no
+  \oint           yes      yes       no
+  \otimes         no       no        no
+  \nleqslant      no       no        no
+  \spadesuit(*)   yes      no        yes
+  ---------------------------------------
+  (*) On solaris, a square is shown on screen instead of nothing.
+ Further comments from Georg: This is probably a qt4 font drawing problem,
+ since \Omega works fine in 1.4.3, and my debugging results showed that the
+ correct font is found and used (cmr10).
+
 
 BUILDING
 
@@ -382,3 +386,30 @@ CREDITS:
   3. add a bibliography
   4. View Source ->crash
   FIXED (Peter 2006-11-14)
+
+* In the TOC dialog, switching between the different TOC types (TOC, Table,
+  Float, etc.) is broken.
+  FIXED (Ugras)
+
+* In the TOC dialog, the slider for altering the display level is
+  non-functional (not implemented).
+  FIXED (Ugras 2006-11-17)
+
+* The correct list is not selected when right-clicking on a LOF or
+  LOT inset.
+  FIXED (Ugras 2006-11-17)
+
+* When selecting a type which *is* already selected, the content in the 
+  browser window vanishes
+  FIXED (Ugras 2006-11-17)
+
+* TOC crashes (simply make a few sections, subsections, sections; then add TOC
+  before all sections and click on the left button)
+  FIXED (Abdel, sometimes in november 2006).
+
+* Items in the TOC cannot be moved using drag & drop (Joost 4/11/06).
+  WONTFIX (Abdel 2006-11-17): at least not for 1.5.0, this is just candy anyway.
+
+* M-x is broken (does not bring up the minibuffer).
+  FIXED (Bo, 2006-11-18): set toolbar flag in display function.
+