]> git.lyx.org Git - lyx.git/blobdiff - Status.15x
* src/buffer.C: remove redundant space from user message
[lyx.git] / Status.15x
index 91151018760cc6942886d7e2dffb76178d62eb72..13487e377fb4ce4c3dc9b93eec70030f72e0566c 100644 (file)
@@ -24,15 +24,10 @@ GENERAL
 
 * Resolve compiler warnings
 
-* LyX tries to delete /tmp if it is called with invalid arguments
-
 
 FILE
 
-* When I "Save as..." in /tmp, I get a Backup error popup about non writable 
-  /tmp, which is obviously not true.  The file is there, and if I try to Save
-  as again, I get the overwrite popup warning twice: once in English, once 
-  in French. (J. P. Chretien)
+* LyX tries to delete /tmp if it is called with invalid arguments
 
 * Loading de_Userguide.lyx results in two parse errors:
   Paragraph ended in line 21206
@@ -43,6 +38,26 @@ 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.
+
+* Change Tools->Preferences->User interface->User interface to something like
+  "kornel.default.ui"; save prefs; exit LyX; restart LyX; => crash; 
+  in the preferences file, there is an entry \bind_file "/Something/kornel.default"
+
+  In QPrefsDialog.C:1736, function PrefUserInterface::select_ui() calls
+       form_->controller().browseUI(qstring_to_ucs4(uiFileED->text())))
+  which in turn calls
+       ControlPrefs.C:118
+       browseLibFile(lyx::from_ascii("ui"), file, lyx::from_ascii("ui"),
+               _("Choose UI file"), FileFilterList(_("LyX UI files (*.ui)")));
+  In this function, the extension is removed, because it is the default ("ui" in 
+  this case). This behaviour applies to
+    ControlPrefs::browsebind,  ControlPrefs::browseUI
+    ControlPrefs::browsekbmap, ControlPrefs::browsedict
+  Setting the default extension here to something invalid, is a hack, but works.
+  (Invalid may be e.g. "*")
+
 
 SPELL CHECKING (Joost 4/11/06)
 
@@ -107,6 +122,10 @@ OTHER PANELS
   for me, and hence does not fit into the window.
   (JSpitzm 2006-11-06)
 
+* The style name in the BibTeX Bibliography panel (near the Browse... button)
+  disappears after closing and reopening the panel.
+  (Enrico 2006-12-01)
+
 
 MULTIPLE WINDOWS / DOCUMENTS
 
@@ -132,6 +151,8 @@ TOOLBARS & MINIBUFFER
 
 * TODO toolbar popup menu, currently disabled (Peter 9/11/06)  
 
+* Toolbar tooltips are no longer shown
+
 
 MENUS
 
@@ -142,6 +163,8 @@ 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
 
@@ -172,10 +195,12 @@ LAYOUT
 
 PAINTING & PERFORMANCE
 
+* In the splash screen, the LyX version number is printed with a very, very
+  small font size such that it becomes almost invisible on Windows.
+
 * END_LABEL_* handling in RowPainer::paintLast() is broken. In regular text,
   label boxes are not completely visible (because we shrinked the margin on 
-  screen?). Inside of insets, they don't work at all. Should we remove this
-  feature completely as the overall benefit for the user is marginal?
+  screen?). Inside of insets, they don't work at all. 
 
 * Too much painting 2 (Edwin 3/11/2006): There is also a lot of painting going
   on when selecting text. When selecting a word the whole screen is repainted.
@@ -237,11 +262,6 @@ PAINTING & PERFORMANCE
  correct font is found and used (cmr10).
 
 
-REGRESSIONS
-
-* open lyx, create a new document, enter a few chars, quit. Lyx does not
-  ask if you want to save the file.
-
 BUILDING
 
 * It is ridiculous that you have to call configure with --with-frontend=qt4.
@@ -453,3 +473,10 @@ CREDITS:
   c:\> lyx-qt4.exe -geometry 800x600+100+30
   Wrong command line option `-geometry'. Exiting.
   FIXED (Peter, 2006-11-29)
+
+* When I "Save as..." in /tmp, I get a Backup error popup about non writable 
+  /tmp, which is obviously not true.  The file is there, and if I try to Save
+  as again, I get the overwrite popup warning twice: once in English, once 
+  in French. (J. P. Chretien)
+  FIXED (Michael (found the problem), Georg (fix), 2006-11-30)
+