]> git.lyx.org Git - lyx.git/blobdiff - Status.15x
* Status.15x: inset-dissolve doesn't consider change tracking
[lyx.git] / Status.15x
index a076fbc18d0b01c7f8583fcd87d344fb6a415be6..f0c1ce47b407e22dc3f1e82eccb6dc2e667f813c 100644 (file)
@@ -51,32 +51,17 @@ BIBLIOGRAPHY
 
 TABLE OF CONTENTS
 
-* In the TOC dialog, switching between the different TOC types (TOC, Table,
-  Float, etc.) is broken.
-
-* In the TOC dialog, the slider for altering the display level is
-  non-functional (not implemented).
-
-* TOC crashes (simply make a few sections, subsections, sections; then add TOC
-  before all sections and click on the left button)
-
-* Items in the TOC cannot be moved using drag & drop (Joost 4/11/06).
-
 * In TOC, the buttons "Up", "Down", "Promote", and "Demote" are not
   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.
 
-* The correct list is not selected when right-clicking on a LOF or
-  LOT inset.
-
-* When selecting a type which *is* already selected, the content in the 
-  browser window vanishes
-
 * 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
 
@@ -148,8 +133,6 @@ TOOLBARS & MINIBUFFER
   
 * TODO toolbar popup menu, currently disabled (Peter 9/11/06)  
 
-* M-x is broken (does not bring up the minibuffer).
-
 * Command completion in the minibuffer shows a huge blank area below the proposed
   commands. Clicking in that empty area crashes LyX.
 
@@ -161,6 +144,55 @@ EDITING
 
 * Copy/paste using middle mouse button inserts musical notes.
 
+* open a file; mark with the mouse and scroll; assert will fail:
+
+  Row const & LyXText::getRowNearY(BufferView const & bv, int y, pit_type pit) const
+  {
+       Paragraph const & par = pars_[pit];
+       int yy = bv.coordCache().get(this, pit).y_ - par.ascent();
+       BOOST_ASSERT(!par.rows().empty());
+       RowList::const_iterator rit = par.rows().begin();
+       RowList::const_iterator const rlast = boost::prior(par.rows().end());
+       for (; rit != rlast; yy += rit->height(), ++rit)
+               if (yy + rit->height() > y)
+                       break;
+       return *rit;
+  }
+
+* new document; insert note; place cursor in front of the note; activate change tracking;
+  press delete => 
+
+  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
+
+  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
+
+* 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
+
 
 MENUS
 
@@ -208,6 +240,27 @@ PAINTING & PERFORMANCE
   to LyX from another application, opening dialogs, etc.) take quite a long time
   to complete in 1.5.
 
+* 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
+  situation on three different platforms. Here "no" means that the
+  symbol is not shown on screen (the symbol is invisible but occupies
+  space: it is as a sort of \phantom), and "yes" that it is shown.
+  ---------------------------------------
+  Symbol         Linux   Solaris   Cygwin
+  ---------------------------------------
+  \Omega          no       no        no
+  \int            yes      yes       no
+  \oint           yes      yes       no
+  \otimes         no       no        no
+  \nleqslant      no       no        no
+  \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).
+
 
 BUILDING
 
@@ -382,3 +435,30 @@ CREDITS:
   3. add a bibliography
   4. View Source ->crash
   FIXED (Peter 2006-11-14)
+
+* In the TOC dialog, switching between the different TOC types (TOC, Table,
+  Float, etc.) is broken.
+  FIXED (Ugras)
+
+* In the TOC dialog, the slider for altering the display level is
+  non-functional (not implemented).
+  FIXED (Ugras 2006-11-17)
+
+* The correct list is not selected when right-clicking on a LOF or
+  LOT inset.
+  FIXED (Ugras 2006-11-17)
+
+* When selecting a type which *is* already selected, the content in the 
+  browser window vanishes
+  FIXED (Ugras 2006-11-17)
+
+* TOC crashes (simply make a few sections, subsections, sections; then add TOC
+  before all sections and click on the left button)
+  FIXED (Abdel, sometimes in november 2006).
+
+* Items in the TOC cannot be moved using drag & drop (Joost 4/11/06).
+  WONTFIX (Abdel 2006-11-17): at least not for 1.5.0, this is just candy anyway.
+
+* M-x is broken (does not bring up the minibuffer).
+  FIXED (Bo, 2006-11-18): set toolbar flag in display function.
+