]> git.lyx.org Git - features.git/commit
* Application: new createView() method
authorAbdelrazak Younes <younes@lyx.org>
Fri, 29 Sep 2006 23:10:17 +0000 (23:10 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Fri, 29 Sep 2006 23:10:17 +0000 (23:10 +0000)
commit3a1f656e4e60091daaf5cad91c970ade945ef63d
tree1bf29330bd9ae26553aeb77dbb87150bb02495d2
parentca5411f913b77fbcec30f2b35b8a0d0a65fa5649
* Application: new createView() method

* gtk/qt3/qt4/GuiApplication: createView() method deleted

* LyXView:
 - init(): is now a pure virtual method. autoSave code transferred to constructor and updates to the frontends.
 - setGeometry(): new pure virtual method

* gtk/GView, qt3/QtView, qt4/GuiView: adapted to above change
 - setGeometry(): code transfered from GuiApplication

* lyx_main.C: call LyX::ref().addLyXView() in there instead of in Application::createView()

*

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15183 a592a061-630c-0410-9148-cb99ea01b6c8
15 files changed:
src/frontends/Application.C
src/frontends/Application.h
src/frontends/LyXView.C
src/frontends/LyXView.h
src/frontends/gtk/GView.C
src/frontends/gtk/GView.h
src/frontends/gtk/GuiApplication.C
src/frontends/qt3/GuiApplication.C
src/frontends/qt3/QtView.C
src/frontends/qt3/QtView.h
src/frontends/qt4/GuiApplication.C
src/frontends/qt4/GuiApplication.h
src/frontends/qt4/GuiView.C
src/frontends/qt4/GuiView.h
src/lyx_main.C