]> git.lyx.org Git - lyx.git/blobdiff - Status.15x
* po/de.po: tiny update
[lyx.git] / Status.15x
index ca225ddb526d1b7f754d0528ae31dbe101925f03..771a715d0fa207567b34b8e8b3a00662a90234fb 100644 (file)
@@ -13,13 +13,18 @@ Prizes (donated by Michael):
   #3: LyX-labeled Mousepad
 
 
-PENDING FEATURES:
------------------
-
+**********************************************************************
 
 BUGS:
 -----
 
+GENERAL
+
+* Check FIXME, TODO, and #warning in the LyX code
+
+* Resolve compiler warnings
+
+
 FILE
 
 * When I "Save as..." in /tmp, I get a Backup error popup about non writable 
@@ -46,9 +51,6 @@ SPELL CHECKING (Joost 4/11/06)
   checker.
 
 
-BIBLIOGRAPHY
-
-
 TABLE OF CONTENTS
 
 * In TOC, the buttons "Up", "Down", "Promote", and "Demote" are not
@@ -63,6 +65,7 @@ TABLE OF CONTENTS
   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),
@@ -88,7 +91,7 @@ MATH CONTROL PANEL
 
 OTHER PANELS
 
-* The visual table size selection on the the "Insert Table" dialog is gone
+* The visual table size selection on the the "Insert Table" dialog has gone
   (Joost 3/11/06).
 
 * The UI for bullet selection in the documents settings looks weird
@@ -133,47 +136,23 @@ TOOLBARS & MINIBUFFER
 
 EDITING
 
-* edit->text style->capitalize/lower/upper case doesn't work due to the change
+* edit->text style->capitalize/lower/upper case doesn't work due to change
   tracking-related changes.
 
-* Copy/paste using middle mouse button inserts musical notes.
 
-* new document; insert note; place cursor in front of the note; activate change tracking;
-  press delete => 
+CHANGE TRACKING
 
-  Assertion triggered in void lyx::LyXText::setCursorIntern(lyx::LCursor&, int, int, bool, bool) by failing check "this == cur.text()" in file /home/software/lyx-trunk/src/text2.C:719
+* No change bar is given in LaTeX output if (only) the par break has changed
 
-  Relevant part of the stack trace
-  #6  0x082646d0 in lyx::LyXText::setCursorIntern (this=0x8a081e0, cur=@0x88f3ed0, par=0, pos=0, setfont=true,
-      boundary=false) at /home/software/lyx-trunk/src/text2.C:719
-  #7  0x08257dd7 in lyx::LyXText::erase (this=0x8a081e0, cur=@0x88f3ed0) at dociterator.h:94
-  #8  0x0811418a in lyx::LyXText::dispatch (this=0x8a081e0, cur=@0x88f3ed0, cmd=@0xbfffd7e0)
-      at /home/software/lyx-trunk/src/text3.C:571
-  #9  0x0839617e in lyx::InsetText::doDispatch (this=0x8a081b8, cur=@0x88f3ed0, cmd=@0xbfffd7e0)
-      at /home/software/lyx-trunk/src/insets/insettext.C:251
-  #10 0x08303536 in lyx::InsetBase::dispatch (this=0x8a081b8, cur=@0x88f3ed0, cmd=@0xbfffd7e0)
-      at /home/software/lyx-trunk/src/insets/insetbase.C:132
+* In tables, cut & paste (complete cells) do not support change tracking
 
-* new document; insert note; insert "hello" into note; place the cursor at the beginning of the note;
-  activate change tracking; press backspace => seg fault
-
-  #0  0x08101348 in lyx::Paragraph::Pimpl::setChange (this=0x8a9e0a0, pos=0, change=@0xbfffca70)
-      at paragraph.h:314
-  #1  0x080fda87 in lyx::Paragraph::setChange (this=0x0, pos=0, change=@0xbfffca70)
-      at /home/software/lyx-trunk/src/paragraph.C:1432
-  #2  0x08248fa0 in lyx::breakParagraphConservative (bparams=@0x8a9d838, pars=@0x8a9d9e4, par_offset=0, pos=0)
-      at changes.h:37
-  #3  0x08155fc2 in lyx::(anonymous namespace)::pasteSelectionHelper (cur=@0x88f3ed0, parlist=@0xbfffce70,
-      textclass=6, errorlist=@0x8910b44) at /home/software/lyx-trunk/src/CutAndPaste.C:233
-  #4  0x0815a98d in lyx::cap::pasteParagraphList (cur=@0x88f3ed0, parlist=@0xbfffce70, textclass=6,
-      errorList=@0x8910b44) at /home/software/lyx-trunk/src/CutAndPaste.C:630
-  #5  0x08258cb2 in lyx::LyXText::dissolveInset (this=0x8aacd38, cur=@0x88f3ed0)
-      at /home/software/lyx-trunk/src/text.C:1844
-  #6  0x082588a8 in lyx::LyXText::backspace (this=0x8aacd38, cur=@0x88f3ed0)
-      at /home/software/lyx-trunk/src/text.C:1756
+* When accepting or rejecting changes, paragraphs with deleted par breaks are
+  not merged in nested text insets
 
+* When accepting a change, LyX may hang (same as in 1.4.3) 
 
-MENUS
+* When running "find & replace", the cursor is not moved forward, such 
+  that LyX always offers to replace the same string
 
 
 LAYOUT
@@ -184,6 +163,11 @@ LAYOUT
 
 PAINTING & PERFORMANCE
 
+* 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?
+
 * 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.
   PARTLY FIXED (Abdel 2006-11-20): there's a full repaint only when the mouse is
@@ -305,6 +289,8 @@ Here's the backtrace:
 #26 0x00002f38 in cxa_atexit_wrapper (routine_param=0xc260c) at ../../gcc-4.2-20060729/gcc/config/darwin-crt3.c:402 
 
 
+**********************************************************************
+
 CREDITS:
 --------
 
@@ -460,4 +446,14 @@ CREDITS:
 * Command completion in the minibuffer shows a huge blank area below the proposed
   commands. Clicking in that empty area crashes LyX.
   FIXED (????)
-  
\ No newline at end of file
+* Copy/paste using middle mouse button inserts musical notes.
+  FIXED (????; cannot reproduce on SuSE Linux 9.3)
+
+* new document; insert note; place cursor in front of the note; activate change tracking;
+  press delete => assertion failed
+  FIXED (JMarc)
+
+* new document; insert note; insert "hello" into note; place the cursor at the beginning of the note;
+  activate change tracking; press backspace => seg fault
+  FIXED (Michael 2006-11-25)