[LyX/master] FindAdv: Try to make regex search with format enabled somehow faster

2021-01-01 Thread Kornel Benko
commit f500a287d4c2a5d18321762ffe65d207d5678d24 Author: Kornel Benko Date: Fri Jan 1 21:50:36 2021 +0100 FindAdv: Try to make regex search with format enabled somehow faster --- src/lyxfind.cpp | 155 -- 1 files changed, 92 insertions

[LyX/master] FindAdv: Added handling for \w' in regex using non-ascii chars

2020-12-31 Thread Kornel Benko
commit 4e9dc856e43941198d0b178aaefd00078fd3ec9b Author: Kornel Benko Date: Thu Dec 31 16:53:46 2020 +0100 FindAdv: Added handling for \w' in regex using non-ascii chars Also fix some 'out of range accesses' (causing crash in debug-glibc-mode) --- src/lyxfind.cpp | 50

[LyX/master] FindAdv: Let lyx use QRegularExpression if available

2020-12-30 Thread Kornel Benko
commit f7772849b98d6d6bd5b7f4018b6a3ceda1965799 Author: Kornel Benko Date: Wed Dec 30 13:00:03 2020 +0100 FindAdv: Let lyx use QRegularExpression if available This regex handling is part of QT5. For lyx which uses QT4 findafv will still work, but is not good

[LyX/master] Update sk.po

2020-12-29 Thread Kornel Benko
commit fc3c3c175e48204d16e5bdde46483b1f25b3e75a Author: Kornel Benko Date: Tue Dec 29 20:52:19 2020 +0100 Update sk.po --- po/sk.po | 23 ++- 1 files changed, 10 insertions(+), 13 deletions(-) diff --git a/po/sk.po b/po/sk.po index 3fb7c03..f8f4d7d 100644 --- a/po

[LyX/master] Cmake build: Syntax of AC_INIT() in configure.ac changed, adapted macro

2020-12-29 Thread Kornel Benko
commit c07278a45c1d23d1ff8a2ed67e3cd8603680df12 Author: Kornel Benko Date: Tue Dec 29 20:27:19 2020 +0100 Cmake build: Syntax of AC_INIT() in configure.ac changed, adapted macro --- development/cmake/modules/LyXMacros.cmake |4 ++-- 1 files changed, 2 insertions(+), 2 deletions

[LyX/master] FindAdv: fix converting unicode-point to utf-8

2020-12-29 Thread Kornel Benko
commit 5a192d28f05e52b2cc061a97a94c0d3ee6e62754 Author: Kornel Benko Date: Tue Dec 29 09:52:39 2020 +0100 FindAdv: fix converting unicode-point to utf-8 I misinterpreted the unicode creation 'u8"\uF00xx"'. The C++-compiler saw 'u8"\uF00x" "x&quo

