Re: qmlplugindump org.kde.kquickcontrolsaddons 2.0 dysfunctional

2016-06-15 Thread René J . V . Bertin
Aleix Pol wrote:

> Fix pushed.
> 
> Aleix

Great, thanks!

R.

___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


Re: qmlplugindump org.kde.kquickcontrolsaddons 2.0 dysfunctional

2016-06-15 Thread Aleix Pol
On Wed, Jun 15, 2016 at 3:37 PM, René J.V.  wrote:
> On Wednesday June 15 2016 14:42:54 Aleix Pol wrote:
>
>>That happens because we're randomly using QWidgets code within
>>KDeclarative. There's not much else we can do until that's fixed,
>>except for passing -noinstantiate.
>
> Is there something against using that option? Or else simply do a 
> non-required find_package(KF5Declarative)?
>
> R

Fix pushed.

Aleix
___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


Re: qmlplugindump org.kde.kquickcontrolsaddons 2.0 dysfunctional

2016-06-15 Thread René J . V . Bertin
On Wednesday June 15 2016 14:42:54 Aleix Pol wrote:

>That happens because we're randomly using QWidgets code within
>KDeclarative. There's not much else we can do until that's fixed,
>except for passing -noinstantiate.

Is there something against using that option? Or else simply do a non-required 
find_package(KF5Declarative)?

R
___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


Re: qmlplugindump org.kde.kquickcontrolsaddons 2.0 dysfunctional

2016-06-15 Thread Aleix Pol
On Wed, Jun 15, 2016 at 12:32 PM, René J.V.  wrote:
> Hi,
>
> Building the latest Purpose git/master I just discovered this (applies to OS 
> X and Linux):
>
> %> /opt/local/libexec/qt5/bin/qmlplugindump org.kde.kquickcontrolsaddons 2.0
> QObject: Cannot create children for a parent that is in a different thread.
> (Parent is QGuiApplication(0x7ffdd69c20c0), parent's thread is 
> QThread(0x258f260), current thread is QThread(0x259a9e0)
> QObject: Cannot create children for a parent that is in a different thread.
> (Parent is QGuiApplication(0x7ffdd69c20c0), parent's thread is 
> QThread(0x258f260), current thread is QThread(0x259a9e0)
> QObject: Cannot create children for a parent that is in a different thread.
> (Parent is QGuiApplication(0x7ffdd69c20c0), parent's thread is 
> QThread(0x258f260), current thread is QThread(0x259a9e0)
> QWidget: Cannot create a QWidget without QApplication
> Abort (core dumped)
>
> which results from doing `qmlplugindump org.kde.kquickcontrolsaddons 2.0` in 
> a CMake file.
>
> Does this mean something is wrong on my system, or is this because I'm still 
> using the 5.22.0 frameworks?
>
> Cheers,
> R.

That happens because we're randomly using QWidgets code within
KDeclarative. There's not much else we can do until that's fixed,
except for passing -noinstantiate.

Aleix
___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


qmlplugindump org.kde.kquickcontrolsaddons 2.0 dysfunctional

2016-06-15 Thread René J . V . Bertin
Hi,

Building the latest Purpose git/master I just discovered this (applies to OS X 
and Linux):

%> /opt/local/libexec/qt5/bin/qmlplugindump org.kde.kquickcontrolsaddons 2.0
QObject: Cannot create children for a parent that is in a different thread.
(Parent is QGuiApplication(0x7ffdd69c20c0), parent's thread is 
QThread(0x258f260), current thread is QThread(0x259a9e0)
QObject: Cannot create children for a parent that is in a different thread.
(Parent is QGuiApplication(0x7ffdd69c20c0), parent's thread is 
QThread(0x258f260), current thread is QThread(0x259a9e0)
QObject: Cannot create children for a parent that is in a different thread.
(Parent is QGuiApplication(0x7ffdd69c20c0), parent's thread is 
QThread(0x258f260), current thread is QThread(0x259a9e0)
QWidget: Cannot create a QWidget without QApplication
Abort (core dumped)

which results from doing `qmlplugindump org.kde.kquickcontrolsaddons 2.0` in a 
CMake file.

Does this mean something is wrong on my system, or is this because I'm still 
using the 5.22.0 frameworks?

Cheers,
R.
___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel