]> git.lyx.org Git - features.git/commit
* replace many toggled(bool) with changed() signals
authorEdwin Leuven <e.leuven@gmail.com>
Wed, 17 Jan 2007 13:06:16 +0000 (13:06 +0000)
committerEdwin Leuven <e.leuven@gmail.com>
Wed, 17 Jan 2007 13:06:16 +0000 (13:06 +0000)
commit3931b65341c197734578d33165d6ccbbd40789fd
tree4f2eed025d11c5df21cf61a3c22045906f2859c0
parent67ae65f43093cc738e41607c8a5011854d47cbf9
* replace many toggled(bool) with changed() signals

the former is also trigged when updating dialogs. we should use toggled(bool) to en/disable widgets and in situations when we are sure that we always want to act on a toggle

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16724 a592a061-630c-0410-9148-cb99ea01b6c8
19 files changed:
src/frontends/qt4/BulletsModule.C
src/frontends/qt4/BulletsModule.h
src/frontends/qt4/FloatPlacement.C
src/frontends/qt4/QBibtexDialog.C
src/frontends/qt4/QCharacterDialog.C
src/frontends/qt4/QDocumentDialog.C
src/frontends/qt4/QERTDialog.C
src/frontends/qt4/QGraphicsDialog.C
src/frontends/qt4/QIncludeDialog.C
src/frontends/qt4/QLPrintDialog.C
src/frontends/qt4/QLToolbar.C
src/frontends/qt4/QNoteDialog.C
src/frontends/qt4/QParagraphDialog.C
src/frontends/qt4/QPrefsDialog.C
src/frontends/qt4/QPrefsDialog.h
src/frontends/qt4/QRefDialog.C
src/frontends/qt4/QViewSourceDialog.C
src/frontends/qt4/ui/QPrefKeyboardUi.ui
src/frontends/qt4/ui/QPrefUi.ui