]> git.lyx.org Git - lyx.git/blobdiff - Status.15x
* lib/lyx2lyx/lyx_1_4.py:
[lyx.git] / Status.15x
index 5b5d7d8f0a41fa30d694a9688bc570c41056c321..1f4e80fd7f8a95a9772e41931df3c64681cd447c 100644 (file)
@@ -33,8 +33,6 @@ FILE
   Paragraph ended in line 21301
   Missing \end_layout.
   I don't know if that is a lyx2lyx or LyX problem. LyX 1.4 can read the file.
-  Maybe related: Typesetting that document does not work (some math macro
-  problem).
 
 
 SPELL CHECKING (Joost 4/11/06)
@@ -44,45 +42,35 @@ SPELL CHECKING (Joost 4/11/06)
 * The first time the spell checker is started, an empty window shown instead
   of the first misspelled word.
 
+* Words with umlauts or accents do not arrive as a whole word in the spell
+  checker.
 
-TABLE OF CONTENTS
 
-* In the TOC dialog, switching between the different TOC types (TOC, Table,
-  Float, etc.) is broken.
+BIBLIOGRAPHY
 
-* 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).
+TABLE OF CONTENTS
 
 * 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
 
 * when opening an already opened document (or a document with newer backup),
   the mouse pointer turns into a clock, although it waits for confirmation
 
-* broken signal/slot connection:
-  Object::connect: No such signal QListWidget::selectionChanged()
-  Object::connect:  (sender name:   'databaseLW')
-  Object::connect:  (receiver name: 'QBibtexUi')
+* If you try to view a document as postscript that cannot be typeset because
+  of LaTeX errors and export to LaTeX afterwards you will get the old error
+  list again, although the export succeded.
 
 
 MATH CONTROL PANEL
@@ -145,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.
 
@@ -205,6 +191,33 @@ 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
+
+* It is ridiculous that you have to call configure with --with-frontend=qt4.
+  The existance of config/qt.m4 does not make much sense either.
+
 
 MAC OS X
 
@@ -367,3 +380,36 @@ CREDITS:
 * Cursor is still not visible on MAC Bennett (3/11/06).
   FIXED (Abdel 2006-11-13)
 
+* crash on Windows/Mac
+  1. new document
+  2. insert List/TOC->Bibtex Bilio
+  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.
+