]> git.lyx.org Git - features.git/commit
Prevent data loss when closing LyX while document dialog has unapplied changes (...
authorJuergen Spitzmueller <spitz@lyx.org>
Sun, 5 Nov 2023 11:09:33 +0000 (12:09 +0100)
committerJuergen Spitzmueller <spitz@lyx.org>
Sun, 5 Nov 2023 11:09:33 +0000 (12:09 +0100)
commitec2da3a509484a4f306101a8c67ab741e5fd4f6b
tree69d6dfd957147028a8d838e93863ceca5bce61c7
parent75a08df529c2745a7d5facf740e8f1d4a205bc1f
Prevent data loss when closing LyX while document dialog has unapplied changes (#12955)

Entails new strings, but I think the severity allows for that.
src/frontends/qt/Dialog.h
src/frontends/qt/DialogView.cpp
src/frontends/qt/DialogView.h
src/frontends/qt/DockView.h
src/frontends/qt/GuiDialog.cpp
src/frontends/qt/GuiDialog.h
src/frontends/qt/GuiDocument.cpp
src/frontends/qt/GuiDocument.h
src/frontends/qt/GuiView.cpp