commit ae4c15e500117ebc18fd2426fb875c372966d3d0 Author: Juergen Spitzmueller <sp...@lyx.org> Date: Sat Mar 1 07:34:19 2025 +0100
colortbl support We now support cell color, row color, column color, border (rule) color, and (automatically) alternating row colors. The latter two can also be set globally per document. Documentation and tex2lyx will follow. This concludes the "more colors" initiative. development/FORMAT | 27 ++ lib/chkconfig.ltx | 1 + lib/lyx2lyx/lyx_2_5.py | 569 +++++++++++++++++++++++++++++++++++- src/Buffer.cpp | 4 + src/BufferParams.cpp | 47 +++ src/BufferParams.h | 8 + src/LaTeXFeatures.cpp | 2 + src/frontends/qt/ColorsCombo.cpp | 5 +- src/frontends/qt/ColorsCombo.h | 4 + src/frontends/qt/GuiDocument.cpp | 37 ++- src/frontends/qt/GuiTabular.cpp | 91 ++++++ src/frontends/qt/GuiTabular.h | 2 + src/frontends/qt/ui/ColorUi.ui | 249 ++++++++++++---- src/frontends/qt/ui/TabularUi.ui | 344 +++++++++++++++++++--- src/insets/InsetTabular.cpp | 610 +++++++++++++++++++++++++++++++++++++-- src/insets/InsetTabular.h | 102 ++++++- src/version.h | 4 +- 17 files changed, 1976 insertions(+), 130 deletions(-) -- lyx-cvs mailing list lyx-cvs@lists.lyx.org https://lists.lyx.org/mailman/listinfo/lyx-cvs