[LyX/master] Cmake tests: findadv-01 - findadv-21 working

2021-01-17 Thread Kornel Benko
commit 8ec16f4020e0f64768ad2ae80d3203af1c2c145b Author: Kornel Benko Date: Sun Jan 17 14:30:34 2021 +0100 Cmake tests: findadv-01 - findadv-21 working Tests 07 and 09 corrected because of not working shortcuts in cua env using sk/menus.bind. --- development/autotests/findadv

[LyX/master] FindAdv: Handle search for '{' and '}'

2021-01-17 Thread Kornel Benko
commit ec387b6d65142c2c3aaf7e9510475d9af9224833 Author: Kornel Benko Date: Mon Jan 18 01:10:07 2021 +0100 FindAdv: Handle search for '{' and '}' In format-search the chars '{' and '}' are understood as latex parentheses, which normally ar

[LyX/master] FindAdv: Amend ec387b6d: Handle search for '{' and '}'

2021-01-18 Thread Kornel Benko
commit dacd2c45b7fdcddc9d45d72d22ac779c501b7ef2 Author: Kornel Benko Date: Mon Jan 18 12:17:57 2021 +0100 FindAdv: Amend ec387b6d: Handle search for '{' and '}' 1) Take care of different input if changed the search-mode (with/without format) This a

[LyX/master] Update sk.po

2021-01-18 Thread Kornel Benko
commit a0bd34a9d1baa10abcacc8d5bc82664851e53004 Author: Kornel Benko Date: Mon Jan 18 12:26:29 2021 +0100 Update sk.po --- po/sk.po | 121 +- 1 files changed, 96 insertions(+), 25 deletions(-) diff --git a/po/sk.po b/po/sk.po

[LyX/master] FindAdv: Amend2 dacd2c45: Handle search for '{' and '}'

2021-01-18 Thread Kornel Benko
commit 96f9c8fb19a75e35e274e9621ad0207e2d0662ca Author: Kornel Benko Date: Mon Jan 18 16:06:40 2021 +0100 FindAdv: Amend2 dacd2c45: Handle search for '{' and '}' Allow for using 'a{2,7}' to find 2 to 7 consecutive chars 'a' --- src/lyxfin

[LyX/master] FindAdv: Remove dead code

2021-01-18 Thread Kornel Benko
commit 3259f3c73ed5a10b89118b5fce0a39426e61300d Author: Kornel Benko Date: Mon Jan 18 17:06:05 2021 +0100 FindAdv: Remove dead code + correct detection of backspaced '{' and '}' in regex with format search enabled --- src/Paragraph.cpp |4 +- src/

[LyX features/2.3.4-1] 2.3.4-1

2021-01-18 Thread Kornel Benko
4VYe64LRg49FG28HVWAZB4enXUhhrFp2i/Wm9MYfunO+pPeHBsr5HftkqHwtbEog ZZvzffwX8UMITNse/FzLsZ76CWUoeG2FjUjKOZTNYs76af9eAlvn8DsvPm0c6KVj rKbgfkQadwPLKJVBcejO4j2A4qAMiI4kW/AQ2gyAs1EvecMno82Nuu309cokxEtx ftAgjWt9c/eBRtacQvM/jbsREz+wfg== =rbXr -END PGP SIGNATURE- Kornel Benko (1): Cmake config: Respect the

[LyX/master] FindAdv: Reduce the count of debug messages

2021-01-19 Thread Kornel Benko
commit 052cad8b1724b83244bdaae417225f9a3b645113 Author: Kornel Benko Date: Tue Jan 19 17:52:36 2021 +0100 FindAdv: Reduce the count of debug messages --- src/lyxfind.cpp | 42 +++--- 1 files changed, 23 insertions(+), 19 deletions(-) diff --git a/src

[LyX/master] CMake: in Hunspell ABI check only link if external

2021-01-20 Thread Kornel Benko
commit 53084dbfd860a2ae458c49135c059c1ab1561e85 Author: Kornel Benko Date: Wed Jan 20 09:39:03 2021 +0100 CMake: in Hunspell ABI check only link if external (Thanks Scott for the patch and comment) For the HAVE_HUNSPELL_CXXABI check, only test a (real) link command if

[LyX/master] FindAdv: Fix interpretation of match-results

2021-01-20 Thread Kornel Benko
commit c041bb667a009459b17e24957c1d5147c2149dab Author: Kornel Benko Date: Wed Jan 20 12:24:33 2021 +0100 FindAdv: Fix interpretation of match-results Since commit c600906d92d all matches are match-results of examined strings starting with a character of the same cursor depth

[LyX/master] Amend c041bb66: Unintended debug output slipped in

2021-01-20 Thread Kornel Benko
commit 5f6027281db560cf5d951a992e4d0f06681e581d Author: Kornel Benko Date: Wed Jan 20 17:09:08 2021 +0100 Amend c041bb66: Unintended debug output slipped in --- src/lyxfind.cpp |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/lyxfind.cpp b/src/lyxfind.cpp

[LyX/master] FindAdv: Fix backward search and search for special char '{' and '}'

2021-01-21 Thread Kornel Benko
commit d81673ecf0836b77fb7ddd38f6eaceddc1511581 Author: Kornel Benko Date: Thu Jan 21 13:39:25 2021 +0100 FindAdv: Fix backward search and search for special char '{' and '}' Change effects mostly searches with ignored format search. Backwards search is

