]> git.lyx.org Git - features.git/commit
Implement a warning dialog with a "Do not show this warning again!" checkbox.
authorJürgen Spitzmüller <spitz@lyx.org>
Sun, 19 Apr 2009 11:57:52 +0000 (11:57 +0000)
committerJürgen Spitzmüller <spitz@lyx.org>
Sun, 19 Apr 2009 11:57:52 +0000 (11:57 +0000)
commit605f6bebf2b0403e82700f5e692eedf6bfc78390
treeb2c3bddcd2f153094341d2a657934eaeb3ebac09
parent22e92f0d6fdfc2352806cce6160750533e894d56
Implement a warning dialog with a "Do not show this warning again!" checkbox.
Since Qt does not provide this, we have to roll our own dialog.
Hidden warnings are stored in sessions.

The dialog is currently only used in the case where an included file
has a different textclass then the master (bug 3218).

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29324 a592a061-630c-0410-9148-cb99ea01b6c8
development/scons/scons_manifest.py
src/frontends/alert.h
src/frontends/qt4/GuiAlert.cpp
src/frontends/qt4/Makefile.am
src/frontends/qt4/ui/ToggleWarningUi.ui [new file with mode: 0644]
src/insets/InsetInclude.cpp