Merge lp:~larsu/humanity/all-sizes-for-draw-accept into lp:~ubuntu-art-pkg/humanity/release

Proposed by Lars Karlitski
Status: Merged
Approved by: Sebastien Bacher
Approved revision: 118
Merged at revision: 118
Proposed branch: lp:~larsu/humanity/all-sizes-for-draw-accept
Merge into: lp:~ubuntu-art-pkg/humanity/release
Diff against target: 54 lines (+17/-1)
1 file modified
Humanity/index.theme (+17/-1)
To merge this branch: bzr merge lp:~larsu/humanity/all-sizes-for-draw-accept
Reviewer Review Type Date Requested Status
Sebastien Bacher Approve
Review via email: mp+263865@code.launchpad.net

Commit message

Provide folder-drag-accept in all sizes

status/folder-drag-accept is not available in sizes greater than 48, as that directory is not marked as scaling all the way up. Fix this by moving folder-drag-accept into scalable and removing the link in 48.

This fixes LP: #1462346 - nautilus picks the small version of the icon even when zoomed in.

Also remove redundant copies of gnome-fs-directory-accept.svg. That's not a name in the spec, but let's keep it around for backwards compatibility.

Description of the change

Provide folder-drag-accept in all sizes

status/folder-drag-accept is not available in sizes greater than 48, as that directory is not marked as scaling all the way up. Fix this by moving folder-drag-accept into scalable and removing the link in 48.

This fixes LP: #1462346 - nautilus picks the small version of the icon even when zoomed in.

Also remove redundant copies of gnome-fs-directory-accept.svg. That's not a name in the spec, but let's keep it around for backwards compatibility.

To post a comment you must log in.
Revision history for this message
Sebastien Bacher (seb128) wrote :

nice, thanks for fixing that one ;-)

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'Humanity/index.theme'
2--- Humanity/index.theme 2015-03-26 17:52:46 +0000
3+++ Humanity/index.theme 2015-07-06 08:18:55 +0000
4@@ -6,7 +6,7 @@
5 Example=directory-x-normal
6
7 #Directory list
8-Directories=actions/16,actions/22,actions/24,actions/32,actions/48,actions/64,actions/128,actions/symbolic,animations/16,animations/22,animations/24,animations/32,animations/48,apps/16,apps/22,apps/24,apps/32,apps/48,apps/64,apps/128,apps/192,categories/16,categories/22,categories/24,categories/32,categories/48,categories/64,categories/128,devices/16,devices/22,devices/24,devices/32,devices/48,devices/64,devices/128,emblems/16,emblems/22,emblems/24,emblems/32,emblems/48,mimes/16,mimes/22,mimes/24,mimes/32,mimes/48,mimes/64,mimes/128,mimes/256,places/16,places/22,places/24,places/32,places/48,places/64,places/128,status/16,status/22,status/24,status/32,status/48,status/64,status/128,stock/16,stock/22,stock/24,stock/32,stock/48,
9+Directories=actions/16,actions/22,actions/24,actions/32,actions/48,actions/64,actions/128,actions/symbolic,animations/16,animations/22,animations/24,animations/32,animations/48,apps/16,apps/22,apps/24,apps/32,apps/48,apps/64,apps/128,apps/192,categories/16,categories/22,categories/24,categories/32,categories/48,categories/64,categories/128,devices/16,devices/22,devices/24,devices/32,devices/48,devices/64,devices/128,emblems/16,emblems/22,emblems/24,emblems/32,emblems/48,mimes/16,mimes/22,mimes/24,mimes/32,mimes/48,mimes/64,mimes/128,mimes/256,places/16,places/22,places/24,places/32,places/48,places/64,places/128,places/scalable,status/16,status/22,status/24,status/32,status/48,status/64,status/128,status/scalable,stock/16,stock/22,stock/24,stock/32,stock/48,
10
11 [actions/16]
12 Size=16
13@@ -302,6 +302,13 @@
14 Context=Places
15 Type=Scalable
16
17+[places/scalable]
18+Size=16
19+MinSize=8
20+MaxSize=512
21+Context=Status
22+Type=Scalable
23+
24 [status/16]
25 Size=16
26 Context=Status
27@@ -334,6 +341,15 @@
28
29 [status/128]
30 Size=128
31+MinSize=64
32+MaxSize=512
33+Context=Status
34+Type=Scalable
35+
36+[status/scalable]
37+Size=16
38+MinSize=8
39+MaxSize=512
40 Context=Status
41 Type=Scalable
42
43
44=== added directory 'Humanity/places/scalable'
45=== renamed file 'Humanity/places/48/gnome-fs-directory-accept.svg' => 'Humanity/places/scalable/gnome-fs-directory-accept.svg'
46=== removed symlink 'Humanity/status/24/gnome-fs-directory-accept.svg'
47=== target was u'folder-drag-accept.svg'
48=== removed symlink 'Humanity/status/48/folder-drag-accept.svg'
49=== target was u'../../places/48/gnome-fs-directory-accept.svg'
50=== removed symlink 'Humanity/status/48/gnome-fs-directory-accept.svg'
51=== target was u'../../places/48/gnome-fs-directory-accept.svg'
52=== added directory 'Humanity/status/scalable'
53=== added symlink 'Humanity/status/scalable/folder-drag-accept.svg'
54=== target is u'../../places/scalable/gnome-fs-directory-accept.svg'

Subscribers

People subscribed via source and target branches