[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

[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

[LyX/master] Amend 3736bee4: Forgot to set the cassensitivity flag in regex statement

2020-12-27 Thread Kornel Benko
commit c7bc46d707b3c790be50f55353a4bd929789fe62 Author: Kornel Benko Date: Sun Dec 27 12:16:37 2020 +0100 Amend 3736bee4: Forgot to set the cassensitivity flag in regex statement --- src/lyxfind.cpp | 11 --- 1 files changed, 8 insertions(+), 3 deletions(-) diff --git a/src

[LyX/master] FindAdv: Use stdregex to handle case-insensitivity (if regex is used)

2020-12-27 Thread Kornel Benko
commit 3736bee4b7f1f3cbdd5799107c819f22ce0fe3b1 Author: Kornel Benko Date: Sun Dec 27 12:01:23 2020 +0100 FindAdv: Use stdregex to handle case-insensitivity (if regex is used) For search we used to lowercase for everything, but sonce the regex itself should be left unchanged

[LyX/master] Cmake build: Remove references to remowed hunspell directories

2020-12-21 Thread Kornel Benko
commit bce49b877e8c75259993d09b75bf6e16481e7c68 Author: Kornel Benko Date: Mon Dec 21 09:11:48 2020 +0100 Cmake build: Remove references to remowed hunspell directories Amends d04a8cf5 --- 3rdparty/hunspell/CMakeLists.txt |2 +- 1 files changed, 1 insertions(+), 1 deletions

[LyX/master] Adv-Find: Try to use some more unicode chars (instead of latex macros)

2020-12-15 Thread Kornel Benko
commit b3d4271e78b02ecc59dd4bd7924e9ea6065f9d68 Author: Kornel Benko Date: Tue Dec 15 18:08:02 2020 +0100 Adv-Find: Try to use some more unicode chars (instead of latex macros) --- src/Paragraph.cpp |2 +- src/lyxfind.cpp |8 +++- 2 files changed, 4 insertions(+), 6

[LyX/master] Small improvement to 2ac48f2c.

2020-12-15 Thread Kornel Benko
commit 6a37a67b46506bf1402ace55c2016a659f0d2999 Author: Kornel Benko Date: Tue Dec 15 12:54:04 2020 +0100 Small improvement to 2ac48f2c. Making the regex little more robust. --- lib/scripts/prefs2prefs_prefs.py |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff

[LyX/master] Update sk.po

2020-12-14 Thread Kornel Benko
commit e6d92b829aa12e010fd0f9914aa31c9cf9bbc324 Author: Kornel Benko Date: Mon Dec 14 20:49:16 2020 +0100 Update sk.po --- po/sk.po | 22 +- 1 files changed, 17 insertions(+), 5 deletions(-) diff --git a/po/sk.po b/po/sk.po index aa44c54..44dfc44 100644 --- a/po

[LyX/master] Find-Adv: A try to handle cyrillic chars also in regexp-mode

2020-12-14 Thread Kornel Benko
commit d384136ff9812b52d0f8ccfb3d448578bfdb5f35 Author: Kornel Benko Date: Mon Dec 14 20:43:39 2020 +0100 Find-Adv: A try to handle cyrillic chars also in regexp-mode --- src/lyxfind.cpp | 54 -- 1 files changed, 44 insertions(+), 10

[LyX/master] Adv-Search: Use some free unicodes as replacement for searched spaces

2020-12-10 Thread Kornel Benko
commit 2d2e2f1c6dff09314b608b2b4a91ff1e6a82 Author: Kornel Benko Date: Thu Dec 10 11:32:59 2020 +0100 Adv-Search: Use some free unicodes as replacement for searched spaces Without this, it is difficult to find backslashed macros if in regexp-mode. --- src/insets

[LyX/master] Update sk.po

2020-12-10 Thread Kornel Benko
commit 286db9361fb3756f6ecabba650cc167c01275dc6 Author: Kornel Benko Date: Thu Dec 10 11:32:38 2020 +0100 Update sk.po --- po/sk.po | 30 -- 1 files changed, 20 insertions(+), 10 deletions(-) diff --git a/po/sk.po b/po/sk.po index 86617f3..aa44c54 100644

[LyX/master] Cmake batch tests: Export changed (Added empty line)

2020-12-09 Thread Kornel Benko
commit 041b67d990cfa5d576b609e5fe36091fb4d73f42 Author: Kornel Benko Date: Wed Dec 9 10:54:56 2020 +0100 Cmake batch tests: Export changed (Added empty line) --- development/batchtests/beamer_test.tex.orig |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git

[LyX/2.3.x] Update sk.po

2020-12-07 Thread Kornel Benko
commit afcb47fd8253d850afba191150fb870a3dc832a1 Author: Kornel Benko Date: Mon Dec 7 09:13:26 2020 +0100 Update sk.po --- po/sk.po | 20 +++- 1 files changed, 11 insertions(+), 9 deletions(-) diff --git a/po/sk.po b/po/sk.po index ccfad43..33d72d0 100644 --- a/po/sk.po

[LyX/master] Cmake build: Remove obsolete cmake control files

2020-12-02 Thread Kornel Benko
commit a839b40358adac9b78aed036b62e139c003386eb Author: Kornel Benko Date: Thu Dec 3 02:45:43 2020 +0100 Cmake build: Remove obsolete cmake control files --- 3rdparty/boost/libs/CMakeLists.txt |9 -- 3rdparty/boost/libs/regex/CMakeLists.txt | 26

[LyX/master] Upadet sk.po

2020-12-02 Thread Kornel Benko
commit 58e1fc9e3c4792bc40bdba5a59baebdca52b86b3 Author: Kornel Benko Date: Wed Dec 2 16:33:53 2020 +0100 Upadet sk.po --- po/sk.po | 10 +- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/po/sk.po b/po/sk.po index 44274af..86617f3 100644 --- a/po/sk.po +++ b/po

[LyX/master] Revert "Amend 3093789e for cmake build"

2020-11-30 Thread Kornel Benko
commit a171c651a6802380aad7d7e24ed1a95ffa814de6 Author: Kornel Benko Date: Mon Nov 30 10:17:40 2020 +0100 Revert "Amend 3093789e for cmake build" This reverts commit b3d43404f4649e1a5539f1a819a07f8ae16fad7f. --- 3rdparty/boost/libs/CMakeLists.txt

[LyX/master] Remove boost traces from configure.ac

2020-11-29 Thread Kornel Benko
commit f899dee382712b67a30448a3a8334d3d9bcab411 Author: Kornel Benko Date: Sun Nov 29 18:27:47 2020 +0100 Remove boost traces from configure.ac --- configure.ac | 17 - 1 files changed, 0 insertions(+), 17 deletions(-) diff --git a/configure.ac b/configure.ac index

[LyX/master] Amend 125ed160, removing 3rdparty/boost/Makefile.am

2020-11-29 Thread Kornel Benko
commit 54ccd275f1c115da5ea279652421b018564f5c56 Author: Kornel Benko Date: Sun Nov 29 10:43:35 2020 +0100 Amend 125ed160, removing 3rdparty/boost/Makefile.am --- 3rdparty/Makefile.am |8 ++-- 1 files changed, 2 insertions(+), 6 deletions(-) diff --git a/3rdparty/Makefile.am b

[LyX/master] Remove 3rdparty/boost/Makefile.am

2020-11-29 Thread Kornel Benko
commit 125ed160d625368520074f2898c0487d30d46b98 Author: Kornel Benko Date: Sun Nov 29 10:22:16 2020 +0100 Remove 3rdparty/boost/Makefile.am --- 3rdparty/boost/Makefile.am | 12 1 files changed, 0 insertions(+), 12 deletions(-) diff --git a/3rdparty/boost/Makefile.am b

[LyX/master] Amend 3093789e for cmake build

2020-11-29 Thread Kornel Benko
commit b3d43404f4649e1a5539f1a819a07f8ae16fad7f Author: Kornel Benko Date: Sun Nov 29 10:04:54 2020 +0100 Amend 3093789e for cmake build --- 3rdparty/boost/libs/CMakeLists.txt|9 - 3rdparty/boost/libs/regex/CMakeLists.txt | 26 -- 3rdparty

[LyX/master] Cmake docbook5 tests: Use absolute path-hints for 'bibfiles' entries in lyx-file

2020-11-28 Thread Kornel Benko
commit aea775cbc6b98e33ed0b020c77a655c2ee3392df Author: Kornel Benko Date: Sun Nov 29 08:48:16 2020 +0100 Cmake docbook5 tests: Use absolute path-hints for 'bibfiles' entries in lyx-file --- development/autotests/lyxStatus.pm |2 +- development/autotests/useSystemFonts.pl |4

[LyX/master] Cmake tests: Save the number of ignored tests in file for later review

2020-11-26 Thread Kornel Benko
commit 7e5b1d09f3dc27ff41c5b112e7e61da785765bb8 Author: Kornel Benko Date: Fri Nov 27 00:49:03 2020 +0100 Cmake tests: Save the number of ignored tests in file for later review --- CMakeLists.txt |6 ++ development/autotests/CMakeLists.txt|3

[LyX/master] Cmake build: Use the same warning flags at in automake

2020-11-26 Thread Kornel Benko
commit 4c58315d4b867cf5cce0fa05f168e448381f21d8 Author: Kornel Benko Date: Thu Nov 26 11:04:48 2020 +0100 Cmake build: Use the same warning flags at in automake --- CMakeLists.txt |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt

[LyX/master] Adv-Find: Add handling for \cdot (at least if using format-search

2020-11-23 Thread Kornel Benko
commit be50eb507feea78bffefe4e086814aae35871796 Author: Kornel Benko Date: Mon Nov 23 21:55:13 2020 +0100 Adv-Find: Add handling for \cdot (at least if using format-search --- src/lyxfind.cpp |9 +++-- 1 files changed, 7 insertions(+), 2 deletions(-) diff --git a/src/lyxfind.cpp

[LyX/master] Missing '{'

2020-11-20 Thread Kornel Benko
commit 5474c3fb4b565f5c5ac1268d2f902afce22f7e88 Author: Kornel Benko Date: Fri Nov 20 16:32:51 2020 +0100 Missing '{' --- src/frontends/qt/GuiView.cpp |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/frontends/qt/GuiView.cpp b/src/frontends/qt/GuiView.cpp

[LyX/master] Automake build: We are using 3rdparty iconv with version 1.15

2020-11-17 Thread Kornel Benko
commit 042128b643d135a6aa8031e27784d77b2c593ef7 Author: Kornel Benko Date: Tue Nov 17 23:07:01 2020 +0100 Automake build: We are using 3rdparty iconv with version 1.15 --- config/lyxinclude.m4 |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config

[LyX/master] Typo in message

2020-11-16 Thread Kornel Benko
commit 06b09452d7396702ef631a37d1f18f8d86fd4e20 Author: Kornel Benko Date: Mon Nov 16 12:40:35 2020 +0100 Typo in message --- development/autotests/export.cmake |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/development/autotests/export.cmake b/development

[LyX/master] Cmake export tests: Use the temporary directory for checked results

2020-11-16 Thread Kornel Benko
commit 53e064ce2ea7a11010ee53cc1f90f88434675d79 Author: Kornel Benko Date: Mon Nov 16 12:22:33 2020 +0100 Cmake export tests: Use the temporary directory for checked results This amends also dbb72a37 (fix race condition for parallel testing) Thanks Scott to pointing this out

[LyX/master] Cmake build: Partly revert 6f696151

2020-11-14 Thread Kornel Benko
commit c6e6b6de07bd4010b09199453ddc542809d398aa Author: Kornel Benko Date: Sat Nov 14 12:21:48 2020 +0100 Cmake build: Partly revert 6f696151 1.) cmake errors on old versions with 'LIST does not recognize sub-command PREPEND' 2.) using Windows settings on non-Windows

Re: [LyX/master] DocBook: implement European CV.

2020-11-14 Thread Kornel Benko
Am Sat, 14 Nov 2020 05:17:20 +0100 (CET) schrieb Thibaut Cuvelier : > index c9bde3e..dcc05da 100644 > --- a/CMakeLists.txt > +++ b/CMakeLists.txt > @@ -6,9 +6,37 @@ > > cmake_minimum_required(VERSION 3.1.0) > > +## set PATH=C:/Strawberry/perl/bin/;%PATH% > +## set

[LyX/master] Update sk.po

2020-11-13 Thread Kornel Benko
commit 05e0c6b94c5b410157808dff2a02d0cdadbe0006 Author: Kornel Benko Date: Sat Nov 14 00:37:39 2020 +0100 Update sk.po --- po/sk.po | 23 --- 1 files changed, 12 insertions(+), 11 deletions(-) diff --git a/po/sk.po b/po/sk.po index 298b957..44274af 100644 --- a/po

[LyX/master] Cmake build: Check for perl before use

2020-11-13 Thread Kornel Benko
commit 5680a4d3be0033ae7d11ffcef3c85f2b010eaa3f Author: Kornel Benko Date: Sat Nov 14 00:34:20 2020 +0100 Cmake build: Check for perl before use (Define PERL_EXCUTABLE to be used while calling perl scripts) --- CMakeLists.txt |4 development

Re: [LyX features/cleanup/updateMacros4] Quash error message when we are loading.

2020-11-13 Thread Kornel Benko
Am Fri, 13 Nov 2020 02:37:27 +0100 (CET) schrieb Richard Kimberly Heck : > The branch, cleanup/updateMacros4, has been updated. > How can I access this repo? Not seen in 'git branch -a'. Kornel pgpalcDdqUkBQ.pgp Description: Digitale Signatur von OpenPGP -- lyx-cvs mailing list

[LyX/master] Amend 1354dcdef0b412ff004b93068956611825a78db2 (Typo)

2020-11-12 Thread Kornel Benko
commit 2308647740cd29c428cecaaad11ca19cddacb161 Author: Kornel Benko Date: Thu Nov 12 10:38:11 2020 +0100 Amend 1354dcdef0b412ff004b93068956611825a78db2 (Typo) Regexes in *Tests files require to contain the first and also the last character ot the testname --- development

[LyX/master] Cmake tests: Do not remove temporary data while debugging

2020-11-02 Thread Kornel Benko
commit 9b2790d472cd86f20fdfa839f0fa70f8b54b2c42 Author: Kornel Benko Date: Mon Nov 2 13:12:56 2020 +0100 Cmake tests: Do not remove temporary data while debugging The debug mode is set with the environment LYX_DEBUG_LATEX $ export LYX_DEBUG_LATEX=1 The downside: From

[LyX/2.3.x] Update sk.po

2020-10-30 Thread Kornel Benko
commit ccbe2ab446b5a7c1c811f0b2eb9d5262b7c32d7e Author: Kornel Benko Date: Fri Oct 30 11:47:06 2020 +0100 Update sk.po --- po/sk.po | 18 ++ 1 files changed, 10 insertions(+), 8 deletions(-) diff --git a/po/sk.po b/po/sk.po index a91ab2c..31c10e6 100644 --- a/po/sk.po

[LyX/master] Cmake build: Fine tuning

2020-10-28 Thread Kornel Benko
commit 2ec243d47b0360f85c98fc3eb0846b8f4f967132 Author: Kornel Benko Date: Wed Oct 28 23:12:03 2020 +0100 Cmake build: Fine tuning 1.) If building with external iconv, remove remnants of libiconv data created if previousy used internal iconv 2.) Remove the variable HELP

