[LyX/master] MathML: generate only a mathvariant for double-struck font, no redundant class

2020-06-11 Thread Enrico Forestieri
commit c8d0492194c99c4ed53c389a59078b2b2a4d7c15 Author: Thibaut Cuvelier Date: Thu Jun 11 21:25:22 2020 +0200 MathML: generate only a mathvariant for double-struck font, no redundant class --- src/mathed/InsetMathFont.cpp | 16 +--- 1 files changed, 5 insertions(+), 11

[LyX/master] test

2020-06-11 Thread Eugene
commit 7118581a72ba21553a3f6ce45672dfbf80e6733d Author: Eugene Date: Thu Jun 11 21:52:56 2020 +0200 test --- .../Win32/packaging/installer2/src/main.nsh|2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/development/Win32/packaging/installer2/src/main.nsh

[LyX/master] Tools(listFontWithLang.pl): Add new category for double stroke fonts

2020-06-11 Thread Kornel Benko
commit 824be29341560be8c761ad740310cc57ef4954ad Author: Kornel Benko Date: Thu Jun 11 19:10:56 2020 +0200 Tools(listFontWithLang.pl): Add new category for double stroke fonts --- development/tools/listFontWithLang.pl |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff

[LyX/master] Cmake build: Change the destination of fonts

2020-06-11 Thread Kornel Benko
commit 76db479c07288f64c7796aebce0a146d975925bd Author: Kornel Benko Date: Thu Jun 11 19:06:21 2020 +0200 Cmake build: Change the destination of fonts Select the lyx-fonts-directory such that font-config can find the dat --- development/cmake/modules/LyXDestinations.cmake |2

[LyX/master] Amend 5a80f7bb

2020-06-11 Thread Enrico Forestieri
commit 6f6d985b9e5823260d8a51129a0dfb12a00cebb5 Author: Enrico Forestieri Date: Thu Jun 11 17:43:44 2020 +0200 Amend 5a80f7bb Was forgetting this. --- lib/Makefile.am |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/lib/Makefile.am b/lib/Makefile.am index

[LyX/2.3.x] UI improvement to math matrix dialog, suggested by magistere (#11888)

2020-06-11 Thread Juergen Spitzmueller
commit e20389ed6bb58d720aedc020e0257efd4742aec0 Author: Juergen Spitzmueller Date: Thu Jun 11 17:29:37 2020 +0200 UI improvement to math matrix dialog, suggested by magistere (#11888) --- src/frontends/qt4/ui/MathMatrixUi.ui | 73 -- status.23x

[LyX/master] Add support for the doublestroke package

2020-06-11 Thread Enrico Forestieri
commit 5a80f7bb6a023dc8e89bf61f7f0803d6999f1f27 Author: Enrico Forestieri Date: Thu Jun 11 16:42:31 2020 +0200 Add support for the doublestroke package This commit adds the mathed command \mathds that selects a font more appropriate than \mathbb for typesetting the

[LyX/master] Rename a file to comform with the layout description

2020-06-11 Thread Kornel Benko
commit 3af543455b239511c93ffecb91cb4117cf86c9ac Author: Kornel Benko Date: Thu Jun 11 12:08:48 2020 +0200 Rename a file to comform with the layout description Saves one translatable string lib/Makefile.am|2 +-

[LyX/master] UI improvement to math matrix dialog, suggested by magistere (#11888)

2020-06-11 Thread Juergen Spitzmueller
commit 64edb7a19629fd2d27a4e7415b58ef7f4bf1a6e1 Author: Juergen Spitzmueller Date: Thu Jun 11 11:29:11 2020 +0200 UI improvement to math matrix dialog, suggested by magistere (#11888) --- src/frontends/qt/ui/MathMatrixUi.ui | 252 +++ 1 files changed, 110

[LyX/master] Output double-struck fonts as such in MathML, not in bold

2020-06-11 Thread Juergen Spitzmueller
commit 716e3dc1a82018a7b6657b75e918bf99028e8e6d Author: Thibaut Cuvelier Date: Wed Jun 10 23:14:16 2020 +0200 Output double-struck fonts as such in MathML, not in bold --- src/mathed/InsetMathFont.cpp |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git

[LyX/master] Consider parbreakIsNewline in plaintext output

2020-06-11 Thread Juergen Spitzmueller
commit 134cb3b26599c504afee68d0fb4876fc31ec0098 Author: Juergen Spitzmueller Date: Thu Jun 11 10:20:27 2020 +0200 Consider parbreakIsNewline in plaintext output Fixes #11886 --- src/insets/InsetText.cpp |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git