]> git.lyx.org Git - features.git/commit
This move out the GuiLayoutBox class out of GuiToolbar where it was a mess. The new...
authorAbdelrazak Younes <younes@lyx.org>
Wed, 12 Aug 2009 21:51:10 +0000 (21:51 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Wed, 12 Aug 2009 21:51:10 +0000 (21:51 +0000)
commit5f2429b4e21f80c2e786a270b2df2d912f12b327
treeba449062609906122ade88adcbf993e040cb9acf
parent797f13806d928b2d45fe8f22b070c0e3a7bd75b5
This move out the GuiLayoutBox class out of GuiToolbar where it was a mess. The new LayoutBox is less of a mess now but still a mess.

We need a proper LayoutModel class.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30995 a592a061-630c-0410-9148-cb99ea01b6c8
src/frontends/qt4/GuiToolbar.cpp
src/frontends/qt4/GuiToolbar.h
src/frontends/qt4/GuiView.cpp
src/frontends/qt4/GuiView.h
src/frontends/qt4/LayoutBox.cpp [new file with mode: 0644]
src/frontends/qt4/LayoutBox.h [new file with mode: 0644]
src/frontends/qt4/Makefile.am