Merge lp://staging/~michael-sheldon/webbrowser-app/fix-1531179 into lp://staging/webbrowser-app
Proposed by
Michael Sheldon
Status: | Merged |
---|---|
Approved by: | Olivier Tilloy |
Approved revision: | 1318 |
Merged at revision: | 1325 |
Proposed branch: | lp://staging/~michael-sheldon/webbrowser-app/fix-1531179 |
Merge into: | lp://staging/webbrowser-app |
Diff against target: |
181 lines (+73/-31) 3 files modified
src/app/webbrowser/Browser.qml (+38/-29) src/app/webbrowser/DownloadsPage.qml (+9/-2) src/app/webbrowser/Thumbnailer.qml (+26/-0) |
To merge this branch: | bzr merge lp://staging/~michael-sheldon/webbrowser-app/fix-1531179 |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Olivier Tilloy | Approve | ||
PS Jenkins bot | continuous-integration | Needs Fixing | |
Review via email: mp+281650@code.staging.launchpad.net |
Commit message
Dynamically load the thumbnailer image provider if it's available, otherwise fallback to mimetype images
Description of the change
Dynamically load the thumbnailer image provider if it's available, otherwise fallback to mimetype images
To post a comment you must log in.
LGTM, thanks for working promptly on this.
One minor suggestion: in Thumbnailer.qml, instead of importing QtQuick and instantiating a visual item, you could import QtQml and instantiate a more lightweight QtObject.