[LyX/master] * cs/Tutorial.lyx

2023-03-03 Thread Pavel Sanda
commit bad9e2285c435c30bf321a9a8a1a0a3644755975 Author: Pavel Sanda Date: Fri Mar 3 21:17:45 2023 +0100 * cs/Tutorial.lyx --- lib/doc/cs/Tutorial.lyx | 110 --- 1 files changed, 56 insertions(+), 54 deletions(-) diff --git a/lib/doc/cs/Tutorial

[LyX/master] * cs.po

2023-03-03 Thread Pavel Sanda
commit 30bf26fe044430ff0eb99b3ffd0ef44ae5537771 Author: Pavel Sanda Date: Fri Mar 3 21:17:21 2023 +0100 * cs.po --- po/cs.po | 259 ++ 1 files changed, 92 insertions(+), 167 deletions(-) diff --git a/po/cs.po b/po/cs.po index c6

[LyX/master] Translation of the safety nets section, step 1

2023-03-03 Thread jpc
commit 2cdb7c3efac941819c912be1d3a245b13be0319f Author: jpc Date: Fri Mar 3 18:28:10 2023 +0100 Translation of the safety nets section, step 1 --- lib/doc/fr/UserGuide.lyx | 372 +- 1 files changed, 371 insertions(+), 1 deletions(-) d

[LyX/master] Update fr.po

2023-03-03 Thread jpc
commit d6fa4ae32427508c6e342e8eeece222a7d36011d Author: jpc Date: Fri Mar 3 17:51:08 2023 +0100 Update fr.po po/fr.gmo | Bin 646283 -> 647608 bytes po/fr.po | 1300 - 2 files changed, 677 insertions(+), 623 deletions(

[LyX/master] Avoid row breaking at inconvenient places.

2023-03-03 Thread Jean-Marc Lasgouttes
commit f7de345f85b4a34346fc52b60a9e754b466d24f0 Author: Jean-Marc Lasgouttes Date: Mon Feb 20 15:04:31 2023 +0100 Avoid row breaking at inconvenient places. The test that was used to avoid breaking a string that was followed by a too long element was not correct (especially the

[LyX/master] Remove traces of QtCore5Compat in autoconf script

2023-03-03 Thread Jean-Marc Lasgouttes
commit c90ea0388411ed2dc92b7851d0fe0a84056ac8aa Author: Jean-Marc Lasgouttes Date: Fri Mar 3 11:57:12 2023 +0100 Remove traces of QtCore5Compat in autoconf script Other instances remain in : CMakeList.txt INSTALL.Win32 development/LyX-Mac-binary-release.sh developme

[LyX/master] de.po

2023-03-03 Thread Juergen Spitzmueller
commit 2d1350bf57e40b8f7d811314d02e16a346e38f02 Author: Juergen Spitzmueller Date: Fri Mar 3 15:03:17 2023 +0100 de.po po/de.gmo | Bin 643735 -> 644610 bytes po/de.po | 540 +++-- 2 files changed, 271 insertions(+), 269 deletions

[LyX/master] Fix intitle context checking for info insets

2023-03-03 Thread Juergen Spitzmueller
commit e6966647fdc6be358fe9f3415e0d12650683cc4f Author: Juergen Spitzmueller Date: Fri Mar 3 14:54:04 2023 +0100 Fix intitle context checking for info insets --- src/insets/InsetInfo.cpp |6 +- src/insets/InsetText.cpp | 26 +++--- src/insets/InsetText.h |

[LyX/master] Address deprecation

2023-03-03 Thread Juergen Spitzmueller
commit 739905862f208fea67cc6e755abed9af271f18b7 Author: Juergen Spitzmueller Date: Fri Mar 3 11:37:39 2023 +0100 Address deprecation See https://doc.qt.io/qt-6/qbytearray-obsolete.html --- src/frontends/qt/GuiClipboard.cpp |6 +++--- 1 files changed, 3 insertions(+), 3 deletio

[LyX/master] Remove two remaining snippets from the QRegExp era.

2023-03-03 Thread Jean-Marc Lasgouttes
commit 309f8f4b40018a5bbd1d873aa9cac89261b96840 Author: Jean-Marc Lasgouttes Date: Fri Mar 3 11:17:58 2023 +0100 Remove two remaining snippets from the QRegExp era. --- src/frontends/qt/CategorizedCombo.cpp |4 src/frontends/qt/LayoutBox.cpp|4 2 files changed, 0

[LyX/master] Amend 263da2fa and 88c1ed9e for CMake-build

2023-03-03 Thread Kornel Benko
commit 6251afec70cd65a23f6f81d06b483d04dc0412d0 Author: Kornel Benko Date: Fri Mar 3 10:57:12 2023 +0100 Amend 263da2fa and 88c1ed9e for CMake-build --- CMakeLists.txt |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 146556

[LyX/master] Remove use of QRegExp

2023-03-03 Thread Jean-Marc Lasgouttes
commit 263da2fa20ba30b60a4c752b692c6cb822664585 Author: Jean-Marc Lasgouttes Date: Mon Feb 20 17:38:59 2023 +0100 Remove use of QRegExp QRegexp has been replaced with QRegularExpression in Qt5. Now that we have dropped support for Qt4, there is no need for keeping it around. --

[LyX/master] Remove dead code which is deprecated in Qt6

2023-03-03 Thread Jean-Marc Lasgouttes
commit 88c1ed9e32f0f6b48c6fadf67c7db43b292c6684 Author: Jean-Marc Lasgouttes Date: Fri Mar 3 10:45:46 2023 +0100 Remove dead code which is deprecated in Qt6 --- src/frontends/qt/GuiKeySymbol.cpp | 34 -- 1 files changed, 0 insertions(+), 34 deletions(-) d

[LyX/master] * SpellcheckerUi fix casing in tooltip

2023-03-03 Thread Pavel Sanda
commit 06928c914f871e1831960ff85187738b7cf4948d Author: Pavel Sanda Date: Fri Mar 3 10:45:46 2023 +0100 * SpellcheckerUi fix casing in tooltip --- src/frontends/qt/ui/SpellcheckerUi.ui |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/frontends/qt/ui/Spellchecke

[LyX/master] At metrics time, store paragraph id too

2023-03-03 Thread Jean-Marc Lasgouttes
commit 00c39208ac653ba0a2decebcc3d37e0a0956b88b Author: Jean-Marc Lasgouttes Date: Wed Feb 22 18:09:03 2023 +0100 At metrics time, store paragraph id too Instead of actually fixing the messiness of InsetInfo, let's just fix the symptom and avoid the access to Paragraph::id() th