[LyX/master] FindAdv: next 3 tests working

2020-05-29 Thread Kornel Benko
commit 158919e20370f290d335bc8dc818343a5d0743ba Author: Kornel Benko Date: Fri May 29 20:18:45 2020 +0200 FindAdv: next 3 tests working --- development/autotests/findadv-17-in.txt |1 + development/autotests/findadv-21-in.txt |2 ++ development/autotests/findadv-22-in.txt |1

[LyX/master] FindAdv: Correct next test (keytest/findadv-16)

2020-05-29 Thread Kornel Benko
commit 9da4390a9b6e79f1fdecc05d3c242bbc993faecd Author: Kornel Benko Date: Fri May 29 20:04:57 2020 +0200 FindAdv: Correct next test (keytest/findadv-16) Provided that the LASSERT in src/mathed/InsetMathGrid.cpp:1824 is removed. --- development/autotests/findadv-16-in.txt

[LyX/master] FindAdv: Correct some testcases

2020-05-29 Thread Kornel Benko
commit 8028dce12910cd7cac4d872488603c225a3070a0 Author: Kornel Benko Date: Fri May 29 14:22:34 2020 +0200 FindAdv: Correct some testcases --- development/autotests/findadv-05-in.txt|3 ++- development/autotests/findadv-06-in.txt|5 - development/autotests/findadv-07

[LyX/master] Findadv: Convert some messages from LYXERR0(...) to LYXERR(Debug::INFO, ...)

2020-05-29 Thread Kornel Benko
commit 03ad03320e0ef5ad95ff5ba2b9eb37b27f4e45a0 Author: Kornel Benko Date: Fri May 29 08:44:56 2020 +0200 Findadv: Convert some messages from LYXERR0(...) to LYXERR(Debug::INFO, ...) Due to a hint from Scott: > I don't think it should be printed to LYXERR0. That g

[LyX/master] Cmake build: Prohibit use of external boost if using libstdc++ in debug mode

2020-05-27 Thread Kornel Benko
commit fc39c3b48b8952bd773915118b74bc2dab498c6d Author: Kornel Benko Date: Wed May 27 11:35:48 2020 +0200 Cmake build: Prohibit use of external boost if using libstdc++ in debug mode We are using the compiler falgs _GLIBCXX_DEBUG and _GLIBCXX_DEBUG_PEDANTIC See https

[LyX/master] Findadv: 2 more possible out of range access cases corrected

2020-05-26 Thread Kornel Benko
commit b7cac34d9644b01d79f43c323ae37374eb1133ff Author: Kornel Benko Date: Tue May 26 18:49:50 2020 +0200 Findadv: 2 more possible out of range access cases corrected --- src/lyxfind.cpp | 12 +++- 1 files changed, 7 insertions(+), 5 deletions(-) diff --git a/src/lyxfind.cpp b

[LyX/master] Findadv: Do not use out of range index into a string

2020-05-26 Thread Kornel Benko
commit 8dd2ac717148786acaafc5a2db75552b53083f01 Author: Kornel Benko Date: Tue May 26 15:58:23 2020 +0200 Findadv: Do not use out of range index into a string Thanks Scott. Crashing if using _GLIBCXX_DEBUG preprocessor setting --- src/lyxfind.cpp |2 +- 1 files changed, 1

[LyX/master] Tools(listFontWithLang.pl): Prohibit inserting multiple entries of same command line option

2020-05-21 Thread Kornel Benko
commit e3ffbc53cb6a8d1151772ac081f1f2db1c7c9de4 Author: Kornel Benko Date: Thu May 21 16:09:21 2020 +0200 Tools(listFontWithLang.pl): Prohibit inserting multiple entries of same command line option --- development/tools/GetOptions.pm | 12 1 files changed, 12 insertions

[LyX/master] Tools(listFontWithLang.pl): Polishing

2020-05-21 Thread Kornel Benko
commit 580057bef710ec62a8c1f77380f90c312891bddf Author: Kornel Benko Date: Thu May 21 11:50:42 2020 +0200 Tools(listFontWithLang.pl): Polishing --- development/tools/GetOptions.pm |9 +++- development/tools/listFontWithLang.pl | 36 +++- 2 files

[LyX/master] Tools(listFontWithLang.pl): Amend 58dfb1d8, Select fonts containig specified glyphs

2020-05-20 Thread Kornel Benko
commit f7ad823cb8c1d3f833c8b5ae1c4dbf681135f6f6 Author: Kornel Benko Date: Wed May 20 12:38:30 2020 +0200 Tools(listFontWithLang.pl): Amend 58dfb1d8, Select fonts containig specified glyphs Allow to specify also intervalls of charaters e.g. -c a-z,u+70-u+200

[LyX/master] Tools(listFontWithLang.pl): Amend ac039733, Select fonts containig specified glyphs