[LyX/master] FindAdv: Do not search in deleted text.

2021-01-22 Thread Kornel Benko
commit 469b43c791339b047112e39a078a3daf800c0699 Author: Kornel Benko Date: Fri Jan 22 17:03:54 2021 +0100 FindAdv: Do not search in deleted text. --- src/lyxfind.cpp | 88 ++ src/output_latex.cpp |8 ++-- 2 files changed, 43

[LyX/master] FindAdv: Make search for text in deleted regions configurable.

2021-01-22 Thread Kornel Benko
commit 961e393b954efd59c1e80be611b726c34adec088 Author: Kornel Benko Date: Fri Jan 22 21:11:28 2021 +0100 FindAdv: Make search for text in deleted regions configurable. The function call 'search-ignore deleted false' makes findadv to search also deleted parts,

[LyX/master] FindAdv: Select search for language-format depending on document language.

2021-01-25 Thread Kornel Benko
commit 5d8cacf3ecb4f7d13cbb552968799c6e0129f8f0 Author: Kornel Benko Date: Mon Jan 25 10:52:14 2021 +0100 FindAdv: Select search for language-format depending on document language. In case of search with format: If the pattern contains language spec different to the document

[LyX/master] Aupdate sk.po

2021-01-25 Thread Kornel Benko
commit 205c258e4e2815b9d7885fc57e1cfa553ad4f41a Author: Kornel Benko Date: Mon Jan 25 10:59:28 2021 +0100 Aupdate sk.po --- po/sk.po | 11 +++ 1 files changed, 7 insertions(+), 4 deletions(-) diff --git a/po/sk.po b/po/sk.po index bb69e46..e2256fa 100644 --- a/po/sk.po +++ b/po

[LyX/master] Update sk.po

2021-01-25 Thread Kornel Benko
commit 9163c1198cea057dfe5da405e6c8b30a916b4004 Author: Kornel Benko Date: Mon Jan 25 12:17:16 2021 +0100 Update sk.po --- po/sk.po | 59 +-- 1 files changed, 29 insertions(+), 30 deletions(-) diff --git a/po/sk.po b/po/sk.po

[LyX/master] Update sk.po

2021-01-27 Thread Kornel Benko
commit 72da904ba637890e57b98681db5b655ffe2a102c Author: Kornel Benko Date: Wed Jan 27 10:49:20 2021 +0100 Update sk.po --- po/sk.po | 19 +-- 1 files changed, 5 insertions(+), 14 deletions(-) diff --git a/po/sk.po b/po/sk.po index 733cc26..b045920 100644 --- a/po/sk.po

[LyX/master] SK-Bindings: remove a binding prohibiting the use as a prefix

2021-01-29 Thread Kornel Benko
commit 9b79c639f70044c39ef21df4c4c0e7dd93b87965 Author: Kornel Benko Date: Fri Jan 29 16:05:07 2021 +0100 SK-Bindings: remove a binding prohibiting the use as a prefix --- lib/bind/sk/menus.bind |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/lib/bind/sk

[LyX/master] Cmake key-tests: These are very touchy in respect to timings

2021-01-29 Thread Kornel Benko
commit ac5534827e21ba10680eedaff9b8317f9e98649f Author: Kornel Benko Date: Fri Jan 29 16:11:16 2021 +0100 Cmake key-tests: These are very touchy in respect to timings Cmake key-tests: These are very touchy in respect to timings 1.) Try to use shortcuts instead of direct

[LyX/master] Update sk.po

2021-01-29 Thread Kornel Benko
commit 02cf13ec4613587b187e07fd743fb178e9f1fbe3 Author: Kornel Benko Date: Fri Jan 29 16:16:18 2021 +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 b045920..64521ef 100644 --- a/po/sk.po +++ b/po

[LyX/master] FindAdv: Optimization

2021-01-31 Thread Kornel Benko
commit 3a1b19c5c363428f424180270e32bc8b468ea54f Author: Kornel Benko Date: Sun Jan 31 09:53:06 2021 +0100 FindAdv: Optimization Using unordered_map instead of map. Reasons: 1.) The relevant maps contain 166(Keys) and 649(Accents) entries. This mean that average

[LyX/master] FindAdv: Ignore '\ensuremath{' while searching

2021-02-03 Thread Kornel Benko
commit 8d17594a3308fd46c0ceb4c2aaf482d5c218d542 Author: Kornel Benko Date: Wed Feb 3 12:18:33 2021 +0100 FindAdv: Ignore '\ensuremath{' while searching but keep contents e.g. '\ensuremath{abc}' ==> 'abc' --- src/lyxfind.cpp |4 ++-- 1

[LyX/master] Cmake + epub: Install needed docbook files

2021-02-07 Thread Kornel Benko
commit f7ed7f53c478b0538a3b04bad69ed161c1cf9b16 Author: Kornel Benko Date: Sun Feb 7 12:37:58 2021 +0100 Cmake + epub: Install needed docbook files --- development/cmake/Install.cmake |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/development/cmake/Install.cmake

[LyX/master] Amend f7ed7f53: Cmake + epub: Install saxon*.jar together with its licence

2021-02-07 Thread Kornel Benko
commit a86864b3bbca6905948e302910b9bcca49164561 Author: Kornel Benko Date: Sun Feb 7 16:23:46 2021 +0100 Amend f7ed7f53: Cmake + epub: Install saxon*.jar together with its licence Thanks to Pavel --- development/cmake/Install.cmake |2 +- 1 files changed, 1 insertions(+), 1

