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: 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: 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

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: 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: 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