Re: [Development] Enabling of QtDBus in Qt 5.4 and 5.5

2014-12-11 Thread Thiago Macieira
On Thursday 11 December 2014 08:41:22 Kurt Pattyn wrote: > > On 11 Dec 2014, at 08:30, Thiago Macieira wrote: > >> On Wednesday 10 December 2014 17:42:06 Thiago Macieira wrote: > >> Explanation: > >> * runtime: dynamically open libdbus-1 at runtime > >> * linked: link to libdbus-1 > >> * configur

Re: [Development] Enabling of QtDBus in Qt 5.4 and 5.5

2014-12-11 Thread Blasche Alexander
From: development-bounces+alexander.blasche=theqtcompany@qt-project.org on behalf of Thiago Macieira >Clarifying after question on IRC: will be enabled by default for all builds on >all OS. Unless you pass -no-dbus, of course. What's the runtime ca

Re: [Development] Enabling of QtDBus in Qt 5.4 and 5.5

2014-12-11 Thread Roland Winklmeier
To me this is amazing news. I'm using DBus on all platforms since nearly 2 years and always had to build Qt myself instead of using the official installers because of missing QtDBus libraries. They are shipped for Mac OS X meanwhile, but Windows was still a burden. 2014-12-11 9:40 GMT+01:00 Blasch

Re: [Development] Qt 5.4.0 final packages to be tested

2014-12-11 Thread Simon Hausmann
On Wednesday 10. December 2014 16.56.46 Uwe Rathmann wrote: > On Wed, 10 Dec 2014 17:13:31 +0100, Simon Hausmann wrote: > > Yeah, configure should check for that and skip the kms plugin build if > > it can't find it via pkg-config - that seems like a bug. > > But everything what is needed is avail

Re: [Development] Qt 5.4.0 final packages to be tested

2014-12-11 Thread Uwe Rathmann
On Wed, 10 Dec 2014 10:14:55 -0800, Thiago Macieira wrote: > Stop disabling pkg-config. My next attempt was the combination: -pkg-config -no-dbus: Now I was running into 2 missing dependencies, that could be solved by installing the following additional packages: - pciutils-devel - mozilla-nss

Re: [Development] Qt 5.4.0 final packages to be tested

2014-12-11 Thread Koehne Kai
> -Original Message- > From: development-bounces+kai.koehne=theqtcompany.com@qt- > project.org [mailto:development- > bounces+kai.koehne=theqtcompany@qt-project.org] On Behalf Of > Uwe Rathmann > Sent: Thursday, December 11, 2014 1:03 PM > To: development@qt-project.org > Subject: Re:

Re: [Development] Qt 5.4.0 final packages to be tested

2014-12-11 Thread Uwe Rathmann
On Thu, 11 Dec 2014 12:09:07 +, Koehne Kai wrote: > In general, it's a good idea to follow > http://qt-project.org/wiki/Building_Qt_5_from_Git (even if the title is > slightly misleading). Well I read the title of this post as: please check the uploaded packages on your system. Building from

Re: [Development] QTBUG-36811. Qml date behaves unexpectedly for negative years.

2014-12-11 Thread Ulf Hermann
> @Ulf Ulf, thank you for pointing at related bug. It seems to me that > you've already fix the issue, haven't you? Is it correct that the > solution is to add 1 year to qml date object when the year is less > than 0? My solution in https://codereview.qt-project.org/#/c/98065 and https://coderevi

Re: [Development] Qt 5.4.0 final packages to be tested

2014-12-11 Thread Koehne Kai
> -Original Message- > From: development-bounces+kai.koehne=theqtcompany.com@qt- > project.org [mailto:development- > bounces+kai.koehne=theqtcompany@qt-project.org] On Behalf Of > Uwe Rathmann > Sent: Thursday, December 11, 2014 1:19 PM > To: development@qt-project.org > Subject: Re:

Re: [Development] Qt 5.4.0 final packages to be tested

2014-12-11 Thread Uwe Rathmann
On Thu, 11 Dec 2014 12:22:46 +, Koehne Kai wrote: > It lists the different system packages you want to install before > compiling Qt, in a handy way that you can just copy to the terminal. You are refering to "sudo zypper in xorg-x11-libxcb-devel xcb-util-devel xcb-util-image-devel xcb-util-

Re: [Development] Enabling of QtDBus in Qt 5.4 and 5.5

2014-12-11 Thread Morten Johan Sørvig
> On 11 Dec 2014, at 02:42, Thiago Macieira wrote: > > Dear all > > My well-intentioned changes to unbreak the building of the OS X builds for > 5.4.0 have apparently had unexpected consequences. After reviewing the > situation, I've created https://codereview.qt-project.org/101843 to fix the

Re: [Development] Enabling of QtDBus in Qt 5.4 and 5.5

2014-12-11 Thread Thiago Macieira
On Thursday 11 December 2014 14:14:06 Morten Johan Sørvig wrote: > I’m wondering, do we want to keep the “none” behavior to “runtime” for OS X? > > libdbus-1 (and pkg-config) may be installed for two reasons: > 1) As a dependency for Qt. > 2) As a dependency for something else (some other homebrew

Re: [Development] Enabling of QtDBus in Qt 5.4 and 5.5

2014-12-11 Thread Thiago Macieira
On Thursday 11 December 2014 08:40:20 Blasche Alexander wrote: > So far there are two cases: > > 1.) no dbus (nice qmake check to cut for Windows, Android and some other > platforms) > 2.) dbus available but no daemon or permission issues > (QDbusConnection::connectToBus(...).isConnected()) > 3.

Re: [Development] Enabling of QtDBus in Qt 5.4 and 5.5

2014-12-11 Thread Kevin Kofler
Blasche Alexander wrote: > Personally, I think it is rather useless to enable QtDBus on for example > Windows. Yes, its better cross-platform programming and there are some > esoteric guys/projects who use dbus at this stage on Windows. The kdewin (KDE on Windows; in particular, ports of KDE appli

Re: [Development] Enabling of QtDBus in Qt 5.4 and 5.5

2014-12-11 Thread Thiago Macieira
On Friday 12 December 2014 02:36:11 Kevin Kofler wrote: > Blasche Alexander wrote: > > Personally, I think it is rather useless to enable QtDBus on for example > > Windows. Yes, its better cross-platform programming and there are some > > esoteric guys/projects who use dbus at this stage on Windows