]> git.lyx.org Git - lyx.git/blobdiff - Status.15x
* src/tex2lyx/text.C
[lyx.git] / Status.15x
index 9f2d7fa91ada4a6bcbf4c55175c36e512051c718..92c51d6ec49f859595897d3321e843bb2c33be0f 100644 (file)
@@ -38,8 +38,8 @@ FILE
 
 * Non-ascii filenames do not work at all and result in an assertion or garbage.
 
-* open lyx, create a new document, enter a few chars, quit. Lyx does not
-  ask if you want to save the file.
+* open lyx, create a new document, enter a few chars, quit, click cancel, lyx
+  still quits.
 
 * Change Tools->Preferences->User interface->User interface to something like
   "kornel.default.ui"; save prefs; exit LyX; restart LyX; => crash; 
@@ -78,12 +78,6 @@ TABLE OF CONTENTS
 
 * 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
 
@@ -139,17 +133,14 @@ MULTIPLE WINDOWS / DOCUMENTS
   2) the easy way: disable the cursor on focus out event and re-enable it at
   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
 
 * When toolbars are hidden, they pop up again after clicking on the document
   area (Joost 4/11/06).
+  Comment by Bo: Can not reproduce, details please.
 
-* TODO toolbar popup menu, currently disabled (Peter 9/11/06)  
+* Toolbar tooltips are no longer shown
 
 
 MENUS
@@ -161,12 +152,19 @@ MENUS
   This should definitely be documented somewhere before the final release,
   because many users will copy their old config files.
 
+* Tooltips for fields are no longer shown
+
 
 EDITING
 
 * edit->text style->capitalize/lower/upper case doesn't work due to change
   tracking-related changes.
 
+* insert->note->lyx note, enter a few chars, collapse the note. Copy the note
+  several times (three lines?), use mouse to select. Lyx crashes with
+  Assertion triggered in void lyx::LyXText::dispatch(lyx::LCursor&, lyx::FuncRequest&) by failing check "cur.text() == this" in file src/text3.C:143
+  NOTE: this is unrelated to the button face-lift patch.
+
 
 CHANGE TRACKING
 
@@ -253,9 +251,11 @@ PAINTING & PERFORMANCE
   \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).
+ - 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).
+ - Solved problem with \int and \oint on Windows (Enrico 2006-12-06).
+
 
 
 BUILDING
@@ -281,6 +281,20 @@ MAC OS X
 * Menu bar disappears on MAC (instead of being disabled) when dialogs appear.
 
 
+WONT FIX (for 1.5.0)
+
+* 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
+
+* TODO toolbar popup menu, currently disabled (Peter 9/11/06)  
+
+* 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.
+
 
 **********************************************************************