Re: [Development] Qt5.1 new snapshot

2013-06-28 Thread Thiago Macieira
On sexta-feira, 28 de junho de 2013 18.53.52, Turunen Tuukka wrote: > > What prevented the RC2? > > There were a few issues that were found so late that it was not possible to > get the fixes into today's packages any more. If all goes well they are in > the packages tomorrow morning. It would not

[Development] Release branch change criteria

2013-06-28 Thread Thiago Macieira
I'm seeing lots of changes going into the release branch that I really can't understand why. In general, those changes seem to fall into three categories: 1) fixes for showstoppers 2) fixes for important issues that we'd like to get released ASAP, if possible 3) changes I could not understand

Re: [Development] Handling specific platform events in Qt

2013-06-28 Thread Tomasz Olszak
2013/6/28 Alan Alpert <4163654...@gmail.com> > On Fri, Jun 28, 2013 at 3:23 AM, Friedemann Kleint > wrote: > > Hi, > > > > QApplicationStateChangeEvent and enumeration Qt::ApplicationState are > > intended for this purpose. Feel free to propose additional states if > > they are not sufficient for

Re: [Development] Qt5.1 new snapshot

2013-06-28 Thread Thiago Macieira
On sexta-feira, 28 de junho de 2013 11.59.48, Heikkinen Jani wrote: > Unfortunately there were again some new findings and that's why we cannot do > RC2 today What prevented the RC2? -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel Open Source Technology Center s

Re: [Development] Header diff for QtCore

2013-06-28 Thread Stephen Kelly
On Wednesday, June 26, 2013 14:28:24 Thiago Macieira wrote: > There are a few scary changes in the metatype and QObject connection code > that I'd like Stephen and Olivier (respectively) to take a look. Looks fine to me. Thanks, -- Stephen Kelly | Software Engineer KDAB (Deutschland) GmbH & C

Re: [Development] Handling specific platform events in Qt

2013-06-28 Thread Tomasz Olszak
2013/6/28 Friedemann Kleint > Hi, > > QApplicationStateChangeEvent and enumeration Qt::ApplicationState are > intended for this purpose. Feel free to propose additional states if > they are not sufficient for your purposes. > > On the QPA side, they are triggered by > QWindowSystemInterface::hand

[Development] Handling specific platform events in Qt

2013-06-28 Thread Tomasz Olszak
Hi, I need to handle some specific system/wm events in Tizen OS [1]. Events are as follows: 1. Create 2. Reset- Is called at every launch or re-launch request 3. Pause - Is called when the window of the application becomes invisible. The application's tasks can be suspended in PAUSE s