[Development] Expiring old change reviews

2014-06-26 Thread Thiago Macieira
I've just counted: I have 203 pending reviews for me. At least half of them haven't been updated in six months. Some of them are for the old master and api_changes branches and will never, ever be accepted unless resubmitted. Last we discussed this, we were waiting for Gerrit to be updated. It h

[Development] Any way to mark reviews as "read" in the new Gerrit?

2014-06-26 Thread Thiago Macieira
The new Gerrit interface for the "Incoming reviews" has a different strategy for marking entries with bold than the old one. In the old one, anything you hadn't voted on was bold, so you could un-bold by setting any vote. The new one appears to[*] mark with bold anything that has had comments si

Re: [Development] Proposal: All Qt modules must use the same version number

2014-06-26 Thread Thiago Macieira
Em qui 26 jun 2014, às 09:52:57, Stephen Kelly escreveu: > On Wednesday, June 25, 2014 08:04:31 Thiago Macieira wrote: > > > Proposal 1) All Qt modules must use the major version '5' for > > > consistency. > > > > There's a difference between "this is a Qt 5 library" and "this is a Qt > > library

Re: [Development] Proposal: All Qt modules must use the same version number

2014-06-26 Thread Thiago Macieira
Em qui 26 jun 2014, às 09:52:20, Stephen Kelly escreveu: > > > > > Therefore > > > > > the > > > > > major version must stay the same until Qt 6. > > > > > > > > Why is it not acceptable? > > > > > > Because Lars did not accept it. > > > > Well, the solution is that you can rename the module altoge

Re: [Development] Reminder - meetup next week on Android Architecture for Qt Developers

2014-06-26 Thread ynon perek
Hi All, Sorry please ignore the last message - it was destined to another mailing list Regards, Ynon On 26 June 2014 14:55, ynon perek wrote: > Hi All, > > This is just a reminder that we meet next week to talk about Qt and > Android. Details in the link below: > http://www.meetup.com/QtEv

[Development] Reminder - meetup next week on Android Architecture for Qt Developers

2014-06-26 Thread ynon perek
Hi All, This is just a reminder that we meet next week to talk about Qt and Android. Details in the link below: http://www.meetup.com/QtEverywhere/Tel-Aviv-Yafo-IL/1026432/ Note the change in location. And, if you haven't already done so, please RSVP in the meetup page. Best Regards, Ynon ___

[Development] HTML5 video Overlay with accelerated composition

2014-06-26 Thread T andolsi
Hi, We are trying to use the overlay approach for Video: to make video visible, we are clearing the hole in the graphics frame. Disabling the accelerated compositing, it is OK: video is visible. When the accelerated compositing is enabled, video is not visible because the graphic is always on to

Re: [Development] Proposal: All Qt modules must use the same version number

2014-06-26 Thread Stephen Kelly
On Wednesday, June 25, 2014 08:04:31 Thiago Macieira wrote: > New modules should be allowed to choose their numbering. We'd have > libQt5Foo.so.1.0.0, for example. Your email didn't address the problems I raised. Thanks, -- Join us at Qt Developer Days 2014 in Berlin! - https://devdays.kdab.co

Re: [Development] Proposal: All Qt modules must use the same version number

2014-06-26 Thread Stephen Kelly
On Wednesday, June 25, 2014 08:04:31 Thiago Macieira wrote: > > Proposal 1) All Qt modules must use the major version '5' for consistency. > > There's a difference between "this is a Qt 5 library" and "this is a Qt > library with version 5". We agreed to hardcode QtCore's version number in > ever

Re: [Development] Proposal: All Qt modules must use the same version number

2014-06-26 Thread Stephen Kelly
On Wednesday, June 25, 2014 09:32:15 Thiago Macieira wrote: > Em qua 25 jun 2014, às 17:57:35, Stephen Kelly escreveu: > > On Wednesday, June 25, 2014 08:04:31 Thiago Macieira wrote: > > > Em qua 25 jun 2014, às 15:42:36, Stephen Kelly escreveu: > > > > This is of course the same situation that cou