Merge lp:~phablet-team/gallery-app/gallery-app-main-screen-load into lp:gallery-app

Proposed by Ugo Riboni
Status: Merged
Approved by: Bill Filler
Approved revision: 1027
Merged at revision: 1037
Proposed branch: lp:~phablet-team/gallery-app/gallery-app-main-screen-load
Merge into: lp:gallery-app
Diff against target: 11 lines (+1/-0)
1 file modified
rc/qml/GalleryApplication.qml (+1/-0)
To merge this branch: bzr merge lp:~phablet-team/gallery-app/gallery-app-main-screen-load
Reviewer Review Type Date Requested Status
Bill Filler (community) Approve
PS Jenkins bot continuous-integration Needs Fixing
Review via email: mp+228919@code.launchpad.net

Commit message

Load the main screen asynchronously to prevent blocking

Description of the change

Load the main screen asynchronously to prevent blocking

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
Bill Filler (bfiller) wrote :

approved

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'rc/qml/GalleryApplication.qml'
2--- rc/qml/GalleryApplication.qml 2014-02-03 20:16:38 +0000
3+++ rc/qml/GalleryApplication.qml 2014-07-30 17:34:44 +0000
4@@ -201,6 +201,7 @@
5 source: allLoaded ? ((APP.pickModeEnabled) ? Qt.resolvedUrl("PickerScreen.qml") :
6 Qt.resolvedUrl("MainScreen.qml")) : ""
7 visible: status === Loader.Ready
8+ asynchronous: true
9 }
10
11 Component.onCompleted: {

Subscribers

People subscribed via source and target branches

to all changes: