~ubuntu-branches/ubuntu/utopic/camera-app/utopic-proposed

« back to all changes in this revision

Viewing changes to camera-app.qml

  • Committer: Package Import Robot
  • Author(s): Ubuntu daily release, CI bot, Florian Boucault
  • Date: 2014-07-30 19:30:55 UTC
  • mfrom: (1.1.35)
  • Revision ID: package-import@ubuntu.com-20140730193055-m5pjdy89igzd0xgq
Tags: 3.0.0+14.10.20140730-0ubuntu1
[ 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)

Show diffs side-by-side

added added

removed removed

Lines of Context:
137
137
        }
138
138
 
139
139
        Row {
 
140
            id: viewsRow
140
141
            anchors {
141
142
                top: parent.top
142
143
                bottom: parent.bottom