[LyX/master] MathML: Convert HTML entities to XML entities.

2020-06-18 Thread Pavel Sanda
commit 718eede94bd57b51f6f60cda4c05a68da3dd0d66 Author: Thibaut Cuvelier Date: Mon Jun 8 04:07:47 2020 +0200 MathML: Convert HTML entities to XML entities. lib/symbols | 1664 +-- src/mathed/InsetMathBig.cpp |4 +-

[LyX/master] MathML stream allows for name spaces.

2020-06-18 Thread Pavel Sanda
commit 054bdc5d1854b9b1b08735e004a5440bff46531a Author: Thibaut Cuvelier Date: Fri May 10 01:52:07 2019 +0200 MathML stream allows for name spaces. --- src/mathed/InsetMath.cpp | 10 +++--- src/mathed/InsetMathBig.cpp|7 +++-- src/mathed/InsetMathBoldSymbol.cpp |

[LyX/master] Focus keyword filed in Thesaurus dialog

2020-06-18 Thread Richard Kimberly Heck
commit ef65414d25d36bacd2ff057a47d71bc362f6898d Author: Richard Kimberly Heck Date: Thu Jun 18 10:51:05 2020 -0400 Focus keyword filed in Thesaurus dialog --- src/frontends/qt/GuiThesaurus.cpp |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git

[LyX/2.3.x] Focus keyword filed in Thesaurus dialog

2020-06-18 Thread Richard Kimberly Heck
commit 2e7e9af991c650335ec106a6a32523bb41284f80 Author: Richard Kimberly Heck Date: Thu Jun 18 10:51:05 2020 -0400 Focus keyword filed in Thesaurus dialog (cherry picked from commit ef65414d25d36bacd2ff057a47d71bc362f6898d) --- src/frontends/qt4/GuiThesaurus.cpp |2 ++

[LyX/master] Rename-XHTMLStream-to-XMLStream #3.

2020-06-18 Thread Pavel Sanda
commit ebcaa5b1db605a3420c23a2e6b28a3b06ed4e180 Author: Pavel Sanda Date: Thu Jun 18 15:58:48 2020 +0200 Rename-XHTMLStream-to-XMLStream #3. Fix paragraph id in xHTML output to the pre-refactoring status. Tested on math manual (plus minus nonessential newlines).

[LyX/master] Assure that LyX and tex2lyx use src/lyxwinres.rc

2020-06-18 Thread Eugene Chornyi
commit e501f2c473560577ad2510438fa1b4bfb30dd443 Author: Eugene Chornyi Date: Thu Jun 18 14:31:25 2020 +0200 Assure that LyX and tex2lyx use src/lyxwinres.rc --- src/CMakeLists.txt |4 +++- src/tex2lyx/CMakeLists.txt |2 +- 2 files changed, 4 insertions(+), 2 deletions(-)

[LyX/master] Wininstaller, use correct default icon for LyX documents

2020-06-18 Thread Eugene Chornyi
commit dda35d2afd349b488ca1f12ad8d4fb5089e4fb39 Author: Eugene Chornyi Date: Thu Jun 18 14:35:13 2020 +0200 Wininstaller, use correct default icon for LyX documents --- .../Win32/packaging/installer2/src/main.nsh|2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff

[LyX/master] Do not dereference getFormat() if it is null

2020-06-18 Thread Jean-Marc Lasgouttes
commit c42776868db7eb13deb5d2c16d3e6a2b047318e7 Author: Jean-Marc Lasgouttes Date: Thu Jun 18 11:39:45 2020 +0200 Do not dereference getFormat() if it is null Return early when format is unknown. I am not sure whether this is supposed to happen and whether we should assert on

[LyX/master] Initialize properly Counter::saved_value_ member

2020-06-18 Thread Jean-Marc Lasgouttes
commit 48d164ddef14bb75ed80d5dc531488a09a93299c Author: Jean-Marc Lasgouttes Date: Thu Jun 18 11:23:26 2020 +0200 Initialize properly Counter::saved_value_ member Spotted by coverity. --- src/Counters.cpp |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git

[LyX/master] Pass BufferParams by address

2020-06-18 Thread Jean-Marc Lasgouttes
commit 5aadf0879f0cb1811bb4333aecc294d408615c56 Author: Jean-Marc Lasgouttes Date: Thu Jun 18 11:17:32 2020 +0200 Pass BufferParams by address Spotted by coverity. Note that this probably fixes a bug in getTokenValue(), where an author was added to the BufferParams