Re: [Development] GIMP QML exporter script (project not on Gerrit)

2015-01-08 Thread William Hallatt
Thanks for all the assistance folks. Finally managed to submit to Gerrit and sort out all the sanity bot's reviews :) Have a good weekend, William. On 8 January 2015 at 07:37, William Hallatt goblincod...@gmail.com wrote: Shot, thanks Robert! I'm making progress. Kind regards. William.

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

2015-01-08 Thread Knoll Lars
On 08/01/15 18:05, Thiago Macieira thiago.macie...@intel.com wrote: On Thursday 08 January 2015 12:47:04 Keränen Pasi wrote: Size without minification is 824kBytes. Unfortunately minification currently fails due to the placeholder TypedArray wrappers in Qt Canvas3D. Minification is to be done

Re: [Development] GIMP QML exporter script (project not on Gerrit)

2015-01-08 Thread Turunen Tuukka
Thanks, William. If some of the instructions were misleading, hard to find or inadequate, please let us know. Intention is to make it straightforward to contribute. In addition to your contribution we value your feedback for improving the instructions. Yours, Tuukka From: William Hallatt

[Development] Upgrading the sources to C++11 keywords (Q_NULLPTR, etc.)

2015-01-08 Thread Thiago Macieira
Hello I think it's time to institute a policy that we should fix our sources to use the new C++11 keywords. I'd like to propose the following. Policy per keyword: * Q_NULLPTR - strongly encouraged Use it whenever your literal zero is a null pointer. You can leave it out when it cannot be

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

2015-01-08 Thread Keränen Pasi
Size without minification is 824kBytes. Unfortunately minification currently fails due to the placeholder TypedArray wrappers in Qt Canvas3D. Pasi On 08/01/15 12:52, Hausmann Simon simon.hausm...@theqtcompany.com wrote: On Wednesday 7. January 2015 06.03.14 Keränen Pasi wrote: Hi, I¹d like

Re: [Development] HEADS UP: Qt 5.4.1 release coming

2015-01-08 Thread Heikkinen Jani
Hi! And Happy New Year to you all! '5.4.1' branch is now available, please start using it for the changes targeted to Qt5.4.1 release. As written below we will merge '5.4' branch to '5.4.1' Friday 16th January so there should be enough time to finalize ongoing changes in '5.4'. All new

Re: [Development] [QtIFW] Offline from online?

2015-01-08 Thread Konstantin Podsvirov
17.12.2014, 12:53, Koehne Kai kai.koe...@theqtcompany.com: - Original Message- From: development-bounces+kai.koehne=theqtcompany.com@qt- Subject: [Development] [QtIFW] Offline from online? What about the creation of the offline installers based on shared in the online repository

Re: [Development] A better headersclean test

2015-01-08 Thread Curtis Mitch
-Original Message- From: development-bounces+mitch.curtis=theqtcompany@qt-project.org [mailto:development-bounces+mitch.curtis=theqtcompany@qt-project.org] On Behalf Of Thiago Macieira Sent: Tuesday, 6 January 2015 4:53 PM To: development@qt-project.org Subject: Re:

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

2015-01-08 Thread Al-Khanji Louai
On Wednesday 7. January 2015 06.03.14 Keränen Pasi wrote: Hi, 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

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

2015-01-08 Thread Simon Hausmann
On Wednesday 7. January 2015 06.03.14 Keränen Pasi wrote: Hi, 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

Re: [Development] GIMP QML exporter script (project not on Gerrit)

2015-01-08 Thread jensbw
I would actually be curious as to what functionality you are planning on adding aside from obviously updating it to Qt 5. The main reason I abandoned the plugin 5 years ago was the lack of support for grouped layers in Gimp at the time. I know this is no longer an issue so it should be possible

Re: [Development] C++ QML Interface thoughts

2015-01-08 Thread Luke Parry
Hi Bo, Thank you for your advice. I think one fault lies is my confidence of whether QML is right for the job due to my inexperience. Currently my GUI is QML which is fantastic but I'm still unsure on the best approach I will take for the backend. The motivation for the question is justifying

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

2015-01-08 Thread Thiago Macieira
On Thursday 08 January 2015 12:47:04 Keränen Pasi wrote: Size without minification is 824kBytes. Unfortunately minification currently fails due to the placeholder TypedArray wrappers in Qt Canvas3D. Minification is to be done by the buildsystem. We need to ship the source in the format that