]> git.lyx.org Git - features.git/commit
Add a "List of Changes" in the Navigator. The list is updated only when the document...
authorAbdelrazak Younes <younes@lyx.org>
Tue, 30 Sep 2008 11:06:34 +0000 (11:06 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Tue, 30 Sep 2008 11:06:34 +0000 (11:06 +0000)
commit5ce39aa8b5afb1fa88c39797cea6d4e5da5dafe3
treeb829d247e6777eef9800e3a156771fb5b4754a69
parent7236cfc31dc5a20b9bfc09d76fd815ca58d3549a
Add a "List of Changes" in the Navigator. The list is updated only when the document structure is reset or when the update button is clicked. Some work is needed to track more finely individual changes as we do for sections.

Changes::addToToc(): New method to insert changes sorted by authors. The symbols 0x2702 and 0x270d are used to represent deletion and insertion.

TocBackend::item(): new method to lookup for a given item.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26639 a592a061-630c-0410-9148-cb99ea01b6c8
src/Changes.cpp
src/Changes.h
src/Paragraph.cpp
src/Paragraph.h
src/TocBackend.cpp
src/TocBackend.h
src/frontends/qt4/TocWidget.cpp
src/frontends/qt4/qt_helpers.cpp
src/insets/InsetText.cpp