]> git.lyx.org Git - features.git/commit
While working on bug 3227, I noticed that from()->show() called QDialog::show() inste...
authorAbdelrazak Younes <younes@lyx.org>
Tue, 13 Feb 2007 18:27:46 +0000 (18:27 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Tue, 13 Feb 2007 18:27:46 +0000 (18:27 +0000)
commita4f3aa748e1b9c4adecfa84c8bcf08ee8600d2b8
treee94e87732c511fb6b7df550f70b44f6acc8574ab
parent9313c6c39a4a24e237a4b2aaf8f0a197d923994e
While working on bug 3227, I noticed that from()->show() called QDialog::show() instead of QIndexDialog::show(), hence the bug. While I solved this bug differently, I believe that some other bugs like this one might appear. So I removed the cast in QView<GUIDialog>::form() and included the dialogs where needed.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17167 a592a061-630c-0410-9148-cb99ea01b6c8
44 files changed:
src/frontends/qt4/QAbout.h
src/frontends/qt4/QBibitem.h
src/frontends/qt4/QBibitemDialog.C
src/frontends/qt4/QBibitemDialog.h
src/frontends/qt4/QBox.h
src/frontends/qt4/QBranch.h
src/frontends/qt4/QChanges.h
src/frontends/qt4/QChangesDialog.C
src/frontends/qt4/QChangesDialog.h
src/frontends/qt4/QCharacter.h
src/frontends/qt4/QCharacterDialog.C
src/frontends/qt4/QCharacterDialog.h
src/frontends/qt4/QDialogView.h
src/frontends/qt4/QDocument.h
src/frontends/qt4/QDocumentDialog.C
src/frontends/qt4/QDocumentDialog.h
src/frontends/qt4/QERT.h
src/frontends/qt4/QErrorList.h
src/frontends/qt4/QExternal.h
src/frontends/qt4/QFloat.h
src/frontends/qt4/QGraphics.h
src/frontends/qt4/QInclude.h
src/frontends/qt4/QIndex.h
src/frontends/qt4/QLog.h
src/frontends/qt4/QMath.h
src/frontends/qt4/QNomencl.h
src/frontends/qt4/QNote.h
src/frontends/qt4/QParagraph.h
src/frontends/qt4/QPrefs.h
src/frontends/qt4/QPrefsDialog.h
src/frontends/qt4/QPrint.h
src/frontends/qt4/QRef.h
src/frontends/qt4/QSearch.h
src/frontends/qt4/QSendto.h
src/frontends/qt4/QShowFile.h
src/frontends/qt4/QSpellchecker.h
src/frontends/qt4/QTabular.h
src/frontends/qt4/QTabularCreate.h
src/frontends/qt4/QTexinfo.h
src/frontends/qt4/QThesaurus.h
src/frontends/qt4/QVSpace.h
src/frontends/qt4/QViewSource.h
src/frontends/qt4/QWrap.h
src/frontends/qt4/UrlView.h