[LyX/2.3.x] Fix tex4ht odt converter

2020-11-30 Thread Juergen Spitzmueller
commit a16d704890cb02974bec764bd643cc129a6a40bb Author: Juergen Spitzmueller Date: Wed Nov 25 13:10:04 2020 +0100 Fix tex4ht odt converter Private message by Michal Hoftich (tex4ht head developer): oolatex is not recommended way to use Tex4ht for the ODT conversion.

[LyX/master] Refactor InsetQuotes.h enums

2020-11-30 Thread Yuriy Skalko
commit 6354ad60b4f61eca4a08c189ba7cc6dec3b7f987 Author: Yuriy Skalko Date: Mon Nov 30 22:34:16 2020 +0200 Refactor InsetQuotes.h enums --- src/BufferParams.cpp | 37 src/BufferParams.h | 12 ++- src/Format.cpp |1 +

[LyX/master] Refactor KernelDocType enum

2020-11-30 Thread Yuriy Skalko
commit 890ca6df7b3360e0a80da8726bb413ac3d52e11f Author: Yuriy Skalko Date: Mon Nov 30 22:46:46 2020 +0200 Refactor KernelDocType enum --- src/frontends/qt/Dialog.cpp|6 +++--- src/frontends/qt/Dialog.h |2 +- src/frontends/qt/Validator.cpp |7 ---

[LyX/master] Better naming for enums

2020-11-30 Thread Yuriy Skalko
commit c0a59871813d853ba455ec8d39be61db4f4b2848 Author: Yuriy Skalko Date: Tue Dec 1 00:00:40 2020 +0200 Better naming for enums src/Buffer.cpp | 34 src/BufferParams.cpp | 80 ++-- src/BufferParams.h |6 +-

[LyX/master] Remove useless breaks

2020-11-30 Thread Yuriy Skalko
commit 66403b44493d1e36b9b050de69895e6397eabc73 Author: Yuriy Skalko Date: Mon Nov 30 18:06:12 2020 +0200 Remove useless breaks --- src/insets/InsetNewpage.cpp |8 1 files changed, 0 insertions(+), 8 deletions(-) diff --git a/src/insets/InsetNewpage.cpp

[LyX/2.3.x] Store correctly the window position with Wayland

2020-11-30 Thread Richard Kimberly Heck
commit d418b6f4c8207cc84c7a3b890de5aec2c837a672 Author: Jean-Marc Lasgouttes Date: Thu Nov 12 12:09:36 2020 +0100 Store correctly the window position with Wayland To do this, hard-coded test for xcb had to be replaced with a call to platformName(). Since this method does not

[LyX/2.3.x] Minor ANNOUNCE fix. Will only matter if there is a 2.3.6.1...

2020-11-30 Thread Richard Kimberly Heck
commit fd95d119c6c807d5d4aba7dd62802902fb2f0d30 Author: Richard Kimberly Heck Date: Mon Nov 30 13:28:29 2020 -0500 Minor ANNOUNCE fix. Will only matter if there is a 2.3.6.1... --- ANNOUNCE | 15 --- 1 files changed, 8 insertions(+), 7 deletions(-) diff --git a/ANNOUNCE

[LyX/2.3.x] Back to development

2020-11-30 Thread Richard Kimberly Heck
commit c9040100b5cb7c2580b34421aae2a8e53c43c054 Author: Richard Kimberly Heck Date: Mon Nov 30 13:29:22 2020 -0500 Back to development --- configure.ac |4 +- status.23x | 87 ++--- 2 files changed, 12 insertions(+), 79

[LyX/master] Fix compilation on older gccs.

2020-11-30 Thread Pavel Sanda
commit 2ab39fe1211935908198eff87d427b6437b3eb4a Author: Pavel Sanda Date: Mon Nov 30 12:21:56 2020 +0100 Fix compilation on older gccs. --- src/Format.h |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/Format.h b/src/Format.h index b4cc9f4..99cc120 100644 ---

[LyX/master] Move Inset.h include from .h to .cpp

2020-11-30 Thread Yuriy Skalko
commit ec5c7b905becaefc7f1697a27718d619c80b475d Author: Yuriy Skalko Date: Mon Nov 30 11:21:53 2020 +0200 Move Inset.h include from .h to .cpp --- src/frontends/qt/InsetParamsWidget.cpp |5 +++-- src/frontends/qt/InsetParamsWidget.h |7 ++- 2 files changed, 5 insertions(+),

[LyX/master] Simplify DocIterator

2020-11-30 Thread Yuriy Skalko
commit 19f5aa58aa55fe210c689052967ade0f943f82fb Author: Yuriy Skalko Date: Sat Nov 28 01:14:32 2020 +0200 Simplify DocIterator --- src/DocIterator.cpp | 17 - src/DocIterator.h | 21 ++--- 2 files changed, 14 insertions(+), 24 deletions(-) diff --git

[LyX/master] Refactor OutputParams

2020-11-30 Thread Yuriy Skalko
commit ecf62a8f21e457936ed285d4fbcbed7348bb636b Author: Yuriy Skalko Date: Mon Nov 30 01:03:35 2020 +0200 Refactor OutputParams Now all Inset hierarchy uses OutputParams.h included in Inset.h. Forward declare some enums to reduce header dependencies. src/Buffer.cpp

[LyX/master] Cleanup included headers

2020-11-30 Thread Yuriy Skalko
commit 99b1488f0e591539b5597d36dbadda26844b2078 Author: Yuriy Skalko Date: Sat Nov 28 01:13:36 2020 +0200 Cleanup included headers --- src/KeySequence.cpp |2 -- src/frontends/qt/GuiErrorList.cpp |1 - src/frontends/qt/GuiKeySymbol.cpp |4

[LyX/master] Fix compilation on cygwin

2020-11-30 Thread Enrico Forestieri
commit 0d204c4e87d684fd45e6b4aaabef74889b3471a8 Author: Enrico Forestieri Date: Mon Nov 30 11:32:35 2020 +0100 Fix compilation on cygwin --- src/LaTeXFeatures.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/LaTeXFeatures.h b/src/LaTeXFeatures.h index

[LyX/master] Revert "Amend 3093789e for cmake build"

2020-11-30 Thread Kornel Benko
commit a171c651a6802380aad7d7e24ed1a95ffa814de6 Author: Kornel Benko Date: Mon Nov 30 10:17:40 2020 +0100 Revert "Amend 3093789e for cmake build" This reverts commit b3d43404f4649e1a5539f1a819a07f8ae16fad7f. --- 3rdparty/boost/libs/CMakeLists.txt|9 +

[LyX/master] Simplify KeyModifier

2020-11-30 Thread Yuriy Skalko
commit 89d05890bf264958863f318fa737e8337747ee8f Author: Yuriy Skalko Date: Sun Nov 29 10:19:58 2020 +0200 Simplify KeyModifier --- src/frontends/KeyModifier.h | 31 +-- 1 files changed, 9 insertions(+), 22 deletions(-) diff --git