Re: [Development] Adding new third party component three.js to Qt?

2015-01-12 Thread Kevin Kofler
Sorry for raining on your parade, but… Keränen Pasi wrote: > I¹d like to open the discussion on including the three library as part of > Qt 5.6 and onwards. Mainly because this would give our users a better > experience if we¹d bundle the right, tested version of Three.js together > with the Qt ve

[Development] QML: Event which triggers after document was fully loaded

2015-01-12 Thread Ruslan Moukhlynin
Hello all! I'm working now at application which loads QML from a string and make screenshot of a window. And I'm surprised that there is no event which triggers when document was completly loaded; I talk about C++ part only. The simple example: QByteArray data("import QtQuick 2.3\n\ import Qt

[Development] Heads up: removing deprecated QNX and BlackBerry mkspecs

2015-01-12 Thread Rafael Roquetto
Hi, I just wanted to give you a heads up that the following deprecated mkspecs are about to be removed: - qnx-armv7le-qcc - blackberry-armv7le-qcc - blackberry-playbook-armv7le-qcc Use {qnx,blackberry[-playbook]}-armle-v7-qcc instead. Regards, Rafael -- Rafael Roquetto | rafael.roqu

Re: [Development] Qt 5.4 breaks binary compatibility on windows for builds using vs2010 and above

2015-01-12 Thread Thiago Macieira
On Monday 12 January 2015 16:23:19 Gunnar Roth wrote: > making public etc. depend on a define is imho a very bad idea and now > we have the result broken binary compatibility, something which i think is > taken a lot care of to NOT happen in Qt. Known and fixed issue. https://codereview.qt-projec

[Development] Qt 5.4 breaks binary compatibility on windows for builds using vs2010 and above

2015-01-12 Thread Gunnar Roth
Hi, ms compiler uses access property of class methods for building the mangled name, so you should not change this between versions.   In Qt\5.4.0\qt-src\qtbase\src\corelib\kernel\qmetatype.h:643 you find   this code #ifndef Q_NO_TEMPLATE_FRIENDS #ifndef Q_QDOC     template     friend bool qRe