[LyX/master] CMake: comment out c++20 for now

2020-10-23 Thread Scott Kostyshak
commit 2c1753a5265c59ebd11fc465cdb119ff589ad965 Author: Scott Kostyshak Date: Fri Oct 23 17:12:02 2020 -0400 CMake: comment out c++20 for now We currently get errors with internal boost and also from LyX code. --- development/cmake/modules/FindCXX11Compiler.cmake |4 +++- 1

[LyX/master] Fix compilation on cygwin

2020-10-23 Thread Enrico Forestieri
commit d2d33a6a1f236d910e17dbcac12ced16c721e247 Author: Enrico Forestieri Date: Fri Oct 23 14:59:54 2020 +0200 Fix compilation on cygwin --- src/BiblioInfo.h |2 +- src/Counters.h |2 +- src/Encoding.h |2 +- src/Language.h |2 +- 4 files changed, 4 insertions(+), 4

[LyX/master] Amend 39996524: Satisfy older cmake versions

2020-10-23 Thread Kornel Benko
commit 6869c3adffe2d938faa457d0bd457ce38dcc8afb Author: Kornel Benko Date: Fri Oct 23 13:25:49 2020 +0200 Amend 39996524: Satisfy older cmake versions --- CMakeLists.txt| 15 +++ development/cmake/modules/FindCXX11Compiler.cmake |1 +

[LyX/master] Update sk.po

2020-10-23 Thread Kornel Benko
commit afdda7c9e14e7db467ff19dc17395ca13a4381fc Author: Kornel Benko Date: Fri Oct 23 12:17:14 2020 +0200 Update sk.po --- po/sk.po | 84 ++--- 1 files changed, 52 insertions(+), 32 deletions(-) diff --git a/po/sk.po b/po/sk.po

[LyX/master] Unify naming of menu items

2020-10-23 Thread Yuriy Skalko
commit c928714b0b9dc63b6b7ecb7ba38a6569a45d766d Author: Yuriy Skalko Date: Fri Oct 23 09:24:53 2020 +0300 Unify naming of menu items --- src/frontends/qt/Menus.cpp |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/frontends/qt/Menus.cpp