[LyX/master] Amend(3) 0ef96e4d: Use correct path for config.h

2020-10-25 Thread Kornel Benko
commit 66d5fffb505ecd347ae029198f5e1edfb46edecc Author: Kornel Benko Date: Mon Oct 26 02:07:10 2020 +0100 Amend(3) 0ef96e4d: Use correct path for config.h --- 3rdparty/hunspell/Makefile.am |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/3rdparty/hunspell

[LyX/master] Amend(2) 2dbf3515:

2020-10-25 Thread Kornel Benko
commit 0ef96e4dec5f06e75766de9fbca1e16540d3b7e6 Author: Kornel Benko Date: Sun Oct 25 22:44:30 2020 +0100 Amend(2) 2dbf3515: --- 3rdparty/hunspell/Makefile.am |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/3rdparty/hunspell/Makefile.am b/3rdparty/hunspell

Re: [LyX/master] Move include of own header to the top. Fix dependencies

2020-10-25 Thread Kornel Benko
Am Sun, 25 Oct 2020 17:30:38 +0100 (CET) schrieb Yuriy Skalko : > commit 10272e474790d25ae9b5f3d272423959422ddfbd > Author: Yuriy Skalko > Date: Sun Oct 25 00:47:13 2020 +0300 > > Move include of own header to the top. Fix dependencies Please, only fixes for now. Until a compilable

