Re: LyX+Qt5 build (CMake+XCode) on OS X

2014-08-25 Thread Patrick De Visschere
Sent from my iPad On 25 Aug 2014, at 07:55, Stephan Witt st.w...@gmx.net wrote: Am 23.08.2014 um 18:01 schrieb Patrick De Visschere pdvissch...@edpnet.be: On 23 Aug, 2014, at 14:50 , Stephan Witt st.w...@gmx.net wrote: Am 23.08.2014 um 12:01 schrieb Patrick De Visschere

Re: [LyX/master] Fix bug with wrong baseline calculation in last paragraph

2014-08-25 Thread Jürgen Spitzmüller
Am Samstag 23 August 2014, 08:10:45 schrieb Scott Kostyshak: This commit seems ('git bisect run' tells me. I have not confirmed) to have broken export of the Japanese beamer manual to DVI. I think it also breaks two other tests: 3632 - export/examples/ja/beamer_pdf (Failed) 3634 -

QUESTION: How to enable Qt5 for LyX master

2014-08-25 Thread Stephan Witt
Since Qt5 the Qt developers decided to not define the Q_WS_ macros anymore. The reasoning is to disable all platform specific code and force the Qt users like us to review all code guarded by Q_WS_ macros. This means all code in LyX inside these ifdef's is not compiled and executed anymore with

Re: QUESTION: How to enable Qt5 for LyX master

2014-08-25 Thread Stephan Witt
Am 25.08.2014 um 15:53 schrieb Stephan Witt st.w...@gmx.net: Since Qt5 the Qt developers decided to not define the Q_WS_ macros anymore. The reasoning is to disable all platform specific code and force the Qt users like us to review all code guarded by Q_WS_ macros. This means all code in LyX

Re: QUESTION: How to enable Qt5 for LyX master

2014-08-25 Thread Kornel Benko
Am Montag, 25. August 2014 um 16:08:27, schrieb Kornel Benko kor...@lyx.org Am Montag, 25. August 2014 um 15:53:14, schrieb Stephan Witt st.w...@gmx.net Since Qt5 the Qt developers decided to not define the Q_WS_ macros anymore. The reasoning is to disable all platform specific code and force

Re: QUESTION: How to enable Qt5 for LyX master

2014-08-25 Thread Kornel Benko
Am Montag, 25. August 2014 um 15:53:14, schrieb Stephan Witt st.w...@gmx.net Since Qt5 the Qt developers decided to not define the Q_WS_ macros anymore. The reasoning is to disable all platform specific code and force the Qt users like us to review all code guarded by Q_WS_ macros. This means

Re: QUESTION: How to enable Qt5 for LyX master

2014-08-25 Thread Stephan Witt
Am 25.08.2014 um 16:12 schrieb Kornel Benko kor...@lyx.org: Am Montag, 25. August 2014 um 16:08:27, schrieb Kornel Benko kor...@lyx.org Am Montag, 25. August 2014 um 15:53:14, schrieb Stephan Witt st.w...@gmx.net Since Qt5 the Qt developers decided to not define the Q_WS_ macros anymore.

Re: [LyX/master] Fix bug with wrong baseline calculation in last paragraph

2014-08-25 Thread Scott Kostyshak
On Mon, Aug 25, 2014 at 8:28 AM, Jürgen Spitzmüller sp...@lyx.org wrote: Am Samstag 23 August 2014, 08:10:45 schrieb Scott Kostyshak: This commit seems ('git bisect run' tells me. I have not confirmed) to have broken export of the Japanese beamer manual to DVI. I think it also breaks two other

Warnings due to x***arrow commit

2014-08-25 Thread Richard Heck
CXX InsetMathXArrow.o ../../src/mathed/InsetMathXArrow.cpp: In member function 'virtual void lyx::InsetMathXArrow::mathmlize(lyx::MathStream) const': ../../src/mathed/InsetMathXArrow.cpp:116:8: warning: 'arrow' may be used uninitialized in this function [-Wmaybe-uninitialized] arrow

