]> git.lyx.org Git - lyx.git/blobdiff - Status.15x
Update
[lyx.git] / Status.15x
index 30624a3bbece8df128b31e1e4dd5a43525088ec3..5908eb0a2ce4429f2fce5652c9303f125944726d 100644 (file)
@@ -24,8 +24,6 @@ GENERAL
 
 * Resolve compiler warnings
 
-  especially this one: src/frontends/qt4/QPrefsDialog.C:944: warning: unused parameter 'nr'
-
 * Watch for bugzilla.lyx.org entries
 
    * Open bugs: http://tinyurl.com/y7hdzc
@@ -44,14 +42,6 @@ ICONS:
 
 FILE
 
-* Preview fails due to graphics converter bug:
-
-  File "C:/Dokumente und Einstellungen/itsme/Lokale Einstellungen/Temp/lyx_tmpdir1584a02224/lyxconvert0.py", line 14, in <module>
-     ...
-  IOError: [Errno 2] No such file or directory: 'C:/dokumente und einstellungen/itsme/Ver\xc3\xb6ffentlichungen/figures/myfigure.pdf'
-
-  There is a problem with a German Umlaut (�= \xc3\xb6) 
-
 * agu-dtd is used as the default document class, which is not a good 
   idea in 99% of all cases
 
@@ -77,8 +67,7 @@ TABLE OF CONTENTS
   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.
 
-* open Tutorial; click on TOC: TOC dialog has no contents; touch TOC slider
-   => seg fault 
+* open Tutorial; click on TOC: TOC dialog has no contents 
    (only with --enable-stdlib-debug, has been seen on qt 4.2.2, gcc 4.1.2,
     openSuse 10.1/x32 and 10.2/x64, but is probably not OS/qt specific, but
     dependant on the compiler)
@@ -91,7 +80,7 @@ DIALOGS
 * 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
 
@@ -659,3 +648,26 @@ e C:\cygwin\home\ms\lyx-trunk\src\support\filename.C:48
 
   FIXED (2007-01-07 JSpitzm). I forgot to commit the ui changes last time.
 
+* open an empty document; click on TOC (TOC dialog has no contents); touch TOC slider
+  => seg fault
+
+  FIXED (2007-01-07 JSpitzm). The slider is properly disabled now.
+
+* If you open the graphics dialog for the first time, the "extra options"
+  tab is displayed. This is annyoing, of course the first tab with the
+  filename should be the default.
+
+  FIXED (2007-01-07 JSpitzm).
+
+* Resolve compiler warnings
+  src/frontends/qt4/QPrefsDialog.C:944: warning: unused parameter 'nr'
+  FIXED (2007-01-07 Bo)
+
+* Preview fails due to graphics converter bug:
+
+  File "C:/Dokumente und Einstellungen/itsme/Lokale Einstellungen/Temp/lyx_tmpdir1584a02224/lyxconvert0.py", line 14, in <module>
+     ...
+  IOError: [Errno 2] No such file or directory: 'C:/dokumente und einstellungen/itsme/Ver\xc3\xb6ffentlichungen/figures/myfigure.pdf'
+
+  There is a problem with a German Umlaut (ö= \xc3\xb6) 
+  FIXED (Enrico 2007-01-08)