[LyX/master] Work around MSVC compiler limit

2025-03-02 Thread Juergen Spitzmueller
commit 05e95b03f3013d2cb185259e473e8551d69ec5d4 Author: Juergen Spitzmueller Date: Sun Mar 2 18:06:37 2025 +0100 Work around MSVC compiler limit --- src/BufferParams.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/BufferParams.cpp b/src/BufferParams.cpp index

[LyX/master] Better way to work around MSVC compiler limit (number of allowed else clauses)

2025-03-02 Thread Juergen Spitzmueller
commit b89c8451e1e83e955e7c4c0e5f389eb63667eba4 Author: Juergen Spitzmueller Date: Sun Mar 2 18:27:54 2025 +0100 Better way to work around MSVC compiler limit (number of allowed else clauses) Use while loop and break if a condition is met --- src/BufferParams.cpp | 1255 +

[LyX/master] Initialize Preamble member (spotted by Coverity Scan)

2025-03-02 Thread Jean-Marc Lasgouttes
commit 77af6cb3086fcbc437c7e3277d6a9e218228ec82 Author: Jean-Marc Lasgouttes Date: Sun Mar 2 22:46:36 2025 +0100 Initialize Preamble member (spotted by Coverity Scan) --- src/tex2lyx/Preamble.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/tex2lyx/Preamble.cpp b/src/tex2lyx/Pre

[LyX/master] Review layouttranslation strings for fi from Matti Lehtonen.

2025-03-02 Thread Pavel Sanda
commit c282e2d85537a9efe2b23ba16a6d74c1d34eedad Author: Pavel Sanda Date: Sun Mar 2 20:46:27 2025 +0100 Review layouttranslation strings for fi from Matti Lehtonen. --- lib/layouttranslations| 6 +++--- lib/layouttranslations.review | 6 +++--- po/fi.po | 7 +++

[LyX/master] Fix combo box shortcut key sequence for Qt 5.15.13

2025-03-02 Thread Scott Kostyshak
commit f6197bdff38089c4beff670b33293973eab5dcdb Author: Scott Kostyshak Date: Sun Mar 2 15:16:20 2025 +0100 Fix combo box shortcut key sequence for Qt 5.15.13 The previous code worked for Qt 6, but for me with Qt 5.15.13, I received the following (with -Werror): /ho

[LyX/master] Amend bb15f649

2025-03-02 Thread Kornel Benko
commit 4967a4b6709f7ac2a626735f33e3b53b322ed0e7 Author: Kornel Benko Date: Sun Mar 2 17:06:50 2025 +0100 Amend bb15f649 No need to double install themes. --- development/cmake/Install.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/development/cmake/Insta

[LyX/master] Ensure that InsetTableCell::width is initialized

2025-03-02 Thread Jean-Marc Lasgouttes
commit 1b7c8df68fb66782c249670dd30aa36279489143 Author: Jean-Marc Lasgouttes Date: Sun Mar 2 21:02:03 2025 +0100 Ensure that InsetTableCell::width is initialized Use this occasion to move initial values to the object declaration. Spotted by Coverity Scan. --- src/insets/I

[LyX/master] Pass argument by address (spotted by Coverity Scan)

2025-03-02 Thread Jean-Marc Lasgouttes
commit 1c04e5e9318e3482c7dc53c2bbf4695b0d8c6b5e Author: Jean-Marc Lasgouttes Date: Sun Mar 2 20:58:28 2025 +0100 Pass argument by address (spotted by Coverity Scan) --- src/insets/InsetTabular.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/insets/InsetTabular.h b

[LyX/2.4.x] Backport layouttrasnlation strings from master.

2025-03-02 Thread Pavel Sanda
commit d9c6fd77ee5ce00ff8aac3f063f86928c419b1f1 Author: Pavel Sanda Date: Sun Mar 2 20:52:27 2025 +0100 Backport layouttrasnlation strings from master. po/fi.po | 1361 ++ 1 file changed, 740 insertions(+), 621 deletions(-) --