[LyX/master] Amend(1) 2dbf3515:

2020-10-25 Thread Kornel Benko
commit 415e0d8f3f7e5b26b0d1fc5ccb8cd64b66a6bbfd Author: Kornel Benko Date: Sun Oct 25 17:31:41 2020 +0100 Amend(1) 2dbf3515: --- 3rdparty/dtl/Makefile.am |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/3rdparty/dtl/Makefile.am b/3rdparty/dtl/Makefile.am index

[LyX/master] Distribution: Added some missing files

2020-10-25 Thread Kornel Benko
commit 2dbf351542242c4d8fc4eba6ea01f6e2cb37b32c Author: Kornel Benko Date: Sun Oct 25 16:38:00 2020 +0100 Distribution: Added some missing files --- 3rdparty/dtl/Makefile.am |1 + development/Makefile.am |1 + lib/Makefile.am |1 + 3 files changed, 3 insertions(+), 0

[LyX/master] Amend 12557b09: Checking po-files (shortcut handling)

2020-10-24 Thread Kornel Benko
commit 47146ab8a3f73dca7e158fb3a2fc0195e7684dc8 Author: Kornel Benko Date: Sat Oct 24 18:40:15 2020 +0200 Amend 12557b09: Checking po-files (shortcut handling) --- po/pocheck.pl | 17 - 1 files changed, 12 insertions(+), 5 deletions(-) diff --git a/po/pocheck.pl b/po

[LyX/master] Checking po-files (shortcut handling)