2020-05-19 Thread Kornel Benko
commit 58dfb1d8250a6ea3f348a528bb3b30b39dee7761 Author: Kornel Benko Date: Tue May 19 08:55:41 2020 +0200 Tools(listFontWithLang.pl): Amend ac039733, Select fonts containig specified glyphs Allow also values like -c Azß or -c u+65zu+xdf (Comma

[LyX/2.3.x] Update sk.po

2020-05-18 Thread Kornel Benko
commit 644614193308d2a9d2f99adae9603e115cb71cc5 Author: Kornel Benko Date: Mon May 18 19:20:46 2020 +0200 Update sk.po --- po/sk.po |8 ++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/po/sk.po b/po/sk.po index 6c1e56b..9ea7849 100644 --- a/po/sk.po +++ b/po

[LyX/2.3.x] Added revtex4-2.layout

2020-05-18 Thread Kornel Benko
commit bece189ea6bd9f8316556148c99f448f947aa5f8 Author: Kornel Benko Date: Mon May 18 18:53:28 2020 +0200 Added revtex4-2.layout Essentially cherry-picked 0536193c, but changing format from 80 to 66. --- lib/layouts/revtex4-1.layout | 350

[LyX/master] Tools(listFontWithLang.pl): Select fonts containig specified glyphs

2020-05-18 Thread Kornel Benko
commit ac0397330986e4d7360f746be8cf10d1ecb1c8a2 Author: Kornel Benko Date: Mon May 18 18:21:25 2020 +0200 Tools(listFontWithLang.pl): Select fonts containig specified glyphs Comma separated glyphs can be specifies as characters or as unicode-values example: -c A,z,ß

[LyX/master] Tools(listFontWithLang.pl): update fonts-categorization

2020-05-17 Thread Kornel Benko
commit 5f3541454c8905599f6a3dfc0f80b2cf107630aa Author: Kornel Benko Date: Sun May 17 15:10:28 2020 +0200 Tools(listFontWithLang.pl): update fonts-categorization --- development/tools/listFontWithLang.pl | 12 1 files changed, 8 insertions(+), 4 deletions(-) diff --git

[LyX/master] Tools(listFontWithLang.pl): Group related parameters in the command syntax

2020-05-16 Thread Kornel Benko
commit 36deaaac264a684a69697f012e007603a21d34ef Author: Kornel Benko Date: Sat May 16 21:40:26 2020 +0200 Tools(listFontWithLang.pl): Group related parameters in the command syntax Display sequence of command parameters according to their appearance in the definition table

[LyX/master] Update sk.po

2020-05-16 Thread Kornel Benko
commit 91c2d66983188fcc0345dad8f7d54869e5c28ba6 Author: Kornel Benko Date: Sat May 16 10:03:17 2020 +0200 Update sk.po --- po/sk.po | 46 -- 1 files changed, 44 insertions(+), 2 deletions(-) diff --git a/po/sk.po b/po/sk.po index e888edc

[LyX/2.3.x] Update sk.po

2020-05-16 Thread Kornel Benko
commit 3d50e903108ed9a2567240ac13a563127606c127 Author: Kornel Benko Date: Sat May 16 10:03:58 2020 +0200 Update sk.po --- po/sk.po | 28 +--- 1 files changed, 25 insertions(+), 3 deletions(-) diff --git a/po/sk.po b/po/sk.po index 57669db..6c1e56b 100644

[LyX/master] Tools: try to categorize fonts in listFontWithLang.pl

2020-05-14 Thread Kornel Benko
commit d4b64d81fe34d8f8e1fc7b05269e1c9bd1d9bd59 Author: Kornel Benko Date: Thu May 14 17:35:51 2020 +0200 Tools: try to categorize fonts in listFontWithLang.pl New 'categories' besides Serif and Sans: Script, Fraktur, Fancy, Initials, Symbol --- development/tools

[LyX/master] Tools: recognize most sans serif fonts in listFontWithLang.pl

2020-05-12 Thread Kornel Benko
commit 1bda6da7f96fbc4906d7dd31bb2a79da1d54779a Author: Kornel Benko Date: Tue May 12 19:53:28 2020 +0200 Tools: recognize most sans serif fonts in listFontWithLang.pl Starts to be crazy. Many fonts have to be (visually!) inspected, because there is no hint about this feature

[LyX/master] Tools: recognize math font in listFontWithLang.pl

2020-05-09 Thread Kornel Benko
commit 3eb56006b5eb9e478ac6bb8f0c5a15cc347e54ec Author: Kornel Benko Date: Sat May 9 13:19:12 2020 +0200 Tools: recognize math font in listFontWithLang.pl --- development/tools/listFontWithLang.pl | 21 +++-- 1 files changed, 19 insertions(+), 2 deletions(-) diff --git

[LyX/master] Tools: optimize recognition of some font features in listFontWithLang.pl

2020-05-08 Thread Kornel Benko
commit 8918d5287b73f491f1d5aa03de2dd03f84920c76 Author: Kornel Benko Date: Fri May 8 14:17:19 2020 +0200 Tools: optimize recognition of some font features in listFontWithLang.pl Added (de)selecting fonts through its capability (latn, math, arab, etc) Recognize also trebuchet

[LyX/master] Win32-build, bug #11635, "2 lyx in same time?"

2020-05-06 Thread Kornel Benko
commit 14316c7890c81db4fe7bc9229a14885e1261a125 Author: Kornel Benko Date: Wed May 6 11:50:41 2020 +0200 Win32-build, bug #11635, "2 lyx in same time?" Patch from Eugene "Win installer part again, this time just append to existing lyxrc.dist inst

[LyX/master] Cmake build: Adapt handling of c++ standards to new Visual C++ 2019

2020-05-05 Thread Kornel Benko
commit 9c863039b620ebc54b218e8be5c4112906178323 Author: Kornel Benko Date: Tue May 5 13:49:50 2020 +0200 Cmake build: Adapt handling of c++ standards to new Visual C++ 2019 More or less suggested by Thibaut Cuvelier's switch to Visual C++ 2019 --- CMakeLists.txt

[LyX/master] Update sk.po

2020-05-03 Thread Kornel Benko
commit 544770a5821c5ff57c64ffcfaada27127b7a05f6 Author: Kornel Benko Date: Sun May 3 14:42:14 2020 +0200 Update sk.po --- po/sk.po | 339 +- 1 files changed, 312 insertions(+), 27 deletions(-) diff --git a/po/sk.po b/po/sk.po

[LyX/master] Try to set executable bit on listFontWithLang.pl

2020-05-03 Thread Kornel Benko
commit 63ce605b83ec9b796a51b78692b8c3837087332d Author: Kornel Benko Date: Sun May 3 12:54:14 2020 +0200 Try to set executable bit on listFontWithLang.pl --- development/tools/listFontWithLang.pl |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/development/tools

[LyX/master] Moving lib/scripts/{GetOptions.pm, listFontWithLang.pl} to development/tools

2020-05-02 Thread Kornel Benko
commit b55f735afe11b211ed601ee3373066b0d2f6b72a Author: Kornel Benko Date: Sat May 2 13:40:26 2020 +0200 Moving lib/scripts/{GetOptions.pm,listFontWithLang.pl} to development/tools --- development/tools/GetOptions.pm | 176 ++ development/tools/listFontWithLang.pl | 601

[LyX/master] Perl script (for developpers) to select desired system font names.

2020-05-02 Thread Kornel Benko
commit 4d7c7f1e74387f2778f5d9ec0ee5fc23efc6d0c7 Author: Kornel Benko Date: Sat May 2 13:20:53 2020 +0200 Perl script (for developpers) to select desired system font names. Needed font-config (so that this script is probably OK on unix systems only) Probably needed module

[LyX/2.3.x] Update sk.po

2020-04-19 Thread Kornel Benko
commit 3bc8cc15b8fd2db1da2fb5969fb1c3cb067f6865 Author: Kornel Benko Date: Sun Apr 19 17:48:58 2020 +0200 Update sk.po --- po/sk.po |8 ++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/po/sk.po b/po/sk.po index 67a674c..57669db 100644 --- a/po/sk.po +++ b/po

[LyX/master] Update sk.po

2020-04-19 Thread Kornel Benko
commit d02b17622eda7d146ccc586e34ae29c2e5f7d71e Author: Kornel Benko Date: Sun Apr 19 15:29:39 2020 +0200 Update sk.po --- po/sk.po | 12 ++-- 1 files changed, 10 insertions(+), 2 deletions(-) diff --git a/po/sk.po b/po/sk.po index 91f5598..53ba148 100644 --- a/po/sk.po +++ b

[LyX/master] Amend(5) 689f26d2: Revert changes in development/cygwin/lyxrc.dist.in

2020-04-19 Thread Kornel Benko
commit 4e14bf7028f31e86b86668408907e65abe488e84 Author: Kornel Benko Date: Sun Apr 19 11:39:10 2020 +0200 Amend(5) 689f26d2: Revert changes in development/cygwin/lyxrc.dist.in Thanks Enrico. --- development/cygwin/lyxrc.dist.in |2 +- 1 files changed, 1 insertions(+), 1

[LyX/master] Cmake build: Distinguish between PROGRAM_SUFFIX and LYX_VERSION

2020-04-19 Thread Kornel Benko
commit 3f89dd0b4864eff14db44fe8325d20124875d991 Author: Kornel Benko Date: Sun Apr 19 09:45:32 2020 +0200 Cmake build: Distinguish between PROGRAM_SUFFIX and LYX_VERSION For instance: program suffix may be "", but lyx version is still "2.4"

[LyX/master] Use c++11 to remove last char from a string

2020-04-19 Thread Kornel Benko
commit 478a303f4a68c4ce2aead172ac812230f9d23e23 Author: Kornel Benko Date: Sun Apr 19 08:59:54 2020 +0200 Use c++11 to remove last char from a string Thanks Scott. --- src/LyXRC.cpp |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/LyXRC.cpp b/src

[LyX/master] Amend(4) 689f26d2: Add default path to server pipe (cmake build)

2020-04-18 Thread Kornel Benko
commit 333e023e82a4ee59bf01628635cdbacb89e36edf Author: Kornel Benko Date: Sat Apr 18 22:25:55 2020 +0200 Amend(4) 689f26d2: Add default path to server pipe (cmake build) Rename the placeholde $$User to $$UserDir Make it more readable. Suggestion from Stephan Witt

[LyX/master] Amend(3) 689f26d2: Add default path to server pipe (cmake build)

2020-04-18 Thread Kornel Benko
commit 237378477f11026e8bd2cec389632d4ca410aef8 Author: Kornel Benko Date: Sat Apr 18 16:32:24 2020 +0200 Amend(3) 689f26d2: Add default path to server pipe (cmake build) Omit duplicated separators if replacing string '$$User' with actual userdir --- src/LyXRC.cpp |8

[LyX/master] Amend(2) 689f26d2: Add default path to server pipe (cmake build)

2020-04-18 Thread Kornel Benko
commit 88d83761890c8f37d6fa39862dfef1dfac651bdb Author: Kornel Benko Date: Sat Apr 18 12:07:04 2020 +0200 Amend(2) 689f26d2: Add default path to server pipe (cmake build) Changing pipe-path to fit on Windows Corrected by Eugene --- development/win32/lyxrc.dist.in |2 +- 1

[LyX/master] Amend(1) 689f26d2: Add default path to server pipe (cmake build)

2020-04-18 Thread Kornel Benko
commit 0135682fca9bcdbf4f355aa6ef4e6f78b4e8b49b Author: Kornel Benko Date: Sat Apr 18 09:06:56 2020 +0200 Amend(1) 689f26d2: Add default path to server pipe (cmake build) Added handling for cygwin and win32 MacOSX is unchanged, Stephan could you look at it? --- development

[LyX/master] Add default path to server pipe (cmake build + unix)

2020-04-17 Thread Kornel Benko
commit 689f26d2476e710ce7b04445ced9b91039494f04 Author: Kornel Benko Date: Fri Apr 17 18:38:51 2020 +0200 Add default path to server pipe (cmake build + unix) Actually the change is affecting only builds if 1.) Using cmake build 2.) on unix To use