[Wiki-uploads/master] wiki - add color pref panel preview

2025-03-02 Thread Pavel Sanda
commit c7747df261867ae42a570272de709c8d9e8e1427 Author: Pavel Sanda Date: Sun Mar 2 11:48:09 2025 +0100 wiki - add color pref panel preview --- LyX/NewInLyX25/color-pref_panel.png | Bin 0 -> 72487 bytes 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/LyX/NewInLyX25/color-pre

[LyX/master] * PrefColorsUi.ui - Modify search strings.

2025-03-02 Thread Pavel Sanda
commit 7863183a849528b9d99e850af1f2c561de2cbbab Author: Pavel Sanda Date: Sun Mar 2 10:27:39 2025 +0100 * PrefColorsUi.ui - Modify search strings. "->" render really ugly with some fonts as hyphen is not centered. --- src/frontends/qt/ui/PrefColorsUi.ui | 4 ++-- 1 file changed, 2

[LyX/master] * PrefColorsUi - uniform font size with the rest of ui.

2025-03-02 Thread Pavel Sanda
commit 58182fb62d60c23aa6029131acc3b937cd3e8e92 Author: Pavel Sanda Date: Sun Mar 2 10:14:05 2025 +0100 * PrefColorsUi - uniform font size with the rest of ui. --- src/frontends/qt/ui/PrefColorsUi.ui | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontends/qt/ui/Pr

[LyX/master] With deleted tabular rows/columns, do not attempt to change just the content

2025-03-02 Thread Juergen Spitzmueller
commit 280985f9d71ba7f571f5f21ac37110a83a112539 Author: Juergen Spitzmueller Date: Sun Mar 2 10:44:04 2025 +0100 With deleted tabular rows/columns, do not attempt to change just the content --- src/insets/InsetTabular.cpp | 28 1 file changed, 28 insertions(+)

[LyX/master] Lock deleted table cell for editing (#12799)

2025-03-02 Thread Juergen Spitzmueller
commit c988183d6f5b1e1d24dda3bf0a3694fb7a65590d Author: Juergen Spitzmueller Date: Sun Mar 2 09:52:37 2025 +0100 Lock deleted table cell for editing (#12799) --- src/insets/InsetTabular.cpp | 16 +++- src/insets/InsetTabular.h | 4 2 files changed, 19 insertions(+), 1 d

[LyX/master] Attempt at fixing qt6.

2025-03-02 Thread Pavel Sanda
commit 1e014046301c766b19e331d16a6e970bd48e7173 Author: Pavel Sanda Date: Sun Mar 2 09:43:59 2025 +0100 Attempt at fixing qt6. Amend e75411d395e8. --- src/frontends/qt/ui/PrefColorsUi.ui | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/frontends/qt/u

[LyX/master] Strike through deleted tabular cells

2025-03-02 Thread Juergen Spitzmueller
commit c021e4803a75875af417b3dfc68021a666cd744b Author: Juergen Spitzmueller Date: Sun Mar 2 08:48:09 2025 +0100 Strike through deleted tabular cells --- src/insets/InsetTabular.cpp | 19 ++- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/insets/InsetTab

[LyX/master] Update man pages.

2025-03-02 Thread Pavel Sanda
commit 3d47734e08aabdd7845455cd51723d6d3c8cbb97 Author: Pavel Sanda Date: Sun Mar 2 23:25:33 2025 +0100 Update man pages. --- lyx.1in | 62 -- 1 file changed, 44 insertions(+), 18 deletions(-) diff --git a/lyx.1in b/lyx.1in index

[LyX/master] * README.localization

2025-03-02 Thread Pavel Sanda
commit 34cde56fe0ca9ed0650e368d67c2160ac7ee4f8c Author: Pavel Sanda Date: Sun Mar 2 21:25:31 2025 +0100 * README.localization --- README.localization | 11 ++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.localization b/README.localization index 73cfd5339f..