[LyX/master] Fix assertion when canceling file dialog

2023-09-02 Thread Enrico Forestieri
commit 1cbcb303536800d889a45e8b1f286594987a6686 Author: Enrico Forestieri Date: Sat Sep 2 18:13:31 2023 +0200 Fix assertion when canceling file dialog Without this patch, when a file has to be loaded (for example, after "Document->Settings->Local Class" or "Insert->Graphics")

[LyX/master] Check whether MathRow exists when computing caret metrics

2023-09-02 Thread Jean-Marc Lasgouttes
commit 7eecab590280892d1dab85298366d0033bbf0e39 Author: Jean-Marc Lasgouttes Date: Sat Sep 2 17:15:20 2023 +0200 Check whether MathRow exists when computing caret metrics Fixes bug #12888. --- src/BufferView.cpp |8 +++- src/BufferView.h |2 ++ 2 files changed, 9 ins

[LyX/master] Improve caret position when splitting a view

2023-09-02 Thread Jean-Marc Lasgouttes
commit e651e15a99721ea0611f12550a14316b1e890da9 Author: Jean-Marc Lasgouttes Date: Fri Sep 1 19:36:45 2023 +0200 Improve caret position when splitting a view The old code only worked for toplevel cursors and did not show current cursor. Note that the two windows do not have ex

[LyX/master] Update sk.po

2023-09-02 Thread Kornel Benko
commit f833e5f184f23c4883df2d21b72407d88f26de83 Author: Kornel Benko Date: Sat Sep 2 15:48:26 2023 +0200 Update sk.po --- po/sk.po | 23 +++ 1 files changed, 15 insertions(+), 8 deletions(-) diff --git a/po/sk.po b/po/sk.po index 55a2e9f..c6126fe 100644 --- a/po/sk.p

[LyX/master] Update it.po

2023-09-02 Thread Enrico Forestieri
commit 98eb505c9b30b4e5a6d5c146fd0804dab21b6247 Author: Enrico Forestieri Date: Sat Sep 2 15:42:44 2023 +0200 Update it.po --- po/it.gmo | Bin 638069 -> 638127 bytes po/it.po | 219 +++-- 2 files changed, 112 insertions(+), 107 de

[LyX/master] de.po

2023-09-02 Thread Juergen Spitzmueller
commit 0177ed3df7cf1da1974d38257084b42af9e7a669 Author: Juergen Spitzmueller Date: Sat Sep 2 15:23:26 2023 +0200 de.po --- po/de.po | 236 +++-- 1 files changed, 120 insertions(+), 116 deletions(-) diff --git a/po/de.po b/po/de.po i

[LyX/master] Update it.po

2023-09-02 Thread Enrico Forestieri
commit 7cad99347ac5c542f1ef80b4bdd62bb5fb9e1144 Author: Enrico Forestieri Date: Sat Sep 2 15:13:48 2023 +0200 Update it.po po/it.gmo | Bin 631617 -> 638069 bytes po/it.po | 4271 + 2 files changed, 2332 insertions(+), 1939 del

[LyX/master] Remove redundant code and clarify strings

2023-09-02 Thread Juergen Spitzmueller
commit aaae3ad5cc976cdf6082369757943304bad6c8db Author: Juergen Spitzmueller Date: Sat Sep 2 14:28:33 2023 +0200 Remove redundant code and clarify strings --- src/frontends/qt/GuiDocument.cpp | 29 ++--- 1 files changed, 2 insertions(+), 27 deletions(-) diff --gi