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

2015-01-09 Thread Keränen Pasi
​Hi Mark, thank you for bringing this to my attention! I hadn't noticed that the Qt 5.4 install doesn't have the documentation for QtCanvas3D under Docs, while it does have documentation for QtWebView tech preview. We're planning to do a Tech Preview 2 with Qt 5.4.1 as I've fixed quite a

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

2015-01-09 Thread William Hallatt
Hi Tuukka, No, it wasn't that at all, the documentation is what saved me. My problem stemmed from having committed a whole bunch of changes and then having to retro-fit Change-Id's etc (which meant a git learning curve for me) since I didn't initially consider making any changes (i.e. my git

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

2015-01-09 Thread Makkonen Sami
-Original Message- From: development-bounces+sami.makkonen=theqtcompany.com@qt- project.org [mailto:development- bounces+sami.makkonen=theqtcompany@qt-project.org] On Behalf Of Keränen Pasi Sent: 7. tammikuuta 2015 8:03 To: development@qt-project.org Subject: [Development]

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

2015-01-09 Thread Thiago Macieira
On Friday 09 January 2015 20:19:36 André Pönitz wrote: In some case these macros even expand to something else than the obviously related C++ keyword, so potential benefits gained from using the actual feature have to be weighed with the costs of obfuscation. They expand to the correct keyword

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

2015-01-09 Thread Giuseppe D'Angelo
On 9 January 2015 at 20:19, André Pönitz apoen...@t-online.de wrote: C++ 'nullptr' only gives a benefit over '0' in the rare cases where it helps for disambiguation. I would not really like a policy encouraging 'nullptr' when '0' is just fine, but at least that would be tolerable. Not only

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

2015-01-09 Thread Koehne Kai
-Original Message- From: Konstantin Podsvirov [mailto:konstan...@podsvirov.pro] Sent: Thursday, January 08, 2015 10:07 AM To: Koehne Kai; development@qt-project.org Subject: Re: [Development] [QtIFW] Offline from online? 17.12.2014, 12:53, Koehne Kai

[Development] 5.4.1 branch has now been added to the CI

2015-01-09 Thread Sarajärvi Tony
Hi! The subject says it all... -Tony Tony Sarajärvi CI Tech Lead ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/development

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

2015-01-09 Thread Keränen Pasi
Hi Louai, The changes required to the library were originally quite large. But thanks to the bug fixes in V4VM, maturing of Canvas3D and writing of some wrapper classes to make e.g. Image loading look and smell like in HTML land, the delta has been getting smaller and smaller. Here is a pretty

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

2015-01-09 Thread Mark Gaiser
On Fri, Jan 9, 2015 at 3:39 PM, Keränen Pasi pasi.kera...@theqtcompany.com wrote: Hi Louai, The changes required to the library were originally quite large. But thanks to the bug fixes in V4VM, maturing of Canvas3D and writing of some wrapper classes to make e.g. Image loading look and smell