Code review comment for lp:~dandrader/unity-api/app-state-handling

Revision history for this message
Daniel d'Andrada (dandrader) wrote :

> + Q_PROPERTY(bool active READ active WRITE setActive NOTIFY activeChanged)
> FYI: on Thursday at UOS, we had a session on desktop app lifecycle stuff.
> There we decided that there will be more states than running/suspended. For
> the desktop we will want a "throttled" state, i.e. application has throttled
> CPU usage.
>
> It will be up to unity8 to have that policy, so qtmir needs to export that
> capability.
>
> In that case, we would prefer a property supporting an enum:
> Running/Suspended/Throttled
>
> Could you change this property to have Running/Suspended states, with a view
> to supporting more in future?

Done.

« Back to merge proposal