Merge lp:~ci-train-bot/ubuntu-settings-components/ubuntu-settings-components-ubuntu-yakkety-landing-077 into lp:ubuntu-settings-components

Proposed by Michał Sawicz
Status: Merged
Merged at revision: 148
Proposed branch: lp:~ci-train-bot/ubuntu-settings-components/ubuntu-settings-components-ubuntu-yakkety-landing-077
Merge into: lp:ubuntu-settings-components
Diff against target: 38 lines (+14/-0)
2 files modified
debian/changelog (+8/-0)
plugins/Ubuntu/Settings/Menus/MediaPlayerMenu.qml (+6/-0)
To merge this branch: bzr merge lp:~ci-train-bot/ubuntu-settings-components/ubuntu-settings-components-ubuntu-yakkety-landing-077
Reviewer Review Type Date Requested Status
Unity Team Pending
Review via email: mp+297762@code.launchpad.net
To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2016-05-19 17:52:24 +0000
3+++ debian/changelog 2016-06-17 12:59:22 +0000
4@@ -1,3 +1,11 @@
5+ubuntu-settings-components (0.7+16.10.20160615.2-0ubuntu1) yakkety; urgency=medium
6+
7+ * Make sure a size is specified for the albumArtImage for indicator-
8+ sound or else the albumart lookup via thumbnailer will fail and the
9+ albumArtImage will not render.
10+
11+ -- Jim Hodapp <jim.hodapp@canonical.com> Wed, 15 Jun 2016 20:33:30 +0000
12+
13 ubuntu-settings-components (0.7+16.10.20160519-0ubuntu1) yakkety; urgency=medium
14
15 [ CI Train Bot ]
16
17=== modified file 'plugins/Ubuntu/Settings/Menus/MediaPlayerMenu.qml'
18--- plugins/Ubuntu/Settings/Menus/MediaPlayerMenu.qml 2016-02-11 11:23:02 +0000
19+++ plugins/Ubuntu/Settings/Menus/MediaPlayerMenu.qml 2016-06-17 12:59:22 +0000
20@@ -20,6 +20,7 @@
21 import Ubuntu.Components 1.3
22 import Ubuntu.Components.ListItems 1.3 as ListItem
23 import QtQuick.Layouts 1.1
24+import Ubuntu.Thumbnailer 0.1
25
26 ListItem.Empty {
27 id: menu
28@@ -81,6 +82,11 @@
29
30 image: Image {
31 id: albumArtImage
32+ width: units.gu(8)
33+ height: width
34+ fillMode: Image.PreserveAspectFit
35+ sourceSize: Qt.size(width, height)
36+ anchors.centerIn: parent
37 }
38 }
39

Subscribers

People subscribed via source and target branches