[LyX/master] Cmake export tests: Add epub-format to be tested

2021-02-08 Thread Kornel Benko
commit 983d327fe3bbf8cdc8dbb1e56bbb78ba7e3fbcd5 Author: Kornel Benko Date: Mon Feb 8 11:35:27 2021 +0100 Cmake export tests: Add epub-format to be tested --- development/autotests/ExportTests.cmake | 12 +++- development/autotests/export.cmake |4 ++-- development

[LyX/master] Update sk.po

2021-02-09 Thread Kornel Benko
commit 76a6cfd6dd45826a2dee4ea295551938c8290ecf Author: Kornel Benko Date: Tue Feb 9 15:00:35 2021 +0100 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 64521ef..58edbec 100644 --- a/po/sk.po +++ b/po

[LyX/master] Update sk.po

2021-02-10 Thread Kornel Benko
commit b1ae981c1d4a6a75d66aeabacdfd268dbde21905 Author: Kornel Benko Date: Wed Feb 10 10:50:23 2021 +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 58edbec..c1ec1f0 100644 --- a/po/sk.po +++ b/po

[LyX/master] FindAdv: Ignore math hull if searching for normal text

2021-02-11 Thread Kornel Benko
commit 4cd80de69e0233f0210f778c5e6851704de0562b Author: Kornel Benko Date: Thu Feb 11 14:03:46 2021 +0100 FindAdv: Ignore math hull if searching for normal text Helps to find strings inside math also if the pattern does not use math hull. Needed due to the algorithm-change of

[LyX/master] FindAdv: Tweak language settings

2021-02-13 Thread Kornel Benko
commit fe792d7efedeba308131a0900b9f3aab1b7a5a90 Author: Kornel Benko Date: Sat Feb 13 16:19:45 2021 +0100 FindAdv: Tweak language settings Language settings will be ignored if a.) User selects if with setIgnoreFormat("language", true, true) or b.) The pa

[LyX/master] FindAdv: Use global declaration for findOne() to be usefull for unit tests

2021-02-14 Thread Kornel Benko
commit 48528d0ff09e51895d9fffdd34d7a24b45f906be Author: Kornel Benko Date: Sun Feb 14 09:08:23 2021 +0100 FindAdv: Use global declaration for findOne() to be usefull for unit tests cherry-pick from unit-test-adoption/dff4779b06b, author: Yuriy Skalko --- src/lyxfind.cpp |6

[LyX/master] Use same find-dialogs as other bind-files also for x?emacs

2021-02-15 Thread Kornel Benko
commit 6212d939b45613bed1d2c92eb2d11e267217cf1c Author: Kornel Benko Date: Mon Feb 15 11:00:02 2021 +0100 Use same find-dialogs as other bind-files also for x?emacs --- lib/bind/emacs.bind |6 +++--- lib/bind/xemacs.bind |6 +++--- 2 files changed, 6 insertions(+), 6 deletions

[LyX/master] Update sk.po

2021-02-15 Thread Kornel Benko
commit 78ce7227f70ed9b7242344290c9e3251787deb06 Author: Kornel Benko Date: Mon Feb 15 14:46:50 2021 +0100 Update sk.po --- po/sk.po | 122 ++ 1 files changed, 107 insertions(+), 15 deletions(-) diff --git a/po/sk.po b/po/sk.po

[LyX/master] Update sk.po

2021-02-16 Thread Kornel Benko
commit 37392dcc7200daf0cb29e62f3a35a063eace8c8c Author: Kornel Benko Date: Tue Feb 16 19:54:38 2021 +0100 Update sk.po --- po/sk.po | 74 +++-- 1 files changed, 66 insertions(+), 8 deletions(-) diff --git a/po/sk.po b/po/sk.po

[LyX/master] Update sk.po

2021-02-17 Thread Kornel Benko
commit 8a9c4ed58ff26632ea5854cc09f82e718fc840e0 Author: Kornel Benko Date: Wed Feb 17 10:41:55 2021 +0100 Update sk.po --- po/sk.po | 78 +++-- 1 files changed, 55 insertions(+), 23 deletions(-) diff --git a/po/sk.po b/po/sk.po

[LyX/master] Amend c21cd7dc: Ignore epub tests for now

2021-02-18 Thread Kornel Benko
commit 092410d88d626445e09d4d1ea7f21a76767c016f Author: Kornel Benko Date: Thu Feb 18 09:34:43 2021 +0100 Amend c21cd7dc: Ignore epub tests for now --- development/autotests/ignoredTests |8 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/development/autotests

[LyX/master] Update sk.po

2021-02-18 Thread Kornel Benko
commit bf942429439987993217cce82ebf52c4e5a1eb9c Author: Kornel Benko Date: Thu Feb 18 10:11:35 2021 +0100 Update sk.po --- po/sk.po | 71 ++--- 1 files changed, 49 insertions(+), 22 deletions(-) diff --git a/po/sk.po b/po/sk.po

[LyX/master] FindAdv: Do not distinguish between different math constructs

2021-02-19 Thread Kornel Benko
commit 77e8037f84072283d9fe45824786f7dd712ce83c Author: Kornel Benko Date: Fri Feb 19 17:06:37 2021 +0100 FindAdv: Do not distinguish between different math constructs This means that searching math-mode will find instances also in math-environments like align*, multline

