bino-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bino-list] Qt5 is now the default


From: Martin Lambers
Subject: Re: [Bino-list] Qt5 is now the default
Date: Wed, 29 May 2013 09:02:43 +0200

Hi everyone!

On Tue, 28 May 2013 20:40:40 +0200, Martin Lambers wrote:
> In particular, the Q_WS_X11, Q_WS_MAC and Q_WS_WIN macros are gone,
> and also QX11Info and other essential things that Bino relies on. If
> you know of a way to solve these problems, please send patches.
> 
> For now, the code inside '#ifdef Q_WS_*' is simply dead when using
> Qt5, which leads to several problems, notably with fullscreen support,
> screensaver suspension, and alternating stereo mode.
> 
> If nobody finds a way to solve these issues, I will revert back to use
> Qt4 by default.

Update: I replaced some instances of Q_WS_* with Q_OS_* (where
appropriate). The main missing piece now is QX11Info, which will be
re-added to Qt in Qt-5.1, in the new module QtX11Extras.

So it is likely that the next development version of Bino will work
with Qt5 >= 5.1.

Martin



reply via email to

[Prev in Thread] Current Thread [Next in Thread]