Re: [Development] Qt 5.4.0 release coming soon

2014-11-27 Thread Abrahamsen-Blomfeldt Eskil
Hi, Oops! That's supposed to be QTBUG-38256. Sorry about that! I see that Thiago has removed the bug ID from the changelog, which is good enough I think. Thanks for catching this :) -- Eskil Fra: development-bounces+eskil.abrahamsen-blomfeldt=theqtcompany@qt-project.org

Re: [Development] Help needed to test Ministro 10.3, needed for Qt 5.4!

2014-11-27 Thread Harri Pasanen
Hmm... looking at the issue it seems to me that it is not going to be fixed, it is an intentional change. They are tightening the platform from security point of view, and this change is similar to change that made removable SD cards much less useful in KitKat:

[Development] Qt 5.4 RC Qt Creator 3.3 RC released!

2014-11-27 Thread Heikkinen Jani
Hi, The Qt5.4 RC and Qt Creator 3.3 RC are now released, see http://blog.qt.digia.com/blog/2014/11/27/qt-5-4-release-candidate-available/ http://blog.qt.digia.com/blog/2014/11/27/qt-creator-3-3-rc-released/ Big thanks for everyone who made this possible! Best regards, Jani Heikkinen Release

Re: [Development] Qt 5.4 RC Qt Creator 3.3 RC released!

2014-11-27 Thread Alexey Pavlov
Under windows bsdtar exit with errors on unpacking Qt-5.4.0-RC: Extracting qt-everywhere-opensource-src-5.4.0-rc.tar.xz with /usr/bin/bsdtar qt-everywhere-opensource-src-5.4.0-rc/qtwebengine/src/3rdparty/chromium/third_party/mesa/src/src/gallium/state_trackers/d3d1x/w32api: Can't create

Re: [Development] Qt 5.4.0 release coming soon

2014-11-27 Thread Adam Light
On Thu, Nov 27, 2014 at 12:22 AM, Abrahamsen-Blomfeldt Eskil eskil.abrahamsen-blomfe...@theqtcompany.com wrote: Hi, Oops! That's supposed to be QTBUG-38256. Sorry about that! I see that Thiago has removed the bug ID from the changelog, which is good enough I think. Thanks for

Re: [Development] QML instantiation performance

2014-11-27 Thread Chris Adams
Hi, No worries. Interestingly, when I ran the benchmark against 5.3, I found that it hangs after performing several tests. Before each test, the benchmark will clear the QML type registrations to ensure that the cached compiled type data isn't re-used during the run, tainting the results. It

Re: [Development] Clarification needed for Qt Script's future over QJSEngine/Value

2014-11-27 Thread Kevin Kofler
Thiago Macieira wrote: Since Qt doesn't use V8 anymore, there should not be any clashes at all. Be warned though that QtWebEngine does use V8 through Chromium. Kevin Kofler ___ Development mailing list Development@qt-project.org

Re: [Development] QML instantiation performance

2014-11-27 Thread Juha Vuolle
Hello, It appears that the QQuickValueTypeProvider instances are continuously recreated (spinning at 100% and locking the incubator thread, which the main thread is waiting on). Lars or Simon, are you able to guess what might cause this issue? The implementation of qmlClearTypeRegistrations

Re: [Development] QML instantiation performance

2014-11-27 Thread Simon Hausmann
On Friday 28. November 2014 12.20.29 Chris Adams wrote: Hi, No worries. Interestingly, when I ran the benchmark against 5.3, I found that it hangs after performing several tests. Before each test, the benchmark will clear the QML type registrations to ensure that the cached compiled type