[LyX/master] Merge branch 'master' of git.lyx.org:lyx

2021-03-01 Thread Juergen Spitzmueller
commit f28affd421a30b7c8620b6aedf76bfa665321733 Merge: 0e54e01 234886f Author: Juergen Spitzmueller Date: Tue Mar 2 07:04:03 2021 +0100 Merge branch 'master' of git.lyx.org:lyx src/Cursor.cpp|9 ++--- src/frontends/qt/GuiAbout.cpp |2 +- src/mathed/InsetMathCol

[LyX/master] Merge branch 'master' of git.lyx.org:lyx

2021-03-01 Thread Juergen Spitzmueller
commit d49c4abb437f391efc00c1234df338ae1b4fa2c3 Merge: f28affd f92f2f9 Author: Juergen Spitzmueller Date: Tue Mar 2 08:36:42 2021 +0100 Merge branch 'master' of git.lyx.org:lyx src/frontends/qt/GuiApplication.cpp |5 + 1 files changed, 5 insertions(+), 0 deletions(-) -- lyx-cvs m

[LyX/master] grammar

2021-03-01 Thread Juergen Spitzmueller
commit 0e54e01756b40e0025af10ee396eeac79ee607b6 Author: Juergen Spitzmueller Date: Sun Feb 28 17:38:01 2021 +0100 grammar --- src/frontends/qt/GuiSearch.cpp |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/frontends/qt/GuiSearch.cpp b/src/frontends/qt/GuiSearch

[LyX/2.3.x] Add Qt platform name in About dialog

2021-03-01 Thread Jean-Marc Lasgouttes
commit 007a192faeb576f061f6ba476ae9dffa5f638f6f Author: Jean-Marc Lasgouttes Date: Tue Mar 2 08:28:47 2021 +0100 Add Qt platform name in About dialog (cherry picked from commit 234886f6eb438b68f72f46ed2904fd408741f777) --- src/frontends/qt4/GuiAbout.cpp |4 +++- status.23x

[LyX/master] Cleanup High DPI support

2021-03-01 Thread Jean-Marc Lasgouttes
commit f92f2f95ffd5f0d9d9704c9d7f67e4a9e74db0f6 Author: Jean-Marc Lasgouttes Date: Tue Mar 2 08:20:39 2021 +0100 Cleanup High DPI support Disable for Qt >= 6 (this is the default now). Disable for macOS (does it in its own way). --- src/frontends/qt/GuiApplication.cpp |

[LyX/master] Add Qt platform name in About dialog

2021-03-01 Thread Jean-Marc Lasgouttes
commit 234886f6eb438b68f72f46ed2904fd408741f777 Author: Jean-Marc Lasgouttes Date: Mon Mar 1 19:15:49 2021 +0100 Add Qt platform name in About dialog --- src/frontends/qt/GuiAbout.cpp |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/frontends/qt/GuiAbout.cpp b/

[LyX/2.3.x] Update French Additional manual

2021-03-01 Thread jpc
commit 9a74a51791e1510e3c1e8639ea1de430a6c85fd3 Author: jpc Date: Mon Mar 1 18:47:55 2021 +0100 Update French Additional manual --- lib/doc/fr/Additional.lyx | 216 1 files changed, 79 insertions(+), 137 deletions(-) diff --git a/lib/doc/fr/Ad

[LyX/2.3.x] Last French UserGuide and fr.po updates

2021-03-01 Thread jpc
commit 1a571682289f6eaff5d4c720bfac7ee673d97dc5 Author: jpc Date: Mon Mar 1 18:02:44 2021 +0100 Last French UserGuide and fr.po updates --- lib/doc/fr/UserGuide.lyx | 809 +- po/fr.gmo| Bin 550531 -> 550525 bytes po

[LyX/2.3.x] Remove assertion that is not necessary.

2021-03-01 Thread Jean-Marc Lasgouttes
commit cebdac4a6f759f05012c5d6bf1d58743787a0066 Author: Jean-Marc Lasgouttes Date: Thu Feb 25 20:00:41 2021 +0100 Remove assertion that is not necessary. It may happen that there are errors when doing undo, crashing does not help in this case. Fixes bug #12163.

[LyX/2.3.x] Fix bug #11007

2021-03-01 Thread Enrico Forestieri
commit 9a831200a485f16c63baf3ffa96826494e333162 Author: Enrico Forestieri Date: Mon Mar 1 10:38:02 2021 +0100 Fix bug #11007 The math color inset inherits the mode of the containing inset. This mode is inferred by the kind of font in effect. Setting the right mode allows to

[LyX/master] Amend c2facb8c

2021-03-01 Thread Enrico Forestieri
commit bb2c1c3485b0da4f2463c18caecc42975e8d8dfb Author: Enrico Forestieri Date: Mon Mar 1 10:08:08 2021 +0100 Amend c2facb8c Make sure the base of a script is not empty before accessing it. --- src/Cursor.cpp |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --gi