Change logs for camera-app source package in Xenial

  • camera-app (3.0.0+16.04.20160323.3-0ubuntu1) xenial; 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)
    
     -- Florian Boucault <email address hidden>  Wed, 23 Mar 2016 19:06:26 +0000
  • 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)
    
     -- Florian Boucault <email address hidden>  Mon, 29 Feb 2016 12:14:39 +0000
  • 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
    
     -- Florian Boucault <email address hidden>  Thu, 14 Jan 2016 16:08:35 +0000
  • 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
    
     -- Florian Boucault <email address hidden>  Wed, 02 Dec 2015 08:47:51 +0000
  • 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
    
     -- Florian Boucault <email address hidden>  Tue, 24 Nov 2015 14:03:57 +0000
  • 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
    
     -- Florian Boucault <email address hidden>  Fri, 20 Nov 2015 15:36:19 +0000
  • 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)
    
     -- Florian Boucault <email address hidden>  Mon, 16 Nov 2015 15:57:33 +0000
  • 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)
    
     -- Florian Boucault <email address hidden>  Tue, 03 Nov 2015 14:23:17 +0000
  • 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).
    
     -- Florian Boucault <email address hidden>  Mon, 26 Oct 2015 13:19:17 +0000
  • 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
    
    camera-app (3.0.0+15.04.20150514-0ubuntu1) vivid; urgency=medium
    
      [ CI Train Bot ]
      * Resync trunk.
    
      [ Leo Arias ]
      * Use the base class from the toolkit in autopilot tests.
    
      [ Omer Akram ]
      * Autopilot: Ensure the media directories exist before trying to
        delete data from them. (LP: #1444650)
    
    camera-app (3.0.0+15.04.20150424-0ubuntu1) vivid; urgency=medium
    
      [ CI Train Bot ]
      * New rebuild forced.
    
      [ Florian Boucault ]
      * Do not render camera when in photo roll and vice-versa. (LP:
        #1441937)
    
    camera-app (3.0.0+15.04.20150327.1~rtm-0ubuntu1) 14.09; urgency=medium
    
      [ CI Train Bot ]
      * New rebuild forced.
      * Resync trunk.
    
      [ Florian Boucault ]
      * Unit tests: make tst_BottomEdgeIndicators::test_options conditional
        on the presence of Qt5.4
    
    camera-app (3.0.0+15.04.20150313-0ubuntu1) vivid; urgency=medium
    
      [ CI Train Bot ]
      * New rebuild forced.
    
      [ Florian Boucault ]
      * Disable editing when the file is a video
      * Fix photos/videos when shooting/recording with orientation lock on
        by not relying on the app orientation returned by unity8 but instead
        the device orientation itself. (LP: #1428272, #1422762)
      * Show placeholder bottom edge hint when no option is set so that the
        user can always guess the existence of the bottom edge. (LP:
        #1365419)
      * Updated pot file
    
      [ Ugo Riboni ]
      * Refactor camera editor tests, make them work even if UI extras are
        not installed, and add a test for the edit button being disabled
        when on a video
    
    camera-app (3.0.0+15.04.20150218-0ubuntu1) vivid; urgency=medium
    
      [ CI Train Bot ]
      * New rebuild forced.
    
      [ Ugo Riboni ]
      * Fix a bug preventing the thumbnails for videos to load correctly
        (LP: #1423177)
    
    camera-app (3.0.0+15.04.20150217-0ubuntu1) vivid; urgency=medium
    
      [ CI Train Bot ]
      * New rebuild forced.
    
      [ Ugo Riboni ]
      * Fix some failing tests (that were failing for real test bugs, not
        due to infrastructure problems).
    
    camera-app (3.0.0+15.04.20150212.3-0ubuntu1) vivid; urgency=medium
    
      [ Bill Filler ]
      * dynamically check for editor (LP: #1368787)
      * update depends on ui-extras new version
    
      [ Arthur Mello ]
      * Enable viewing full screen picture while in selection mode Remove
        actions from the slide show header if we are in selection mode Make
        it possible to toggle selection when on slide show view Scroll the
        last seem picture from slideshow into view when returning to the
        grid photo roll (LP: #1416043)
    
      [ Ugo Riboni ]
      * dynamically check for editor (LP: #1368787)
    
      [ Florian Boucault ]
      * Click packaging: add autopilot tests dependencies. (LP: #1419022)
    
      [ Ubuntu daily release ]
      * New rebuild forced
    
    camera-app (3.0.0+15.04.20150210-0ubuntu1) vivid; urgency=medium
    
      [ Ubuntu daily release ]
      * New rebuild forced
    
      [ Florian Boucault ]
      * Swiping quickly through photo roll no longer causes photos to zoom.
        Workaround for QTBUG-39332. (LP: #1400141)
    
    camera-app (3.0.0+15.04.20150204-0ubuntu1) vivid; urgency=medium
    
      [ CI Train Bot ]
      * Resync trunk
    
      [ Ugo Riboni ]
      * Add photo editor feature using the component from ubuntu-ui-extras.
        (LP: #1368787)
      * Refresh properly the thumbnails when the picture is changed. Make
        sure after the first change the file is still being watched.
    
      [ Ubuntu daily release ]
      * New rebuild forced
    
    camera-app (3.0.0+15.04.20150127.1-0ubuntu1) vivid; urgency=low
    
      [ Ubuntu daily release ]
      * New rebuild forced
    
      [ Florian Boucault ]
      * Improve thumbnail generation performance: do not retrieve thumbnails
        for the view that is not visible.
    
      [ Ugo Riboni ]
      * Make hdr and flash options mutually exclusive (LP: #1350958)
      * Size option labels to fit the widest text in the column, so they
        look good in all languages (LP: #1413529)
    
    camera-app (3.0.0+15.04.20150127~rtm-0ubuntu1) 14.09; urgency=low
    
      [ Ubuntu daily release ]
      * New rebuild forced
    
      [ Ugo Riboni ]
      * warn the user of low disk space while recording or taking a picture
    
    camera-app (3.0.0+15.04.20150126.2-0ubuntu1) vivid; urgency=low
    
      [ Bill Filler ]
      * Fix case when pictures have been taken while the library is being
        scanned.
    
      [ Ubuntu daily release ]
      * New rebuild forced
    
      [ Ugo Riboni ]
      * warn the user of low disk space while recording or taking a picture
    
    camera-app (3.0.0+15.04.20150125-0ubuntu1) vivid; urgency=low
    
      [ Ubuntu daily release ]
      * New rebuild forced
    
      [ Florian Boucault ]
      * Image quality setting: set "Fine Quality" to the maximum quality.
        More appropriate user wise and fixes failing AP test.
      * Asynchronously scan the filesystem for media. Fixes freeze at
        startup with a huge amount of media. Significantly faster deletion
        when deleting a huge amount of media. Taking a photo is now always
        fast even with a huge amount of media. (LP: #1413950)
      * SD Card: use app specific subfolder of Videos and Pictures to
        read/write videos and pictures.
      * Fixed issue where recording video on SD card prevents recording on
        internal storage later.
    
    camera-app (3.0.0+15.04.20150108-0ubuntu1) vivid; urgency=low
    
      [ Ubuntu daily release ]
      * New rebuild forced
    
      [ Florian Boucault ]
      * Fixed merge of SD card support (lp:~fboucault/camera-app/sdcard)
      * Depend on final release of 14.10 framework (ubuntu-sdk-14.10)
        instead of dev version (ubuntu-sdk-14.10-dev2)
    
    camera-app (3.0.0+15.04.20141211-0ubuntu1) vivid; urgency=low
    
      [ CI Train Bot ]
      * Resync trunk
    
      [ Florian Boucault ]
      * Add an option to save photos and videos to external SD card. Adapted
        bottom edge UI to accomodate for more than 3 settings. (LP:
        #1392368)
    
      [ Ubuntu daily release ]
      * New rebuild forced
    
    camera-app (3.0.0+15.04.20141209-0ubuntu1) vivid; urgency=low
    
      [ Florian Boucault ]
      * Add missing commits from merge in revision 428: Add support to multi
        selection on grid view when triggered by the user
      * Add missing commits from merge in revision 429: Add self timer
        controlled by a new settings option
      * Explicitly tell QtCreator where the manifest is.
      * Store location even if no valid altitude was provided. (LP:
        #1396672)
      * Video recording: support displaying more than 1 hour long video
        time. (LP: #1398447)
      * Add gridlines to the viewfinder controlled by a new settings option
        (LP: #1368140)
    
    camera-app (3.0.0+15.04.20141205-0ubuntu2) UNRELEASED; urgency=medium
    
      [ Florian Boucault ]
      * Add dependency on python3-mediainfodll to camera-app-autopilot
    
    camera-app (3.0.0+15.04.20141205-0ubuntu1) vivid; urgency=low
    
      [ Ubuntu daily release ]
      * New rebuild forced
    
      [ Florian Boucault ]
      * Added option to select encoding quality for photo capture (JPEG
        encoding quality).
    
    camera-app (3.0.0+15.04.20141202-0ubuntu1) vivid; urgency=low
    
      [ Sebastien Bacher ]
      * Wrap the swipe hint, the elided version doesn't make sense in some
        locales... (LP: #1389611)
    
      [ Florian Boucault ]
      * Add support to multi selection on grid view when triggered by the
        user
      * Add self timer controlled by a new settings option
    
      [ Ubuntu daily release ]
      * New rebuild forced
    
      [ Chris Gagnon ]
      * wait at beginning of autopilot tests to work around bug #1373039
        (LP: #1376495, #1373039)
    
    camera-app (3.0.0+14.10.20141028~rtm-0ubuntu1) 14.09; urgency=low
    
      [ Ubuntu daily release ]
      * New rebuild forced
    
      [ Florian Boucault ]
      * Add a hint to the existence of the photo roll displayed the first
        time the user takes a photo. (LP: #1368808)
      * [Autopilot] Do not stop/start the location service at the beginning
        of each test. (LP: #1380685)
      * Display message when no media present in photo roll. (LP: #1375270)
    
      [ Omer Akram ]
      * autopilot: fix camera zoom bar not showing in test due to small
        initial pinch (LP: #1366825)
    
    camera-app (3.0.0+14.10.20141008-0ubuntu1) 14.09; urgency=low
    
      [ CI bot ]
      * Resync trunk
    
      [ Florian Boucault ]
      * Photo roll's slideshow view: use the photo downscaled instead of the
        thumbnailer. (LP: #1376767)
    
      [ Ubuntu daily release ]
      * New rebuild forced
    
    camera-app (3.0.0+14.10.20141001-0ubuntu1) 14.09; urgency=low
    
      [ Ubuntu daily release ]
      * New rebuild forced
    
      [ Florian Boucault ]
      * Photo roll: fixed invocation of media player, use video:// instead
        of file:// url scheme. (LP: #1375791)
    
    camera-app (3.0.0+14.10.20140908-0ubuntu1) utopic; urgency=low
    
      [ CI bot ]
      * Resync trunk
    
      [ Florian Boucault ]
      * Always go back to view finder when activating export mode. (LP:
        #1365121)
      * Mark options strings for translation. (LP: #1357022)
    
    camera-app (3.0.0+14.10.20140903-0ubuntu1) utopic; urgency=low
    
      [ Michał Sawicz ]
      * Add :any to python dependency and install the camera app module in
        app-private libdir.
    
      [ Ugo Riboni ]
      * Add translations inside the .desktop file (LP: #1318008)
    
      [ Florian Boucault ]
      * Disable mode switching while recording videos.
      * Disable camera switching while recording videos. (LP: #1358302)
      * Photo roll: more fine grained media folder monitoring as to properly
        forward deletions to the view. Workarounded a couple of Qt bugs
        related to snapMode SnapOneItem. (LP: #1355407)
      * Do not allow switching to the camera roll while recording a video.
      * Rename application from 'camera' to 'com.ubuntu.camera' to make
        state saving work again. Seamlessly transition ~/Pictures/camera and
        ~/Videos/camera to new locations. (LP: #1363112)
      * Remove the X-Ubuntu-Gettext-Domain from the .desktop file, which
        causes the click scope not to load the inline translations. (LP:
        #1325626)
      * Align snapshot with viewfinder as to assure visual continuity in the
        transition from one to the other. (LP: #1362822)
      * Added cancel button in content export mode. (LP: #1362823)
    
    camera-app (3.0.0+14.10.20140829-0ubuntu1) utopic; urgency=low
    
      [ Brendan Donegan ]
      * Finally remove location prompts during testing
    
      [ Ubuntu daily release ]
      * New rebuild forced
    
      [ Sergio Schvezov ]
      * Fix cross building with click chroot
    
      [ Florian Boucault ]
      * Significantly faster startup. (LP: #1325001)
    
      [ CI bot ]
      * Resync trunk
    
      [ Pawel Stolowski ]
      * Added X-Ubuntu-Default-Department-ID key to the desktop file. This
        is required by click scope to support departments for preinstalled
        applications.
    
    camera-app (3.0.0+14.10.20140815.1-0ubuntu1) utopic; urgency=low
    
      [ Florian Boucault ]
      * Fix deleting action not working in some common conditions by
        computing file path at the right moment. Applied same fix to sharing
        action. (LP: #1350956)
    
      [ Brendan Donegan ]
      * Finally remove location prompts during testing
    
    camera-app (3.0.0+14.10.20140814-0ubuntu1) utopic; urgency=low
    
      [ Florian Boucault ]
      * Photo roll header: swap label and icon to respect toolkit's
        behaviour.
      * Photo roll: added pinch to zoom. (LP: #1344277)
      * Ensure video thumbnails are generated as soon as possible by
        monitoring changes to files themselves. (LP: #1337593)
    
    camera-app (3.0.0+14.10.20140813-0ubuntu1) utopic; urgency=low
    
      [ Ken VanDine ]
      * Updated depends for qtdeclarative5-ubuntu-content1 package rename
    
    camera-app (3.0.0+14.10.20140808-0ubuntu1) utopic; urgency=low
    
      [ Brendan Donegan ]
      * Setting TRUST_STORE_PERMISSION_MANAGER_IS_RUNNING_UNDER_TESTING
        prevents the location request dialog from popping up, so as not to
        break the Autopilot tests.
    
    camera-app (3.0.0+14.10.20140805-0ubuntu1) utopic; urgency=low
    
      [ CI bot ]
      * Resync trunk
    
      [ Florian Boucault ]
      * Added export mode so that other apps can request pictures from the
        camera app. (LP: #1311409)
    
    camera-app (3.0.0+14.10.20140730-0ubuntu1) utopic; urgency=low
    
      [ CI bot ]
      * Resync trunk
    
      [ Florian Boucault ]
      * Save state of viewfinder: preserve back/front mode, picture/video
        mode, flash, HDR and location settings. (LP: #1344274)
      * Photo roll: Added feedback upon pressed. Use icons from theme
        instead of custom PNGs .
      * Exit the options overlay upon tapping anywhere outside the buttons.
        It used to work relying on the behaviour of the toolkit's Panel but
        it recently changed under our feet (rev 1000.119.19 from lp:ubuntu-
        ui-toolkit). (LP: #1348643)
      * Make sure all files are visible in QtCreator. No need for
        qmlproject.
      * Photo roll: elide header title. (LP: #1348645)
      * Sharing: make content type dynamic. (LP: #1337587)
      * Save videos in a subfolder of ~/Videos (LP: #1337594)
    
    camera-app (3.0.0+14.10.20140717-0ubuntu1) utopic; urgency=low
    
      [ CI bot ]
      * Resync trunk
    
      [ Florian Boucault ]
      * Enable GPS location saving into EXIF photo's metadata.
    
    camera-app (3.0.0+14.10.20140714-0ubuntu1) utopic; urgency=low
    
      [ Benjamin Zeller ]
      * Fix project files to correctly run on the device from QtCreator
    
      [ Florian Boucault ]
      * Enabled HDR feature: linked it up to backend (qtubuntu-camera).
        fixed up overlay UI for icon less options .
    
    camera-app (3.0.0+14.10.20140703.2-0ubuntu1) utopic; urgency=low
    
      [ Bill Filler ]
      * add content_exchange_source policy for apparmor
    
    camera-app (3.0.0+14.10.20140703.1-0ubuntu1) utopic; urgency=medium
    
      [ Florian Boucault ]
      * Redesign of the entire user interface.
      * Viewfinder now extensible with options screen available from the bottom edge
      * Add in-app pictures gallery
      * Cleaner visuals, more animations
      * Move photos under a subfolder: ~/Pictures/camera
      * Re-disable camera recording, UI for that is coming later
    
      [ CI bot ]
      * Resync trunk
    
      [ Ubuntu daily release ]
      * New rebuild forced
    
    camera-app (2.9.1+14.10.20140701-0ubuntu1) utopic; urgency=low
    
      [ Michał Sawicz ]
      * New icon from suru theme.
    
    camera-app (2.9.1+14.10.20140626-0ubuntu1) utopic; urgency=low
    
      [ Jim Hodapp ]
      * Update the app_armor policy groups and framework verion so that the
        camera-app can continue to write snapshots and video files to
        ~/Pictures and ~/Videos respectively
    
    camera-app (2.9.1+14.10.20140625.1-0ubuntu1) utopic; urgency=low
    
      [ Jim Hodapp ]
      * Re-enable camera recording since it's working again in libhybris
    
    camera-app (2.9.1+14.10.20140528-0ubuntu1) utopic; urgency=low
    
      [ Ubuntu daily release ]
      * New rebuild forced
    
      [ Olivier Tilloy ]
      * No change rebuild to pick up the latest translation updates.
    
    camera-app (2.9.1+14.10.20140522-0ubuntu1) utopic; urgency=low
    
      [ Sergio Schvezov ]
      * Correct click manifest for python3.
    
      [ David Planella ]
      * Internationalize the metrics strings (LP: #1320435)
      * Update the translations template with the new strings (LP: #1320437)
    
    camera-app (2.9.1+14.10.20140508-0ubuntu2) utopic; urgency=medium
    
      * Renaming dep package qtdeclarative5-qtmultimedia-plugin to
        qml-module-qtmultimedia
    
    camera-app (2.9.1+14.10.20140508-0ubuntu1) utopic; urgency=low
    
      [ Arthur Mello ]
      * Flip the video horizontally if we are on desktop (LP: #1307654)
    
    camera-app (2.9.1+14.10.20140505-0ubuntu1) utopic; urgency=low
    
      [ Barry Warsaw ]
      * Port emulators to Python 2/3.   * Port autopilot tests to Python 3.
          * d/control: Add explicit dependency on python3-autopilot. Bump
        Standards-Version to 3.9.5. (LP: #1313930)
    
    camera-app (2.9.1+14.04.20140331-0ubuntu2) trusty; urgency=medium
    
      * Alternatively depend on the OpenGLES version of
        qtdeclarative5-qtmultimedia-plugin and
        qtdeclarative5-ubuntu-ui-toolkit-plugin
    
    camera-app (2.9.1+14.04.20140331-0ubuntu1) trusty; urgency=low
    
      [ Bill Filler ]
      * updated framework version
      * change check for desktopMode to use platform name rather than env
        var
    
      [ Pete Woods ]
      * Handle the HUD quit signal This change is only necessary for apps
        that don't use the UITK MainView (LP: #1269409)
    
    camera-app (2.9.1+14.04.20140307-0ubuntu1) trusty; urgency=low
    
      * New rebuild forced
    
    camera-app (2.9.1+14.04.20140306-0ubuntu1) trusty; urgency=low
    
      [ Bill Filler ]
      * click support
    
      [ Sergio Schvezov ]
      * click support
    
    camera-app (2.9.1+14.04.20140214-0ubuntu1) trusty; urgency=low
    
      [ Bill Filler ]
      * skip integration test until it's reworked to be more reliable
    
    camera-app (2.9.1+14.04.20140213-0ubuntu1) trusty; urgency=low
    
      [ Bill Filler ]
      * initial support for DESKTOP_MODE
    
      [ Omer Akram ]
      * port autopilot tests to python 3.
      * add integration test to make sure gallery icon in the camera toolbar
        really opens the gallery-app. (LP: #1228335)
    
    camera-app (2.9.1+14.04.20131106-0ubuntu1) trusty; urgency=low
    
      [ Łukasz 'sil2100' Zemczak ]
      * Make camera-app autopilot tests passing on 1.4 - we remove the
        main_window.get_camera() element as it is broken and not used at all
        during tests
    
      [ Ubuntu daily release ]
      * Automatic snapshot from revision 224
    
    camera-app (2.9.1+13.10.20131011-0ubuntu1) saucy; urgency=low
    
      [ Bill Filler ]
      * skip invalid tests on maguro/mir
      * Center the viewfinder in more cases fixes LP: #1179503 (LP:
        #1179503)
      * Disable the video switch as the feature is not working for v1.0
    
      [ Ubuntu daily release ]
      * Automatic snapshot from revision 217
    
    camera-app (2.9.1+13.10.20131008-0ubuntu1) saucy; urgency=low
    
      [ Pete Woods ]
      * Set the minimum value for the camera infographic (fix regression in
        r200). (LP: #1214309)
    
      [ Ted Gould ]
      * Adding single instance marker to the desktop file.
    
      [ Ugo Riboni ]
      * Launch the gallery app using the URL dispatcher. (LP: #1229291)
    
      [ Ubuntu daily release ]
      * Automatic snapshot from revision 210
    
    camera-app (2.9.1+13.10.20130930.4-0ubuntu1) saucy; urgency=low
    
      [ Ugo Riboni ]
      * Use the new QML bindings to send metrics via libusermetrics.
    
      [ Sergio Schvezov ]
      * Click build support.
    
      [ Ubuntu daily release ]
      * Automatic snapshot from revision 203
    
    camera-app (2.9.1+13.10.20130923-0ubuntu1) saucy; urgency=low
    
      [ Guenter Schwann ]
      * Disable test_shoot_button_disable(9 as it is unstable because of a
        race condition. (LP: #1227373)
    
      [ Ubuntu daily release ]
      * Automatic snapshot from revision 198
    
    camera-app (2.9.1+13.10.20130919.2-0ubuntu1) saucy; urgency=low
    
      [ Pete Woods ]
      * Fix the infographic display, so that it correctly sets the minimum
        value.
    
      [ Ugo Riboni ]
      * Use the new actions API to add actions to the HUD, and make sure
        they actually do something. (LP: #1221344)
    
      [ Timo Jyrinki ]
      * Add qtdeclarative5-unity-action-plugin dependency
    
      [ Ubuntu daily release ]
      * Automatic snapshot from revision 193
    
    camera-app (2.9.1+13.10.20130802-0ubuntu1) saucy; urgency=low
    
      [ Guenter Schwann ]
      * Use Eventually for testing the focus ring opacity for 0.0. (LP:
        #1206822)
    
      [ Ubuntu daily release ]
      * Automatic snapshot from revision 183
    
    camera-app (2.9.1+13.10.20130731-0ubuntu1) saucy; urgency=low
    
      [ Ugo Riboni ]
      * Change the license of assets to CC instead of GPL3. (LP: #1194916)
      * Align the camera app recording time counter as specified by design.
        (LP: #1193257)
      * The margin of the zoom bar center line and toolbar center of
        symmetry are now the same when in landscape mode. (LP: #1122036)
    
      [ Ubuntu daily release ]
      * Automatic snapshot from revision 181
    
    camera-app (2.9.1+13.10.20130725-0ubuntu1) saucy; urgency=low
    
      [ Guenter Schwann ]
      * Don't show the zoom bar, when zooming is not possible. (LP:
        #1191088)
    
      [ Ubuntu daily release ]
      * Automatic snapshot from revision 177
    
    camera-app (2.9.1+13.10.20130724-0ubuntu1) saucy; urgency=low
    
      [ Pete Woods ]
      * Change the infographic text as per design request.
    
      [ Guenter Schwann ]
      * Fix tap to focus.
    
      [ Ubuntu daily release ]
      * Automatic snapshot from revision 174
    
    camera-app (2.9.1+13.10.20130718-0ubuntu1) saucy; urgency=low
    
      [ Guenter Schwann ]
      * Use simpler MetricManager API for less code.
    
      [ Ubuntu daily release ]
      * Automatic snapshot from revision 170
    
    camera-app (2.9.1+13.10.20130708-0ubuntu1) saucy; urgency=low
    
      [ Guenter Schwann ]
      * Update user metric for every captured photo/video.
    
      [ Ubuntu daily release ]
      * Automatic snapshot from revision 164
    
    camera-app (2.9.1+13.10.20130703-0ubuntu1) saucy; urgency=low
    
      [ Kaleo ]
      * Adapted slider to newer and simpler toolkit's theming
        infrastructure. The ItemStyle attached property has been removed and
        widgets now have a 'style' property equivalent to what
        ItemStyle.delegate was providing. The Ubuntu UI Toolkit merge
        request containing that change is:
        https://code.launchpad.net/~fboucault/ubuntu-ui-
        toolkit/simple_theming/+merge/171645 It will be merged in the
        morning so that the fixes for this app can be merged in the same
        day. For testing, armhf packages of the toolkit are available at:
        http://people.canonical.com/~kaleo/sdk_simple_theming/ .
    
      [ Ubuntu daily release ]
      * Automatic snapshot from revision 161
    
    camera-app (2.9.1daily13.06.22-0ubuntu1) saucy; urgency=low
    
      [ Guenter Schwann ]
      * Show video recording duration correctly on all orientations (LP:
        #1191940). (LP: #1191940)
      * Update viewfinder resolution when the capture mode changes. (LP:
        #1191946)
    
      [ Ubuntu daily release ]
      * Automatic snapshot from revision 156
    
    camera-app (2.9.1daily13.06.21-0ubuntu1) saucy; urgency=low
    
      [ Guenter Schwann ]
      * Fix clash of component name.
      * Set orientation for videos.
    
      [ Ubuntu daily release ]
      * Automatic snapshot from revision 152
    
    camera-app (2.9.1daily13.06.17-0ubuntu1) saucy; urgency=low
    
      [ Robert Bruce Park ]
      * Fix lintian warnings.
    
      [ Ubuntu daily release ]
      * Automatic snapshot from revision 146
    
    camera-app (2.9.1daily13.06.13-0ubuntu1) saucy; urgency=low
    
      [ Ricardo Salveti de Araujo ]
      * debian/control: should depend on mesa gl/gles headers as first
        option .
    
      [ Ubuntu daily release ]
      * Automatic snapshot from revision 140
    
    camera-app (2.9.1daily13.06.12-0ubuntu1) saucy; urgency=low
    
      [ Ugo Riboni ]
      * Allow the application to be translated and add one initial
        translation.
    
      [ Omer Akram ]
      * fixes a slider related failing test on the touch devices.
    
      [ Ubuntu daily release ]
      * Automatic snapshot from revision 138
    
    camera-app (2.9.1daily13.06.11-0ubuntu1) saucy; urgency=low
    
      [ Ugo Riboni ]
      * Use the same license for all files.
    
      [ Ubuntu daily release ]
      * Automatic snapshot from revision 135
    
    camera-app (2.9.1daily13.06.07-0ubuntu1) saucy; urgency=low
    
      [ Kaleo ]
      * Fixed name collision with Ubuntu UI Toolkit's new class
        OrientationHelper.
    
      [ Ugo Riboni ]
      * Adapt the slider delegate to use the new SDK automatic styling.
      * Fix a typo preventing proper rotation in one case and make the app
        starts fullscreen again.
    
      [ Omer Akram ]
      * replaced 'mouse' with 'pointing_device' so that tests work on touch
        as well.
      * port autopilot tests to 1.3 and also make these tests platform
        aware.
      * disable failing autopilot test so that we could get autopilot
        enabled in jenkins.
      * fix local install location which got ruined in the ap-1.3 port.
      * make the camera-app tests pep8 compliant, improves tests for
        readability and re-usability of code, skip few tests on the Nexus 7
        as camera does not work on it yet.
    
      [ Robert Bruce Park ]
      * Port from HUD 0.1 to 1.0.
    
      [ Łukasz 'sil2100' Zemczak ]
      * libhud-qt-qml has been renamed to qtdeclarative5-hud1.0. Also,
        switch code to use HUD 1.0.
    
      [ Ubuntu daily release ]
      * Automatic snapshot from revision 133
    
    camera-app (2.9.1daily13.05.31ubuntu.unity.next-0ubuntu1) raring; urgency=low
    
      [ Omer Akram ]
      * make the camera-app tests pep8 compliant, improves tests for
        readability and re-usability of code, skip few tests on the Nexus 7
        as camera does not work on it yet.
    
      [ Ubuntu daily release ]
      * Automatic snapshot from revision 132 (ubuntu-unity/next)
    
    camera-app (2.9.1daily13.05.22ubuntu.unity.next-0ubuntu1) raring; urgency=low
    
      [ Robert Bruce Park ]
      * Minor packaging fixes.
    
      [ Łukasz 'sil2100' Zemczak ]
      * debian/control:
        - Change build dependency from python2.7 to python
    
      [ Didier Roche ]
      * Automatic snapshot from revision 117 (bootstrap)
    
      [ Guenter Schwann ]
      * Depend on cameraplugin-fake package for the test package only
    
      [ Kaleo ]
      * Fixed name collision with Ubuntu UI Toolkit's new class
        OrientationHelper.
    
      [ Ugo Riboni ]
      * Adapt the slider delegate to use the new SDK automatic styling.
      * Fix a typo preventing proper rotation in one case and make the app
        starts fullscreen again.
    
      [ Omer Akram ]
      * replaced 'mouse' with 'pointing_device' so that tests work on touch
        as well.
      * port autopilot tests to 1.3 and also make these tests platform
        aware.
      * disable failing autopilot test so that we could get autopilot
        enabled in jenkins.
      * fix local install location which got ruined in the ap-1.3 port.
    
      [ Robert Bruce Park ]
      * Port from HUD 0.1 to 1.0.
    
      [ Łukasz 'sil2100' Zemczak ]
      * libhud-qt-qml has been renamed to qtdeclarative5-hud1.0. Also,
        switch code to use HUD 1.0.
    
      [ Ubuntu daily release ]
      * Automatic snapshot from revision 130 (ubuntu-unity/next)
    
    camera-app (2.9) quantal; urgency=low
    
      * Implemented pinch to zoom.
    
    camera-app (2.8.1) quantal; urgency=low
    
      * Add X-Ubuntu-Touch field into desktop files.
    
    camera-app (2.8) quantal; urgency=low
    
      [Renato Filho]
      * Replaced Sensors API in favor of Screen component.
      * Fixed controls layout during the landscape orientation.
    
    camera-app (2.7.1) quantal; urgency=low
    
      * Changing packaging dependencies to work with raring
    
    camera-app (2.7) quantal; urgency=low
    
      * Release new package version with Qt 5.0.1 support.
    
    camera-app (2.6) quantal; urgency=low
    
      * Release new package version with Qt multithreaded rendering enabled.
    
    camera-app (2.5) quantal; urgency=low
    
      * Fix orientation for the tablet (LP: #1104407)
      * Add HUD dummy actions (LP: #1125656)
    
    camera-app (2.4) quantal; urgency=low
    
      * Update dependencies to include qtsensors
    
    camera-app (2.3) quantal; urgency=low
    
      * Adjust position and rotation of controls to match orientation
    
    camera-app (2.2) quantal; urgency=low
    
      * Remove qthybris
    
    camera-app (2.1) quantal; urgency=low
    
      * set new env var to disable multi-threaded rendering on camera
    
    camera-app (1.8) quantal; urgency=low
    
      * Align viewfinder feed to the top (LP: #1091153)
      * Fix build for Qt5 final
    
    camera-app (1.7) quantal; urgency=low
    
      * Depend on qthybris only on ARM architectures
    
    camera-app (1.6) quantal; urgency=low
    
      * New release
    
    camera-app (1.5) quantal; urgency=low
    
      * Use a theme to modify the zoom Slider instead of using a custom Slider
      * Change zoom bar asset to remove shadow (LP: #1086924)
      * Make zoom bar touch sensitive area taller (LP: #1086426)
      * Allow dragging the focus ring (LP: #1086925)
    
    camera-app (1.4) quantal; urgency=low
    
      * The inactive record icon should be a red dot (LP: #1086928)
      * Fade out the focus ring after a timeout
      * Swap the camera and video icons (LP: #1086923)
      * Speed up the shoot animation and remove the white flash
      * Launch the gallery app when pressing the gallery button
    
    camera-app (1.3) quantal; urgency=low
    
      [ Ugo Riboni ]
      * Swap the on and off icons for the torch so they work properly
      * Add all missing copyright headers
    
      [ Bill Filler ]
      * unset multi-threaded qml renderer env vars
    
    camera-app (1.2) quantal; urgency=low
    
      [ Ugo Riboni ]
      * Update the shoot animation according to design
      * Disable the camera viewfinder when app is inactive to save resources
    
      [ Florian Boucault ]
      * Use Label instead of TextCustom
    
      [ Michael Zanetti ]
      * Rename the testing package to camera-app-autopilot
      * Fix build dependencies
      * Make autopilot tests work on Desktop and Devices
    
    camera-app (1.1) quantal; urgency=low
    
      * Add more tests and split them into separate files
    
    camera-app (1.0) quantal; urgency=low
    
      * Update the flash and record mode button to fade between states
    
    camera-app (0.9) quantal; urgency=low
    
      [ Ugo Riboni ]
      * Add support for front/back camera switching
    
    camera-app (0.8) quantal; urgency=low
    
      [ Ugo Riboni ]
      * Slide the preview to the bottom and rotate it to match what we get
        from the AAL plugin.
    
    camera-app (0.7) quantal; urgency=low
    
      * new release
    
    camera-app (0.6) quantal; urgency=low
    
      * Use the most recent focus ring asset
      * While recording pulse the recording icon
      * Use the right enum value to turn on the torch in video recording mode
    
    camera-app (0.5) quantal; urgency=low
    
      * Match the toolbar to the latest visual and interaction design
    
    camera-app (0.4) quantal; urgency=low
    
      * revert back to pre-photo viewer integration (bzr rev 29) as it's broken
    
    camera-app (0.3) quantal; urgency=low
    
      * Add the photo viewer
    
    camera-app (0.2) quantal; urgency=low
    
      * Adapt to QT camera API and new visual design
    
    camera-app (0.1) quantal; urgency=low
    
      [ Ugo Riboni ]
      * Initial release.
    
      [ Bill Filler ]
      * clean up of packaging for Qt5
    
     -- Florian Boucault <email address hidden>  Mon, 05 Oct 2015 13:15:50 +0000
  • 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
    
    camera-app (3.0.0+15.04.20150514-0ubuntu1) vivid; urgency=medium
    
      [ CI Train Bot ]
      * Resync trunk.
    
      [ Leo Arias ]
      * Use the base class from the toolkit in autopilot tests.
    
      [ Omer Akram ]
      * Autopilot: Ensure the media directories exist before trying to
        delete data from them. (LP: #1444650)
    
     -- CI Train Bot <email address hidden>  Tue, 07 Jul 2015 11:09:20 +0000