[LyX/master] Harmonize some math icon colors

2020-12-10 Thread Juergen Spitzmueller
commit d254fc351b43627e960077f2ba377141242fc0a8 Author: Juergen Spitzmueller Date: Thu Dec 10 09:23:12 2020 +0100 Harmonize some math icon colors Use the same blue and red all over the place --- lib/images/dialog-show_mathmatrix.svgz | Bin 2420 -> 2709 bytes lib/images/math-disp

[LyX/master] Update sk.po

2020-12-10 Thread Kornel Benko
commit 286db9361fb3756f6ecabba650cc167c01275dc6 Author: Kornel Benko Date: Thu Dec 10 11:32:38 2020 +0100 Update sk.po --- po/sk.po | 30 -- 1 files changed, 20 insertions(+), 10 deletions(-) diff --git a/po/sk.po b/po/sk.po index 86617f3..aa44c54 100644 ---

[LyX/master] Adv-Search: Use some free unicodes as replacement for searched spaces

2020-12-10 Thread Kornel Benko
commit 2d2e2f1c6dff09314b608b2b4a91ff1e6a82 Author: Kornel Benko Date: Thu Dec 10 11:32:59 2020 +0100 Adv-Search: Use some free unicodes as replacement for searched spaces Without this, it is difficult to find backslashed macros if in regexp-mode. --- src/insets/InsetSpace.cpp

[LyX/master] Autotools: use C++17 mode when available

2020-12-10 Thread Jean-Marc Lasgouttes
commit bf28a2677c2ebfbaef9cffbb240aa886b9f8cbbc Author: Jean-Marc Lasgouttes Date: Thu Dec 10 10:55:09 2020 +0100 Autotools: use C++17 mode when available --- config/lyxinclude.m4 |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/lyxinclude.m4 b/config/lyxi

[LyX/master] Cleanup extract.sh

2020-12-10 Thread Jean-Marc Lasgouttes
commit 78359835606620bad2782a20ecb646c12d654282 Author: Jean-Marc Lasgouttes Date: Thu Dec 10 12:13:02 2020 +0100 Cleanup extract.sh Add new option --report to create an HTML report (shows dependencies at the end). --- 3rdparty/boost/extract.sh | 36 -

[LyX/master] Add contents of soul flex insets to toc

2020-12-10 Thread Juergen Spitzmueller
commit 1b137f7d958c26dac818067476136d29c54344e1 Author: Juergen Spitzmueller Date: Thu Dec 10 14:02:30 2020 +0100 Add contents of soul flex insets to toc --- lib/layouts/soul.module |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/lib/layouts/soul.module b/lib/layou

[LyX/master] Preserve paragraph depth when dissolving.

2020-12-10 Thread Jean-Marc Lasgouttes
commit 69c46c56fe7c1f67ea89c3863fd19299fa335b65 Author: Jean-Marc Lasgouttes Date: Thu Dec 10 18:34:07 2020 +0100 Preserve paragraph depth when dissolving. It turns out that makeSameLayout() does more than we want. Fixes bug #11981. --- src/Text.cpp | 12 +--- 1

[LyX/master] Remove unnecessary `c_str`

2020-12-10 Thread Yuriy Skalko
commit 5999dd96e64c707339c7cd05b81956017080fbb3 Author: Yuriy Skalko Date: Thu Dec 10 14:32:55 2020 +0200 Remove unnecessary `c_str` --- src/graphics/PreviewLoader.cpp |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/graphics/PreviewLoader.cpp b/src/graph

[LyX/master] Use `to_string` instead of `boost::lexical_cast`

2020-12-10 Thread Yuriy Skalko
commit 9348c5c63521d5e2908e30b191afb1e703ff219a Author: Yuriy Skalko Date: Thu Dec 10 14:33:47 2020 +0200 Use `to_string` instead of `boost::lexical_cast` --- src/support/convert.cpp | 51 ++ 1 files changed, 16 insertions(+), 35 deletions(-)