[LyX features/features/indexmacros] Fix a warning related to comparing different signedness

2022-09-01 Thread Thibaut Cuvelier
The branch, features/indexmacros, has been updated. - Log - commit 5e87cfbf4c0e64f15f0a26c4ac5a29236b1eb962 Author: Thibaut Cuvelier Date: Thu Sep 1 10:57:04 2022 +0200 Fix a warning related to comparing different signedness

[LyX/master] Small fixes to fr.po related to status bar menu

2022-09-01 Thread Jean-Marc Lasgouttes
commit 9de6768e9c2443d678d7c091e58850a19ba80356 Author: Jean-Marc Lasgouttes Date: Thu Sep 1 17:35:55 2022 +0200 Small fixes to fr.po related to status bar menu --- po/fr.gmo | Bin 632360 -> 632374 bytes po/fr.po |8 2 files changed, 4 insertions(+), 4 deletions(-) diff

[LyX/master] InsetTabular: move more helper methods to private

2022-09-01 Thread Thibaut Cuvelier
commit 8074b696bcb8a3d8fe2f86bcef4233ba01763a41 Author: Thibaut Cuvelier Date: Fri Sep 2 01:29:19 2022 +0200 InsetTabular: move more helper methods to private --- src/insets/InsetTabular.h | 65 1 files changed, 35 insertions(+), 30

[LyX/master] InsetTabular: move XML helper methods to private

2022-09-01 Thread Thibaut Cuvelier
commit ff9f3c774edb513dab96e33fbc18a6856e3ab323 Author: Thibaut Cuvelier Date: Thu Sep 1 23:35:52 2022 +0200 InsetTabular: move XML helper methods to private They are not needed outside InsetTabular. --- src/insets/InsetTabular.h | 29 +++-- 1 files

[LyX/master] DocBook: amend 50374e38e1

2022-09-01 Thread Thibaut Cuvelier
commit 3637d6d408332c9acd293e0afde073de0a5dfa6e Author: Thibaut Cuvelier Date: Thu Sep 1 23:33:56 2022 +0200 DocBook: amend 50374e38e1 All table rows were generated in the same XML dialect, irrespectively of the caller context (XHTML or DocBook). --- src/insets/InsetTabular.cpp

[LyX/master] InsetTabular: fix a typo

2022-09-01 Thread Thibaut Cuvelier
commit 962785cb0f112ac3dfeb60b661af6b5d386a7824 Author: Thibaut Cuvelier Date: Fri Sep 2 01:30:25 2022 +0200 InsetTabular: fix a typo --- src/insets/InsetTabular.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/insets/InsetTabular.h

[LyX/master] InsetTabular: replace a Boolean parameter to choose between XHTML and DocBook by an enum class

2022-09-01 Thread Thibaut Cuvelier
commit 89c203faa4f1aea1f530dd226afcb605242d11c4 Author: Thibaut Cuvelier Date: Fri Sep 2 01:26:20 2022 +0200 InsetTabular: replace a Boolean parameter to choose between XHTML and DocBook by an enum class The only goal is to improve code readability: this enum class is strictly

[LyX/master] MathML: should display "Text" MathFont using proper tag

2022-09-01 Thread Thibaut Cuvelier
commit 5b405426f140c55fff696d813230c52e2787d22a Author: Thibaut Cuvelier Date: Fri Sep 2 01:57:06 2022 +0200 MathML: should display "Text" MathFont using proper tag Fixes bug 12397 Contributed by lynx --- src/mathed/InsetMathFont.cpp | 29 -

[LyX/master] MathML: amend 26300c565f as discussed in bug 12513

2022-09-01 Thread Thibaut Cuvelier
commit 0bda6950e4578febfd379bd8f44efe7787f26988 Author: Thibaut Cuvelier Date: Fri Sep 2 02:00:12 2022 +0200 MathML: amend 26300c565f as discussed in bug 12513 Contributed by lynx --- src/mathed/InsetMathFrac.cpp |2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff