[LyX/master] Fix C++20 warning on implicit capture of this via [=]

2020-12-28 Thread Yuriy Skalko
commit 3971b1b35ef6325b7816c77941d2d95bcc497417 Author: Yuriy Skalko Date: Mon Dec 28 20:59:48 2020 +0200 Fix C++20 warning on implicit capture of this via [=] --- src/frontends/qt/GuiBibtex.cpp |2 +- src/frontends/qt/GuiCitation.cpp |2 +- src/frontends/qt/GuiDocument.cpp

[LyX/master] Use crc32 calculation from zlib instead of boost

2020-12-28 Thread Yuriy Skalko
commit 197ea63631d36aa3b781a61a3b70cff193788d29 Author: Yuriy Skalko Date: Sat Dec 26 21:23:44 2020 +0200 Use crc32 calculation from zlib instead of boost --- src/support/FileName.cpp |4 ++-- src/support/checksum.cpp | 25 + src/support/checksum.h |2 +-

[LyX/master] Update Doxygen options to have more dependency graphs

2020-12-28 Thread Yuriy Skalko
commit 3e167f9fe72e0adcff49f87958a21a0c9a0b5d78 Author: Yuriy Skalko Date: Tue Dec 22 12:14:00 2020 +0200 Update Doxygen options to have more dependency graphs Now many graphs are not generated due to excessive dependencies (default node limit for one graph is 50). --- sourced

[LyX/2.3.x] Re-enable input of non-LyX files (e.g., tex, pgf) (#12056)

2020-12-28 Thread Juergen Spitzmueller
commit 17e4f325f3d216591ab519309e5e044c7e319e33 Author: Juergen Spitzmueller Date: Mon Dec 28 09:58:30 2020 +0100 Re-enable input of non-LyX files (e.g., tex, pgf) (#12056) This amends [a385b7dc2b58/lyxgit] (cherry picked from commit 2af8e661a3a7652f31bbef4890a4b9290bf0feb

[LyX/master] FindAdv: Allow compilation with c++20

2020-12-28 Thread Kornel Benko
commit ab7ac800dc374e802f8d0f14a2dfaca4d6e53309 Author: Kornel Benko Date: Mon Dec 28 16:42:54 2020 +0100 FindAdv: Allow compilation with c++20 --- src/lyxfind.cpp | 84 --- 1 files changed, 61 insertions(+), 23 deletions(-) diff --git

[LyX/master] Suppress unneeded git log output

2020-12-28 Thread Yuriy Skalko
commit d927e9343c4b51d5b81680d39c161f869a887b61 Author: Yuriy Skalko Date: Mon Dec 28 15:35:07 2020 +0200 Suppress unneeded git log output --- src/VCBackend.cpp |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/VCBackend.cpp b/src/VCBackend.cpp index 48cb618..b2

[LyX/master] Cmake build: Expand for possible c++20 compilation

2020-12-28 Thread Kornel Benko
commit 86a10281da8dfd3e0892c368476dc867d5bfd852 Author: Kornel Benko Date: Mon Dec 28 13:13:27 2020 +0100 Cmake build: Expand for possible c++20 compilation --- development/cmake/modules/FindCXX11Compiler.cmake |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/devel

[LyX/master] Update Russian localization

2020-12-28 Thread Yuriy Skalko
commit dea8231b7bcacb5e8043ec1671955324914038a0 Author: Yuriy Skalko Date: Tue Dec 22 20:58:26 2020 +0200 Update Russian localization --- lib/doc/ru/Intro.lyx |2 +- lib/doc/ru/Math.lyx | 49 - po/ru.po | 16 -

[LyX/master] Re-enable input of non-LyX files (e.g., tex, pgf) (#12056)

2020-12-28 Thread Juergen Spitzmueller
commit 2af8e661a3a7652f31bbef4890a4b9290bf0febd Author: Juergen Spitzmueller Date: Mon Dec 28 09:58:30 2020 +0100 Re-enable input of non-LyX files (e.g., tex, pgf) (#12056) This amends [a385b7dc2b58/lyxgit] --- src/frontends/qt/GuiInclude.cpp | 11 +++ 1 files changed, 7