[LyX/master] Fix stalling of keytests when invalid DISPLAY

2014-08-25 Thread Kornel Benko
commit f2937e676ac4f52e7d4c0bb0c3b24f0cc341ee2f Author: Kornel Benko kor...@lyx.org Date: Mon Aug 25 13:45:32 2014 +0200 Fix stalling of keytests when invalid DISPLAY Before, the keytests would run infinitely if the tests were run, e.g. through SSH without X forwarding. To

[LyX/master] * sk.po

2014-08-25 Thread Kornel Benko
commit 80aafdb5eb1633633b93a90bfc8223a0aea8083d Author: Kornel Benko kor...@lyx.org Date: Mon Aug 25 13:52:14 2014 +0200 * sk.po diff --git a/po/sk.po b/po/sk.po index e460e23..96855cf 100644 --- a/po/sk.po +++ b/po/sk.po @@ -8,7 +8,7 @@ msgid msgstr Project-Id-Version: LyX-2.1\n

[LyX/master] keytests: add a timeout for LyX process to start

2014-08-25 Thread Kornel Benko
commit e4772c103ec0e6517c8e427463fe9ce6a3576a26 Author: Kornel Benko kor...@lyx.org Date: Mon Aug 25 13:49:12 2014 +0200 keytests: add a timeout for LyX process to start If the LyX window does not appear after a certain (conservative) time, the keytest now fails. One reason

[LyX/master] Add a debugging message.

2014-08-25 Thread Richard Heck
commit a5c4ccfd26f4616f06753894f89c91084a625d53 Author: Richard Heck rgh...@lyx.org Date: Mon Aug 25 11:14:27 2014 -0400 Add a debugging message. diff --git a/src/Buffer.cpp b/src/Buffer.cpp index 6c8194c..cde0419 100644 --- a/src/Buffer.cpp +++ b/src/Buffer.cpp @@ -1312,6 +1312,8 @@ bool

[LyX/master] Fix the -geometry command line argument for Windows.

2014-08-25 Thread Enrico Forestieri
commit 565260126eb106ab00049285627417e73736bb96 Author: Enrico Forestieri for...@lyx.org Date: Mon Aug 25 18:35:15 2014 +0200 Fix the -geometry command line argument for Windows. The command line argument -geometry WIDTHxHEIGHT±XOFF±YOFF specifies a preferred size and location

[LyX/master] #9245 replace Q_WS_MACX with Q_OS_MAC - the Q_OS_MAC macro is usable with Qt4 and Qt5.

2014-08-25 Thread Stephan Witt
commit 3aa428fdeacb2c94053999491b3336c10040a01a Author: Stephan Witt sw...@lyx.org Date: Mon Aug 25 20:08:59 2014 +0200 #9245 replace Q_WS_MACX with Q_OS_MAC - the Q_OS_MAC macro is usable with Qt4 and Qt5. diff --git a/src/Format.cpp b/src/Format.cpp index 82712af..1637bed 100644 ---

[LyX/2.1.x] Fix the -geometry command line argument for Windows.

2014-08-25 Thread Enrico Forestieri
commit 43c669fb13fafe6d551db68380d0b6382c551806 Author: Enrico Forestieri for...@lyx.org Date: Mon Aug 25 20:55:03 2014 +0200 Fix the -geometry command line argument for Windows. The command line argument -geometry WIDTHxHEIGHT±XOFF±YOFF specifies a preferred size and location

[LyX/master] Correct LyXUtilitiesDir default assignment location (thanks Patrick)

2014-08-25 Thread Stephan Witt
commit 4a04328be2be680991644d56cef56efbb077e01f Author: Stephan Witt sw...@lyx.org Date: Tue Aug 26 07:37:59 2014 +0200 Correct LyXUtilitiesDir default assignment location (thanks Patrick) diff --git a/development/LyX-Mac-binary-release.sh b/development/LyX-Mac-binary-release.sh index

[LyX/master] Fix stalling of keytests when invalid DISPLAY

2014-08-25 Thread Kornel Benko
commit f2937e676ac4f52e7d4c0bb0c3b24f0cc341ee2f Author: Kornel Benko Date: Mon Aug 25 13:45:32 2014 +0200 Fix stalling of keytests when invalid DISPLAY Before, the keytests would run infinitely if the tests were run, e.g. through SSH without X forwarding.

[LyX/master] * sk.po

2014-08-25 Thread Kornel Benko
commit 80aafdb5eb1633633b93a90bfc8223a0aea8083d Author: Kornel Benko Date: Mon Aug 25 13:52:14 2014 +0200 * sk.po diff --git a/po/sk.po b/po/sk.po index e460e23..96855cf 100644 --- a/po/sk.po +++ b/po/sk.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version:

[LyX/master] keytests: add a timeout for LyX process to start

2014-08-25 Thread Kornel Benko
commit e4772c103ec0e6517c8e427463fe9ce6a3576a26 Author: Kornel Benko Date: Mon Aug 25 13:49:12 2014 +0200 keytests: add a timeout for LyX process to start If the LyX window does not appear after a certain (conservative) time, the keytest now fails. One reason

[LyX/master] Add a debugging message.

2014-08-25 Thread Richard Heck
commit a5c4ccfd26f4616f06753894f89c91084a625d53 Author: Richard Heck Date: Mon Aug 25 11:14:27 2014 -0400 Add a debugging message. diff --git a/src/Buffer.cpp b/src/Buffer.cpp index 6c8194c..cde0419 100644 --- a/src/Buffer.cpp +++ b/src/Buffer.cpp @@ -1312,6 +1312,8 @@

[LyX/master] Fix the -geometry command line argument for Windows.

2014-08-25 Thread Enrico Forestieri
commit 565260126eb106ab00049285627417e73736bb96 Author: Enrico Forestieri Date: Mon Aug 25 18:35:15 2014 +0200 Fix the -geometry command line argument for Windows. The command line argument -geometry WIDTHxHEIGHT±XOFF±YOFF specifies a preferred size and

[LyX/master] #9245 replace Q_WS_MACX with Q_OS_MAC - the Q_OS_MAC macro is usable with Qt4 and Qt5.

2014-08-25 Thread Stephan Witt
commit 3aa428fdeacb2c94053999491b3336c10040a01a Author: Stephan Witt Date: Mon Aug 25 20:08:59 2014 +0200 #9245 replace Q_WS_MACX with Q_OS_MAC - the Q_OS_MAC macro is usable with Qt4 and Qt5. diff --git a/src/Format.cpp b/src/Format.cpp index 82712af..1637bed 100644 ---

[LyX/2.1.x] Fix the -geometry command line argument for Windows.

2014-08-25 Thread Enrico Forestieri
commit 43c669fb13fafe6d551db68380d0b6382c551806 Author: Enrico Forestieri Date: Mon Aug 25 20:55:03 2014 +0200 Fix the -geometry command line argument for Windows. The command line argument -geometry WIDTHxHEIGHT±XOFF±YOFF specifies a preferred size and

[LyX/master] Correct LyXUtilitiesDir default assignment location (thanks Patrick)

2014-08-25 Thread Stephan Witt
commit 4a04328be2be680991644d56cef56efbb077e01f Author: Stephan Witt Date: Tue Aug 26 07:37:59 2014 +0200 Correct LyXUtilitiesDir default assignment location (thanks Patrick) diff --git a/development/LyX-Mac-binary-release.sh b/development/LyX-Mac-binary-release.sh index