[LyX/master] Cmake build: Prevent multiple configuration runs

2020-04-17 Thread Kornel Benko
commit 5ec95f703c8f4ca37be9389154a96e8b2bc6514d Author: Kornel Benko Date: Fri Apr 17 12:13:08 2020 +0200 Cmake build: Prevent multiple configuration runs Normally the sequence to compile is 1.) cmake 2.) make but since 'unset(var CACHE)' changed the cache

[LyX/master] Cmake build: Fix use of LYX_ABS_INSTALLED_DATADIR

2020-04-14 Thread Kornel Benko
commit dd154a5837db1083dfa64eb98038699a8bb49958 Author: Kornel Benko Date: Tue Apr 14 19:59:41 2020 +0200 Cmake build: Fix use of LYX_ABS_INSTALLED_DATADIR (Wrong display at configuration time. Also wrong value in created config.h) --- CMakeLists.txt |2

[LyX/master] Cmake build: All directory variables should contain trailing '/'

2020-04-14 Thread Kornel Benko
commit af029d695f268c8f91dd7853f87a9d5b6801701a Author: Kornel Benko Date: Tue Apr 14 13:01:17 2020 +0200 Cmake build: All directory variables should contain trailing '/' --- 3rdparty/dtl/CMakeLists.txt |4 ++-- CMakeLists.txt |7 --- development

