[LyX/master] Fix MathML output of InsetMathDelim

2020-12-19 Thread Thibaut Cuvelier
commit 372b32c0a679c39ba968b8632c9413e5fd3f12d5 Author: Thibaut Cuvelier Date: Sun Dec 20 00:20:52 2020 +0100 Fix MathML output of InsetMathDelim Patch by lynx (https://www.lyx.org/trac/ticket/12050). --- src/mathed/InsetMathDelim.cpp |4 1 files changed, 0

[LyX/master] Move Trackable class to Server.h

2020-12-19 Thread Yuriy Skalko
commit d9e455b61ac7ce8340433754121e565697fd58d1 Author: Yuriy Skalko Date: Wed Dec 16 12:07:42 2020 +0200 Move Trackable class to Server.h --- src/Server.cpp|1 - src/Server.h | 20 +--- src/support/signals.h | 26 -- 3

[LyX/master] Merge namespace signals2 into namespace lyx

2020-12-19 Thread Yuriy Skalko
commit 4f0981e78d9d00490856daa3d35e170845d7 Author: Yuriy Skalko Date: Mon Dec 14 20:46:39 2020 +0200 Merge namespace signals2 into namespace lyx --- src/LaTeX.h|2 +- src/graphics/GraphicsCacheItem.cpp |4 ++-- src/graphics/GraphicsCacheItem.h |4

[LyX/2.3.x] Do nothing if hunspell support is disabled

2020-12-19 Thread Jean-Marc Lasgouttes
commit 8e532435142be819a29877352648bc30df5defc1 Author: Jean-Marc Lasgouttes Date: Wed Nov 18 16:41:19 2020 +0100 Do nothing if hunspell support is disabled (cherry picked from commit 031720b66a40bd7b520b4b01d894a0244cdcc32a) --- config/spell.m4 | 13 ++--- 1 files

[LyX/2.3.x] Re-add win_api/config.h and somewhat update CMakeLists.txt

2020-12-19 Thread Jean-Marc Lasgouttes
commit 02e81304d700de7d4ca1a5ecf53eac3e485ce978 Author: Jean-Marc Lasgouttes Date: Mon Jun 17 12:17:40 2019 +0200 Re-add win_api/config.h and somewhat update CMakeLists.txt (cherry picked from commit 91c58d9a68ca2f4fc3114fd00cb49d6486420496) ---

[LyX/2.3.x] Update the in-source hunspell to version 1.7.0

2020-12-19 Thread Jean-Marc Lasgouttes
commit f5ae00132aa9f2c8434aa8e25f66538ecd409809 Author: Jean-Marc Lasgouttes Date: Wed Jun 12 16:38:42 2019 +0200 Update the in-source hunspell to version 1.7.0 (cherry picked from commit c3484fa6c81e14bc2a4df92c4cf0bb043ac4b99a) 3rdparty/hunspell/1.6.2/AUTHORS

[LyX/2.3.x] Amend c3484fa6, adapt cmake-build to new hunspell-version

2020-12-19 Thread Jean-Marc Lasgouttes
commit 3e238b6c99afb81ea7d7f9c1df17891f4fc4b643 Author: Kornel Benko Date: Wed Jun 12 19:29:46 2019 +0200 Amend c3484fa6, adapt cmake-build to new hunspell-version (cherry picked from commit cf980435b12e697b90508924cf0c82dd3c1c0b36) --- 3rdparty/hunspell/CMakeLists.txt |2 +-

[LyX/master] Update Russian localization

2020-12-19 Thread Yuriy Skalko
commit b89910af0faf07a8cab46ac4cd64b9e6fca2 Author: Yuriy Skalko Date: Thu Nov 26 20:00:48 2020 +0200 Update Russian localization --- lib/doc/ru/UserGuide.lyx | 149 - po/ru.po | 20 +++--- 2 files changed, 142

[LyX/master] Remove useless declaration

2020-12-19 Thread Yuriy Skalko
commit cbd1b3a2d47b34d81b7c8e63ffbddadac4c32d7f Author: Yuriy Skalko Date: Tue Dec 15 09:25:28 2020 +0200 Remove useless declaration --- src/support/Timeout.h |2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/src/support/Timeout.h b/src/support/Timeout.h index

[LyX/master] Typo

2020-12-19 Thread Pavel Sanda
commit db52066d6aa6ec48e77e2a33f2ce19dd306a1541 Author: Pavel Sanda Date: Sat Dec 19 18:29:10 2020 +0100 Typo --- src/LyXVC.cpp |5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/LyXVC.cpp b/src/LyXVC.cpp index 1e6cb12..7e7e770 100644 --- a/src/LyXVC.cpp +++

[LyX/master] Fixup 005f69de: code cleanup.

2020-12-19 Thread Jean-Marc Lasgouttes
commit 405b5c04a7f86171a6a883cea94600ebb9456cd7 Author: Jean-Marc Lasgouttes Date: Sat Dec 19 15:34:20 2020 +0100 Fixup 005f69de: code cleanup. Since we are not sure of where the cursor ends up after invoking Cursor::handleNest it is safer to reset the cursor at each cell,