[LyX/master] Update sk.po

2021-02-24 Thread Kornel Benko
commit 116fc81eb09f7b40aa2ded64463043de0de2912f Author: Kornel Benko Date: Wed Feb 24 13:56:02 2021 +0100 Update sk.po --- po/sk.po | 17 +++-- 1 files changed, 7 insertions(+), 10 deletions(-) diff --git a/po/sk.po b/po/sk.po index 9697655..849593c 100644 --- a/po/sk.po

[LyX/master] FindAdv: Added handling of some chars found in unnicodesymbols

2021-02-27 Thread Kornel Benko
commit a3e10cd067b4a49aabc7416777ac796d85c032d0 Author: Kornel Benko Date: Sat Feb 27 14:14:28 2021 +0100 FindAdv: Added handling of some chars found in unnicodesymbols --- src/lyxfind.cpp | 131 +++ 1 files changed, 131 insertions

[LyX/2.3.x] Update sk.po

2021-03-02 Thread Kornel Benko
commit d8cceefbf2b4c0b0e0841cce3eb51b542b411259 Author: Kornel Benko Date: Tue Mar 2 09:47:07 2021 +0100 Update sk.po --- po/sk.po | 66 +++--- 1 files changed, 33 insertions(+), 33 deletions(-) diff --git a/po/sk.po b/po/sk.po

[LyX/master] Updfate sk.po

2021-03-06 Thread Kornel Benko
commit 3d97f1f90e8cfa16ceb0da39e1de38cf1312b9a9 Author: Kornel Benko Date: Sat Mar 6 09:39:47 2021 +0100 Updfate sk.po --- po/sk.po | 62 +++--- 1 files changed, 27 insertions(+), 35 deletions(-) diff --git a/po/sk.po b/po/sk.po

[LyX/master] Update sk.po

2021-03-06 Thread Kornel Benko
commit 25ad5c8b3edc458db3715e5f778e8da2c0044694 Author: Kornel Benko Date: Sat Mar 6 20:06:12 2021 +0100 Update sk.po --- po/sk.po | 54 +- 1 files changed, 41 insertions(+), 13 deletions(-) diff --git a/po/sk.po b/po/sk.po index

[LyX/master] Update sk.po

2021-03-11 Thread Kornel Benko
commit 6805bb713f3a4f5dd839d470c5a9edf63fa189db Author: Kornel Benko Date: Thu Mar 11 18:41:17 2021 +0100 Update sk.po --- po/sk.po | 33 - 1 files changed, 28 insertions(+), 5 deletions(-) diff --git a/po/sk.po b/po/sk.po index 246eca1..b7b8164 100644

[LyX/master] Cmake debian packaging: use correct section (instead of "devel")

2021-03-14 Thread Kornel Benko
commit f3365a8fa998dbaedddc452cb3aaf585446623e9 Author: Kornel Benko Date: Sun Mar 14 10:17:58 2021 +0100 Cmake debian packaging: use correct section (instead of "devel") --- development/cmake/LyxPackaging.cmake |1 + 1 files changed, 1 insertions(+), 0 deletions(-) di

[LyX/master] Update sk.po

2021-03-20 Thread Kornel Benko
commit 3de2249175469f27d8af9bbc2bb80619958483d1 Author: Kornel Benko Date: Sat Mar 20 10:27:24 2021 +0100 Update sk.po --- po/sk.po | 32 ++-- 1 files changed, 18 insertions(+), 14 deletions(-) diff --git a/po/sk.po b/po/sk.po index b7b8164..0956083 100644

[LyX/master] Amend 635a7d77: Allow compiling with Qt6 with cmake

2021-03-22 Thread Kornel Benko
commit 02a3705496707c0bb13217753c354f0f2f547090 Author: Kornel Benko Date: Mon Mar 22 16:19:10 2021 +0100 Amend 635a7d77: Allow compiling with Qt6 with cmake Thanks Scott for checking. TODO: Check compilation on Windows and Mac. --- CMakeLists.txt

[LyX/master] Cmake build Qt6: Remove some redundant statements.

2021-03-24 Thread Kornel Benko
commit 92a50fa273625600599e2b25673b0d97dc8e44ef Author: Kornel Benko Date: Wed Mar 24 11:42:39 2021 +0100 Cmake build Qt6: Remove some redundant statements. --- src/CMakeLists.txt |1 - src/client/CMakeLists.txt|3 +-- src/support/tests/CMakeLists.txt |2

[LyX/master] Cmake bqt6 build: Ignore missing Qt6MacExtras

2021-03-25 Thread Kornel Benko
commit 9b03680ab58e27c3fdcfd1f45a3aa03574f48adf Author: Kornel Benko Date: Thu Mar 25 17:29:24 2021 +0100 Cmake bqt6 build: Ignore missing Qt6MacExtras --- CMakeLists.txt |6 +- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index

[LyX/master] Cmake build with qt6 on MAC

2021-03-26 Thread Kornel Benko
commit a9b0f5faae83d5a44b044bd71d400d03fbe96257 Author: Kornel Benko Date: Fri Mar 26 13:09:32 2021 +0100 Cmake build with qt6 on MAC Patch from P. De Visschere Citing: I also must exclude the QMacPasteboardMimeGraphics class in GuiApplication.cpp since QMacPasteboard

