lp://staging/~fboucault/qtmir/webapp_white_splash
- Get this branch:
- bzr branch lp://staging/~fboucault/qtmir/webapp_white_splash
Branch merges
Branch information
Recent revisions
- 308. By Gerry Boland
-
Add Wakelock support - ensures device drops to deep-sleep mode only when all AppMan suspend tasks have completed
Implemented like so:
- SharedWakelock manages a single wakelock instance, allowing multiple owners to keep the wakelock enabled, only releasing it when all owners have released it.
- Wakelock operates by communicating with PowerD
- the Application class decides whether a wakelock is necessary, based on the process' lifecycle state.
- added a mighty bunch of tests Fixes: #1309915
Approved by: Michael Zanetti, PS Jenkins bot - 307. By Ricardo Mendoza
-
Reduce suspend timeout to half of the previous value because the long value was too apparent on fast paced apps, like web games of music players; it broke the user experience according to design. Fixes: #1402650
Approved by: Gerry Boland, PS Jenkins bot - 305. By Albert Astals Cid
-
Move the creation of the surface observer to SessionListener
::surface_ created Otherwise we may lose some frame_posted calls if we delay it (it was run in a different thread), meaning that if the app doesn't paint anything else qtmir will think that nothing was yet drawn showing the splash screen forever.
Approved by: Gerry Boland, PS Jenkins bot
- 304. By Josh Arenson
-
Assign touch events area to the correct values.
Fixes lp:1389189 Fixes: #1389189
Approved by: Gerry Boland, PS Jenkins bot - 303. By Michał Sawicz
-
Declare the QByteArray in callDispatcher so it doesn't get deleted before it's copied. Fixes: #1408819
Approved by: Gerry Boland, PS Jenkins bot - 302. By Gerry Boland
-
Depend on :native version of g++ to allow cross-compiling to work. Fixes: #1353855
Approved by: Michał Sawicz
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/qtmir