Re: [Development] "qtLibraryTarget" output changed from Qt 5.3.2 to Qt 5.4.0

2015-02-21 Thread William Hallatt
Done. https://bugreports.qt.io/browse/QTBUG-44595 Have a good weekend! On 20 February 2015 at 13:22, Oswald Buddenhagen < oswald.buddenha...@theqtcompany.com> wrote: > On Fri, Feb 20, 2015 at 01:07:07PM +0200, William Hallatt wrote: > > On 20 February 2015 at 11:58, Osw

Re: [Development] "qtLibraryTarget" output changed from Qt 5.3.2 to Qt 5.4.0

2015-02-20 Thread William Hallatt
On 20 February 2015 at 11:58, Oswald Buddenhagen < oswald.buddenha...@theqtcompany.com> wrote: > > technically speaking, the function isn't documented at all and should be > considered internal. > I would never have known of its existence if it wasn't for the fact that the code I referenced from m

[Development] "qtLibraryTarget" output changed from Qt 5.3.2 to Qt 5.4.0

2015-02-20 Thread William Hallatt
Good day everyone, I upgraded from Qt 5.3.2 to Qt 5.4.0 yesterday and suddenly found that my QML plugin imports no longer worked. It turned out that the reason for this is the "qtLibraryTarget" output generation seems to have changed from Qt5.3.x to Qt 5.4.0 in that it now automatically adds a "5

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

2015-01-09 Thread William Hallatt
unen Tuukka wrote: > > 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 >

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 wrote: > Shot, thanks Robert! I'm making progress. > > Kind regards. > Wil

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

2015-01-07 Thread William Hallatt
t; > > Am 07.01.2015 um 14:56 schrieb William Hallatt: > > Hi Jens, > > > > That is exactly what I did (amongst some other, minor syntactic and > layout > > stuff). > > > > Feel free to have a look: > > https://github.com/goblincoding/qt-labs-gimp-qml

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

2015-01-07 Thread William Hallatt
e time. I know this is no longer an issue so it should be > possible to use layer groups in order to create and keep a hierarchy of QML > items now. At least this would make it significantly better suited for QML > exports. > > Regards, > Jens > > > On 07 Jan 2015, at 10:42

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

2015-01-07 Thread William Hallatt
Please ignore previous email, I found it (for some or other reason it did not appear in search). Thanks! On 7 January 2015 at 09:33, William Hallatt wrote: > Good day, > > I forked and made some changes to Jens Bache-Wiig's original QML exporter > script (GIMP only) on GitHub

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

2015-01-07 Thread William Hallatt
ribute to > https://codereview.qt-project.org/#/admin/projects/qt-labs/gimp-qmlexporter > > Good luck! > > Regards, > Liang > > On 7 January 2015 at 08:33, William Hallatt > wrote: > >> Good day, >> >> I forked and made some changes to Jens Bache-Wii

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

2015-01-06 Thread William Hallatt
iated. Kind regards, William Hallatt ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/development

[Development] QtQuick/QtGui/QtCore leak on exit

2014-11-05 Thread William Hallatt
ource). Kind regards, William Hallatt Dr. Memory version 1.8.0 build 8 built on Sep 9 2014 16:27:02 Dr. Memory results for pid 4152: "test.exe" Application cmdline: "C:\QtDev\test\test\Deploy\test.exe" Recorded 108 suppression(s) from default C:\DrMemory\bin\suppress-default.txt

Re: [Development] www.qt.io/download-open-source is broken

2014-09-18 Thread William Hallatt
On 18 September 2014 09:07, Knoll Lars wrote: > The automatic download is a bit overdone currently, as it also downloads > on back/forward navigations and doesn’t remember that the package has > already been downloaded once. So we should consider whether that’s the > best approach or whether an a

Re: [Development] QtCreator, non-Qt project, GCC and C++11 - Apologies for sending to wrong list

2014-06-03 Thread William Hallatt
Morning everybody, Yesterday was obviously not my day, apologies for sending the below to this list. On 2 June 2014 16:13, William Hallatt wrote: > Sorry, just realised that something went really wobbly in that loop copy > and paste of mine, should be: > > int x[10] = { 1, 2, 3

Re: [Development] QtCreator, non-Qt project, GCC and C++11

2014-06-02 Thread William Hallatt
Sorry, just realised that something went really wobbly in that loop copy and paste of mine, should be: int x[10] = { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 }; for( auto i : x ) { int bob = 0; } On 2 June 2014 13:27, William Hallatt wrote: > Hi everybody, > > Trying to set up a non-Q

[Development] QtCreator, non-Qt project, GCC and C++11

2014-06-02 Thread William Hallatt
Hi everybody, Trying to set up a non-Qt project compatible with C++11 and using GCC, but QtCreator keeps highlighting C++11 syntax with messages such as "auto' is a C++11 extension". I am confident that my kits are set up correctly (building Qt applications that use C++11 works fine). For the non

Re: [Development] Categorized logging inside Qt

2014-04-11 Thread William Hallatt
That is exactly what I thought the C was for... On 11 April 2014 13:07, Jędrzej Nowacki wrote: > On Friday 11 of April 2014 08:31:41 Rutledge Shawn wrote: > > On 11 Apr 2014, at 10:11 AM, Poenitz Andre wrote: > > > shawn.rutle...@digia.com wrote: > > >> On 10 Apr 2014, at 7:20 PM, Frederik Glad

Re: [Development] Qt 5.1 Beta Released

2013-05-14 Thread William Hallatt
Congratulations to everybody involved, things are moving really quickly and I'm very happy to count myself among the 500 000 (!!!) Qt users :) Regards, William Hallatt On 14 May 2013 13:10, Turunen Tuukka wrote: > > Link to blog should be: > http://blog.qt.digia.com/blog/201