[LyX/master] Update sk.po

2021-03-29 Thread Kornel Benko
commit 7680a0286efd77688cecc5314be9172137222798 Author: Kornel Benko Date: Mon Mar 29 13:42:51 2021 +0200 Update sk.po --- po/sk.po | 46 +++--- 1 files changed, 39 insertions(+), 7 deletions(-) diff --git a/po/sk.po b/po/sk.po index 0956083

[LyX/2.3.x] Update sk.po

2021-03-29 Thread Kornel Benko
commit 271e1339df21f2edb38ccd4f73b0bb28ee3896d8 Author: Kornel Benko Date: Mon Mar 29 13:44:39 2021 +0200 Update sk.po --- po/sk.po | 30 +++--- 1 files changed, 15 insertions(+), 15 deletions(-) diff --git a/po/sk.po b/po/sk.po index 15fa9c7..609d70a 100644

[LyX/master] Cmake build: Omit use -f '-Wno-deprecated-copy' on compilers which do not support this flag.

2021-04-05 Thread Kornel Benko
commit fa704d50f70e2ead66f34594023aebb50714926c Author: Kornel Benko Date: Mon Apr 5 11:14:13 2021 +0200 Cmake build: Omit use -f '-Wno-deprecated-copy' on compilers which do not support this flag. Patch from P. De Visschere Citing Patrick: As is stands the pa

[LyX/master] Update sk.po

2021-04-11 Thread Kornel Benko
commit 3c46056d2fed77f101af2ba86fb17a0d206e94d3 Author: Kornel Benko Date: Sun Apr 11 11:03:04 2021 +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 4bb8d48..76f1c6e 100644 --- a/po/sk.po +++ b/po

[LyX/master] Update sk.po

2021-05-12 Thread Kornel Benko
commit 87aa337f0e06cbdae658b3f9fa1656012f5c8754 Author: Kornel Benko Date: Wed May 12 13:27:49 2021 +0200 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 76f1c6e..b53d0ca 100644 --- a/po/sk.po +++ b/po/sk.po

[LyX/master] Update sk.po

2021-05-19 Thread Kornel Benko
commit f1d8eb37e3d3cad55334a0fddd4a44de8acfd7c9 Author: Kornel Benko Date: Wed May 19 12:20:59 2021 +0200 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 b53d0ca..a1698c8 100644 --- a/po/sk.po +++ b

[LyX/master] Cmake export tests: Enable unsafe dvipdfmx

2021-05-23 Thread Kornel Benko
commit 5158b54eb955e0ce0d1a879e0a0985eb2b5ca2f5 Author: Kornel Benko Date: Sun May 23 10:05:13 2021 +0200 Cmake export tests: Enable unsafe dvipdfmx Add parameter "-i dvipdfmx-unsafe.cfg" for call to dvipdfmx. Used only in test environment. This is needed

[LyX/master] Update sk.po

2021-05-23 Thread Kornel Benko
commit 7b4df8fbd0d126aa035e5b64181210afc3df2e32 Author: Kornel Benko Date: Sun May 23 10:20:47 2021 +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 a1698c8..284b663 100644 --- a/po/sk.po +++ b

[LyX/master] Cmake export tests: Select "-dALLOWPSTRANSPARENCY" flag for ps2pdf converter

2021-05-30 Thread Kornel Benko
commit bc01f50955536e66cda80ad1bb4b02488b1e5a59 Author: Kornel Benko Date: Sun May 30 20:24:42 2021 +0200 Cmake export tests: Select "-dALLOWPSTRANSPARENCY" flag for ps2pdf converter Add parameter "-dALLOWPSTRANSPARENCY" for call to ps2pdf. Used only

[LyX/master] Amend 357bc257, Typo: correct reference of script

2021-06-04 Thread Kornel Benko
commit 3c6632f3b0656fc9eafb1be452fe454c88988492 Author: Kornel Benko Date: Fri Jun 4 10:51:48 2021 +0200 Amend 357bc257, Typo: correct reference of script --- lib/examples/Modules/Noweb.lyx |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lib/examples/Modules

[LyX/master] FindAdv: Added handling of Thai characters

2021-06-04 Thread Kornel Benko
commit 8f4ed83f9a9ea8b55b72769f343ec04bce7ad0d0 Author: Kornel Benko Date: Fri Jun 4 14:48:57 2021 +0200 FindAdv: Added handling of Thai characters --- src/lyxfind.cpp | 88 +++ 1 files changed, 88 insertions(+), 0 deletions(-) diff

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

2021-06-13 Thread Kornel Benko
commit cedf5db7b48d74667db9d6e5074dc9a13991ef21 Author: Kornel Benko Date: Sun Jun 13 16:32:59 2021 +0200 Cmake tests: Correct BATCH_outline-beamer test (Because the created tex-file got extra line) --- development/batchtests/beamer_test.tex.orig |1 - 1 files changed, 0

[LyX/master] Cmake tests: Correct BATCH_compare-test test.

2021-06-13 Thread Kornel Benko
commit 38e83fc6f8ee34e57bcd5bca990443b915e0557a Author: Kornel Benko Date: Sun Jun 13 19:45:37 2021 +0200 Cmake tests: Correct BATCH_compare-test test. Change due to recent addition of docbook settings in lyx-files. --- .../compare_tests/basic/diffs.expected.lyx |7

[LyX/master] Update sk.po

