commit b3b22b0c70717d0f44dcb91f559ddc0c3239d30c Author: Juergen Spitzmueller <sp...@lyx.org> Date: Wed Oct 26 10:52:21 2022 +0200
Sync with master config/qt.m4 | 2 + development/LyX-Mac-binary-release.sh | 3 +- development/autotests/ctests-costs-benefits.txt | 26 +- development/autotests/findadv-01-in.txt | 4 + development/autotests/findadv-02-in.txt | 4 + development/autotests/findadv-04-in.txt | 4 + development/autotests/findadv-12-in.txt | 4 + development/autotests/findadv-20-in.txt | 3 + development/autotests/findadv-logo-in.txt | 4 + development/autotests/findadv-re-04-in.txt | 2 + development/autotests/ignoredTests | 7 + development/autotests/invertedTests | 13 + development/autotests/keytest.py | 27 +- development/cmake/ConfigureChecks.cmake | 16 +- development/cmake/Install.cmake | 4 +- lib/Makefile.am | 5 +- lib/RELEASE-NOTES | 5 + lib/chkconfig.ltx | 5 + lib/configure.py | 95 +- lib/doc/Additional.lyx | 15 +- lib/doc/Customization.lyx | 25 +- lib/doc/EmbeddedObjects.lyx | 19 +- lib/doc/Math.lyx | 44 +- lib/doc/Tutorial.lyx | 39 +- lib/doc/UserGuide.lyx | 600 ++- lib/doc/de/UserGuide.lyx | 16 +- lib/doc/fr/UserGuide.lyx | 4 +- lib/examples/Curricula_Vitae/Europe_CV.lyx | 14 +- lib/examples/es/Curricula_Vitae/Europe_CV.lyx | 14 +- lib/generate_contributions.py | 2 +- lib/images/icon.aliases | 6 + lib/images/lyxfiles-system-folder.svgz | Bin 0 -> 1635 bytes lib/images/lyxfiles-user-folder.svgz | Bin 0 -> 943 bytes lib/images/lyxfiles-user.svgz | Bin 477 -> 775 bytes lib/images/math/style.svgz | Bin 1933 -> 2245 bytes lib/lyx2lyx/lyx2lyx_tools.py | 2 +- lib/lyx2lyx/lyx_0_12.py | 2 +- lib/lyx2lyx/lyx_1_2.py | 10 +- lib/lyx2lyx/lyx_1_3.py | 2 +- lib/lyx2lyx/lyx_1_4.py | 40 +- lib/lyx2lyx/lyx_1_5.py | 24 +- lib/lyx2lyx/lyx_1_6.py | 12 +- lib/lyx2lyx/lyx_2_0.py | 20 +- lib/lyx2lyx/lyx_2_1.py | 4 +- lib/lyx2lyx/lyx_2_2.py | 10 +- lib/lyx2lyx/lyx_2_3.py | 10 +- lib/lyx2lyx/lyx_2_4.py | 14 +- lib/lyx2lyx/parser_tools.py | 14 +- lib/scripts/TeXFiles.py | 2 +- lib/scripts/fig2pdftex.py | 2 +- lib/scripts/layout2layout.py | 8 +- lib/scripts/legacy_lyxpreview2ppm.py | 18 +- lib/scripts/lyxpak.py | 2 +- lib/scripts/lyxpaperview.py | 2 +- lib/scripts/lyxpreview2bitmap.py | 4 +- lib/scripts/lyxpreview_tools.py | 1 - lib/scripts/prefs2prefs_prefs.py | 4 +- lib/ui/stdcontext.inc | 53 +- lib/ui/stdmenus.inc | 8 +- lib/ui/stdtoolbars.inc | 21 +- po/de.gmo | Bin 625745 -> 629364 bytes po/de.po | 4607 +++++++------- po/fr.gmo | Bin 629103 -> 632211 bytes po/fr.po | 4656 +++++++------- po/it.gmo | Bin 604422 -> 615431 bytes po/it.po | 8027 ++++++++++++----------- po/messages.mo | Bin 627646 -> 0 bytes po/sk.po | 501 +- src/Buffer.cpp | 20 +- src/Buffer.h | 5 + src/BufferParams.cpp | 23 +- src/BufferView.cpp | 25 +- src/BufferView.h | 2 + src/Converter.cpp | 15 +- src/Counters.cpp | 10 + src/Counters.h | 2 + src/CutAndPaste.cpp | 36 +- src/KeyMap.cpp | 52 +- src/LaTeXFeatures.cpp | 7 +- src/LayoutModuleList.cpp | 12 + src/LayoutModuleList.h | 2 + src/LyXAction.cpp | 25 +- src/MetricsInfo.cpp | 6 +- src/Paragraph.cpp | 22 +- src/Row.cpp | 16 +- src/Row.h | 20 +- src/RowFlags.h | 29 +- src/Session.cpp | 5 + src/Session.h | 2 +- src/TexRow.cpp | 6 +- src/Text.cpp | 22 +- src/Text.h | 7 +- src/Text2.cpp | 6 +- src/Text3.cpp | 36 +- src/TextClass.cpp | 2 +- src/TextMetrics.cpp | 4 +- src/TocBackend.cpp | 2 +- src/VSpace.cpp | 3 +- src/frontends/KeySymbol.h | 3 + src/frontends/qt/Action.cpp | 2 +- src/frontends/qt/FindAndReplace.cpp | 69 +- src/frontends/qt/FindAndReplace.h | 10 +- src/frontends/qt/GuiApplication.cpp | 49 +- src/frontends/qt/GuiBranch.cpp | 37 +- src/frontends/qt/GuiClickableLabel.cpp | 7 +- src/frontends/qt/GuiClickableLabel.h | 2 + src/frontends/qt/GuiCommandBuffer.cpp | 72 +- src/frontends/qt/GuiCommandBuffer.h | 6 - src/frontends/qt/GuiCompleter.cpp | 3 +- src/frontends/qt/GuiCounter.cpp | 6 +- src/frontends/qt/GuiDocument.cpp | 6 +- src/frontends/qt/GuiFontMetrics.cpp | 5 +- src/frontends/qt/GuiGraphics.cpp | 2 +- src/frontends/qt/GuiHSpace.cpp | 20 +- src/frontends/qt/GuiKeySymbol.cpp | 8 + src/frontends/qt/GuiLog.cpp | 2 +- src/frontends/qt/GuiLyXFiles.cpp | 47 +- src/frontends/qt/GuiPrefs.cpp | 14 +- src/frontends/qt/GuiToolbar.cpp | 16 +- src/frontends/qt/GuiToolbar.h | 5 +- src/frontends/qt/GuiView.cpp | 194 +- src/frontends/qt/GuiView.h | 31 +- src/frontends/qt/GuiWorkArea.cpp | 26 +- src/frontends/qt/Menus.cpp | 1 - src/frontends/qt/TocWidget.cpp | 17 +- src/frontends/qt/Validator.cpp | 8 +- src/frontends/qt/qt_helpers.cpp | 8 +- src/frontends/qt/ui/GraphicsUi.ui | 4 +- src/frontends/qt/ui/HSpaceUi.ui | 113 +- src/frontends/qt/ui/VSpaceUi.ui | 10 +- src/graphics/PreviewLoader.cpp | 5 - src/insets/Inset.cpp | 7 +- src/insets/Inset.h | 16 +- src/insets/InsetArgument.cpp | 2 +- src/insets/InsetBranch.cpp | 2 +- src/insets/InsetCaption.cpp | 32 +- src/insets/InsetCaption.h | 4 + src/insets/InsetFlex.cpp | 28 +- src/insets/InsetFloat.cpp | 13 +- src/insets/InsetFloat.h | 2 + src/insets/InsetIndex.h | 2 + src/insets/InsetInfo.cpp | 2 + src/insets/InsetLabel.h | 2 + src/insets/InsetListings.cpp | 8 +- src/insets/InsetSpace.cpp | 47 +- src/insets/InsetTabular.cpp | 82 +- src/insets/InsetTabular.h | 104 +- src/insets/InsetText.cpp | 7 +- src/insets/InsetText.h | 2 +- src/lyxfind.cpp | 234 +- src/mathed/InsetMathEnsureMath.h | 3 +- src/mathed/InsetMathFont.cpp | 29 +- src/mathed/InsetMathFrac.cpp | 2 - src/mathed/InsetMathGrid.cpp | 15 +- src/mathed/InsetMathGrid.h | 4 +- src/mathed/InsetMathHull.cpp | 113 +- src/mathed/InsetMathHull.h | 8 +- src/mathed/InsetMathMacro.cpp | 58 +- src/mathed/InsetMathNest.cpp | 26 +- src/mathed/InsetMathXArrow.cpp | 1 + src/mathed/MathExtern.cpp | 15 +- src/mathed/MathParser.cpp | 1 - src/support/FileName.cpp | 13 + src/support/FileName.h | 3 + src/support/Systemcall.cpp | 15 + src/support/lstrings.cpp | 7 + src/support/os.cpp | 8 +- src/support/pmprof.h | 91 +- src/support/qstring_helpers.cpp | 21 + src/support/qstring_helpers.h | 9 + src/support/textutils.h | 3 + src/support/unicode.cpp | 4 +- src/tex2lyx/Parser.cpp | 1 + src/tex2lyx/Preamble.cpp | 12 +- src/texstream.cpp | 8 +- 175 files changed, 11970 insertions(+), 9439 deletions(-) -- lyx-cvs mailing list lyx-cvs@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-cvs