]> git.lyx.org Git - features.git/commit
* InsetTabular cleanup:
authorAbdelrazak Younes <younes@lyx.org>
Thu, 18 Feb 2010 08:28:46 +0000 (08:28 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Thu, 18 Feb 2010 08:28:46 +0000 (08:28 +0000)
commitb5049e769bba3923cf8e21c980c75b7c00187420
tree6141f83436f58265e9d8d9025d82f300fd8517d2
parent8613f66a1d1e61327fdc493f0b47043479c9a36d
* InsetTabular cleanup:
- proper message passing for all tabular features
- properly define which feature needs an argument

* replace LFUN_TABULAR_FEATURE with LFUN_INSET_MODIFY
- The math tables are also affected. In the future a common base class
between math and text table will solve this inconsistency.
- There is a hack in GuiApplication in order to not rename the toolbar
icons. This will have to be cleaned up with a general icon naming for
LFUN_INSET_MODIFY... to be discussed.

* Tabular Dialog:
- big cleanup, lots and lots of bug fixing here
- migrated to InsetParamsWidget

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33495 a592a061-630c-0410-9148-cb99ea01b6c8
21 files changed:
lib/bind/aqua.bind
lib/bind/math.bind
lib/ui/stdtoolbars.inc
src/FuncCode.h
src/LyXAction.cpp
src/frontends/qt4/GuiApplication.cpp
src/frontends/qt4/GuiTabular.cpp
src/frontends/qt4/GuiTabular.h
src/frontends/qt4/GuiView.cpp
src/frontends/qt4/InsetParamsDialog.cpp
src/frontends/qt4/ui/TabularUi.ui
src/insets/Inset.cpp
src/insets/InsetTabular.cpp
src/insets/InsetTabular.h
src/mathed/InsetMathAMSArray.cpp
src/mathed/InsetMathCases.cpp
src/mathed/InsetMathGrid.cpp
src/mathed/InsetMathHull.cpp
src/mathed/InsetMathNest.cpp
src/mathed/InsetMathSplit.cpp
src/mathed/InsetMathSubstack.cpp