[LyX/master] Amend 92628a29:Try to use valid locales for testing

2019-03-13 Thread Kornel Benko
commit de9b1ae5fa60ec98839b68feababfb2cabda5142 Author: Kornel Benko Date: Wed Mar 13 19:49:11 2019 +0100 Amend 92628a29:Try to use valid locales for testing --- development/autotests/export.cmake |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git

[LyX/master] Update sk.po

2019-03-13 Thread Kornel Benko
commit a45407b8c7fac86024d83088a02330dade2fcc89 Author: Kornel Benko Date: Wed Mar 13 14:30:47 2019 +0100 Update sk.po --- po/sk.po | 39 +++ 1 files changed, 31 insertions(+), 8 deletions(-) diff --git a/po/sk.po b/po/sk.po index 0469c25..af67bdd

[LyX/master] Typo

2019-03-13 Thread Kornel Benko
commit 4eacc492a38d98a4ef182f5455cc5296b1d44e9e Author: Kornel Benko Date: Wed Mar 13 14:14:35 2019 +0100 Typo --- src/lyxfind.cpp |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/lyxfind.cpp b/src/lyxfind.cpp index df45762..0d7d539 100644 ---

[LyX/master] Fix #11505. Count and display number of replaced strings in FindAdv

2019-03-13 Thread Kornel Benko
commit 7ac04a2b75d24f03454210dfb4a3543abb8bcd22 Author: Kornel Benko Date: Wed Mar 13 14:06:18 2019 +0100 Fix #11505. Count and display number of replaced strings in FindAdv --- src/frontends/qt4/FindAndReplace.cpp |1 + src/lyxfind.cpp | 53

[LyX/master] Use CJKutf8 package if input encoding is "utf8" and a used language requires CJK.

2019-03-13 Thread Günter Milde
commit 4a481975b6e94fc48a7bdfe776106ba79149e5bc Author: Günter Milde Date: Wed Mar 13 11:31:25 2019 +0100 Use CJKutf8 package if input encoding is "utf8" and a used language requires CJK. CJKutf8 now used also if a secondary language requires CJK. ---