[LyX/master] Update tex2lyx test after last file format change

2020-07-11 Thread Juergen Spitzmueller
commit 56c139449d8810695daa2b5d18d20488863d4cbb Author: Juergen Spitzmueller Date: Sat Jul 11 11:12:00 2020 +0200 Update tex2lyx test after last file format change --- src/tex2lyx/test/CJK.lyx.lyx |2 +- src/tex2lyx/test/CJKutf8.lyx.lyx |2 +-

[LyX/master] de.po

2020-07-11 Thread Juergen Spitzmueller
commit 3e7dc04d21ee1ec75043b391651719b63140eb18 Author: Juergen Spitzmueller Date: Sat Jul 11 11:18:20 2020 +0200 de.po po/de.po | 2341 ++ 1 files changed, 1120 insertions(+), 1221 deletions(-) -- lyx-cvs mailing list lyx-cvs@l

[LyX/master] Fix header inclusion order

2020-07-11 Thread Juergen Spitzmueller
commit aaeb425230255c7f436b69486be272fbe41b74b9 Author: Juergen Spitzmueller Date: Sat Jul 11 12:30:14 2020 +0200 Fix header inclusion order This cures a crash with stdlib-debug on autotools --- src/insets/InsetFloat.cpp |5 ++--- 1 files changed, 2 insertions(+), 3 deletions(

[LyX/master] Update sk.po

2020-07-11 Thread Kornel Benko
commit a1315db1bf9d5b0beffed4da58ef679d3d307149 Author: Kornel Benko Date: Sat Jul 11 12:42:25 2020 +0200 Update sk.po --- po/sk.po | 449 ++ 1 files changed, 188 insertions(+), 261 deletions(-) diff --git a/po/sk.po b/po/sk.po

[LyX/master] Cmake build: Improve checks for stdlib-debug

2020-07-11 Thread Kornel Benko
commit 40e071c7cb6206ab98328eb4e685e698a1e05af1 Author: Kornel Benko Date: Sat Jul 11 12:43:17 2020 +0200 Cmake build: Improve checks for stdlib-debug --- CMakeLists.txt |4 ++-- development/cmake/ConfigureChecks.cmake |4 ++-- 2 files changed, 4 insertions

[LyX/master] Tools(listFontWithLang.pl): Allow the include of the separator glyph in the list of chars

2020-07-11 Thread Kornel Benko
commit b030dc5b8bcd16f176e749a37b086b617d8c4369 Author: Kornel Benko Date: Sat Jul 11 12:46:26 2020 +0200 Tools(listFontWithLang.pl): Allow the include of the separator glyph in the list of chars For instance: listFontWithLang.pl -c 'a-z\,A-Z' is not the same now as

[LyX/master] Fix compilation on platforms where sizeof(wchar_t) == 2.

2020-07-11 Thread Enrico Forestieri
commit da336cedf3c7a45a9f6ae352d4ffa751ca6aa221 Author: Enrico Forestieri Date: Sat Jul 11 16:19:21 2020 +0200 Fix compilation on platforms where sizeof(wchar_t) == 2. Use "set" instead of "unordered_set" as some facets are missing when using gcc on cygwin, mingw and, possibly,

[LyX/master] Remove unneeded header

2020-07-11 Thread Juergen Spitzmueller
commit 289cb58f52fe69a6c4807332b518dab4c2a8f546 Author: Juergen Spitzmueller Date: Sat Jul 11 16:41:34 2020 +0200 Remove unneeded header --- src/insets/InsetFloat.cpp |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/src/insets/InsetFloat.cpp b/src/insets/InsetFloat.

[LyX/master] Small update to INSTALL

2020-07-11 Thread Jean-Marc Lasgouttes
commit 670d540fa681bc036303e18ebd362b44e2ea7461 Author: Jean-Marc Lasgouttes Date: Sat Jul 11 19:54:06 2020 +0200 Small update to INSTALL --- INSTALL | 18 -- 1 files changed, 12 insertions(+), 6 deletions(-) diff --git a/INSTALL b/INSTALL index 47b73f1..ad3acf1 100644 -

[LyX/master] Wininstaller2, fix wrong logic

2020-07-11 Thread Eugene Chornyi
commit 16d8141e5e6f804d7589eab992aa82f1e10140a1 Author: Eugene Chornyi Date: Sat Jul 11 20:34:01 2020 +0200 Wininstaller2, fix wrong logic --- .../Win32/packaging/installer2/src/main.nsh|4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/development/Win32/pa

[LyX/master] Set desktop name for Wayland

2020-07-11 Thread Jean-Marc Lasgouttes
commit 2a80b0ac01bed283d3f06d6dbe50307b2a3bab15 Author: Jean-Marc Lasgouttes Date: Thu Apr 30 12:35:57 2020 +0200 Set desktop name for Wayland Fixes bug 11847. --- src/frontends/qt/GuiApplication.cpp |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/src/f

[LyX/2.3.x] Use Common Number separator instead of European to detect numbers

2020-07-11 Thread Jean-Marc Lasgouttes
commit 4804f637400627ef031bca55b8395d68bf63122a Author: Jean-Marc Lasgouttes Date: Fri Jul 10 17:17:15 2020 +0200 Use Common Number separator instead of European to detect numbers This is a fixup to commit 611df441. It seems that the wrong unicode property was selected. It coul

[LyX/master] Wininstaller2, use plugin to start LyX as user after installation as admin

2020-07-11 Thread Eugene Chornyi
commit df2234f18deb4021ecadce24001c4b6b3e6ee374 Author: Eugene Chornyi Date: Sat Jul 11 22:10:48 2020 +0200 Wininstaller2, use plugin to start LyX as user after installation as admin --- development/Win32/packaging/installer/Readme.txt |2 ++ .../Win32/packaging/installer2/src/main.n

[LyX/master] Fix and simplify computation of painter monochrome mode

2020-07-11 Thread Jean-Marc Lasgouttes
commit 77036f543488b534dbe35466049083b348d8914f Author: Jean-Marc Lasgouttes Date: Sat Jul 11 23:56:48 2020 +0200 Fix and simplify computation of painter monochrome mode The old code in GuiPainter::filterColor did not work. Tricks with colors should take place in HSV space, not