]> 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>
Thu, 18 Jun 2020 13:48:50 +0000 (15:48 +0200)
commitac12745a12a2fbdf12b859064ed21d20666a1e6e
tree2ac17e2cd83072838747c35bfb773e4e2c260ac1
parent53196320e7b5034f13387e72cf706a019f8e9338
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