Re: QUESTION: How to enable Qt5 for LyX master

2014-08-25 Thread Enrico Forestieri
On Mon, Aug 25, 2014 at 04:18:02PM +0200, Stephan Witt wrote: Am 25.08.2014 um 16:12 schrieb Kornel Benko kor...@lyx.org: Am Montag, 25. August 2014 um 16:08:27, schrieb Kornel Benko kor...@lyx.org At least on QT4 there is no symbol Q_OS_X11. So this patch would break QT4

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

2014-08-25 Thread Enrico Forestieri
On Mon, Aug 25, 2014 at 06:54:05PM +0200, Enrico Forestieri wrote: 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

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

2014-08-25 Thread Richard Heck
On 08/25/2014 01:01 PM, Enrico Forestieri wrote: On Mon, Aug 25, 2014 at 06:54:05PM +0200, Enrico Forestieri wrote: commit 565260126eb106ab00049285627417e73736bb96 Author: Enrico Forestieri for...@lyx.org Date: Mon Aug 25 18:35:15 2014 +0200 Fix the -geometry command line argument for

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

2014-08-25 Thread Enrico Forestieri
On Mon, Aug 25, 2014 at 01:06:34PM -0400, Richard Heck wrote: We are string frozen at the moment. No string changes here? Yes, no string is changed. -- Enrico

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

2014-08-25 Thread Richard Heck
On 08/25/2014 01:09 PM, Enrico Forestieri wrote: On Mon, Aug 25, 2014 at 01:06:34PM -0400, Richard Heck wrote: We are string frozen at the moment. No string changes here? Yes, no string is changed. OK, then. rh

Re: QUESTION: How to enable Qt5 for LyX master

2014-08-25 Thread Stephan Witt
Am 25.08.2014 um 17:54 schrieb Enrico Forestieri for...@lyx.org: On Mon, Aug 25, 2014 at 04:18:02PM +0200, Stephan Witt wrote: Am 25.08.2014 um 16:12 schrieb Kornel Benko kor...@lyx.org: Am Montag, 25. August 2014 um 16:08:27, schrieb Kornel Benko kor...@lyx.org At least on QT4 there

Re: QUESTION: How to enable Qt5 for LyX master

2014-08-25 Thread Enrico Forestieri
On Mon, Aug 25, 2014 at 05:54:08PM +0200, Enrico Forestieri wrote: On Mon, Aug 25, 2014 at 04:18:02PM +0200, Stephan Witt wrote: Am 25.08.2014 um 16:12 schrieb Kornel Benko kor...@lyx.org: Am Montag, 25. August 2014 um 16:08:27, schrieb Kornel Benko kor...@lyx.org At least on

Re: QUESTION: How to enable Qt5 for LyX master

2014-08-25 Thread Stephan Witt
Am 25.08.2014 um 19:58 schrieb Enrico Forestieri for...@lyx.org: On Mon, Aug 25, 2014 at 05:54:08PM +0200, Enrico Forestieri wrote: On Mon, Aug 25, 2014 at 04:18:02PM +0200, Stephan Witt wrote: Am 25.08.2014 um 16:12 schrieb Kornel Benko kor...@lyx.org: Am Montag, 25. August 2014 um

Changing key bindings in the GUI

2014-08-25 Thread Maria Gouskova
Hi all, I want to check whether this is a bug or I'm just missing something. I am using a custom bindings file that calls two other files. The file looks like this: ## \bind_file aqua.bind \bind_file mac.bind \bind C-ylayout Numbered Examples

Re: [LyX/master] On Linux show in crash message box the backtrace

2014-08-25 Thread Scott Kostyshak
On Sat, Jun 14, 2014 at 5:26 AM, Peter Kümmel kuem...@lyx.org wrote: commit 2f17858115247a1f2b9e341e7cbe96148911c1ad Author: Peter Kümmel syntheti...@gmx.net Date: Sat Jun 7 11:12:31 2014 +0200 On Linux show in crash message box the backtrace Would this be easy to extend to show the

