]> git.lyx.org Git - features.git/commit
General cleanup of the Outline/Navigator:
authorAbdelrazak Younes <younes@lyx.org>
Tue, 17 Jun 2008 15:10:03 +0000 (15:10 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Tue, 17 Jun 2008 15:10:03 +0000 (15:10 +0000)
commit6ad1b1cd0968021c7aba0b3358a3e0e860c61ed7
treeeee607d842f883afd5d8f6396389db718c17457d
parentb5252b737fd6e06dd91dfa070e3488f8a35f0a4d
General cleanup of the Outline/Navigator:
- Make use the Qt Model/View separation concept, TocWidget is now really just a view of the current toc model.
- the toc type combo now use a model defined in TocModels.
- the models are not deleted at each reset, they are now just cleared out.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25289 a592a061-630c-0410-9148-cb99ea01b6c8
src/frontends/qt4/GuiToc.cpp
src/frontends/qt4/TocModel.cpp
src/frontends/qt4/TocModel.h
src/frontends/qt4/TocWidget.cpp
src/frontends/qt4/TocWidget.h