2020-10-24 Thread Kornel Benko
commit 12557b094ce1a6376cf77003a443592af235f2a7 Author: Kornel Benko Date: Sat Oct 24 14:05:19 2020 +0200 Checking po-files (shortcut handling) 1.) Allow ' ' as a menu shortcut (corrected for missing/unexpected spaces at message end) 2.) Adapt for utf-8 shortcuts (corrected

[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] Amend d954a6b0: use cxx-standard supported by cmake

2020-10-22 Thread Kornel Benko
commit 39996524060581c3360c7a582552c98a895232d5 Author: Kornel Benko Date: Thu Oct 22 18:53:53 2020 +0200 Amend d954a6b0: use cxx-standard supported by cmake --- CMakeLists.txt | 14 +++--- 1 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b

[LyX/master] Cmake build: Next try to use of '--std=c++17' for gnu compiler"

2020-10-22 Thread Kornel Benko
commit d954a6b09cc9d284a34510f076c16f22b425ead2 Author: Kornel Benko Date: Thu Oct 22 13:46:29 2020 +0200 Cmake build: Next try to use of '--std=c++17' for gnu compiler" Setting CMAKE_CXX_STANDARD explicitly, so that cmake can use correct cxx-flags --- CMakeList

[LyX/master] Revert "cmake build: Allow use of '--std=c++17' for gnu compiler"

2020-10-22 Thread Kornel Benko
commit d3c16d049697b05590b936db1219d5eb51cb4294 Author: Kornel Benko Date: Thu Oct 22 12:04:41 2020 +0200 Revert "cmake build: Allow use of '--std=c++17' for gnu compiler" This reverts commit a906676c8971fe4e5eb893937e8cba80cfe2cc12. --- development/cma

[LyX/master] cmake build: Allow use of '--std=c++17' for gnu compiler

2020-10-21 Thread Kornel Benko
commit a906676c8971fe4e5eb893937e8cba80cfe2cc12 Author: Kornel Benko Date: Wed Oct 21 18:27:23 2020 +0200 cmake build: Allow use of '--std=c++17' for gnu compiler --- development/cmake/modules/FindCXX11Compiler.cmake |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git

[LyX/master] Amend 3a452a24: DocBook: disable an inverted test for a LyX bug.

2020-10-18 Thread Kornel Benko
commit 26f3dfe45dd08735dba3decea616acd4197ccc4a Author: Kornel Benko Date: Sun Oct 18 10:10:46 2020 +0200 Amend 3a452a24: DocBook: disable an inverted test for a LyX bug. The disabled test has to appear before the regex for enabled tests --- development/autotests/invertedTests

[LyX/master] Amend 31ad4d6e: DocBook: move tests to inverted instead of ignored.

2020-10-17 Thread Kornel Benko
commit b940a81520e9d26576fabfedf2bc63d71606ea19 Author: Kornel Benko Date: Sat Oct 17 12:58:30 2020 +0200 Amend 31ad4d6e: DocBook: move tests to inverted instead of ignored. Allow inverted tests without explicit language setting in testname --- development/autotests

[LyX/2.3.x] Amend 0536193c: Remove requirement of revsymb4-1.sty.

2020-10-15 Thread Kornel Benko
commit a610ee422e6b52264d739465b2d8ad0063453ba4 Author: Kornel Benko Date: Thu Oct 15 12:16:30 2020 +0200 Amend 0536193c: Remove requirement of revsymb4-1.sty. Fixes #12005, reported and indicated a fix by 'ert' (cherry picked from commit

[LyX/master] Amend 0536193c: Remove requirement of revsymb4-1.sty.

2020-10-15 Thread Kornel Benko
commit a0f02203488ddac6bb0b2437d18b98ad25453f31 Author: Kornel Benko Date: Thu Oct 15 12:16:30 2020 +0200 Amend 0536193c: Remove requirement of revsymb4-1.sty. Fixes #12005, reported and indicated a fix by 'ert' --- lib/layouts/revtex4-2.layout |2 +- 1 files changed, 1

[LyX/master] Cmake tests: Amend 667c0647: Use jing to test only docbook5 exports

2020-10-13 Thread Kornel Benko
commit b6c5603ab0cd5f1aaf78bca88d324b58077bc300 Author: Kornel Benko Date: Tue Oct 13 15:42:29 2020 +0200 Cmake tests: Amend 667c0647: Use jing to test only docbook5 exports --- development/autotests/export.cmake |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git

[LyX/master] Cmake docbook tests: Add jing.jar to test created docbook files

2020-10-10 Thread Kornel Benko
commit 667c0647a564a18360f40299a2a1ddc0da0d2043 Author: Kornel Benko Date: Sat Oct 10 12:43:17 2020 +0200 Cmake docbook tests: Add jing.jar to test created docbook files Usefull only if tested with data from repository. This means: The file 'jing.jar' is not part

Re: [LyX/master] Bind new template dialog to template shortcut (bug 11996).

2020-10-09 Thread Kornel Benko
Am Fri, 9 Oct 2020 03:34:36 +0200 (CEST) schrieb Richard Kimberly Heck : > commit 6b86a5a395175bd3a015856698d4dddae662b162 > Author: Richard Kimberly Heck > Date: Thu Oct 8 22:02:06 2020 -0400 > > Bind new template dialog to template shortcut (bug 11996). > > From Daniel. > ---

[LyX/master] distribute db_*.inc files

2020-10-07 Thread Kornel Benko
commit aef74183c11e2a855fc5c875732f30ce241ba1b9 Author: Kornel Benko Date: Wed Oct 7 12:44:20 2020 +0200 distribute db_*.inc files Missed if using docbook5 export --- lib/Makefile.am |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/lib/Makefile.am b/lib

[LyX/master] Amend 31d64c73: slipped in part removed.

2020-10-03 Thread Kornel Benko
commit 8f5bd45460dd743dcb8c876aa8e0f8179745fc29 Author: Kornel Benko Date: Sun Oct 4 01:59:23 2020 +0200 Amend 31d64c73: slipped in part removed. --- lib/configure.py |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lib/configure.py b/lib/configure.py index

[LyX/master] Update sk.po

2020-10-03 Thread Kornel Benko
commit 1e1483d212cc34339a5dd766d18720b34b989e38 Author: Kornel Benko Date: Sun Oct 4 01:55:02 2020 +0200 Update sk.po --- po/sk.po | 30 +- 1 files changed, 25 insertions(+), 5 deletions(-) diff --git a/po/sk.po b/po/sk.po index 11562ef..9f532ab 100644

[LyX/master] Enable handling of spreadsheets in export to docbook5 format.

2020-10-03 Thread Kornel Benko
commit 31d64c739521c48438f05f627af071c69c8a2e13 Author: Kornel Benko Date: Sun Oct 4 01:43:44 2020 +0200 Enable handling of spreadsheets in export to docbook5 format. In cooperation with Thibaut Cuvelier: lib/scripts/spreadsheet_to_docbook.py: Strip the document header

[LyX/master] Add formats to be used by converting docbook5 -> pdf

2020-10-03 Thread Kornel Benko
commit d8ac04354fd0f713114767c8bcaf44566684723f Author: Kornel Benko Date: Sat Oct 3 14:44:10 2020 +0200 Add formats to be used by converting docbook5 -> pdf Preparation to test docbook5 exports 'xhtml_table': Format used for inserting spreadsheet tables in docb

[LyX/master] Cmake build: Install missed script listerrors

2020-10-03 Thread Kornel Benko
commit 932321a083188bd00523bcf2efabd1f656fd34ba Author: Kornel Benko Date: Sat Oct 3 14:06:24 2020 +0200 Cmake build: Install missed script listerrors --- development/cmake/Install.cmake |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/development/cmake

[LyX/master] Do not use runparams.nice == true while exporting to docbook5

2020-10-03 Thread Kornel Benko
commit a43d8501a2ce9649ec7394e14f1c45b877ff7a90 Author: Kornel Benko Date: Sat Oct 3 13:28:26 2020 +0200 Do not use runparams.nice == true while exporting to docbook5 The setting implies that the variable external_in_tmpdir is set to false. If a lyx-file includes external

[LyX/2.3.x] Gnumeric conversions to html: Remove wrong closing flag

2020-09-24 Thread Kornel Benko
commit 155c779432787a56711881493e67d962d21b66f3 Author: Kornel Benko Date: Thu Sep 24 10:14:35 2020 +0200 Gnumeric conversions to html: Remove wrong closing flag Now LyXHTML export for Spreadsheet.lyx is errorles, but stil we need a wrapper to remove unneeded 'Ark' captions

[LyX/master] Gnumeric conversions to html: Remove wrong closing flag

2020-09-24 Thread Kornel Benko
commit 70725040db010ee5596b4d57e0b597e53e06817c Author: Kornel Benko Date: Thu Sep 24 10:14:35 2020 +0200 Gnumeric conversions to html: Remove wrong closing flag Now LyXHTML export for Spreadsheet.lyx is errorles, but stil we need a wrapper to remove unneeded 'Ark' captions

[LyX/master] Remove the noun-flag from the separator in index entry

2020-09-21 Thread Kornel Benko
commit c4acb6c5b928da985d5b57175cdd55fe8fc0e467 Author: Kornel Benko Date: Mon Sep 21 12:48:58 2020 +0200 Remove the noun-flag from the separator in index entry --- lib/doc/es/UserGuide.lyx | 10 +- 1 files changed, 1 insertions(+), 9 deletions(-) diff --git a/lib/doc/es

[LyX/master] Cmake tests: Remove docbook, xhtml, lyx2lyx tests from unreliableTests

2020-09-20 Thread Kornel Benko
commit 21fe8a8e5b93d1008ed7cbe6c0cbe2cb9b03cc18 Author: Kornel Benko Date: Sun Sep 20 14:25:04 2020 +0200 Cmake tests: Remove docbook, xhtml, lyx2lyx tests from unreliableTests The relevant export-output is done by lyx and not dependent on some external driver (like latex

[LyX/master] Cmake export xhtml tests: load dtd if checking ouput with xmllint

2020-09-20 Thread Kornel Benko
commit 758775ac92a11f7d378287ef6c65285dd44c3a6f Author: Kornel Benko Date: Sun Sep 20 11:47:04 2020 +0200 Cmake export xhtml tests: load dtd if checking ouput with xmllint --- development/autotests/examineXmllintOutput.pl | 19 ++ development/autotests/export.cmake

[LyX/2.3.x] Update sk.po

2020-09-18 Thread Kornel Benko
commit 1680b8100fa559e5a3bac47c38aa9bae2a3c90be Author: Kornel Benko Date: Fri Sep 18 18:36:48 2020 +0200 Update sk.po --- po/sk.po |7 +++ 1 files changed, 3 insertions(+), 4 deletions(-) diff --git a/po/sk.po b/po/sk.po index ef5942c..af7def1 100644 --- a/po/sk.po +++ b/po

Re: [LyX features/feature/docbook] DocBook: handle other cases of subfigures.

2020-09-11 Thread Kornel Benko
Am Fri, 11 Sep 2020 13:01:29 +0200 (CEST) schrieb Thibaut Cuvelier : > commit 1fccfc24da4ad2f491b659ad7dcd8fbce29eef3d > Author: Thibaut Cuvelier > Date: Fri Sep 11 03:14:41 2020 +0200 > > DocBook: handle other cases of subfigures. > In case of interest: The following tests FAILED:

[LyX/master] Cmake build: Try to omit using directory names as source-files in po

2020-09-07 Thread Kornel Benko
commit aadfb583740a2e1be58201408e3fcccf720b8803 Author: Kornel Benko Date: Mon Sep 7 21:12:22 2020 +0200 Cmake build: Try to omit using directory names as source-files in po Previously there are po-entries like #: lib/examples/Articles:0 src/TocBackend.cpp:296 #:src

[LyX/master] Cmake build: Amend a9afdbb7 and 46fca4dc

2020-09-03 Thread Kornel Benko
commit 838853f99ebb835f968c8fbc955130286d11c499 Author: Kornel Benko Date: Thu Sep 3 18:27:12 2020 +0200 Cmake build: Amend a9afdbb7 and 46fca4dc Partly revert installing fonds in system dir, not needed after a9afdbb7 (Personalize fonts) --- development/cmake/modules

[LyX/master] Update sk.po

2020-09-03 Thread Kornel Benko
commit 5b43b84e43c70fcf837a3e8b8156c0fd5107f60e Author: Kornel Benko Date: Thu Sep 3 12:03:11 2020 +0200 Update sk.po --- po/sk.po | 26 ++ 1 files changed, 14 insertions(+), 12 deletions(-) diff --git a/po/sk.po b/po/sk.po index b3c1eea..11562ef 100644 --- a/po

[LyX/master] Tools(listFontWithLang.pl): Handle also fonts provided by lyx

2020-09-03 Thread Kornel Benko
commit a45f539bb5de76a86cc9cd5485f13db81eaed75b Author: Kornel Benko Date: Thu Sep 3 11:45:04 2020 +0200 Tools(listFontWithLang.pl): Handle also fonts provided by lyx These fonts are normally not handled by fontconfig --- development/tools/listFontWithLang.pl | 367

[LyX/2.3.x] Update sk.po

2020-08-31 Thread Kornel Benko
commit eaece7aa9f40b8ac748c31f962052043f4f7cfea Author: Kornel Benko Date: Mon Aug 31 18:30:23 2020 +0200 Update sk.po --- po/sk.po | 126 - 1 files changed, 17 insertions(+), 109 deletions(-) diff --git a/po/sk.po b/po/sk.po

[LyX/master] Cmake build: Install lyx fonts in system dir too on linux

2020-08-30 Thread Kornel Benko
commit 46fca4dc1d3298bfbfa41c1ad2233116d176610e Author: Kornel Benko Date: Sun Aug 30 20:30:21 2020 +0200 Cmake build: Install lyx fonts in system dir too on linux 1.) Math-editor seems to use system fonts, so install it there. 2.) We use fonts from the support-dir, so install

