]> git.lyx.org Git - lyx.git/commit
Fix bugs 3528 and 3534 by Ozgur Ugras BARAN and myself:
authorAbdelrazak Younes <younes@lyx.org>
Thu, 10 May 2007 16:25:11 +0000 (16:25 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Thu, 10 May 2007 16:25:11 +0000 (16:25 +0000)
commit5b5ee8cc323c674cb37c7d9a6c063db4192e9c5e
tree3ca332d00aa908749b0077e7672458178943e2b5
parente916170647cc09d1c0720b052feb31cb15bbaacd
Fix bugs 3528 and 3534 by Ozgur Ugras BARAN and myself:

* ControlToc::updateBackend(): emit Buffer::structureChanged()

* QToc:
  - updateToc(), updateType(), typeModel(): deleted.

* TocWidget
  - updateGui() manually with ControlToc::typenames()
  - on_typeCO_activated(): changed to on_typeCO_currentIndexChanged()

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18258 a592a061-630c-0410-9148-cb99ea01b6c8
src/frontends/controllers/ControlToc.cpp
src/frontends/qt4/QToc.cpp
src/frontends/qt4/QToc.h
src/frontends/qt4/TocWidget.cpp
src/frontends/qt4/TocWidget.h