2021-07-22 Thread Kornel Benko
commit 6d3a2218636010672ab6723956966162d5dbc541 Author: Kornel Benko Date: Thu Jul 22 17:04:25 2021 +0200 Update sk.po --- po/sk.po | 19 +-- 1 files changed, 13 insertions(+), 6 deletions(-) diff --git a/po/sk.po b/po/sk.po index 284b663..c268d68 100644 --- a/po/sk.po

[LyX/master] Update sk.po

2021-08-21 Thread Kornel Benko
commit 874ae71f95f18f8a5e82b4b6a68769843eb7c54b Author: Kornel Benko Date: Sat Aug 21 21:29:25 2021 +0200 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 c268d68..9ce73ab 100644 --- a/po/sk.po +++ b/po/sk.po

[LyX/master] Complete the FontTag typeinfo

2021-09-20 Thread Kornel Benko
commit 687ccdbb3241f26a0875dcf9906d7609a8b56ddc Author: Kornel Benko Date: Mon Sep 20 11:52:16 2021 +0200 Complete the FontTag typeinfo --- src/tests/dummy_functions.cpp |1 + src/tex2lyx/dummy_impl.cpp|2 ++ 2 files changed, 3 insertions(+), 0 deletions(-) diff --git a/src

[LyX/master] Cmake build: Unify use of sanitizer

2021-09-21 Thread Kornel Benko
commit 4f46c22d034b22ca80e906b97a4f0a8021f37611 Author: Kornel Benko Date: Tue Sep 21 11:27:13 2021 +0200 Cmake build: Unify use of sanitizer The configuration variable is LYX_DEBUG_SANITIZE which can have following values: "NONE" "ADDRESS" U

[LyX/master] Amend dca39815: Fix a few warnings in Floating.

2021-09-24 Thread Kornel Benko
commit dd947300bc6365650ed61a7aa3e7c1be2245ed41 Author: Kornel Benko Date: Fri Sep 24 10:08:02 2021 +0200 Amend dca39815: Fix a few warnings in Floating. --- src/Floating.cpp |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Floating.cpp b/src/Floating.cpp

[LyX/master] Fix crash

2021-09-28 Thread Kornel Benko
commit 84655a07d846e093441ed4888eaf097c01ea9390 Author: Kornel Benko Date: Tue Sep 28 10:32:02 2021 +0200 Fix crash Lyx crashes on export to pdf if used with sanitizer set to 'unspecified'. Crash found by Scott. Given that if we export without GUI, the

[LyX/master] Cmake build: Fix the invalid test for '-Wno-deprecated-copy' flag

2021-09-29 Thread Kornel Benko
commit c26db650a1e93573e4c09d4612ad45ae1e219854 Author: Kornel Benko Date: Wed Sep 29 17:53:50 2021 +0200 Cmake build: Fix the invalid test for '-Wno-deprecated-copy' flag The original test was always successfull, even if the flag was invalid. But checking for &#x

[LyX/2.3.x] Cmake build: Remove some deprecation warnings

2021-10-16 Thread Kornel Benko
commit 4e59593514d4a65d54839b5ad7b1cc52c38802a4 Author: Kornel Benko Date: Sat Oct 16 11:31:31 2021 +0200 Cmake build: Remove some deprecation warnings --- 3rdparty/hunspell/CMakeLists.txt |2 +- 3rdparty/mythes/CMakeLists.txt |2 +- 3rdparty/zlib/CMakeLists.txt |2 +- 3

[LyX/2.3.x] Cmake build: disable warning deprecated-copy when supported

2021-10-16 Thread Kornel Benko
commit 7572771c0ffaf46349c4181c606f645b6ff8ddaf Author: Kornel Benko Date: Sat Oct 16 11:23:34 2021 +0200 Cmake build: disable warning deprecated-copy when supported --- CMakeLists.txt | 19 +-- 1 files changed, 17 insertions(+), 2 deletions(-) diff --git a

[LyX/master] Update sk.po

2021-10-17 Thread Kornel Benko
commit e2a99b0a0cab7b389fbcdf785ff04e036a2f0890 Author: Kornel Benko Date: Sun Oct 17 21:26:50 2021 +0200 Update sk.po --- po/sk.po | 43 +-- 1 files changed, 41 insertions(+), 2 deletions(-) diff --git a/po/sk.po b/po/sk.po index 9ce73ab

[LyX/2.3.x] Update sk.po

2021-10-18 Thread Kornel Benko
commit c14c254e6b07d87d379de3eb6dc218feb60123cb Author: Kornel Benko Date: Mon Oct 18 10:39:21 2021 +0200 Update sk.po --- po/sk.po | 53 ++--- 1 files changed, 46 insertions(+), 7 deletions(-) diff --git a/po/sk.po b/po/sk.po index

[LyX/2.3.x] Update sk.po

2021-10-21 Thread Kornel Benko
commit 145dc3149f68f91f3c5fa4310ec47fbf0abc3fc6 Author: Kornel Benko Date: Thu Oct 21 16:42:42 2021 +0200 Update sk.po --- po/sk.po |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/po/sk.po b/po/sk.po index f1f2a51..b9bbf4b 100644 --- a/po/sk.po +++ b/po

[LyX/master] Update sk.po

