[LyX/master] Revert "Enable optimizations"

2020-10-15 Thread Yuriy Skalko
commit 3ff79bccae8e4df590e807189812da7e83f0214a Author: Yuriy Skalko Date: Fri Oct 16 08:17:04 2020 +0300 Revert "Enable optimizations" This reverts commit b4cd7e9d320708187097ae701aaf1755b5a8b523. --- CMakeLists.txt |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)

[LyX/master] Revert "Enable to build with MinGW-W64"

2020-10-15 Thread Yuriy Skalko
commit e3bf51a4c318bd01a0e38c037a6db091d1ddbd87 Author: Yuriy Skalko Date: Fri Oct 16 08:17:12 2020 +0300 Revert "Enable to build with MinGW-W64" This reverts commit ae5a8de6eaa0faf4b250b1ee99f7d5ac58197a0e. --- 3rdparty/zlib/1.2.11/zconf.h |1 - CMakeLists.txt

[LyX/master] Enable optimizations

2020-10-15 Thread Yuriy Skalko
commit b4cd7e9d320708187097ae701aaf1755b5a8b523 Author: Yuriy Skalko Date: Fri Jun 5 13:35:28 2020 +0300 Enable optimizations --- CMakeLists.txt |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8553efd..bb7ecfe 100644 ---

[LyX/master] Remove CutAndPaste.h from Trans.cpp

2020-10-15 Thread Yuriy Skalko
commit 61bc850c2760e70e045a2786fac487bb9331af95 Author: Yuriy Skalko Date: Thu Oct 15 00:25:55 2020 +0300 Remove CutAndPaste.h from Trans.cpp --- src/Trans.cpp |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/src/Trans.cpp b/src/Trans.cpp index b33fa75..02c8f86

[LyX/master] Enable to build with MinGW-W64

2020-10-15 Thread Yuriy Skalko
commit ae5a8de6eaa0faf4b250b1ee99f7d5ac58197a0e Author: Yuriy Skalko Date: Wed May 27 15:09:58 2020 +0300 Enable to build with MinGW-W64 --- 3rdparty/zlib/1.2.11/zconf.h |1 + CMakeLists.txt |2 +- development/cmake/LyxPackaging.cmake |2 +- 3

[LyX/master] Clean Cursor and CursorSlice

2020-10-15 Thread Yuriy Skalko
commit 65db7b31ad31024d1fe3235886e8740c772fa254 Author: Yuriy Skalko Date: Thu Oct 15 00:45:04 2020 +0300 Clean Cursor and CursorSlice --- src/Cursor.cpp |4 ++-- src/CursorSlice.cpp |2 -- src/CursorSlice.h |2 +- 3 files changed, 3 insertions(+), 5 deletions(-) diff

[LyX/master] Move Cursor.h from TocWidget.h

2020-10-15 Thread Yuriy Skalko
commit ce0e19268923d34122940af273854641c6f43a84 Author: Yuriy Skalko Date: Thu Oct 15 21:09:21 2020 +0300 Move Cursor.h from TocWidget.h --- src/frontends/qt/TocWidget.cpp |1 + src/frontends/qt/TocWidget.h | 13 ++--- 2 files changed, 11 insertions(+), 3 deletions(-)

[LyX/master] Move Author.h, Format.h from BufferParams.h

2020-10-15 Thread Yuriy Skalko
commit 84365fc946975cd5e9ffa1ce4aae9c8a49668cf8 Author: Yuriy Skalko Date: Thu Oct 15 22:27:52 2020 +0300 Move Author.h, Format.h from BufferParams.h --- src/BufferParams.cpp|1 + src/BufferParams.h |5 +++-- src/CutAndPaste.cpp |1 +

[LyX/master] Move Cursor.h from Clipboard.h

2020-10-15 Thread Yuriy Skalko
commit fbefdb10a5dca5b26d6958b3be5a407a1b18ef5f Author: Yuriy Skalko Date: Thu Oct 15 09:59:01 2020 +0300 Move Cursor.h from Clipboard.h --- src/CutAndPaste.h |4 src/LyX.cpp |1 + src/frontends/Clipboard.h |5 +++--

[LyX/master] Clean includes in TextMetrics.cpp

2020-10-15 Thread Yuriy Skalko
commit bea9d2f3f774d62aa48fe83ebbefdd0e7d5f85b9 Author: Yuriy Skalko Date: Thu Oct 15 00:17:45 2020 +0300 Clean includes in TextMetrics.cpp --- src/TextMetrics.cpp |4 1 files changed, 0 insertions(+), 4 deletions(-) diff --git a/src/TextMetrics.cpp b/src/TextMetrics.cpp index

[LyX/master] Clean output_latex

