]> git.lyx.org Git - lyx.git/commit
Transfer readOnly() and updateWindowTitle() from Delegates to WorkArea/WorkAreaManage...
authorAbdelrazak Younes <younes@lyx.org>
Sun, 11 Nov 2007 22:30:21 +0000 (22:30 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Sun, 11 Nov 2007 22:30:21 +0000 (22:30 +0000)
commitfe8bce66763174f67f8546cb51008e2bc8863144
tree4b61488ff6f4596af91120b274905d7a08e226bf
parent02a20a23e4cd22c812fe2f15b8873bab803a9e6a
Transfer readOnly() and updateWindowTitle() from Delegates to WorkArea/WorkAreaManager. This permits to automatically update Windows and Tabs titles (thanks to Qt signal/slot connections).

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21551 a592a061-630c-0410-9148-cb99ea01b6c8
12 files changed:
src/Buffer.cpp
src/frontends/Delegates.h
src/frontends/LyXView.cpp
src/frontends/LyXView.h
src/frontends/WorkArea.cpp
src/frontends/WorkArea.h
src/frontends/WorkAreaManager.cpp
src/frontends/WorkAreaManager.h
src/frontends/qt4/GuiView.cpp
src/frontends/qt4/GuiView.h
src/frontends/qt4/GuiWorkArea.cpp
src/frontends/qt4/GuiWorkArea.h