]> git.lyx.org Git - features.git/commit
support for multirows in tables:
authorUwe Stöhr <uwestoehr@web.de>
Thu, 11 Feb 2010 01:07:54 +0000 (01:07 +0000)
committerUwe Stöhr <uwestoehr@web.de>
Thu, 11 Feb 2010 01:07:54 +0000 (01:07 +0000)
commit8bb69f24b6a7ce0871d12ab788a0ca0ee9dec067
treecec11c41676139f028229f8749f16f2dea1ad1c3
parent4c9f0eb5e6c835f5cf9cd0b0f5380b4b375d2f7c
support for multirows in tables:
- fileformat change (lyx2lyx code follows the next days)
- the patch is a joint work of Edwin and me

The patch is huge but the major parts work already. I put it in now as the minor known issues can be solved step by step the next days. I think this is the best solution because collaborating with such large patches already lead to copy/paste bugs.

The known issues are listed here:
http://wiki.lyx.org/Devel/Multirow

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33414 a592a061-630c-0410-9148-cb99ea01b6c8
15 files changed:
development/FORMAT
development/scons/scons_manifest.py
lib/Makefile.am
lib/images/tabular-feature_multirow.png [new file with mode: 0644]
lib/lyx2lyx/lyx_2_0.py
lib/ui/stdtoolbars.inc
src/Buffer.cpp
src/LaTeXFeatures.cpp
src/LyXAction.cpp
src/frontends/qt4/GuiPrefs.cpp
src/frontends/qt4/GuiTabular.cpp
src/frontends/qt4/GuiTabular.h
src/frontends/qt4/ui/TabularUi.ui
src/insets/InsetTabular.cpp
src/insets/InsetTabular.h