Re: [Development] A better headersclean test

2015-01-07 Thread Rutledge Shawn
On Jan 6, 2015, at 16:52, Thiago Macieira wrote: > On Tuesday 06 January 2015 10:14:35 Curtis Mitch wrote: >>> For development I usually do debug builds, so it would be nice to avoid >>> the extra build time (and extra nagging during the build) most of the >>> time, and just let CI enforce it, a

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

2015-01-07 Thread William Hallatt
Shot, thanks Robert! I'm making progress. Kind regards. William. On 7 January 2015 at 16:40, Robert Löhning wrote: > Hi William, > > you can let the commit-msg hook do that for you, see > http://qt-project.org/wiki/Setting-up-Gerrit > > Best Regards, > Robert > > > Am 07.01.2015 um 14:56 schri

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

2015-01-07 Thread Robert Löhning
Hi William, you can let the commit-msg hook do that for you, see http://qt-project.org/wiki/Setting-up-Gerrit Best Regards, Robert 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

Re: [Development] Processing synthesized mouse events in platform plugins

2015-01-07 Thread Александр Волков
Oh, sorry, I'm not familiar with OS X and I was keeping in mind touchscreens. Of course all this is not related to touchpads. And setting Qt::MouseEventSynthesizedBySystem for touchpads is not really correct because mouse events are synthesized differently for touchpads and touchscreens. So the

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

2015-01-07 Thread 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-qmlexporter For now I am battling to figure out how to add Change-Id's with 'git rebase -i' so that I can push to Gerrit...so far no

Re: [Development] Processing synthesized mouse events in platform plugins

2015-01-07 Thread Sorvig Morten
> On 24 Dec 2014, at 14:48, Александр Волков wrote: > > Hi all, > > Currently three major platform plugins (xcb, windows and cocoa) by default > behave > absolutely different when they receive synthesized mouse events from the > system: > 3) cocoa plugin doesn't distinguish them from real mo

Re: [Development] C++ QML Interface thoughts

2015-01-07 Thread Bo Thorsen
Den 06-01-2015 kl. 12:47 skrev Luke Parry: > I am having issues trying to implement a c++ qml interface/wrapper that > supports virtual overrides. Something functionally similar to > boost::python would be excellent. > > This should be generic enough to also support non-QObject classes too so > it

[Development] C++ QML Interface thoughts

2015-01-07 Thread Luke Parry
I am having issues trying to implement a c++ qml interface/wrapper that supports virtual overrides. Something functionally similar to boost::python would be excellent. This should be generic enough to also support non-QObject classes too so it rules out signals and slots. On first glance, it is fa

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 and was wondering

Re: [Development] Qt Bugtracker update and new URL

2015-01-07 Thread Blasche Alexander
Just a quick reminder that this is going to happen today. -- Alex From: development-bounces+alexander.blasche=theqtcompany@qt-project.org on behalf of Blasche Alexander Sent: Monday, December 15, 2014 15:10 To: development@qt-project.org; inter...

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

2015-01-07 Thread William Hallatt
Thanks for the replies! I am making progress...now to figure out how to get the Change-Id's in after the fact... :) On 7 January 2015 at 10:42, Liang Qi wrote: > I guess you mean this on github, > https://github.com/qtproject/qt-labs-gimp-qmlexporter > > Then please contribute to > https://cod

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

2015-01-07 Thread Liang Qi
I guess you mean this on github, https://github.com/qtproject/qt-labs-gimp-qmlexporter Then please contribute 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 an