[LyX features/color-theme] Update sk.po

2025-03-27 Thread Kornel Benko
commit 79d96d0622557b441dcf99240096c6bc77335d14 Author: Kornel Benko Date: Sat Mar 8 17:36:56 2025 +0100 Update sk.po --- po/sk.po | 228 +++ 1 file changed, 156 insertions(+), 72 deletions(-) diff --git a/po/sk.po b/po/sk.po ind

[LyX features/color-theme] * README.localization

2025-03-27 Thread Pavel Sanda
commit 76f2cd2ffe8b5d4e16d1a554d63c1bd72e81a470 Author: Pavel Sanda Date: Thu Mar 6 20:29:54 2025 +0100 * README.localization --- README.localization | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.localization b/README.localization index 34009

[LyX features/color-theme] Fix ColorCache::getAll()

2025-03-27 Thread Koji Yokota
commit afc953c149fd77f8f487d5e33d23a606836dc4b0 Author: Koji Yokota Date: Sat Mar 8 20:12:58 2025 +0900 Fix ColorCache::getAll() --- src/frontends/qt/ColorCache.cpp | 21 ++--- src/frontends/qt/ColorCache.h | 6 -- 2 files changed, 14 insertions(+), 13 deletions(-)

[LyX features/color-theme] Remove font size specification

2025-03-27 Thread Koji Yokota
commit 88f80dd9c83cd33d8df0015e936c302b92855617 Author: Koji Yokota Date: Mon Mar 10 22:28:34 2025 +0900 Remove font size specification --- src/frontends/qt/ui/PrefColorsUi.ui | 326 ++-- 1 file changed, 162 insertions(+), 164 deletions(-) diff --git a/src/

[LyX features/color-theme] Redesign PrefColors dialog

2025-03-27 Thread Koji Yokota
commit f7eb84d8b112f1c701123602cfd47f89e1fb02b3 Merge: afc953c149 7d2ba88fd9 Author: Koji Yokota Date: Sat Mar 8 20:33:53 2025 +0900 Redesign PrefColors dialog merge from branch features/color-theme src/frontends/qt/GuiPrefs.cpp | 534 ++- src/fr