2020-10-15 Thread Yuriy Skalko
commit 7f40bb2b2db796a6e6d29dc1eed49faac6e1e272 Author: Yuriy Skalko Date: Thu Oct 15 00:51:07 2020 +0300 Clean output_latex --- src/output_latex.cpp |2 -- src/output_latex.h |1 - 2 files changed, 0 insertions(+), 3 deletions(-) diff --git a/src/output_latex.cpp

[LyX/master] Clean includes in buffer_funcs.cpp

2020-10-15 Thread Yuriy Skalko
commit da56091c2a04f10206ed1b0721056a535b9c598b Author: Yuriy Skalko Date: Wed Oct 14 23:56:14 2020 +0300 Clean includes in buffer_funcs.cpp --- src/buffer_funcs.cpp | 23 --- 1 files changed, 0 insertions(+), 23 deletions(-) diff --git a/src/buffer_funcs.cpp

[LyX/master] Const refactor

2020-10-15 Thread Yuriy Skalko
commit 4c8d262996f657b52dcf473897c0d4622bfda6b4 Author: Yuriy Skalko Date: Thu Oct 15 22:15:21 2020 +0300 Const refactor --- src/BufferParams.cpp |4 ++-- src/BufferParams.h |4 ++-- src/TextClass.h |4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git

[LyX/master] DocBook: MissingEndLayoutBetweenTables can't pass.

2020-10-15 Thread Thibaut Cuvelier
commit 700557783d997645442bd83e72a4492ddf5f5cae Author: Thibaut Cuvelier Date: Fri Oct 16 04:30:05 2020 +0200 DocBook: MissingEndLayoutBetweenTables can't pass. --- development/autotests/ignoredTests | 12 +++- 1 files changed, 11 insertions(+), 1 deletions(-) diff --git

[LyX/master] Amend 82ea3d6

2020-10-15 Thread Thibaut Cuvelier
commit 170866986c64e17d6913d346ba5bdbe07529e349 Author: Thibaut Cuvelier Date: Fri Oct 16 04:29:50 2020 +0200 Amend 82ea3d6 Test was done on the wrong data structure: the title is almost the only element ending up in shouldBeInInfo, it is never inmustBeInInfo. ---

[LyX/master] Move Dimension.h from InsetIPA.h

2020-10-15 Thread Yuriy Skalko
commit 36c8e06cf134f2b8f037b6bd01c4b2b1573033b2 Author: Yuriy Skalko Date: Thu Oct 15 10:04:32 2020 +0300 Move Dimension.h from InsetIPA.h --- src/insets/InsetIPA.cpp |1 + src/insets/InsetIPA.h |3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git

[LyX/master] Remove BufferParams.h from BiblioInfo.h

2020-10-15 Thread Yuriy Skalko
commit 87d19e10680ab1fcd307027b89761d824fa052f9 Author: Yuriy Skalko Date: Wed Oct 14 16:43:44 2020 +0300 Remove BufferParams.h from BiblioInfo.h --- src/BiblioInfo.h |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/BiblioInfo.h b/src/BiblioInfo.h index

[LyX/master] Move BufferParams.h from Language.h

2020-10-15 Thread Yuriy Skalko
commit 5ac65d1532dd837862d8abcd757e9be5aa1fca0d Author: Yuriy Skalko Date: Wed Oct 14 23:40:05 2020 +0300 Move BufferParams.h from Language.h --- src/Language.cpp |1 + src/Language.h |3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Language.cpp

[LyX/2.3.x] Amend 0536193c: Remove requirement of revsymb4-1.sty.

2020-10-15 Thread Kornel Benko
commit a610ee422e6b52264d739465b2d8ad0063453ba4 Author: Kornel Benko Date: Thu Oct 15 12:16:30 2020 +0200 Amend 0536193c: Remove requirement of revsymb4-1.sty. Fixes #12005, reported and indicated a fix by 'ert' (cherry picked from commit

[LyX/master] Amend 0536193c: Remove requirement of revsymb4-1.sty.

2020-10-15 Thread Kornel Benko
commit a0f02203488ddac6bb0b2437d18b98ad25453f31 Author: Kornel Benko Date: Thu Oct 15 12:16:30 2020 +0200 Amend 0536193c: Remove requirement of revsymb4-1.sty. Fixes #12005, reported and indicated a fix by 'ert' --- lib/layouts/revtex4-2.layout |2 +- 1 files changed, 1

[LyX/master] Cleanup CutAndPaste.cpp

2020-10-15 Thread Jean-Marc Lasgouttes
commit d5fe3337c6c26641772c3a245bc2ccc0a12b7271 Author: Daniel Ramoeller Date: Sun Oct 11 16:03:39 2020 +0200 Cleanup CutAndPaste.cpp --- src/CutAndPaste.cpp |8 +++- 1 files changed, 3 insertions(+), 5 deletions(-) diff --git a/src/CutAndPaste.cpp b/src/CutAndPaste.cpp index