[LyX/master] Amend aef29bb:

2020-08-30 Thread Kornel Benko
commit f74739075ef1ae3dfeee472a24b5975d822f387f Author: Kornel Benko Date: Sun Aug 30 09:58:29 2020 +0200 Amend aef29bb: --- development/autotests/invertedTests |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/development/autotests/invertedTests b/development

[LyX/master] Tools(listFontWithLang.pl): Amend 99508630, polish also the style

2020-08-29 Thread Kornel Benko
commit 74e37a4791ebea5c0c555806dd986c84851f02ad Author: Kornel Benko Date: Sat Aug 29 15:26:58 2020 +0200 Tools(listFontWithLang.pl): Amend 99508630, polish also the style --- development/tools/listFontWithLang.pl |9 +++-- 1 files changed, 7 insertions(+), 2 deletions(-) diff

[LyX/master] Revert "Ignore missing glyphs for fr/Customization.lyx"

2020-08-29 Thread Kornel Benko
commit 084781d530184f4537481130385768710452c74c Author: Kornel Benko Date: Sat Aug 29 15:20:49 2020 +0200 Revert "Ignore missing glyphs for fr/Customization.lyx" This reverts commit 7ec0870cceefb232a28ca7e9fe36891bf167182a. After setting the Dejavu font i

