[LyX/master] Fix typo (spotted by Kornel)

2025-02-21 Thread Juergen Spitzmueller
commit f2275a0990669d4432fcb3db85ca16a31e11cdd2 Author: Juergen Spitzmueller Date: Fri Feb 21 15:24:29 2025 +0100 Fix typo (spotted by Kornel) --- src/frontends/qt/ui/ColorUi.ui | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontends/qt/ui/ColorUi.ui b/src/fronten

[LyX/master] We don't need the whole params, just the custom colors

2025-02-21 Thread Juergen Spitzmueller
commit 87bdf11a28ffa38ef186a995754853b60a4c9386 Author: Juergen Spitzmueller Date: Fri Feb 21 16:01:13 2025 +0100 We don't need the whole params, just the custom colors --- src/frontends/qt/ColorsCombo.cpp | 7 +++ src/frontends/qt/ColorsCombo.h| 4 ++-- src/frontends/qt/GuiCharac

[LyX/master] We don't need the whole params, just the custom colors

2025-02-21 Thread Juergen Spitzmueller
commit dbfa9e7c43ee9bafc269299bb4ae540b16680998 Author: Juergen Spitzmueller Date: Fri Feb 21 16:01:13 2025 +0100 We don't need the whole params, just the custom colors -- lyx-cvs mailing list lyx-cvs@lists.lyx.org https://lists.lyx.org/mailman/listinfo/lyx-cvs

[LyX/master] Auto-open color dialog when new custom color is added

2025-02-21 Thread Juergen Spitzmueller
commit 565756e2d6e9ddae625d7728967cb0c51c542001 Author: Juergen Spitzmueller Date: Fri Feb 21 16:22:38 2025 +0100 Auto-open color dialog when new custom color is added --- src/frontends/qt/GuiDocument.cpp | 10 ++ 1 file changed, 10 insertions(+) diff --git a/src/frontends/qt/GuiD

[LyX/master] tex2lyx: fix assertion if no argument

2025-02-21 Thread Scott Kostyshak
commit a02ab22c4a8ca407251f1a57e0c66450ffdf9e94 Author: Scott Kostyshak Date: Fri Feb 21 23:05:09 2025 +0100 tex2lyx: fix assertion if no argument If no argument, show usage output and exit with error. Since 2e45185c, exiting is handled inside the function that gives t

[LyX/master] Whitespace

2025-02-21 Thread Scott Kostyshak
commit ca5a93d9963c630ff990198ce19051b4f8162723 Author: Scott Kostyshak Date: Fri Feb 21 23:16:18 2025 +0100 Whitespace --- src/tex2lyx/tex2lyx.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/tex2lyx/tex2lyx.cpp b/src/tex2lyx/tex2lyx.cpp index 9abb491785..66

[LyX/master] Add dedicated ColorsCombo, subclassed from CategorizedCombo

2025-02-21 Thread Juergen Spitzmueller
commit 2c1b49b450a6d91d891d48206766eedb2a85d0fe Author: Juergen Spitzmueller Date: Fri Feb 21 11:00:57 2025 +0100 Add dedicated ColorsCombo, subclassed from CategorizedCombo We will need this sort of combo in several places, provide it with colors filled and all --- src/fronte

[LyX/master] Fix sorting in ColorsCombo

2025-02-21 Thread Juergen Spitzmueller
commit 9cabc3f36aba1dd22e2c825ec68240d24be79ed4 Author: Juergen Spitzmueller Date: Fri Feb 21 13:19:33 2025 +0100 Fix sorting in ColorsCombo --- src/frontends/qt/ColorsCombo.cpp | 6 +- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/frontends/qt/ColorsCombo.cpp b/src/

[LyX/master] Fix make check for autotools

2025-02-21 Thread Pavel Sanda
commit 13a1b7064edc508f864cafa3ddb9e8664a6e4633 Author: Pavel Sanda Date: Fri Feb 21 23:57:14 2025 +0100 Fix make check for autotools --- src/Makefile.am | 3 ++- src/tests/dummy4checklayout.cpp | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/Make

[LyX/master] cmake adaptation per Kornel's request

2025-02-21 Thread Pavel Sanda
commit 753f1524ae79f6e8841ef1d1e2def7ed0c3003e3 Author: Pavel Sanda Date: Fri Feb 21 23:58:00 2025 +0100 cmake adaptation per Kornel's request --- src/tests/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/src/tests/CMakeLists.txt b/src/tests/CMakeLists.txt index 93acfd4aa

[LyX/master] Uneeded header

2025-02-21 Thread Pavel Sanda
commit 3fe60011ce685db2cf8aa121a9b7f7a5acfc8e48 Author: Pavel Sanda Date: Fri Feb 21 23:55:41 2025 +0100 Uneeded header --- src/mathed/MathStream.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/mathed/MathStream.h b/src/mathed/MathStream.h index 080f9eaf05..28471ce715 100644 --- a

[LyX/master] Option to flag default color in ColorsCombo

2025-02-21 Thread Juergen Spitzmueller
commit 2654e2bbb4b082ea38893196e49e00946b1a83cf Author: Juergen Spitzmueller Date: Sat Feb 22 08:20:12 2025 +0100 Option to flag default color in ColorsCombo --- src/frontends/qt/ColorsCombo.cpp | 11 --- src/frontends/qt/ColorsCombo.h | 6 +- 2 files changed, 13 insertions(

[LyX/master] Add tooltip

2025-02-21 Thread Juergen Spitzmueller
commit fba26627f1d602bebfbf15b23b3a8eaef0cda7f2 Author: Juergen Spitzmueller Date: Sat Feb 22 07:47:16 2025 +0100 Add tooltip --- src/frontends/qt/GuiDocument.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/frontends/qt/GuiDocument.cpp b/src/frontends/qt/GuiDocument.cpp index f

[LyX/master] GuiBibitem: hide year in numeric natbib mode

2025-02-21 Thread Juergen Spitzmueller
commit 04a9748e7ecd9518298594c98dd8200aae9cc0f3 Author: Juergen Spitzmueller Date: Sat Feb 22 08:37:25 2025 +0100 GuiBibitem: hide year in numeric natbib mode --- src/frontends/qt/GuiBibitem.cpp | 13 + 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/src/frontends

[LyX/master] Amend 04a9748e7ecd once more

2025-02-21 Thread Juergen Spitzmueller
commit 3160c04449e1d403641c0ba8cf6544f59e12c1da Author: Juergen Spitzmueller Date: Sat Feb 22 08:58:47 2025 +0100 Amend 04a9748e7ecd once more the (empty) year must be passed even if we have no long author list --- src/frontends/qt/GuiBibitem.cpp | 2 +- 1 file changed, 1 insertio

[LyX/master] Amend 04a9748e7ecd

2025-02-21 Thread Juergen Spitzmueller
commit d96cfb0662e3745cb043cfc5572288444b76e67c Author: Juergen Spitzmueller Date: Sat Feb 22 08:50:32 2025 +0100 Amend 04a9748e7ecd Also in natbib-numeric, a (empty) year must be passed to the \bibitem option, as the natbib parser relies on it --- src/frontends/qt/GuiBibitem.