~artmello/gallery-app/gallery-app-fullscreen_on_device

« back to all changes in this revision

Viewing changes to rc/qml/MediaViewer/MediaViewer.qml

  • Committer: CI Train Bot
  • Author(s): Ugo Riboni
  • Date: 2015-01-21 15:39:16 UTC
  • mfrom: (1129.1.3 save-exif-thumb)
  • Revision ID: ci-train-bot@canonical.com-20150121153916-05jgspeco1mv4fhn
Directly downscale the images for the viewer instead of asking the thumbnailer to do it (which it would do incorrectly) Fixes: #1412442
Approved by: Arthur Mello

Show diffs side-by-side

added added

removed removed

Lines of Context:
191
191
            }
192
192
 
193
193
            onClicked: viewerWrapper.toggleHeaderVisibility()
194
 
 
195
 
            Connections {
196
 
                target: model.mediaSource
197
 
                onDataChanged: media.reload()
198
 
            }
199
194
        }
200
195
 
201
196
        // Don't allow flicking while the chrome is actively displaying a popup