Re: [Development] QML and UUID

2014-08-18 Thread Thiago Macieira
On Tuesday 19 August 2014 01:36:54 Renaud wrote: > Hi all, > > I am running into issue when I try to use QQuickImageProvider and > QUUID.toString(). > > I store my images into map. The key is the uuid > (stored as QString) from instances of my custom class. > > So, stored keys in the map are lik

[Development] QML and UUID

2014-08-18 Thread Renaud
Hi all, I am running into issue when I try to use QQuickImageProvider and QUUID.toString(). I store my images into map. The key is the uuid (stored as QString) from instances of my custom class. So, stored keys in the map are like this: {22715e73-e6ca-4cca-a77d-fe68746b9f79}, but when my QML com

Re: [Development] Looking for a way to batch-upload independent changes to Gerrit

2014-08-18 Thread Thiago Macieira
On Tuesday 19 August 2014 00:09:19 Allan Sandfeld Jensen wrote: > On Monday 18 August 2014, you wrote: > > On Mon, Aug 18, 2014 at 7:57 PM, Allan Sandfeld Jensen > > wrote: > > > Is it a problem that they have fake dependencies listed in gerrit? I > > > often upload lists of patches like that, an

Re: [Development] Looking for a way to batch-upload independent changes to Gerrit

2014-08-18 Thread Allan Sandfeld Jensen
On Monday 18 August 2014, you wrote: > On Mon, Aug 18, 2014 at 7:57 PM, Allan Sandfeld Jensen wrote: > > Is it a problem that they have fake dependencies listed in gerrit? I > > often upload lists of patches like that, and land them out of order as > > they get reviewed. It appears to pose no par

Re: [Development] Looking for a way to batch-upload independent changes to Gerrit

2014-08-18 Thread Robin Burchell
On Mon, Aug 18, 2014 at 7:57 PM, Allan Sandfeld Jensen wrote: > Is it a problem that they have fake dependencies listed in gerrit? I often > upload lists of patches like that, and land them out of order as they get > reviewed. It appears to pose no particular problem, except that it can look a >

Re: [Development] Looking for a way to batch-upload independent changes to Gerrit

2014-08-18 Thread Allan Sandfeld Jensen
On Monday 18 August 2014, Marc Mutz wrote: > Hi all, > > I have several times come across the problem that I hack away and end up > with a chain of 20 or so commits, most of which are completely independent > of each other. If I push gerrit HEAD:refs/for/X, I can upload all of them > in one go, bu

Re: [Development] Looking for a way to batch-upload independent changes to Gerrit

2014-08-18 Thread Thiago Macieira
On Monday 18 August 2014 15:23:25 Marc Mutz wrote: > Hi all, > > I have several times come across the problem that I hack away and end up > with a chain of 20 or so commits, most of which are completely independent > of each other. If I push gerrit HEAD:refs/for/X, I can upload all of them > in on

Re: [Development] Looking for a way to batch-upload independent changes to Gerrit

2014-08-18 Thread Robin Burchell
Hi Marc, It doesn't specifically do what you want, I think, but you might want to take a look at Android's repo tool: https://source.android.com/source/developing.html https://source.android.com/source/using-repo.html I've been using it to interact with Qt's Gerrit for quite a while now and am p

Re: [Development] Wayland app_id

2014-08-18 Thread Pier Luigi
2014-08-14 22:30 GMT+02:00 Robin Burchell : > On Thu, Aug 14, 2014 at 9:52 PM, Pier Luigi > wrote: Now the question is: how can Qt applications set this app_id? Since app_id should be the same for all xdg surfaces I would propose adding an applicationIdentifier property to QGu

[Development] Looking for a way to batch-upload independent changes to Gerrit

2014-08-18 Thread Marc Mutz
Hi all, I have several times come across the problem that I hack away and end up with a chain of 20 or so commits, most of which are completely independent of each other. If I push gerrit HEAD:refs/for/X, I can upload all of them in one go, but they will be shown in the Gerrit UI as depending o

Re: [Development] Qt3D has a public class called QDownloadManager

2014-08-18 Thread Sean Harmer
On Saturday 16 Aug 2014 19:29:39 Thiago Macieira wrote: > On Sunday 17 August 2014 01:48:05 Giuseppe D'Angelo wrote: > > Il 16/08/2014 20:25, Thiago Macieira ha scritto: > > > Please either: > > > > > > a) remove it > > > b) make it private > > > c) move it to QtNetwork > > > > I wouldn't worry t