]> git.lyx.org Git - lyx.git/blobdiff - Status.15x
Scons: refine scons installer
[lyx.git] / Status.15x
index 5e1202a293e27da5f94f4306de270bccc062e542..aa808f762e2f78011e5843eb57346e259a0fabc2 100644 (file)
@@ -44,52 +44,6 @@ SPELL CHECKING (Joost 4/11/06)
   works if lyxrc.isp_use_input_encoding == true, aspell works on linux,
   cygwin and native windows (it is not clear yet whether it works on OS X).
   ispell (if lyxrc.isp_use_input_encoding == false) does not work yet.
-  
-
-DIALOGS
-
-* Dialogs do not get focus (e.g. when clicking on an inset).
-
-
-MATH CONTROL PANEL
-
-* In the math control panel, there is no icon for the "Fractions" button.
-
-* In the math control panel, the buttons are too small.
-  The reason is probably that qt resizes the icons so that they fit into the
-  button, leaving some margin. This leads to different scales for each icon.
-  qt3 did not resize the icons. Can this be set in qt4, too? MG: Why don't we 
-  enlarge the buttons?
-
-
-OTHER PANELS
-
-* The visual table size selection on the "Insert Table" dialog has gone
-  (Joost 3/11/06).
-
-* The UI for bullet selection in the documents settings looks weird
-  (Joost 4/11/06):
-  There is a big listbox just to select one of the four levels.
-  Isn't this supposed to be a drop-down list or something like that?
-
-* The bullet selection widget shows the bullets in 5 columns (instead of 6)
-  for me, and hence does not fit into the window.
-  (JSpitzm 2006-11-06)
-
-
-MULTIPLE WINDOWS / DOCUMENTS
-
-* There are cursor problems when the same document is opened in two windows
-  (Joost 4/11/06).
-
-  Information from Abdel:
-  Yes, this is the famous dEPM bug (delete Empty Paragraph Mechanism).
-  There are two ways to fix that:
-  1) the correct way: fix the dEPM to not invalidate the cursor.
-  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).
-
-* Middle button paste does not work across windows. (Bo 12/15/06)
 
 
 MENUS
@@ -102,22 +56,6 @@ MENUS
   because many users will copy their old config files.
 
 
-EDITING
-
-* edit->text style->capitalize/lower/upper case doesn't work due to change
-  tracking-related changes.
-
-
-CHANGE TRACKING
-
-* No change bar is given in LaTeX output if (only) the par break has changed
-
-* In tables, cut & paste (complete cells) do not support change tracking
-
-* When running "find & replace", the cursor is not moved forward, such 
-  that LyX always offers to replace the same string
-
-
 LAYOUT
 
 * environments when using czech translation doesnt work: e.g.
@@ -130,8 +68,6 @@ PAINTING & PERFORMANCE
   label boxes are not completely visible (because we shrinked the margin on 
   screen?). Inside of insets, they don't work at all. 
 
-* The cursor is not L-shaped for foreign languages
-
 * 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
@@ -158,16 +94,6 @@ PAINTING & PERFORMANCE
    same as Enrico. (Georg 2007-01-18)
 
 
-MAC OS X
-
-* Many issues with toolbars on MAC (Bennett 3/11/06):
-  Most obvious of which are that icons are spaced too widely and that changes in
-  the visibility of the toolbars with the GUI do not stick after the screen is
-  redrawn).
-
-* 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).