[LyX/master] Cmake build: Use the fonts dir which is also expected by GuiFontLoader.cpp

2020-08-27 Thread Kornel Benko
commit 0eb258981868c9e5cc80e766b3fb71b743041438 Author: Kornel Benko Date: Thu Aug 27 19:05:52 2020 +0200 Cmake build: Use the fonts dir which is also expected by GuiFontLoader.cpp --- development/cmake/modules/LyXDestinations.cmake |2 +- 1 files changed, 1 insertions(+), 1 deletions

[LyX/master] Update sk.po

2020-08-27 Thread Kornel Benko
commit c40e52a1861e5ab14bd1cf68ac2c16fb029a4ad8 Author: Kornel Benko Date: Thu Aug 27 12:31:10 2020 +0200 Update sk.po --- po/sk.po | 36 ++-- 1 files changed, 34 insertions(+), 2 deletions(-) diff --git a/po/sk.po b/po/sk.po index 569a715..b3c1eea

[LyX/master] Update sk.po

2020-08-27 Thread Kornel Benko
commit 1b30a544944cb31c92983afe011883f502ec0fbd Author: Kornel Benko Date: Thu Aug 27 12:09:11 2020 +0200 Update sk.po --- po/sk.po | 43 --- 1 files changed, 32 insertions(+), 11 deletions(-) diff --git a/po/sk.po b/po/sk.po index b386ce1