2021-10-21 Thread Kornel Benko
commit cbea71e408c64d3d203c45560731197196360e32 Author: Kornel Benko Date: Thu Oct 21 16:43:07 2021 +0200 Update sk.po --- po/sk.po |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/po/sk.po b/po/sk.po index 16c9bf7..2419494 100644 --- a/po/sk.po +++ b/po

[LyX/master] Update sk.po

2021-10-29 Thread Kornel Benko
commit b7dc0548bf086f4c5d2c59bb04dcd9929992a2a0 Author: Kornel Benko Date: Fri Oct 29 17:46:44 2021 +0200 Update sk.po --- po/sk.po | 23 +-- 1 files changed, 17 insertions(+), 6 deletions(-) diff --git a/po/sk.po b/po/sk.po index 2419494..4d9fa47 100644 --- a/po

[LyX/master] Update sk.po

2021-11-01 Thread Kornel Benko
commit 7af2cc0c3b0e3a4ba37393a47f5477e8a6a5479b Author: Kornel Benko Date: Mon Nov 1 18:14:35 2021 +0100 Update sk.po --- po/sk.po | 24 1 files changed, 12 insertions(+), 12 deletions(-) diff --git a/po/sk.po b/po/sk.po index 4d9fa47..0b3739e 100644 --- a/po

[LyX/master] FindAdv: Added handling of 0x019b

2021-11-12 Thread Kornel Benko
commit 20fd104cf28dfe49f97b21d8c7a615fd97a17faa Author: Kornel Benko Date: Fri Nov 12 13:29:22 2021 +0100 FindAdv: Added handling of 0x019b --- src/lyxfind.cpp |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/lyxfind.cpp b/src/lyxfind.cpp index 86cf64d..4310d16

[LyX/master] FindAdv: Added handling of some missing Hebrew characters

2021-12-21 Thread Kornel Benko
commit 942121f4b6af42ef1ae99cffee1e79ca1cf7d5f3 Author: Kornel Benko Date: Tue Dec 21 14:16:49 2021 +0100 FindAdv: Added handling of some missing Hebrew characters --- src/lyxfind.cpp | 24 1 files changed, 24 insertions(+), 0 deletions(-) diff --git a/src

[LyX/master] Update sk.po

2021-12-28 Thread Kornel Benko
commit 4b02748b6d6e61c59e56d4777ab69eeaa36e73cc Author: Kornel Benko Date: Tue Dec 28 17:35:18 2021 +0100 Update sk.po --- po/sk.po | 27 ++- 1 files changed, 22 insertions(+), 5 deletions(-) diff --git a/po/sk.po b/po/sk.po index 0b3739e..d795056 100644 --- a

[LyX/master] Update sk.po

2021-12-29 Thread Kornel Benko
commit 011be4a959d3d4e4c984f2758dd3e601d6bbe94e Author: Kornel Benko Date: Wed Dec 29 19:14:41 2021 +0100 Update sk.po --- po/sk.po |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/po/sk.po b/po/sk.po index d795056..7e2c7d2 100644 --- a/po/sk.po +++ b/po

[LyX/master] Omit runtime messages if compiled with clang using flag '-fsanitize'.

2022-01-21 Thread Kornel Benko
commit 2764ed20c2a3294d4177189ba690a123238c87bd Author: Kornel Benko Date: Fri Jan 21 11:02:09 2022 +0100 Omit runtime messages if compiled with clang using flag '-fsanitize'. Setting sufficiently high value allows to use ColorCode enums for new up to 32000 bra

[LyX/master] Next runtime messages to be ommitted if compiled with clang using flag '-fsanitize'.

2022-01-23 Thread Kornel Benko
commit f8f86a1a8172fa8b66ffaf7e04c0b723ee2b4866 Author: Kornel Benko Date: Sun Jan 23 20:13:26 2022 +0100 Next runtime messages to be ommitted if compiled with clang using flag '-fsanitize'. Prevent the return of impossible values for 'enum flags'. For in

[LyX/master] Tools(listFontWithLang.pl): Only Haramo.*Gothic fonts are sans serif

