]> git.lyx.org Git - features.git/commit
Changelog:
authorAbdelrazak Younes <younes@lyx.org>
Wed, 22 Mar 2006 18:59:17 +0000 (18:59 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Wed, 22 Mar 2006 18:59:17 +0000 (18:59 +0000)
commit29564e5f5412981631a2a3548abe37d656ec5312
treee961664f261b25f256d8395f4d938c97e7d27e53
parentcc91bd643f72f58077893e15e736340945d6e4fd
Changelog:
* QDialogView.h: interface methods and slots are now public instead of protected. This allow to avoid making friend classes.
* QPrefs.[Ch]: removed everything GUI related. The controller does not know anything about what the Dialog is doing, it is here only to transfer request one way or the other.
* QPrefsDialogs.[Ch]: transfered everything GUI related here. Things are gathered per module in contructor, apply() and update() methods so that it will be easy to transfer code to separate class afterward
  - QPrefsDialogs::apply(LyXRC & rc): fill in rc parameters from GUI.
  - QPrefsDialogs::update(LyXRC const & rc): update GUI from rc parameters.

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