[LyX/master] Load esint when using \dotsint in math.

2023-08-10 Thread Enrico Forestieri
commit 4fffa458ae9ce2aa0e0a899008abcdea5393f9fd Author: Enrico Forestieri Date: Thu Aug 10 18:43:47 2023 +0200 Load esint when using \dotsint in math. Fixes bug #12863. --- lib/symbols |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lib/symbols

[LyX/master] Use utf8 strings for previewed labels when possible

2023-08-10 Thread Enrico Forestieri
commit 4fa0fbe5bfd01bf3878db53852f74478c0f2da5d Author: Enrico Forestieri Date: Thu Aug 10 18:34:17 2023 +0200 Use utf8 strings for previewed labels when possible Fixes bug #12842. --- src/mathed/InsetMathHull.cpp | 14 ++ 1 files changed, 10 insertions(+), 4

[LyX/master] Grammar

2023-08-10 Thread Juergen Spitzmueller
commit e2e74ffb0a72477420bfc2a8be0fcfbafe52e8ae Author: Juergen Spitzmueller Date: Thu Aug 10 18:11:25 2023 +0200 Grammar --- lib/layouts/linguistics.module |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lib/layouts/linguistics.module

[LyX/master] de.po

2023-08-10 Thread Juergen Spitzmueller
commit 442bd5dd28c0b1725f3804f02ec5c5dc91af3cc6 Author: Juergen Spitzmueller Date: Thu Aug 10 18:10:12 2023 +0200 de.po po/de.gmo | Bin 646776 -> 650405 bytes po/de.po | 3580 - 2 files changed, 1907 insertions(+), 1673

[LyX/master] Fix InsertTableWidget interference with tooltip geometry on Qt6 (#12776)

2023-08-10 Thread Juergen Spitzmueller
commit f75f73a402b1ca13010e689641529a5926edf814 Author: Juergen Spitzmueller Date: Thu Aug 10 16:43:06 2023 +0200 Fix InsertTableWidget interference with tooltip geometry on Qt6 (#12776) The current method played badly with Qt6 on wayland ---

[LyX/master] Update German Customization manual

2023-08-10 Thread Juergen Spitzmueller
commit cdc96159f11b8c46459ba1badb3354326b5e40c9 Author: Juergen Spitzmueller Date: Thu Aug 10 14:56:53 2023 +0200 Update German Customization manual --- lib/doc/de/Customization.lyx | 287 +- 1 files changed, 283 insertions(+), 4 deletions(-) diff

[LyX/master] Typo and markup

2023-08-10 Thread Juergen Spitzmueller
commit 69ffa3a0e67889a1193327a730026d7067087858 Author: Juergen Spitzmueller Date: Thu Aug 10 14:56:28 2023 +0200 Typo and markup --- lib/doc/Customization.lyx | 34 +++--- 1 files changed, 31 insertions(+), 3 deletions(-) diff --git

[LyX/master] Keep cursor position when splitting

2023-08-10 Thread Scott Kostyshak
commit a2310d04f47ba6aadea0e43ffc1e8a8579110022 Author: Daniel Ramoeller Date: Mon Mar 6 21:44:59 2023 +0100 Keep cursor position when splitting Fix for #12689 --- src/frontends/qt/GuiView.cpp |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git

[LyX/master] Comments

2023-08-10 Thread Scott Kostyshak
commit cc951cd4111a3a82d34235cc7efbcd87b226d215 Author: Scott Kostyshak Date: Thu Aug 10 06:17:29 2023 -0400 Comments --- src/frontends/qt/GuiView.cpp |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/src/frontends/qt/GuiView.cpp b/src/frontends/qt/GuiView.cpp