2022-01-31 Thread Kornel Benko
commit 59cabde9e3fda6bb6b8b1103f93ba23a3eb7802d Author: Kornel Benko Date: Mon Jan 31 13:43:37 2022 +0100 Tools(listFontWithLang.pl): Only Haramo.*Gothic fonts are sans serif (Harano.*Mincho are serif fonts, so don't treat them as 'sans') --- development/tools/list

[LyX/master] Tools(listFontWithLang.pl): Discard use of deprecated perl-module Getopt::Mixed

2022-02-05 Thread Kornel Benko
commit 0370cc428c684d2d000d4b84a7e899ff8b82d5f5 Author: Kornel Benko Date: Sat Feb 5 20:04:06 2022 +0100 Tools(listFontWithLang.pl): Discard use of deprecated perl-module Getopt::Mixed According to CTAN, this module is effectively obsolete. Using Getopt::Long instead now

[LyX/master] Update sk.po

2019-05-19 Thread Kornel Benko
commit 5dbcf3743a6b3c7f1af3bac7602a49defb855b95 Author: Kornel Benko Date: Sun May 19 20:04:20 2019 +0200 Update sk.po --- po/sk.po | 89 -- 1 files changed, 69 insertions(+), 20 deletions(-) diff --git a/po/sk.po b/po/sk.po

[LyX/2.3.x] Update sk.po

2019-05-20 Thread Kornel Benko
commit 7d8a8eec8c4a9cb49b25125c493b1780b1c30592 Author: Kornel Benko Date: Tue May 21 07:23:01 2019 +0200 Update sk.po --- po/sk.gmo | Bin 534803 -> 534807 bytes po/sk.po | 24 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/po/sk.gmo b

[LyX/master] Update sk.po

2019-05-20 Thread Kornel Benko
commit 906c2ae31768b529d1609f99b74bfa6152fe133d Author: Kornel Benko Date: Tue May 21 07:26:01 2019 +0200 Update sk.po --- po/sk.po | 56 +++- 1 files changed, 35 insertions(+), 21 deletions(-) diff --git a/po/sk.po b/po/sk.po index

[LyX/master] Update sk.po

2019-05-21 Thread Kornel Benko
commit 09f3c9f03debbfae930a22abc9a227ba424b1026 Author: Kornel Benko Date: Tue May 21 14:16:33 2019 +0200 Update sk.po --- po/sk.po | 19 +-- 1 files changed, 17 insertions(+), 2 deletions(-) diff --git a/po/sk.po b/po/sk.po index 6cd4c67..fbcc2e5 100644 --- a/po/sk.po

[LyX/master] Update sk.po

2019-05-23 Thread Kornel Benko
commit 4f18eacfaf1c130ecaef31f39f27085821322697 Author: Kornel Benko Date: Thu May 23 18:15:31 2019 +0200 Update sk.po --- po/sk.po | 29 - 1 files changed, 24 insertions(+), 5 deletions(-) diff --git a/po/sk.po b/po/sk.po index fbcc2e5..a64b40d 100644 --- a

[LyX/master] Update sk.po

2019-05-24 Thread Kornel Benko
commit c9716d5aab22a7819e089cd479bb2c0bb85770c1 Author: Kornel Benko Date: Fri May 24 12:00:13 2019 +0200 Update sk.po --- po/sk.po | 24 ++-- 1 files changed, 14 insertions(+), 10 deletions(-) diff --git a/po/sk.po b/po/sk.po index a64b40d..53328ac 100644 --- a/po

[LyX/master] Amend 7f125f62d2, Introduce doc preference for line numbering

2019-05-24 Thread Kornel Benko
commit ef6ddfc788546c65708b4ae41c653b044cf70c6a Author: Kornel Benko Date: Fri May 24 18:17:50 2019 +0200 Amend 7f125f62d2, Introduce doc preference for line numbering Correct expected lyx files created by tex2lyx. --- src/tex2lyx/test/CJK.lyx.lyx |2

[LyX/master] Add a testcase for buffer-write-as

2019-05-27 Thread Kornel Benko
commit 48a5b16885255faecf70bdab771644be13fd7261 Author: Kornel Benko Date: Mon May 27 10:21:15 2019 +0200 Add a testcase for buffer-write-as development/batchtests/CMakeLists.txt |1 + development/batchtests/save_as.lyx| 4606 + lib/scripts

[LyX/master] Update sk.po

2019-05-29 Thread Kornel Benko
commit 9ed65d0d66ad88238f93573b34ff4809655f44ba Author: Kornel Benko Date: Wed May 29 10:58:13 2019 +0200 Update sk.po --- po/sk.po | 87 +++--- 1 files changed, 49 insertions(+), 38 deletions(-) diff --git a/po/sk.po b/po/sk.po

[LyX/master] Omit floating point exception

2019-05-31 Thread Kornel Benko
commit 58804aa399933a12a1c5ee6ad1aed344289d2dc3 Author: Kornel Benko Date: Fri May 31 12:55:12 2019 +0200 Omit floating point exception --- src/insets/InsetTabular.cpp |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/insets/InsetTabular.cpp b/src/insets

[LyX/master] Update sk.po

2019-05-31 Thread Kornel Benko
commit bfd58bb6b6c5e75099748be55f2a714ab95804df Author: Kornel Benko Date: Fri May 31 20:15:06 2019 +0200 Update sk.po --- po/sk.po | 27 +++ 1 files changed, 19 insertions(+), 8 deletions(-) diff --git a/po/sk.po b/po/sk.po index de83084..1be17ef 100644 --- a

[LyX/master] Update sk.po

2019-06-04 Thread Kornel Benko
commit 596b4ab090d227ebdedd19d5a26ed8d9e124065f Author: Kornel Benko Date: Tue Jun 4 12:44:17 2019 +0200 Update sk.po --- po/sk.po | 105 ++--- 1 files changed, 86 insertions(+), 19 deletions(-) diff --git a/po/sk.po b/po/sk.po

[LyX/master] Update sk.po

2019-06-09 Thread Kornel Benko
commit 61937e3767b1eaac84be898e1f5c3cd0edfa57e2 Author: Kornel Benko Date: Sun Jun 9 15:15:52 2019 +0200 Update sk.po --- po/sk.po | 208 ++--- 1 files changed, 129 insertions(+), 79 deletions(-) diff --git a/po/sk.po b/po/sk.po

[LyX/master] Handle some extra characters used in names for encodings

2019-06-09 Thread Kornel Benko
commit 131f1b6a9c23f93de1dc8643af4435f6597389a2 Author: Kornel Benko Date: Sun Jun 9 15:17:23 2019 +0200 Handle some extra characters used in names for encodings Without this some encoding-names would not be translated. The extra used chars are '[', ']' and

<    5   6   7   8   9   10   11   12   13   14   >