[LyX/master] ru.po: is now 100% translated

2018-02-10 Thread Uwe Stöhr
commit 338dc16d767da7b3e6c19f71c5f03e44de5656a7 Author: Uwe Stöhr Date: Sat Feb 10 19:34:42 2018 +0100 ru.po: is now 100% translated big respect to Yuriy! po/ru.po | 954 +- 1 files changed, 503

[LyX/2.3.x] ru.po: is now 100% translated

2018-02-10 Thread Uwe Stöhr
commit 037be1556d558eb11fef4d1fd399f003fb82deb9 Author: Uwe Stöhr Date: Sat Feb 10 19:34:29 2018 +0100 ru.po: is now 100% translated big respect to Yuriy! po/ru.po | 954 +- 1 files changed, 503

[LyX/master] amend 71fea633266

2018-02-10 Thread Juergen Spitzmueller
commit be4d49ebd107cb4b91844a555302a6052457c483 Author: Juergen Spitzmueller Date: Sat Feb 10 19:02:35 2018 +0100 amend 71fea633266 --- src/frontends/qt4/GuiView.cpp | 10 +++--- 1 files changed, 7 insertions(+), 3 deletions(-) diff --git

[LyX/2.3.x] Fix race condition in processFuncRequestQueue

2018-02-10 Thread Juergen Spitzmueller
commit fe414fcdd8a7c4d0aaf8b30afade7dc0d59ab2b7 Author: Juergen Spitzmueller Date: Sat Feb 10 15:35:12 2018 +0100 Fix race condition in processFuncRequestQueue The issue here was that the element was only removed from the queue after the func request was

[LyX/master] Disable CheckTeX while buffer is processed

2018-02-10 Thread Juergen Spitzmueller
commit 71fea6332667e1a9fe99c38624e4dcaf1129d6c5 Author: Juergen Spitzmueller Date: Sat Feb 10 18:18:43 2018 +0100 Disable CheckTeX while buffer is processed Since CheckTeX itself processes the tex file, a synchronous run with a TeX process can lead to all sorts

[LyX/master] Fix race condition in processFuncRequestQueue

2018-02-10 Thread Juergen Spitzmueller
commit dadec50a18d92d24d42e1ccf7474f07a2a66b5b4 Author: Juergen Spitzmueller Date: Sat Feb 10 15:35:12 2018 +0100 Fix race condition in processFuncRequestQueue The issue here was that the element was only removed from the queue after the func request was

[LyX/master] Cmake build: Allow cross-compiling with mingw again

2018-02-10 Thread Kornel Benko
commit 454f56b5f22e6a6e8d2f3ee41a33d1fdee034e4e Author: Kornel Benko Date: Sat Feb 10 11:21:08 2018 +0100 Cmake build: Allow cross-compiling with mingw again 1.) The check for "QT_USES_X11" expects the created application to run, but the '.exe' file does not

[LyX/2.3.x] Avoid an infinite loop

2018-02-10 Thread Enrico Forestieri
commit e43bf58223b5b4207211521b417c2ebf7c6b2fa3 Author: Enrico Forestieri Date: Fri Feb 9 23:35:33 2018 +0100 Avoid an infinite loop When pasting "\big" without any following delimiter, avoid processing the same token again and again. For unknown reasons,