]> git.lyx.org Git - features.git/commit
It seems that commit 17167 was not enough to ensure that the proper hide/show/update...
authorAbdelrazak Younes <younes@lyx.org>
Thu, 15 Feb 2007 10:16:35 +0000 (10:16 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Thu, 15 Feb 2007 10:16:35 +0000 (10:16 +0000)
commit018cb4905eb438f276d36004129a779bec8e6ba1
treec26ee9a4b6a47c5f762c8e290d67c4341d666318
parent9590a3cffeda01b669b07f84d2db6c236e3c6f7e
It seems that commit 17167 was not enough to ensure that the proper hide/show/update methods are called.

* QDialogView.h:
  - QDialogView::forms() now requires a QWidget instead of a QDialog. This will allow us to use DockWidget in the future.
  - QView class code simplification: implement inline instead of repeating in the same file.
  - QView::forms() now returns the real object.
  - QController class code simplification: implement inline instead of repeating in the same file.

* QDocumentDialog::update(): renamed to updateParams() to avoid clash with QWidget::update()

* QPrefsDialog::update(): renamed to updateRc() to avoid clash with QWidget::update()

* QTexinfoDialog::update(): now public so that it can be used in QDialogView.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17195 a592a061-630c-0410-9148-cb99ea01b6c8
src/frontends/qt4/QDialogView.h
src/frontends/qt4/QDocument.C
src/frontends/qt4/QDocumentDialog.C
src/frontends/qt4/QDocumentDialog.h
src/frontends/qt4/QPrefs.C
src/frontends/qt4/QPrefsDialog.C
src/frontends/qt4/QPrefsDialog.h
src/frontends/qt4/QTexinfoDialog.h