Re: [Development] RFC: QSystemAlignedTimer to QtCore

2011-11-21 Thread Thiago Macieira
On Monday, 21 de November de 2011 10.52.39, lars.kn...@nokia.com wrote: > Thiago's work was IIRC limited to aligning timers within one process. > That's good, but it doesn't yet cover the use case of having several > processes that you want to wake up together (to reduce wake ups and bundle > netw

Re: [Development] RFC: QSystemAlignedTimer to QtCore

2011-11-21 Thread lars.knoll
On 11/21/11 11:22 AM, "ext Robin Burchell" wrote: >Hi, > >On Mon, Nov 21, 2011 at 11:06 AM, wrote: >> In short, it's a system-wide fuzzy timer, providing a service for >>applications to synchronize their activity. >> >> Now I'm thinking of move it to QtCore, and preferably merge it into >>QTime

Re: [Development] RFC: QSystemAlignedTimer to QtCore

2011-11-21 Thread Robin Burchell
Hi, On Mon, Nov 21, 2011 at 11:06 AM, wrote: > In short, it's a system-wide fuzzy timer, providing a service for > applications to synchronize their activity. > > Now I'm thinking of move it to QtCore, and preferably merge it into QTimer. > If so, we probably need to add some interface to spec

[Development] RFC: QSystemAlignedTimer to QtCore

2011-11-21 Thread xizhi.zhu
Hi, In QtMobility SystemInfo, we have a QSystemAlignedTimer: http://doc.qt.nokia.com/qtmobility-latest/qsystemalignedtimer.html In short, it's a system-wide fuzzy timer, providing a service for applications to synchronize their activity. Now I'm thinking of move it to QtCore, and preferably mer