]> 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)
committerGuillaume Munch <gm@lyx.org>
Fri, 6 May 2016 00:01:42 +0000 (01:01 +0100)
commitc3acdb9c7c7395bd299317ecab82b8076203ace2
tree1ddd4e8cfc7f361f90a6af5ffa02d78bca9a7799
parent23edd3a1a2b77801a34cfc72dac1d17dc815d0d5
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