[LyX/master] Cmake build: Install lyx.svg under images for all platforms

2020-08-26 Thread Kornel Benko
commit 41e03d9b2b97890e0089acad6616491232e9cb26 Author: Kornel Benko Date: Wed Aug 26 14:33:42 2020 +0200 Cmake build: Install lyx.svg under images for all platforms --- development/cmake/Install.cmake |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/development

[LyX/master] Cmake export tests: Ignore some pdflatex tests for Hebrew documents

2020-08-25 Thread Kornel Benko
commit af146f07e6ff7e0fdd40ef59eb95e9b3d06ac6dd Author: Kornel Benko Date: Tue Aug 25 14:31:15 2020 +0200 Cmake export tests: Ignore some pdflatex tests for Hebrew documents These tests are not expected to succeed anytime soon. --- development/autotests/ignoredTests |2 ++ 1

[LyX/master] Ignore missing glyphs for fr/Customization.lyx

2020-08-24 Thread Kornel Benko
commit 7ec0870cceefb232a28ca7e9fe36891bf167182a Author: Kornel Benko Date: Mon Aug 24 13:51:09 2020 +0200 Ignore missing glyphs for fr/Customization.lyx --- development/autotests/ignoreLatexErrorsTests |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/development

[LyX/master] Tools(listFontWithLang.pl): Polishing the display of font names.

2020-08-24 Thread Kornel Benko
commit 99508630586181cafafd597788312cf1d6672c4d Author: Kornel Benko Date: Mon Aug 24 13:45:42 2020 +0200 Tools(listFontWithLang.pl): Polishing the display of font names. Also always display the foundry --- development/tools/listFontWithLang.pl | 15 +-- 1 files

[LyX/master] Update sk.po

2020-08-24 Thread Kornel Benko
commit 65a0f3389cec1067da240707cfc10570616a4576 Author: Kornel Benko Date: Mon Aug 24 11:40:18 2020 +0200 Update sk.po --- po/sk.po | 12 +--- 1 files changed, 5 insertions(+), 7 deletions(-) diff --git a/po/sk.po b/po/sk.po index fed3b91..b386ce1 100644 --- a/po/sk.po +++ b/po

[LyX/master] Cmake export tests: Typo

2020-08-23 Thread Kornel Benko
commit dbe9867ed117f5d84aa050cdb2d913cf442b90a4 Author: Kornel Benko Date: Sun Aug 23 11:38:20 2020 +0200 Cmake export tests: Typo --- development/autotests/ExportTests.cmake |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/development/autotests/ExportTests.cmake

[LyX/master] Amend 3dccce14: Tools(listFontWithLang.pl): Ignore white space while checking font name

2020-08-23 Thread Kornel Benko
commit be4f5c8084019bfdd7d067a8c18c960b823df3f7 Author: Kornel Benko Date: Sun Aug 23 08:21:53 2020 +0200 Amend 3dccce14: Tools(listFontWithLang.pl): Ignore white space while checking font name Do not manipulate search strings which already contain regex elements

[LyX/master] Cmake docbook tests: Check for correct use of namespaces

2020-08-22 Thread Kornel Benko
commit 3e18adc11097d72153321ce62af8b72f6231f6a8 Author: Kornel Benko Date: Sat Aug 22 17:40:34 2020 +0200 Cmake docbook tests: Check for correct use of namespaces --- development/autotests/xmlParser.pl |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/development

[LyX/master] Tools(listFontWithLang.pl): Ignore white space while checking font name

2020-08-22 Thread Kornel Benko
commit 3dccce1411f644a67393d5805ade0c34c7fc0041 Author: Kornel Benko Date: Sat Aug 22 16:20:22 2020 +0200 Tools(listFontWithLang.pl): Ignore white space while checking font name This allows for instance to find 'Deja Vu' also if searching for 'dejavu' --- development/tools

[LyX/master] Cmake export tests: Ignore some test of files used as a child document only

2020-08-22 Thread Kornel Benko
commit bc3e3e330f1aa6d42a60ff53021b4c824d65d7da Author: Kornel Benko Date: Sat Aug 22 11:40:46 2020 +0200 Cmake export tests: Ignore some test of files used as a child document only --- development/autotests/ignoredTests |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff

[LyX/master] Update sk.po

2020-08-20 Thread Kornel Benko
commit c91fd32a6e47d69c2d0087b772b7ba2ab98bfc17 Author: Kornel Benko Date: Thu Aug 20 16:48:59 2020 +0200 Update sk.po --- po/sk.po | 42 +++--- 1 files changed, 35 insertions(+), 7 deletions(-) diff --git a/po/sk.po b/po/sk.po index 83e1b4e..d29fd98

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