~ci-train-bot/camera-app/camera-app-ubuntu-zesty-2213

« back to all changes in this revision

Viewing changes to GalleryViewHeader.qml

  • Committer: Bileto Bot
  • Author(s): florian.boucault at canonical
  • Date: 2016-07-05 14:24:00 UTC
  • mfrom: (607.1.100 staging)
  • Revision ID: ci-train-bot@canonical.com-20160705142400-9kg8bwok1q0xxn58
Startup time improvements:
- Load view finder overlay synchronously thus avoiding a black screen.
- Faster and cached AdvancedCameraSettings.videoSupportedResolutions(). Saves around 1000ms on krillin.
- Cache StorageLocation::removableStorageLocation. Saves around 200ms on krillin. (LP: #1563858, #1572576, #1584524, #1585942)

Show diffs side-by-side

added added

removed removed

Lines of Context:
245
245
                        height: label.paintedHeight
246
246
                        color: label.color
247
247
                        name: model.iconName
 
248
                        asynchronous: true
248
249
                    }
249
250
                }
250
251
            }