[LyX/master] Amend(2) 4b052dec: Do not use CMAKE_INSTALL_PREFIX

2020-04-13 Thread Kornel Benko
commit 66142c7d08230b6a414d1f065992661a012d8b91 Author: Kornel Benko Date: Mon Apr 13 22:18:47 2020 +0200 Amend(2) 4b052dec: Do not use CMAKE_INSTALL_PREFIX On Windows this leads to duplicated use of 'LYX_INSTALLED' in the installed paths. Spotted by Eugene. --- 3rdparty/dtl

[LyX/master] Amend ef42541d26: Missed to commit these

2020-04-13 Thread Kornel Benko
commit 4b052dec771af65808815eace8ec1f0cd90ed6b5 Author: Kornel Benko Date: Mon Apr 13 13:39:33 2020 +0200 Amend ef42541d26: Missed to commit these --- 3rdparty/dtl/CMakeLists.txt |5 - src/LyX.cpp | 19 +++ 2 files changed, 23 insertions(+), 1

[LyX/master] Prepend dir containing created dtl executables to PATH

2020-04-13 Thread Kornel Benko
commit ef42541d2625591bab9a26364d936dabd1377892 Author: Kornel Benko Date: Mon Apr 13 12:51:04 2020 +0200 Prepend dir containing created dtl executables to PATH This should work on Windows, but needs test. The changes (namely the installation directory for the dtl executables

[LyX/master] Cmake build: Add manuals for created executables dv2dt and dt2dv

2020-04-09 Thread Kornel Benko
commit 00a6ad4b66e3e129c75e707bbfabbec8e25d8e4d Author: Kornel Benko Date: Thu Apr 9 14:44:18 2020 +0200 Cmake build: Add manuals for created executables dv2dt and dt2dv --- 3rdparty/dtl/CMakeLists.txt | 27 --- 1 files changed, 20 insertions(+), 7 deletions

[LyX/master] Amend b280fed1: 3rdparty/dtl: Use preprocessor value on Windows

2020-04-09 Thread Kornel Benko
commit bcde3d00165789db1e1ef183fab968c091faab8c Author: Kornel Benko Date: Thu Apr 9 11:58:49 2020 +0200 Amend b280fed1: 3rdparty/dtl: Use preprocessor value on Windows --- 3rdparty/dtl/CMakeLists.txt |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/3rdparty/dtl

[LyX/master] Cmake build: Added 3rdparty creation of dt2dv and dv2dt

2020-04-09 Thread Kornel Benko
commit b280fed1b3bbadd2df0aa2097678e63148627e74 Author: Kornel Benko Date: Thu Apr 9 11:46:47 2020 +0200 Cmake build: Added 3rdparty creation of dt2dv and dv2dt Works on linux, needs testing on Windows --- 3rdparty/dtl/CMakeLists.txt | 23 +++ CMakeLists.txt

[LyX/master] Added revtex4-2.layout

2020-04-08 Thread Kornel Benko
commit 0536193c2281eb6e14ac82195df4523a217ed94e Author: Kornel Benko Date: Wed Apr 8 10:27:34 2020 +0200 Added revtex4-2.layout For revtex4.1, this is only cosmetics, because the content of the layout moved to revtex4-x.inc. --- lib/layouts/revtex4-1.layout | 350

[LyX/master] Cmake tests: Amend 353295e4

2020-04-07 Thread Kornel Benko
commit 278c26b1a691cf80a9b6dfada76fb8da141581cb Author: Kornel Benko Date: Tue Apr 7 14:16:07 2020 +0200 Cmake tests: Amend 353295e4 Prevent also the command-line setting of LYX_ENABLE_VALGRIND_TESTS for the cmake versions < 3.17 --- CMakeLists.txt |2 ++ 1 files chan

[LyX/master] Cmake tests: Start preparing for tests involving valgrind

2020-04-07 Thread Kornel Benko
commit 353295e4997e5719b1189d119b9745031bc45af4 Author: Kornel Benko Date: Tue Apr 7 12:12:29 2020 +0200 Cmake tests: Start preparing for tests involving valgrind --- CMakeLists.txt |9 + 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/CMakeLists.txt b

[LyX/master] Update sk.po

2020-04-07 Thread Kornel Benko
commit 5d569285206f9d81149f0f6ab7cc2032bf14515b Author: Kornel Benko Date: Tue Apr 7 11:54:15 2020 +0200 Update sk.po --- po/sk.po |8 ++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/po/sk.po b/po/sk.po index c5523ec..91f5598 100644 --- a/po/sk.po +++ b/po

[LyX/master] Add "inset-settings" shortcut to sk/menus.bind

2020-04-07 Thread Kornel Benko
commit 701c6a62878a304f61840a6712130daa5820c294 Author: Kornel Benko Date: Tue Apr 7 11:52:58 2020 +0200 Add "inset-settings" shortcut to sk/menus.bind --- lib/bind/sk/menus.bind |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/lib/bind/sk/menus.bind b/l

[LyX/master] Cmake build: Discard (unset) some variables if not used anymore

2020-04-07 Thread Kornel Benko
commit c84fc5b40c8c3f99c9c25dd34bf31c194286cdb3 Author: Kornel Benko Date: Tue Apr 7 11:48:45 2020 +0200 Cmake build: Discard (unset) some variables if not used anymore --- CMakeLists.txt |7 +-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b

[LyX/master] Fix indentation

2020-04-07 Thread Kornel Benko
commit 80cd1168053bce096c15e4f3de913b718e553b0f Author: Kornel Benko Date: Tue Apr 7 11:47:08 2020 +0200 Fix indentation --- src/lyxfind.cpp | 26 +- 1 files changed, 13 insertions(+), 13 deletions(-) diff --git a/src/lyxfind.cpp b/src/lyxfind.cpp index f4bf76b

[LyX/master] Update sk.po

2020-03-27 Thread Kornel Benko
commit 81d507f9dedea14c9fbbfc72200aa2279437f335 Author: Kornel Benko Date: Fri Mar 27 08:25:32 2020 +0100 Update sk.po --- po/sk.po |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/po/sk.po b/po/sk.po index b41eb33..c5523ec 100644 --- a/po/sk.po +++ b/po/sk.po

[LyX/master] Cmake build: Build VERSION_INFO more cmake-like

2020-03-26 Thread Kornel Benko
commit e74174c57a9f85bfb8ecd4930f03d741cb0c61b8 Author: Kornel Benko Date: Thu Mar 26 15:48:01 2020 +0100 Cmake build: Build VERSION_INFO more cmake-like Use LIST to add entries and convert the list later to a string --- CMakeLists.txt | 24 1 files

[LyX/master] Update sk.po

2020-03-26 Thread Kornel Benko
commit 9ee1d3e7de2ddb0a8c4a57886877887b23d6e08a Author: Kornel Benko Date: Thu Mar 26 15:47:48 2020 +0100 Update sk.po --- po/sk.po | 28 ++-- 1 files changed, 26 insertions(+), 2 deletions(-) diff --git a/po/sk.po b/po/sk.po index fe414d0..b41eb33 100644

[LyX/2.3.x] Update sk.po

2020-03-26 Thread Kornel Benko
commit 6c2faf4ba69d7183bc3fc1aa6eea262b05624522 Author: Kornel Benko Date: Thu Mar 26 11:17:00 2020 +0100 Update sk.po --- po/sk.po | 27 +-- 1 files changed, 21 insertions(+), 6 deletions(-) diff --git a/po/sk.po b/po/sk.po index fd0cc8a..15e4b76 100644

[LyX/master] Cmake build: Amend 3df9525a, extend build info in Help>About

2020-03-25 Thread Kornel Benko
commit 16802a7617351fa14bdf68d77f9ae7490a7719a7 Author: Kornel Benko Date: Wed Mar 25 17:50:58 2020 +0100 Cmake build: Amend 3df9525a, extend build info in Help>About Add also the qt-version and paths of sysdir and the lyx executable to the build info --- CMakeLists.

[LyX/master] Cmake build: Extend build info in Help>About

2020-03-25 Thread Kornel Benko
commit 3df9525a13de33b235d41a94cac9d2b1b8546c9b Author: Kornel Benko Date: Wed Mar 25 13:48:16 2020 +0100 Cmake build: Extend build info in Help>About Added list of used cmake options and info about used compiler --- CMakeLists.txt | 32 ++-- 1 fi

[LyX/2.3.x] Update sk.po

2020-03-21 Thread Kornel Benko
commit c5cfca6ac6d1f2efd208ba652eaf71dd347ab52e Author: Kornel Benko Date: Sat Mar 21 10:28:25 2020 +0100 Update sk.po --- po/sk.po |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/po/sk.po b/po/sk.po index f872543..fd0cc8a 100644 --- a/po/sk.po +++ b/po/sk.po

[LyX/master] Update sk.po

2020-03-14 Thread Kornel Benko
commit 30f0c4ccff73f2e5f4b20219cbadc0112f3008e8 Author: Kornel Benko Date: Sat Mar 14 20:29:00 2020 +0100 Update sk.po --- po/sk.po | 34 +++--- 1 files changed, 27 insertions(+), 7 deletions(-) diff --git a/po/sk.po b/po/sk.po index fc1b1da..fe414d0 100644

[LyX/master] Update sk.po

2020-03-13 Thread Kornel Benko
commit 90aae3c4ca12abcb6bf72b2102923d39005cee79 Author: Kornel Benko Date: Fri Mar 13 17:33:15 2020 +0100 Update sk.po --- po/sk.po | 97 +++-- 1 files changed, 74 insertions(+), 23 deletions(-) diff --git a/po/sk.po b/po/sk.po

[LyX/master] Cmake build: Amend b399cfc7

2020-03-07 Thread Kornel Benko
commit 7a02c02c18ba86b70f739f6ff204ccf7255cd3b3 Author: Kornel Benko Date: Sat Mar 7 13:51:50 2020 +0100 Cmake build: Amend b399cfc7 Re-allow also the previous include, so that it is now possible to use #include and also #include --- 3rdparty/hunspell

[LyX/master] Cmake build: Remove warnings about deprecated policy CMP0075

2020-03-07 Thread Kornel Benko
commit 348a3be5402bd4290a7ed14a185713c50a526790 Author: Kornel Benko Date: Sat Mar 7 13:49:35 2020 +0100 Cmake build: Remove warnings about deprecated policy CMP0075 --- 3rdparty/zlib/CMakeLists.txt |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/3rdparty/zlib

[LyX/master] Amend(1) 7f0efc51: Add evince_sync files to the dist target of automake

2020-03-02 Thread Kornel Benko
commit 12bd6881391c8a1e5f0da285c14cb85b7f8a7e96 Author: Kornel Benko Date: Mon Mar 2 12:49:09 2020 +0100 Amend(1) 7f0efc51: Add evince_sync files to the dist target of automake --- 3rdparty/Makefile.am |7 +++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/3rdparty

[LyX/master] Moving 3rdparty/evince_sync to 3rdparty/scripts/evince_sync

2020-03-01 Thread Kornel Benko
commit 834601fc1744ed8e57bd8dfdbe247766995cd8a0 Author: Kornel Benko Date: Sun Mar 1 16:46:35 2020 +0100 Moving 3rdparty/evince_sync to 3rdparty/scripts/evince_sync --- 3rdparty/evince_sync/README| 50 - 3rdparty/evince_sync/evince_backward_search

[LyX/master] Cmake build: Add evince_sync-files to be installed under the scripts dir

2020-03-01 Thread Kornel Benko
commit 7f0efc5165241a98cf62d16f3a81eef9ffbfdbab Author: Kornel Benko Date: Sun Mar 1 16:48:14 2020 +0100 Cmake build: Add evince_sync-files to be installed under the scripts dir --- development/cmake/Install.cmake |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git

[LyX/master] Cmake build: Remove deprecated policy warning

2020-03-01 Thread Kornel Benko
commit 4320e505a7d8c253c2c901a987d97a797bca76e8 Author: Kornel Benko Date: Sun Mar 1 15:36:41 2020 +0100 Cmake build: Remove deprecated policy warning --- CMakeLists.txt |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index cb55653

[LyX/master] Cmake tests: Amend f6f51587

2020-02-29 Thread Kornel Benko
commit 9c4642fbccb52f01a2d8126a703a0f2b08cad0c7 Author: Kornel Benko Date: Sat Feb 29 20:37:04 2020 +0100 Cmake tests: Amend f6f51587 --- src/tex2lyx/test/beamer.lyx.lyx |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/tex2lyx/test/beamer.lyx.lyx b/src

[LyX/master] Cmake build: Use correct include if using internal hunspell

2020-02-28 Thread Kornel Benko
commit b399cfc7a27a484c519cf76fe9fac8cc4435a66a Author: Kornel Benko Date: Fri Feb 28 21:48:54 2020 +0100 Cmake build: Use correct include if using internal hunspell This way also "HAVE_HUNSPELL_CXXABI" is correctly set to 1 --- 3rdparty/hunspell/CMakeLists.txt |2 +

[LyX/master] Cmake build: Remove unused option

2020-02-22 Thread Kornel Benko
commit f152302275ed8201a41eda82808f38b65cc11e30 Author: Kornel Benko Date: Sat Feb 22 21:13:43 2020 +0100 Cmake build: Remove unused option LYX_USE_FILEDIALOG is not used since af795b80 --- CMakeLists.txt |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git

[LyX/2.3.x] Amend cad0ec3e

2020-02-15 Thread Kornel Benko
commit 153817a0feae4fccd8f1668a64eb6091ad13cee2 Author: Kornel Benko Date: Sat Feb 15 12:23:42 2020 +0100 Amend cad0ec3e --- development/Makefile.am |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/development/Makefile.am b/development/Makefile.am index 5f2cb83

[LyX/master] Amend 43dfd12f

2020-02-15 Thread Kornel Benko
commit f5551bec15c43cedb9a5fa593de9464001bcf0e3 Author: Kornel Benko Date: Sat Feb 15 12:21:32 2020 +0100 Amend 43dfd12f --- development/Makefile.am |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/development/Makefile.am b/development/Makefile.am index fea5a97

[LyX/master] Cmake tests: Correct test BATCH_outline-beamer

2020-02-15 Thread Kornel Benko
commit 3f2c3155301dc03336c2ce8d1183b6603fc423a1 Author: Kornel Benko Date: Sat Feb 15 10:26:33 2020 +0100 Cmake tests: Correct test BATCH_outline-beamer --- development/batchtests/beamer_test.tex.orig | 809 +++ 1 files changed, 809 insertions(+), 0 deletions

[LyX/master] Cmake build: Files already removed, but in 'git status' still present.

2020-02-15 Thread Kornel Benko
commit 43dfd12fd7988e5433f7ec479a7b73a24855bcf5 Author: Kornel Benko Date: Sat Feb 15 10:11:28 2020 +0100 Cmake build: Files already removed, but in 'git status' still present. This is a try to really remove them. --- development/batchtests/beamer_test.tex.orig | 810

[LyX/2.3.x] Cmake build: Remove left-over files left after cherry-pick

2020-02-15 Thread Kornel Benko
commit cad0ec3e5477df6e9bfefe582b48422bb038ad39 Author: Kornel Benko Date: Sat Feb 15 10:06:42 2020 +0100 Cmake build: Remove left-over files left after cherry-pick --- development/cmake/modules/FindEnchant.cmake | 22 -- development/cmake/modules/FindHunspell.cmake

[LyX/2.3.x] Cmake build: Amend 1c097e56, correctly respect the patch-level

2020-02-12 Thread Kornel Benko
commit 1b0e8b36daf45c9fabf5212bdb922d4208a3bd4a Author: Kornel Benko Date: Wed Feb 12 12:02:36 2020 +0100 Cmake build: Amend 1c097e56, correctly respect the patch-level Handle also the case of creating from tar-file _and_ having 'git' installed (cherry picked from commit

[LyX/master] Cmake build: Amend 1c097e56, correctly respect the patch-level

2020-02-12 Thread Kornel Benko
commit cd3f11e5857e58d5e6a0cce888a8b72aa4a1130c Author: Kornel Benko Date: Wed Feb 12 12:02:36 2020 +0100 Cmake build: Amend 1c097e56, correctly respect the patch-level Handle also the case of creating from tar-file _and_ having 'git' installed --- CMakeLists.txt | 30

[LyX/2.3.x] Cmake build: Remove cmake warnings about mismatched values of FindPackageHandleStandardArgs()

2020-02-08 Thread Kornel Benko
commit a47dec6b4a91ca59a8d9d4431ecedd77f8ffc7e7 Author: Kornel Benko Date: Mon Jan 27 10:44:14 2020 +0100 Cmake build: Remove cmake warnings about mismatched values of FindPackageHandleStandardArgs() (cherry picked from commit 9fdc00fe2a2b2db752ca244eac3d14e708d5caba

[LyX/master] Cmake build: Remove cmake warnings about mismatched values of FindPackageHandleStandardArgs()

2020-01-27 Thread Kornel Benko
commit 9fdc00fe2a2b2db752ca244eac3d14e708d5caba Author: Kornel Benko Date: Mon Jan 27 10:44:14 2020 +0100 Cmake build: Remove cmake warnings about mismatched values of FindPackageHandleStandardArgs() --- CMakeLists.txt |2 +- development/cmake/modules

[LyX/2.3.x] Cmake config: Respect the patch-level while creating package from tar/zip-source

2020-01-18 Thread Kornel Benko
commit d537d55b6955bddb55e5dff9c4b6ad34fb53d2b7 Author: Kornel Benko Date: Sat Jan 18 10:40:31 2020 +0100 Cmake config: Respect the patch-level while creating package from tar/zip-source Rename some variables to match the ones used by automake Slightly modified patch from

[LyX/master] Partially revert 43b81bec, export.cmake was not intended to change

2020-01-17 Thread Kornel Benko
commit fe4ba565f6edd43419ec3837de873f77a5d4ee43 Author: Kornel Benko Date: Fri Jan 17 23:52:23 2020 +0100 Partially revert 43b81bec, export.cmake was not intended to change --- development/autotests/export.cmake |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git

[LyX/master] Cmake config: Respect the patch-level while creating package from tar/zip-source

2020-01-17 Thread Kornel Benko
commit 1c097e5620c1aae8e346f131eea9ddf845d43bf6 Author: Kornel Benko Date: Fri Jan 17 15:27:17 2020 +0100 Cmake config: Respect the patch-level while creating package from tar/zip-source --- CMakeLists.txt |7 +-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git

[LyX/master] Cmake config: Amend 43b81bec

2020-01-17 Thread Kornel Benko
commit ef4d21b68471ba1b85c77ecd9aa86bc1669a33f9 Author: Kornel Benko Date: Fri Jan 17 14:59:49 2020 +0100 Cmake config: Amend 43b81bec Typo, causing wrong package creation --- CMakeLists.txt |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git

[LyX/master] Cmake config: Rename some variables to match the ones used by automake

2020-01-17 Thread Kornel Benko
commit 43b81becc684460a4276cd31884a890b645a9481 Author: Kornel Benko Date: Fri Jan 17 14:25:57 2020 +0100 Cmake config: Rename some variables to match the ones used by automake LYX_RELEASE_VERSION renamed to LYX_RELEASE_VERSION and got the new value of LYX_RELEASE_PATCH

[LyX/master] Update sk.po

2020-01-17 Thread Kornel Benko
commit 019f297a54403aa51ce2d936faa42a3ada77bdaa Author: Kornel Benko Date: Fri Jan 17 12:37:19 2020 +0100 Update sk.po --- po/sk.po | 58 +++--- 1 files changed, 35 insertions(+), 23 deletions(-) diff --git a/po/sk.po b/po/sk.po index

Re: [LyX/master] Add pref to keep ct markup on copy/paste

2020-01-14 Thread Kornel Benko
Am Mon, 13 Jan 2020 15:04:32 +0100 (CET) schrieb Juergen Spitzmueller : > commit 5fc2662b1301a8e04db0fa8695e06b363c1de60e > Author: Juergen Spitzmueller > Date: Mon Jan 13 15:20:48 2020 +0100 > > Add pref to keep ct markup on copy/paste > > Fixes #10278, #10128 Typo (mde->mode)

Re: [LyX/master] Fix backspace deletion of selected items with change tracking

2020-01-13 Thread Kornel Benko
Am Mon, 13 Jan 2020 09:34:31 +0100 (CET) schrieb Juergen Spitzmueller : > commit adfd38e4efd1180df164fa2c75cf15210f366e94 > Author: Juergen Spitzmueller > Date: Mon Jan 13 09:48:56 2020 +0100 > > Fix backspace deletion of selected items with change tracking > > Move cursor at

[LyX/master] Update sk.po

2020-01-10 Thread Kornel Benko
commit ad0ed9c3e41aa847a3514df4a11f65bf808e414c Author: Kornel Benko Date: Fri Jan 10 11:15:15 2020 +0100 Update sk.po --- po/sk.po | 22 -- 1 files changed, 20 insertions(+), 2 deletions(-) diff --git a/po/sk.po b/po/sk.po index e49ba93..fa38cca 100644 --- a/po

[LyX/master] Revised description for installation on Windows

2020-01-06 Thread Kornel Benko
commit 949818959aa2a4ac57548a7ec13a4de0a5a76c50 Author: Kornel Benko Date: Mon Jan 6 12:44:52 2020 +0100 Revised description for installation on Windows Patch from Eugene Chornyi --- INSTALL.Win32 | 120 ++--- 1 files changed

[LyX/master] Update sk.po

2020-01-03 Thread Kornel Benko
commit 24ef009aa84d422bf2fe73df55883b9b95e6d7d8 Author: Kornel Benko Date: Fri Jan 3 13:16:19 2020 +0100 Update sk.po --- po/sk.po | 26 +- 1 files changed, 21 insertions(+), 5 deletions(-) diff --git a/po/sk.po b/po/sk.po index 4a5696d..e49ba93 100644 --- a/po

[LyX/master] Adv search: fix handling of multiple params of a latex command

2020-01-03 Thread Kornel Benko
commit ae7a7fa882297d4f95edb8d707b1da8996236e60 Author: Kornel Benko Date: Fri Jan 3 13:08:32 2020 +0100 Adv search: fix handling of multiple params of a latex command Fix the case of possibly nested parentheses --- src/lyxfind.cpp |2 +- 1 files changed, 1 insertions(+), 1

Re: [LyX/master] Introduce Menu item to accept/reject all changes in master/children

2020-01-02 Thread Kornel Benko
Am Thu, 2 Jan 2020 13:54:16 +0100 (CET) schrieb Juergen Spitzmueller : > commit 64775b787567c56263a85d5efa75811d9dd41d8b > Author: Juergen Spitzmueller > Date: Thu Jan 2 14:10:22 2020 +0100 > > Introduce Menu item to accept/reject all changes in master/children > > Fixes #11652

[LyX/master] Fix handling of doRemove in advanced search Amend 11c47ddf

2020-01-01 Thread Kornel Benko
commit 49aaf95894efefa80e4c7880e6e48ef1ee5738e4 Author: Kornel Benko Date: Wed Jan 1 14:03:21 2020 +0100 Fix handling of doRemove in advanced search Amend 11c47ddf --- src/lyxfind.cpp | 12 1 files changed, 8 insertions(+), 4 deletions(-) diff --git a/src/lyxfind.cpp b

[LyX/master] Update sk.po

2019-12-31 Thread Kornel Benko
commit f5c2588b67fa07a62bf014556764d06a6747db75 Author: Kornel Benko Date: Tue Dec 31 11:42:23 2019 +0100 Update sk.po --- po/sk.po |8 ++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/po/sk.po b/po/sk.po index 2daebdf..4a5696d 100644 --- a/po/sk.po +++ b/po

[LyX/2.3.x] Update sk.po

2019-12-31 Thread Kornel Benko
commit dd27c0c4ee4ff666f35b41a6c4522e9b010e1b2f Author: Kornel Benko Date: Tue Dec 31 11:42:01 2019 +0100 Update sk.po --- po/sk.po | 14 +++--- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/po/sk.po b/po/sk.po index 8cd42cc..52d3dd7 100644 --- a/po/sk.po +++ b

[LyX/2.3.x] Cmake tests: Make foreach() command robust

2019-12-31 Thread Kornel Benko
commit a99dc05e18018db28f4a485e4c9c31dd905681a0 Author: Kornel Benko Date: Sun Dec 15 13:38:23 2019 +0100 Cmake tests: Make foreach() command robust Cmake's foreach command includes forms foreach( IN LISTS ) foreach( IN ITEMS ) foreach( RANGE ...) We get

[LyX/master] Do not search in deleted text in change tracking mode

2019-12-29 Thread Kornel Benko
commit 48c7d9b028b069b7819987378577253b7e803e86 Author: Kornel Benko Date: Sun Dec 29 17:40:13 2019 +0100 Do not search in deleted text in change tracking mode --- src/lyxfind.cpp | 50 ++ 1 files changed, 42 insertions(+), 8 deletions

[LyX/master] Update sk.po

2019-12-29 Thread Kornel Benko
commit 9490a88e1807235bfc133ec44c50115a3c44104c Author: Kornel Benko Date: Sun Dec 29 09:37:24 2019 +0100 Update sk.po --- po/sk.po | 63 ++--- 1 files changed, 43 insertions(+), 20 deletions(-) diff --git a/po/sk.po b/po/sk.po

<    2   3   4   5   6   7   8   9   10   11   >