commit 0e2b676fe9695377a24e5cfada8bf848741665b9
Author: Juergen Spitzmueller <sp...@lyx.org>
Date:   Sat Feb 22 14:58:51 2025 +0100

    A bit more color to the world, part III
    
    Use the new colors and UI for all document-related color settings
    (main text color, background, greyed out notes and shaded box).
    
    Also support custom colors in tex2lyx

 development/FORMAT               |   5 +
 lib/doc/EmbeddedObjects.lyx      | 109 +++++++++++++-
 lib/doc/UserGuide.lyx            | 123 ++++++++++++++--
 lib/doc/de/EmbeddedObjects.lyx   | 221 +++++-----------------------
 lib/doc/de/UserGuide.lyx         | 127 +++++++---------
 lib/lyx2lyx/lyx_2_5.py           | 103 ++++++++++++-
 src/Buffer.cpp                   |  20 +--
 src/BufferParams.cpp             |  91 +++++++-----
 src/BufferParams.h               |  20 +--
 src/Color.cpp                    |   6 +
 src/ColorSet.h                   |   4 +
 src/LaTeXFeatures.cpp            |  58 +++++---
 src/LaTeXFeatures.h              |   2 +
 src/frontends/qt/GuiDocument.cpp | 216 ++++-----------------------
 src/frontends/qt/GuiDocument.h   |   8 -
 src/frontends/qt/ui/ColorUi.ui   | 306 +++++++--------------------------------
 src/insets/InsetBox.cpp          |  21 ++-
 src/insets/InsetNote.cpp         |  14 +-
 src/tex2lyx/Preamble.cpp         | 263 +++++++++++++++++++++++++++++----
 src/tex2lyx/Preamble.h           |   3 +
 src/tex2lyx/text.cpp             |  10 +-
 src/version.h                    |   4 +-
 22 files changed, 883 insertions(+), 851 deletions(-)
-- 
lyx-cvs mailing list
lyx-cvs@lists.lyx.org
https://lists.lyx.org/mailman/listinfo/lyx-cvs

Reply via email to