Le 12/08/2024 à 12:35, Juergen Spitzmueller a écrit :
commit a5841b3312d549bb7984ea8382afe490129c0750
Author: Juergen Spitzmueller <sp...@lyx.org>
Date:   Mon Aug 12 12:33:16 2024 +0200

     Transform InsetNomenclature to a collapsible

Looks like a good move!

JMarc

Fixes: #10460, #12595, #6353

  development/FORMAT                     |   4 +
  lib/doc/UserGuide.lyx                  | 101 ++++++++++++--
  lib/doc/de/UserGuide.lyx               | 233 +++------------------------------
  lib/layouts/stdinsets.inc              |  31 +++++
  lib/lyx2lyx/lyx2lyx_tools.py           |   2 +-
  lib/lyx2lyx/lyx_2_5.py                 | 149 ++++++++++++++++++++-
  lib/ui/stdmenus.inc                    |   2 +-
  src/Color.cpp                          |   1 +
  src/ColorCode.h                        |   2 +
  src/Text.cpp                           | 110 +++++++---------
  src/factory.cpp                        |  19 +--
  src/frontends/qt/DialogFactory.cpp     |   4 -
  src/frontends/qt/GuiNomenclature.cpp   |  91 -------------
  src/frontends/qt/GuiNomenclature.h     |  47 -------
  src/frontends/qt/GuiPrintNomencl.cpp   |   4 +-
  src/frontends/qt/InsetParamsDialog.cpp |   1 -
  src/frontends/qt/Makefile.am           |   3 -
  src/frontends/qt/ui/NomenclUi.ui       |  91 -------------
  src/insets/Inset.h                     |   3 +
  src/insets/InsetCommandParams.cpp      |   6 -
  src/insets/InsetNomencl.cpp            | 118 ++++++++++-------
  src/insets/InsetNomencl.h              |  27 ++--
  src/tex2lyx/text.cpp                   |  37 +-----
  src/version.h                          |   4 +-
  24 files changed, 442 insertions(+), 648 deletions(-)

--
lyx-cvs mailing list
lyx-cvs@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-cvs

Reply via email to