Hi everybody,
I just cleaned up Status.15x and marked a few bugs are resolved.
Probably, more bugs have been fixed in the meantime. Please have a look
at Status.15x.
What is the current status regarding painting, especially on the Mac?
Right now, most reports deal with this.
Michael
Index: Status.15x
===================================================================
--- Status.15x (Revision 16036)
+++ Status.15x (Arbeitskopie)
@@ -13,13 +13,18 @@
#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 @@
checker.
-BIBLIOGRAPHY
-
-
TABLE OF CONTENTS
* In TOC, the buttons "Up", "Down", "Promote", and "Demote" are not
@@ -63,6 +65,7 @@
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 @@
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,49 +136,22 @@
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, [EMAIL PROTECTED], 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, [EMAIL PROTECTED]) at dociterator.h:94
- #8 0x0811418a in lyx::LyXText::dispatch (this=0x8a081e0, [EMAIL PROTECTED], [EMAIL PROTECTED])
- at /home/software/lyx-trunk/src/text3.C:571
- #9 0x0839617e in lyx::InsetText::doDispatch (this=0x8a081b8, [EMAIL PROTECTED], [EMAIL PROTECTED])
- at /home/software/lyx-trunk/src/insets/insettext.C:251
- #10 0x08303536 in lyx::InsetBase::dispatch (this=0x8a081b8, [EMAIL PROTECTED], [EMAIL PROTECTED])
- 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
+* When accepting or rejecting changes, paragraphs with deleted par breaks are
+ not merged in nested text insets
- #0 0x08101348 in lyx::Paragraph::Pimpl::setChange (this=0x8a9e0a0, pos=0, [EMAIL PROTECTED])
- at paragraph.h:314
- #1 0x080fda87 in lyx::Paragraph::setChange (this=0x0, pos=0, [EMAIL PROTECTED])
- at /home/software/lyx-trunk/src/paragraph.C:1432
- #2 0x08248fa0 in lyx::breakParagraphConservative ([EMAIL PROTECTED], [EMAIL PROTECTED], par_offset=0, pos=0)
- at changes.h:37
- #3 0x08155fc2 in lyx::(anonymous namespace)::pasteSelectionHelper ([EMAIL PROTECTED], [EMAIL PROTECTED],
- textclass=6, [EMAIL PROTECTED]) at /home/software/lyx-trunk/src/CutAndPaste.C:233
- #4 0x0815a98d in lyx::cap::pasteParagraphList ([EMAIL PROTECTED], [EMAIL PROTECTED], textclass=6,
- [EMAIL PROTECTED]) at /home/software/lyx-trunk/src/CutAndPaste.C:630
- #5 0x08258cb2 in lyx::LyXText::dissolveInset (this=0x8aacd38, [EMAIL PROTECTED])
- at /home/software/lyx-trunk/src/text.C:1844
- #6 0x082588a8 in lyx::LyXText::backspace (this=0x8aacd38, [EMAIL PROTECTED])
- at /home/software/lyx-trunk/src/text.C:1756
+* When accepting a change, LyX may hang (same as in 1.4.3)
-MENUS
-
-
LAYOUT
* environments when using czech translation doesnt work: e.g.
@@ -305,6 +281,8 @@
#26 0x00002f38 in cxa_atexit_wrapper (routine_param=0xc260c) at ../../gcc-4.2-20060729/gcc/config/darwin-crt3.c:402
+**********************************************************************
+
CREDITS:
--------
@@ -460,4 +438,14 @@
* 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)