[LyX/master] Cmake build: Simplify use of qt5 modules

2018-06-09 Thread Kornel Benko
commit 72a2f922393f8029b658fffe3c5a2e3e2c81ac1d Author: Kornel Benko Date: Sat Jun 9 23:59:47 2018 +0200 Cmake build: Simplify use of qt5 modules According to this page: http://doc.qt.io/qt-5/cmake-manual.html the way to replace use of qt5_use_modules() for module

[LyX/master] Cmake build: Adapt to compile with qt5.11

2018-06-09 Thread Kornel Benko
commit d6b21e20e254c96d963c6ab4988ad635f8f4e44b Author: Kornel Benko Date: Sat Jun 9 16:52:15 2018 +0200 Cmake build: Adapt to compile with qt5.11 Since qt5_use_modules() is removed from QT5 (as spotted by Jürgen Spitzmüller), we had to create own version of this macro.

[LyX/master] Cmake tests: Added check to inspect created pdf in test "AMS-import"

2018-06-09 Thread Kornel Benko
commit aca303135257f979ba09c9ab70147d4b51cef230 Author: Kornel Benko Date: Sat Jun 9 09:08:42 2018 +0200 Cmake tests: Added check to inspect created pdf in test "AMS-import" If the command "comparepdf" is found, it will be used. Also the script lyx_batch.pl is now easier to

[LyX/master] Cmate tests: Amend aca3031

2018-06-09 Thread Kornel Benko
commit 1803d788f7d5a5bb3a107b5526b8155651404ced Author: Kornel Benko Date: Sat Jun 9 09:48:41 2018 +0200 Cmate tests: Amend aca3031 The script checkKeys.pl.in was mentioned but not added to the previous commit. --- lib/scripts/checkKeys.pl.in | 131

[LyX/master] Support input of non-ASCII characters in hyperlinks

2018-06-09 Thread Juergen Spitzmueller
commit 01d8f418943f5f63f329658d387a7dbd9a024c91 Author: Juergen Spitzmueller Date: Sat Jun 9 11:52:55 2018 +0200 Support input of non-ASCII characters in hyperlinks We transform them to hex representation via QByteArray::toPercentEncoding() Fixes: #11165 ---