]> git.lyx.org Git - features.git/commit
First step towards fixing bug 4588: move the ui file reading and the ToolbarBackend...
authorAbdelrazak Younes <younes@lyx.org>
Sat, 24 May 2008 09:28:05 +0000 (09:28 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Sat, 24 May 2008 09:28:05 +0000 (09:28 +0000)
commit145585dc189203d37dd9eb78e071f8cc2959f82c
tree19f2b922ba7bd759666096d254715e9f6b1776cb
parentbbb9cb65e779ac3d1c563df1d44dab2236a7c1fd
First step towards fixing bug 4588: move the ui file reading and the ToolbarBackend to the frontend.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24921 a592a061-630c-0410-9148-cb99ea01b6c8
12 files changed:
development/scons/scons_manifest.py
src/LyX.cpp
src/LyX.h
src/Makefile.am
src/ToolbarBackend.cpp [deleted file]
src/ToolbarBackend.h [deleted file]
src/frontends/Application.h
src/frontends/qt4/GuiApplication.cpp
src/frontends/qt4/GuiApplication.h
src/frontends/qt4/Makefile.am
src/frontends/qt4/ToolbarBackend.cpp [new file with mode: 0644]
src/frontends/qt4/ToolbarBackend.h [new file with mode: 0644]