Re: LyX+Qt5 build (CMake+XCode) on OS X

2014-08-25 Thread Patrick De Visschere
Sent from my iPad > On 25 Aug 2014, at 07:55, Stephan Witt wrote: > >> Am 23.08.2014 um 18:01 schrieb Patrick De Visschere : >> >>> On 23 Aug, 2014, at 14:50 , Stephan Witt wrote: >>> Am 23.08.2014 um 12:01 schrieb Patrick De

Re: [LyX/master] Fix bug with wrong baseline calculation in last paragraph

2014-08-25 Thread Jürgen Spitzmüller
Am Samstag 23 August 2014, 08:10:45 schrieb Scott Kostyshak: > This commit seems ('git bisect run' tells me. I have not confirmed) to > have broken export of the Japanese beamer manual to DVI. I think it > also breaks two other tests: > 3632 - export/examples/ja/beamer_pdf (Failed) > 3634 -

QUESTION: How to enable Qt5 for LyX master

2014-08-25 Thread Stephan Witt
Since Qt5 the Qt developers decided to not define the Q_WS_ macros anymore. The reasoning is to disable all platform specific code and force the Qt users like us to review all code guarded by Q_WS_ macros. This means all code in LyX inside these ifdef's is not compiled and executed anymore with

Re: QUESTION: How to enable Qt5 for LyX master

2014-08-25 Thread Stephan Witt
Am 25.08.2014 um 15:53 schrieb Stephan Witt : > Since Qt5 the Qt developers decided to not define the Q_WS_ macros anymore. > The reasoning is to disable all platform specific code and force the Qt users > like us to review all code guarded by Q_WS_ macros. This means all code in

Re: QUESTION: How to enable Qt5 for LyX master

2014-08-25 Thread Kornel Benko
Am Montag, 25. August 2014 um 16:08:27, schrieb Kornel Benko > Am Montag, 25. August 2014 um 15:53:14, schrieb Stephan Witt > > Since Qt5 the Qt developers decided to not define the Q_WS_ macros anymore. > > The reasoning is to disable all platform specific code

Re: QUESTION: How to enable Qt5 for LyX master

2014-08-25 Thread Kornel Benko
Am Montag, 25. August 2014 um 15:53:14, schrieb Stephan Witt > Since Qt5 the Qt developers decided to not define the Q_WS_ macros anymore. > The reasoning is to disable all platform specific code and force the Qt users > like us to review all code guarded by Q_WS_ macros. This

Re: QUESTION: How to enable Qt5 for LyX master

2014-08-25 Thread Stephan Witt
Am 25.08.2014 um 16:12 schrieb Kornel Benko : > Am Montag, 25. August 2014 um 16:08:27, schrieb Kornel Benko >> Am Montag, 25. August 2014 um 15:53:14, schrieb Stephan Witt >> >>> Since Qt5 the Qt developers decided to not define the Q_WS_

Re: [LyX/master] Fix bug with wrong baseline calculation in last paragraph

2014-08-25 Thread Scott Kostyshak
On Mon, Aug 25, 2014 at 8:28 AM, Jürgen Spitzmüller wrote: > Am Samstag 23 August 2014, 08:10:45 schrieb Scott Kostyshak: >> This commit seems ('git bisect run' tells me. I have not confirmed) to >> have broken export of the Japanese beamer manual to DVI. I think it >> also breaks

Warnings due to x***arrow commit

2014-08-25 Thread Richard Heck
CXX InsetMathXArrow.o ../../src/mathed/InsetMathXArrow.cpp: In member function 'virtual void lyx::InsetMathXArrow::mathmlize(lyx::MathStream&) const': ../../src/mathed/InsetMathXArrow.cpp:116:8: warning: 'arrow' may be used uninitialized in this function [-Wmaybe-uninitialized] << arrow

