[LyX/master] StepMasterCounter --> StepParentCounter

2020-11-02 Thread Richard Kimberly Heck
commit 060c3de2f08b21fd2695a1b445d0b8f3d0ff9186 Author: Richard Kimberly Heck Date: Mon Nov 2 17:36:58 2020 -0500 StepMasterCounter --> StepParentCounter --- lib/doc/Customization.lyx| 51 +- lib/scripts/layout2layout.py | 11 -

[LyX/master] Revert "Fix a number of signedness warnings"

2020-11-02 Thread Richard Kimberly Heck
commit fba1c434e5166d0bd44fc7b981a141ab94553d5d Author: Richard Kimberly Heck Date: Mon Nov 2 17:09:13 2020 -0500 Revert "Fix a number of signedness warnings" This reverts commit e8a28c33c564784899ecd427c06d1fe8678bfc07. I was not aware that we used negative numbers for

[LyX/master] Remove 'slave' terminology from Counters.cpp.

2020-11-02 Thread Richard Kimberly Heck
commit 39f997048e40e8ee965b4abbb88d41a11b3f8069 Author: Richard Kimberly Heck Date: Mon Nov 2 17:03:42 2020 -0500 Remove 'slave' terminology from Counters.cpp. And with it, 'master'. That is less problematic by itself (so I'm not worried about 'master document'), but here it

[LyX/2.3.x] Remerge strings.

2020-11-02 Thread Richard Kimberly Heck
commit 9730223a1db8b8720cd86e5633976787d052634f Author: Richard Kimberly Heck Date: Mon Nov 2 13:44:48 2020 -0500 Remerge strings. --- po/cs.gmo | Bin 527346 -> 527388 bytes po/ru.gmo | Bin 669629 -> 669675 bytes po/sk.gmo | Bin 535571 -> 535595 bytes po/sk.po |2 +- 4 files

[LyX/master] Use default member initialization in OutputParams

2020-11-02 Thread Yuriy Skalko
commit 8a25741ccd580f573e29ad88212108df688c3666 Author: Yuriy Skalko Date: Mon Nov 2 02:06:30 2020 +0200 Use default member initialization in OutputParams --- src/OutputParams.cpp | 19 + src/OutputParams.h | 114 +- 2 files

[LyX/master] Fix a number of signedness warnings

2020-11-02 Thread Richard Kimberly Heck
commit e8a28c33c564784899ecd427c06d1fe8678bfc07 Author: Richard Kimberly Heck Date: Mon Nov 2 12:03:37 2020 -0500 Fix a number of signedness warnings --- src/Author.cpp | 16 src/Author.h | 10 +- src/BufferParams.h |2 +- src/Changes.cpp|

[LyX/master] whitespace and style

2020-11-02 Thread Richard Kimberly Heck
commit cfd19d86be61e6e4a3d66daf4dc1bac3642a202f Author: Richard Kimberly Heck Date: Mon Nov 2 11:45:09 2020 -0500 whitespace and style --- src/Author.cpp |3 ++- src/frontends/qt/Menus.cpp |2 +- src/insets/InsetBibtex.cpp |2 +- src/insets/InsetLayout.h |2

[LyX/master] Merge tests in invertedTests, proposed by Kornel

2020-11-02 Thread Thibaut Cuvelier
commit d8d64bd4068bff8c42cbadae294d6a0b74f42195 Author: Thibaut Cuvelier Date: Mon Nov 2 15:39:25 2020 +0100 Merge tests in invertedTests, proposed by Kornel This should improve performance when building LyX. --- development/autotests/invertedTests | 36

[LyX/master] Cmake tests: Do not remove temporary data while debugging

2020-11-02 Thread Kornel Benko
commit 9b2790d472cd86f20fdfa839f0fa70f8b54b2c42 Author: Kornel Benko Date: Mon Nov 2 13:12:56 2020 +0100 Cmake tests: Do not remove temporary data while debugging The debug mode is set with the environment LYX_DEBUG_LATEX $ export LYX_DEBUG_LATEX=1 The downside: From

[LyX/master] Simplify bformat

2020-11-02 Thread Yuriy Skalko
commit c7d0ba0f26f683993542abc75c373827c4f1e5b3 Author: Yuriy Skalko Date: Sun Nov 1 22:39:21 2020 +0200 Simplify bformat --- src/support/lstrings.cpp |6 +- 1 files changed, 1 insertions(+), 5 deletions(-) diff --git a/src/support/lstrings.cpp b/src/support/lstrings.cpp index