]> git.lyx.org Git - features.git/commit
Automatically show the review toolbar if the document has tracked changes
authorGuillaume Munch <gm@lyx.org>
Sat, 30 Jan 2016 23:14:36 +0000 (23:14 +0000)
committerRichard Heck <rgheck@lyx.org>
Wed, 15 Jun 2016 21:32:53 +0000 (22:32 +0100)
commitc137ae4c43789707813f261f3305097fea70d1d7
treefde8d4de43dcb8466a3d9a31856db1d37cc74a9a
parent5486beac29f2a0fd9e3576ffb27d68e6d100e955
Automatically show the review toolbar if the document has tracked changes
(#8738)

For efficiency, we add a new flag to the buffer indicating when changes are
present. This flag is updated at each buffer update, and also when explicitly
requested via a dispatch result flag.
lib/ui/default.ui
src/Buffer.cpp
src/Buffer.h
src/Changes.cpp
src/Changes.h
src/Cursor.cpp
src/DispatchResult.h
src/Paragraph.cpp
src/Paragraph.h
src/frontends/qt4/GuiApplication.cpp
src/frontends/qt4/GuiView.cpp