Merge lp://qastaging/camera-app/staging into lp://qastaging/camera-app

Proposed by Florian Boucault
Status: Merged
Approved by: Florian Boucault
Approved revision: 658
Merged at revision: 636
Proposed branch: lp://qastaging/camera-app/staging
Merge into: lp://qastaging/camera-app
Diff against target: 2752 lines (+657/-1424)
31 files modified
BottomEdgeIndicators.qml (+1/-1)
CameraApp/CMakeLists.txt (+2/-4)
CameraApp/advancedcamerasettings.cpp (+3/-3)
CameraApp/components.cpp (+9/-0)
CameraApp/qstorageinfo.cpp (+0/-378)
CameraApp/qstorageinfo.h (+0/-102)
CameraApp/qstorageinfo_p.h (+0/-84)
CameraApp/qstorageinfo_unix.cpp (+0/-442)
CameraApp/storagelocations.cpp (+121/-0)
CameraApp/storagelocations.h (+50/-0)
CameraApp/storagemonitor.cpp (+34/-1)
CameraApp/storagemonitor.h (+5/-0)
GalleryView.qml (+3/-3)
GalleryViewHeader.qml (+3/-3)
PictureReview.qml (+46/-0)
ProcessingFeedback.qml (+43/-0)
SharePopover.qml (+1/-9)
Snapshot.qml (+0/-98)
ViewFinderExportConfirmation.qml (+40/-21)
ViewFinderOverlay.qml (+103/-40)
ViewFinderOverlayLoader.qml (+4/-1)
ViewFinderView.qml (+112/-65)
cameraapplication.cpp (+0/-106)
cameraapplication.h (+0/-15)
debian/rules (+0/-4)
manifest.json.in (+1/-1)
run_tests.sh (+0/-13)
tests/autopilot/camera_app/tests/test_focus.py (+32/-28)
tests/autopilot/camera_app/tests/test_options.py (+27/-0)
tests/unittests/CMakeLists.txt (+1/-0)
tests/unittests/qstorageinfo_stub.cpp (+16/-2)
To merge this branch: bzr merge lp://qastaging/camera-app/staging
Reviewer Review Type Date Requested Status
PS Jenkins bot continuous-integration Needs Fixing
Ubuntu Phablet Team Pending
Review via email: mp+284427@code.qastaging.launchpad.net

Commit message

New release:
- Allow tap to focus up to the left/right edge of the screen
- Query the manual focus support to enable/disable tap-to-focus as the backend supports it
- Do not crash if no QCameraExposureControl is available (true with Unity 7)
- Before setting a photo capture resolution, always checks it is included in the possible resolution options
- Fix bottom edge mouse handling: ensure that clicks on the bottom edge open it and that any click outside of option buttons dismiss the bottom edge
- Various performance improvements to minimize the time between shots and between pressing the shutter button and the actual capture
- When the GPS fix is accurate to less than 100m display the GPS icon in red and don't save location
- Display error messages when disk write fails and when SD card is not writeable when switching to it
- Disable record/shuttle button while PhotoRoll hint is visible

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
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
lp://qastaging/camera-app/staging updated
659. By Florian Boucault

Add flake8 tests to unit tests

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
The diff is not available at this time. You can reload the page or download it.

Subscribers

People subscribed via source and target branches