Merge lp:~seb128/unity-control-center/sound-better-icon into lp:unity-control-center

Proposed by Sebastien Bacher
Status: Merged
Approved by: Iain Lane
Approved revision: 12847
Merged at revision: 12849
Proposed branch: lp:~seb128/unity-control-center/sound-better-icon
Merge into: lp:unity-control-center
Diff against target: 59 lines (+24/-0)
4 files modified
configure.ac (+2/-0)
panels/sound/data/icons/256x256/Makefile.am (+3/-0)
panels/sound/data/icons/256x256/apps/Makefile.am (+18/-0)
panels/sound/data/icons/Makefile.am (+1/-0)
To merge this branch: bzr merge lp:~seb128/unity-control-center/sound-better-icon
Reviewer Review Type Date Requested Status
Iain Lane Approve
Review via email: mp+285452@code.launchpad.net

Commit message

Include a better resolution unity-sound-panel icon

Description of the change

Include a better resolution unity-sound-panel icon

(open the sound panel and alt-tab on unity, see how the current icon is low quality, the update fixes that)

To post a comment you must log in.
Revision history for this message
Iain Lane (laney) wrote :

I don't get it - the icon you added is actually 48×48

review: Needs Information
12847. By Sebastien Bacher

with the correct icon it's better

Revision history for this message
Sebastien Bacher (seb128) wrote :

sorry, I tried several variant and back to the old icon to see the difference, looks like I mixed the versions ... updated with the correct one now, thanks for catching the error!

Revision history for this message
Iain Lane (laney) wrote :

what a great looking icon!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'configure.ac'
--- configure.ac 2015-12-14 10:09:05 +0000
+++ configure.ac 2016-02-12 10:08:53 +0000
@@ -455,6 +455,8 @@
455panels/sound/data/icons/48x48/Makefile455panels/sound/data/icons/48x48/Makefile
456panels/sound/data/icons/48x48/apps/Makefile456panels/sound/data/icons/48x48/apps/Makefile
457panels/sound/data/icons/48x48/devices/Makefile457panels/sound/data/icons/48x48/devices/Makefile
458panels/sound/data/icons/256x256/Makefile
459panels/sound/data/icons/256x256/apps/Makefile
458panels/sound/data/icons/scalable/Makefile460panels/sound/data/icons/scalable/Makefile
459panels/sound/data/icons/scalable/devices/Makefile461panels/sound/data/icons/scalable/devices/Makefile
460panels/screen/Makefile462panels/screen/Makefile
461463
=== added directory 'panels/sound/data/icons/256x256'
=== added file 'panels/sound/data/icons/256x256/Makefile.am'
--- panels/sound/data/icons/256x256/Makefile.am 1970-01-01 00:00:00 +0000
+++ panels/sound/data/icons/256x256/Makefile.am 2016-02-12 10:08:53 +0000
@@ -0,0 +1,3 @@
1SUBDIRS = apps
2
3-include $(top_srcdir)/git.mk
04
=== added directory 'panels/sound/data/icons/256x256/apps'
=== added file 'panels/sound/data/icons/256x256/apps/Makefile.am'
--- panels/sound/data/icons/256x256/apps/Makefile.am 1970-01-01 00:00:00 +0000
+++ panels/sound/data/icons/256x256/apps/Makefile.am 2016-02-12 10:08:53 +0000
@@ -0,0 +1,18 @@
1NULL =
2
3themedir = $(datadir)/icons/hicolor
4size = 256x256
5context = apps
6
7iconsdir = $(themedir)/$(size)/$(context)
8
9icons_DATA = \
10 unity-sound-panel.png \
11 $(NULL)
12
13EXTRA_DIST = \
14 $(icons_DATA) \
15 $(NULL)
16
17
18-include $(top_srcdir)/git.mk
019
=== added file 'panels/sound/data/icons/256x256/apps/unity-sound-panel.png'
1Binary files panels/sound/data/icons/256x256/apps/unity-sound-panel.png 1970-01-01 00:00:00 +0000 and panels/sound/data/icons/256x256/apps/unity-sound-panel.png 2016-02-12 10:08:53 +0000 differ20Binary files panels/sound/data/icons/256x256/apps/unity-sound-panel.png 1970-01-01 00:00:00 +0000 and panels/sound/data/icons/256x256/apps/unity-sound-panel.png 2016-02-12 10:08:53 +0000 differ
=== modified file 'panels/sound/data/icons/Makefile.am'
--- panels/sound/data/icons/Makefile.am 2010-10-30 18:48:55 +0000
+++ panels/sound/data/icons/Makefile.am 2016-02-12 10:08:53 +0000
@@ -7,6 +7,7 @@
7 24x24 \7 24x24 \
8 32x32 \8 32x32 \
9 48x48 \9 48x48 \
10 256x256 \
10 $(NULL)11 $(NULL)
1112
12-include $(top_srcdir)/git.mk13-include $(top_srcdir)/git.mk

Subscribers

People subscribed via source and target branches