Re: QUESTION: How to enable Qt5 for LyX master

2014-08-25 Thread Enrico Forestieri
On Mon, Aug 25, 2014 at 04:18:02PM +0200, Stephan Witt wrote: > > Am 25.08.2014 um 16:12 schrieb Kornel Benko : > > > Am Montag, 25. August 2014 um 16:08:27, schrieb Kornel Benko > > > >> At least on QT4 there is no symbol Q_OS_X11. So this patch would break

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

2014-08-25 Thread Enrico Forestieri
On Mon, Aug 25, 2014 at 06:54:05PM +0200, Enrico Forestieri wrote: > 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

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

2014-08-25 Thread Richard Heck
On 08/25/2014 01:01 PM, Enrico Forestieri wrote: On Mon, Aug 25, 2014 at 06:54:05PM +0200, Enrico Forestieri wrote: commit 565260126eb106ab00049285627417e73736bb96 Author: Enrico Forestieri Date: Mon Aug 25 18:35:15 2014 +0200 Fix the -geometry command line argument

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

2014-08-25 Thread Enrico Forestieri
On Mon, Aug 25, 2014 at 01:06:34PM -0400, Richard Heck wrote: > > We are string frozen at the moment. No string changes here? Yes, no string is changed. -- Enrico

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

2014-08-25 Thread Richard Heck
On 08/25/2014 01:09 PM, Enrico Forestieri wrote: On Mon, Aug 25, 2014 at 01:06:34PM -0400, Richard Heck wrote: We are string frozen at the moment. No string changes here? Yes, no string is changed. OK, then. rh

Re: QUESTION: How to enable Qt5 for LyX master

2014-08-25 Thread Stephan Witt
Am 25.08.2014 um 17:54 schrieb Enrico Forestieri : > On Mon, Aug 25, 2014 at 04:18:02PM +0200, Stephan Witt wrote: > >> >> Am 25.08.2014 um 16:12 schrieb Kornel Benko : >> >>> Am Montag, 25. August 2014 um 16:08:27, schrieb Kornel Benko >>>

Re: QUESTION: How to enable Qt5 for LyX master

2014-08-25 Thread Enrico Forestieri
On Mon, Aug 25, 2014 at 05:54:08PM +0200, Enrico Forestieri wrote: > On Mon, Aug 25, 2014 at 04:18:02PM +0200, Stephan Witt wrote: > > > > > Am 25.08.2014 um 16:12 schrieb Kornel Benko : > > > > > Am Montag, 25. August 2014 um 16:08:27, schrieb Kornel Benko > > >

Re: QUESTION: How to enable Qt5 for LyX master

2014-08-25 Thread Stephan Witt
Am 25.08.2014 um 19:58 schrieb Enrico Forestieri : > On Mon, Aug 25, 2014 at 05:54:08PM +0200, Enrico Forestieri wrote: > >> On Mon, Aug 25, 2014 at 04:18:02PM +0200, Stephan Witt wrote: >> >>> >>> Am 25.08.2014 um 16:12 schrieb Kornel Benko : >>> Am

Changing key bindings in the GUI

2014-08-25 Thread Maria Gouskova
Hi all, I want to check whether this is a bug or I'm just missing something. I am using a custom bindings file that calls two other files. The file looks like this: ## \bind_file aqua.bind \bind_file mac.bind \bind "C-y""layout Numbered Examples

Re: [LyX/master] On Linux show in crash message box the backtrace

2014-08-25 Thread Scott Kostyshak
On Sat, Jun 14, 2014 at 5:26 AM, Peter Kümmel wrote: > commit 2f17858115247a1f2b9e341e7cbe96148911c1ad > Author: Peter Kümmel > Date: Sat Jun 7 11:12:31 2014 +0200 > > On Linux show in crash message box the backtrace Would this be easy to extend to