[LyX features/color-theme] * lfuns doc - trick to open all hidden buffers (see #13157).

2025-03-27 Thread Pavel Sanda
commit ba068c54a0574dc4d535cf7ff6dc23c6f3e60158 Author: Pavel Sanda Date: Thu Mar 6 20:21:38 2025 +0100 * lfuns doc - trick to open all hidden buffers (see #13157). --- src/LyXAction.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/LyXAction.cpp b/src/LyXAction.cpp index 36c87

[LyX features/color-theme] Rename RowList to Rows and move its definition to ParagraphMetrics.h

2025-03-27 Thread Jean-Marc Lasgouttes
commit bc9215e15874d42cdeba752cc9ab48c7a8467cf9 Author: Jean-Marc Lasgouttes Date: Thu Mar 6 13:58:13 2025 +0100 Rename RowList to Rows and move its definition to ParagraphMetrics.h There is another RowList in TexRow. --- src/ParagraphMetrics.cpp| 4 ++-- src/Paragrap

[LyX features/color-theme] Cleanup backup anchor normalization code

2025-03-27 Thread Jean-Marc Lasgouttes
commit 377029920f5f6545888ceccb6cce37e63a948764 Author: Jean-Marc Lasgouttes Date: Thu Mar 6 14:59:57 2025 +0100 Cleanup backup anchor normalization code As it was written, the code had the potential of creating new ParMetrics objects. Rewrite it to iterate over existing object

[LyX/master] Update sk.po

2025-03-27 Thread Kornel Benko
commit 4ee9fd28b4a2074b114ad280fd5ee31fc753321d Author: Kornel Benko Date: Thu Mar 27 21:37:22 2025 +0100 Update sk.po --- po/sk.po | 125 --- 1 file changed, 79 insertions(+), 46 deletions(-) diff --git a/po/sk.po b/po/sk.po ind

[LyX/2.4.x] Update sk.po

2025-03-27 Thread Kornel Benko
commit 111647fcf1fee39aa2ccefb1edd8acdba78065a0 Author: Kornel Benko Date: Thu Mar 27 21:45:54 2025 +0100 Update sk.po --- po/sk.po | 18 +++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/po/sk.po b/po/sk.po index be99a35f47..3551cf152a 100644 --- a/po/sk.po

[LyX features/color-theme] de.po

2025-03-27 Thread Juergen Spitzmueller
commit 06b4a01663419725748ca2963390586c573fbb4b Author: Juergen Spitzmueller Date: Mon Mar 10 10:27:43 2025 +0100 de.po --- po/de.po | 639 ++- 1 file changed, 348 insertions(+), 291 deletions(-) diff --git a/po/de.po b/po/de.po

[LyX/master] Few typos in user guide

2025-03-27 Thread Richard Kimberly Heck
commit 66ee192ff9b2a267741c3a74aac0dcdab8d3a08e Author: Richard Kimberly Heck Date: Sun Mar 23 13:23:28 2025 -0400 Few typos in user guide --- lib/doc/UserGuide.lyx | 27 --- 1 file changed, 24 insertions(+), 3 deletions(-) diff --git a/lib/doc/UserGuide.lyx b/lib/

[LyX/master] Modify titles of the color table in PrefColors dialog

2025-03-27 Thread Koji Yokota
commit 31b4986ebbfdb26d8f0cfe81d8cf9aae5461ec9a Author: Koji Yokota Date: Thu Mar 27 23:16:47 2025 +0900 Modify titles of the color table in PrefColors dialog --- src/frontends/qt/GuiPrefs.h | 2 +- src/frontends/qt/ui/PrefColorsUi.ui | 10 +- 2 files changed, 6 insertions

[LyX/master] Modify color table in PrefColors to QTableView

2025-03-27 Thread Koji Yokota
commit d3f2c0175a65c5790399270929ba5c6f1f64ceea Author: Koji Yokota Date: Thu Mar 27 20:51:45 2025 +0900 Modify color table in PrefColors to QTableView - colorTW is changed from QTableWidget to QStandardItemModel/QTableView/ QStyledItemDelegate combination - Reset button

[LyX/master] update tex2lyx tests

2025-03-27 Thread Juergen Spitzmueller
commit 7142a5ccfed1acc4533c6717600b3b07f7d945ba Author: Juergen Spitzmueller Date: Sat Mar 22 12:10:22 2025 +0100 update tex2lyx tests --- src/tex2lyx/test/CJK.lyx.lyx| 4 ++-- src/tex2lyx/test/CJKutf8.lyx.lyx| 4 ++-- src/tex2lyx/test/DummyDocum

[LyX/master] Update fr.po, all colors copied to msgstr

2025-03-27 Thread jpc
commit 50402d693d4eb47d57a8d40a66c4448bf21c69ba Author: jpc Date: Thu Mar 27 16:36:04 2025 +0100 Update fr.po, all colors copied to msgstr po/fr.gmo | Bin 287595 -> 693637 bytes po/fr.po | 26227 +++- 2 files changed, 2609

[LyX features/color-theme] Fix ColorCache::getAll()

2025-03-27 Thread Koji Yokota
commit 7d2ba88fd907f613579a0d22739c4940ef45b89d Author: Koji Yokota Date: Sat Mar 8 20:12:58 2025 +0900 Fix ColorCache::getAll() --- src/frontends/qt/ColorCache.cpp | 21 ++--- src/frontends/qt/ColorCache.h | 6 -- 2 files changed, 14 insertions(+), 13 deletions(-)

[LyX/master] Remove unused variables

2025-03-27 Thread Koji Yokota
commit 6d29670a18c4f510c9c272170f20fed75f958352 Author: Koji Yokota Date: Fri Mar 28 01:28:07 2025 +0900 Remove unused variables --- src/frontends/qt/GuiPrefs.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/frontends/qt/GuiPrefs.h b/src/frontends/qt/GuiPrefs.h index 8373067844.

[LyX features/color-theme] Modify color table in PrefColors to QTableView

2025-03-27 Thread Koji Yokota
commit d3f2c0175a65c5790399270929ba5c6f1f64ceea Author: Koji Yokota Date: Thu Mar 27 20:51:45 2025 +0900 Modify color table in PrefColors to QTableView - colorTW is changed from QTableWidget to QStandardItemModel/QTableView/ QStyledItemDelegate combination - Reset button

[LyX features/color-theme] Fix missing trailing slash in file names

2025-03-27 Thread Koji Yokota
commit 692cf925dce64accfd095c6cbe8e11b489b12707 Author: Koji Yokota Date: Thu Mar 6 21:04:31 2025 +0900 Fix missing trailing slash in file names --- src/frontends/qt/GuiPrefs.cpp | 39 --- 1 file changed, 24 insertions(+), 15 deletions(-) diff --git a/s