landing-team-changes team mailing list archive
-
landing-team-changes team
-
Mailing list archive
-
Message #02809
[stable-overlay] camera-app (3.0.0+15.04.20160323.3-0ubuntu1)
Uploaded to the Stable Phone Overlay PPA (~ci-train-ppa-service/ubuntu/stable-phone-overlay vivid) archive
---------------
Format: 1.8
Date: Wed, 23 Mar 2016 19:06:26 +0000
Source: camera-app
Binary: camera-app camera-app-autopilot
Architecture: source
Version: 3.0.0+15.04.20160323.3-0ubuntu1
Distribution: vivid
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@xxxxxxxxxxxxxxxx>
Changed-By: Florian Boucault <florian.boucault@xxxxxxxxxxxxx>
Description:
camera-app - Camera application
camera-app-autopilot - Test package for the camera app
Launchpad-Bugs-Fixed: 1323373 1367792 1444170 1447694 1466409 1467461 1467658 1467661 1468269 1468284 1472903 1494145 1508363 1511026 1514408 1516569 1545123
Changes:
camera-app (3.0.0+15.04.20160323.3-0ubuntu1) vivid; urgency=medium
.
[ CI Train Bot ]
* Resync trunk. added: po/sk.po
.
[ Florian Boucault, Ken VanDine, Ugo Riboni ]
* New release: Only accept manual focus on points inside the
viewfinder. viewFinderView.captureMode can now be set before the
camera is ready. Take advantage of that to fix bug #1545123 Disable
controls and prevent navigation while a delayed/timed shoot is
ongoing. Display a stock icon as the video thumbnail when
thumbnailer fails (which it will do now if it can't process a video)
Allow sharing multiple files, except if they are mixed content Only
use full screen in staged mode. added: UnableShareDialog.qml
tests/unittests/tst_PhotogridView.qml (LP: #1545123)
.
camera-app (3.0.0+16.04.20160229-0ubuntu1) xenial; urgency=medium
.
[ Arthur Mello, Florian Boucault, Ugo Riboni ]
* 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 removed: CameraApp/qstorageinfo.cpp
CameraApp/qstorageinfo.h CameraApp/qstorageinfo_p.h
CameraApp/qstorageinfo_unix.cpp Snapshot.qml run_tests.sh added:
CameraApp/storagelocations.cpp CameraApp/storagelocations.h
PictureReview.qml ProcessingFeedback.qml
.
[ Florian Boucault ]
* Update translations catalog (pot)
.
camera-app (3.0.0+16.04.20160114-0ubuntu1) xenial; urgency=medium
.
[ CI Train Bot ]
* Resync trunk. added: po/be.po
.
[ Florian Boucault ]
* New release: Only show fitting resolution option if it's greater
than 50% of the maximum available resolution. Fixed 2 CPU wasters:
when in photo roll's grid mode, do not have the slideshow mode's
ActivityIndicator running. When in photo roll, disable viewfinder.
Enable camera-app as source for videos for content-hub export, and
adjust the UI Notify the user when camera permissions have been
revoked, and provide shortcut to change them again added:
VideoReview.qml
.
[ Ugo Riboni ]
* New release: Only show fitting resolution option if it's greater
than 50% of the maximum available resolution. Fixed 2 CPU wasters:
when in photo roll's grid mode, do not have the slideshow mode's
ActivityIndicator running. When in photo roll, disable viewfinder.
Enable camera-app as source for videos for content-hub export, and
adjust the UI Notify the user when camera permissions have been
revoked, and provide shortcut to change them again added:
VideoReview.qml
.
camera-app (3.0.0+16.04.20151202-0ubuntu1) xenial; urgency=medium
.
[ Brendan Donegan ]
* New release: Bump framework version to ubuntu-sdk-15.04.3 New option
for the user to choose between the maximum resolution the sensor
allows or the resolution that fits the screen. Add option to disable
shutter sound Correctly reset the zoom UI when the actual zoom level
of the camera resets due to switching cameras or recording modes
Hide the HDR setting while recording video as it does not apply to
this mode
.
[ Florian Boucault ]
* New release: Bump framework version to ubuntu-sdk-15.04.3 New option
for the user to choose between the maximum resolution the sensor
allows or the resolution that fits the screen. Add option to disable
shutter sound Correctly reset the zoom UI when the actual zoom level
of the camera resets due to switching cameras or recording modes
Hide the HDR setting while recording video as it does not apply to
this mode
.
[ Ugo Riboni ]
* New release: Bump framework version to ubuntu-sdk-15.04.3 New option
for the user to choose between the maximum resolution the sensor
allows or the resolution that fits the screen. Add option to disable
shutter sound Correctly reset the zoom UI when the actual zoom level
of the camera resets due to switching cameras or recording modes
Hide the HDR setting while recording video as it does not apply to
this mode
.
camera-app (3.0.0+16.04.20151124-0ubuntu1) xenial; urgency=medium
.
* Added missing bump of framework version to ubuntu-sdk-15.04.2
necessary since we migrated to Ubuntu UI Toolkit 1.3
.
camera-app (3.0.0+16.04.20151120-0ubuntu1) xenial; urgency=medium
.
[ Albert Astals Cid ]
* Add missing return in AdvancedCameraSettings::mediaControlFromCamera
.
[ Bartosz Kosiorek ]
* Fix plural form (LP: #1323373)
* Improve camera performance by optimized size of the png and svg
files, without changing visual appearance (used compresspng.com and
compressor.io)
.
[ Benjamin Zeller ]
* Make sure camera-app cmake project works out of the box in the SDK:
Enable click mode by default Disable click mode in debian rules file
Add variable UBUNTU_MANIFEST_PATH variable so QtC knows where to
look for the manifest file Rename camera-apparmor.json =>
camera.apparmor (editor support) Copy qmldir file to builddirectory
so QML2_IMPORT_PATH set by QtC does actually work Automatically
substitute the click architecture in the manifest file Renamed
manifest.json => manifest.json.in, since manifest file can now be
specified by the project file (UBUNTU_MANIFEST_PATH) renamed:
camera-apparmor.json => camera.apparmor manifest.json =>
manifest.json.in
.
[ Florian Boucault ]
* Slideshow view: hiding the header closes the options menu. (LP:
#1494145)
.
[ Richard Huddie ]
* Fix for https://bugs.launchpad.net/camera-app/+bug/1514408 (LP:
#1514408)
.
[ Robert Ancell ]
* Use new QML package names for qml-module-qtquick2, qml-module-
qttest, qml-module-qtquick-window2, qml-module-qtpositioning.
.
[ Sebastien Bacher ]
* Use the red color for the Delete button as recommended by design
.
camera-app (3.0.0+16.04.20151116.1-0ubuntu1) xenial; urgency=medium
.
[ CI Train Bot ]
* New rebuild forced.
.
[ Florian Boucault ]
* Avoid unfortunate division by zero that was breaking rendering
silently. (LP: #1516569)
.
camera-app (3.0.0+16.04.20151103-0ubuntu1) xenial; urgency=medium
.
[ CI Train Bot ]
* New rebuild forced.
.
[ Florian Boucault ]
* Desktop convergence fixes: Fix viewfinder positioning. Resize window
to follow viewfinder's aspect ratio. Made photo grid responsive.
added: ResponsiveGridView.qml
* Only use Screen.primaryOrientation returned at startup which is more
indicative of the native orientation of the device. Fixes case where
viewfinder rotated when changing window size. (LP: #1511026)
.
camera-app (3.0.0+16.04.20151026-0ubuntu1) xenial; urgency=medium
.
[ CI Train Bot ]
* New rebuild forced.
* Resync trunk.
.
[ Florian Boucault ]
* Migrated to using Ubuntu UI Toolkit version 1.3 only. Migrated to
using QtQuick 2.4 and QtQuick.Window 2.2 only. (LP: #1508363)
.
[ James Henstridge ]
* After shooting a video, request a thumbnail so that it will be
available in the cache when needed (e.g. by the Gallery or Dash).
.
camera-app (3.0.0+15.10.20151005.1-0ubuntu1) wily; urgency=medium
.
[ CI Train Bot ]
* New rebuild forced.
.
[ Florian Boucault ]
* Fix viewfinder short disappearance at startup. Make overlay controls
appear slightly faster at startup. (LP: #1472903)
.
camera-app (3.0.0+15.10.20150707-0ubuntu1) wily; urgency=medium
.
[ Brendan Donegan ]
* Use pointing_device from self.app instead of the testCase passed in
.
[ CI Train Bot ]
* New rebuild forced.
.
[ Florian Boucault ]
* Remove hardcoded actions in GalleryViewHeader to make it extensible.
* Set desktop file flags informing Unity that the camera app is doing
its own content rotation when the device rotates. Manually
rotate/position depending on device orientation: photo roll bottom
edge indicators and content first photo roll hint snapshot animation
countdown timer (LP: #1467461, #1466409, #1467658, #1467661,
#1447694, #1468269, #1367792, #1468284)
.
[ Leo Arias ]
* Fixed the static errors reported by flake8. Added the check to the
debian build tests. Added python3-flake8 as a build dependency. (LP:
#1444170)
* Use pointing_device from self.app instead of the testCase passed in
.
[ Olivier Tilloy ]
* Updated application icon. removed: camera-app.svg added: camera-
app.png
Checksums-Sha1:
840048d55737a7a1e69d6d465ac7effb85e66040 2578 camera-app_3.0.0+15.04.20160323.3-0ubuntu1.dsc
0983cca039e37c22dce9a630156c9fcfb389d820 3791961 camera-app_3.0.0+15.04.20160323.3.orig.tar.gz
f0a6960f6db4e3a049246128620ea3c6829fdd0e 14687 camera-app_3.0.0+15.04.20160323.3-0ubuntu1.diff.gz
Checksums-Sha256:
c1a3a502634db62d014110e57b844d0da324e56050b553be8f63ba876d06687d 2578 camera-app_3.0.0+15.04.20160323.3-0ubuntu1.dsc
23d91279d5c80a6ced8241462741db136f3649374c888ab2b920a1edf3bcedbc 3791961 camera-app_3.0.0+15.04.20160323.3.orig.tar.gz
b9862499b0a35f09b8492d158b243e8d6a3055895c39de2c91100d0798d95328 14687 camera-app_3.0.0+15.04.20160323.3-0ubuntu1.diff.gz
Files:
616a88e6b3ef79cd7510526d2333ee75 2578 x11 optional camera-app_3.0.0+15.04.20160323.3-0ubuntu1.dsc
b28d57dfd89e0ad2c31065238b3f2d54 3791961 x11 optional camera-app_3.0.0+15.04.20160323.3.orig.tar.gz
88859c4b9f03edc17b2953c5bf612b19 14687 x11 optional camera-app_3.0.0+15.04.20160323.3-0ubuntu1.diff.gz
Original-Maintainer: Ugo Riboni <ugo.riboni@xxxxxxxxxxxxx>