Details
-
Bug
-
Resolution: Done
-
P2: Important
-
4.6.2
-
None
-
ffd45093795e9481505af0ae9bf5df7b6c704c72
Description
Leaving a QML application (using qmlviewer) running on the N900 makes the
battery go flat very quickly. Especially troublesome, this happens even if the
application is not the current visible one.
With no user input and no UI animations, the UI must not be continuously
redrawn. Further, when the application is in the background, all UI animations
and redraws must be suspended to preserve battery. Event loops must not
be spinning unnecessarily. Qt/QML must not prevent the device from going to
sleep.
Attachments
Issue Links
- resulted in
-
QTBUG-11592 Make sure demos disable animations and CPU-heavy tasks depending wether the window is active or not
- Closed