]> git.lyx.org Git - features.git/commit
Revert "Automatically show the review toolbar if the document has tracked changes"
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Sun, 12 Jan 2020 17:33:01 +0000 (18:33 +0100)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Sun, 12 Jan 2020 19:26:35 +0000 (20:26 +0100)
commitdba1e40b520f67faeb49759b7cec9ec4f981f9a1
treed90dbcc7aaa8c561065fadc646e94d8579e3c1f9
parentce950f1ea50ec1fcc3df3938cb94c20347f5b71e
Revert "Automatically show the review toolbar if the document has tracked changes"

We will replace this with a better solution

For now, only keep
- Changes::isChanged()
- Buffer::areChangesPresent(), replaced by a dummy function

Next step will be to provide a working areChangesPresent() and to
compute Inset::isChanged in updateBuffer.

This reverts commit 6d4e6aad24edb7bcfbc49f03d2432fc9fa06954d.
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/qt/GuiApplication.cpp