Merge lp:~seb128/ubuntu-system-settings/use-theme-icons into lp:ubuntu-system-settings

Proposed by Sebastien Bacher
Status: Superseded
Proposed branch: lp:~seb128/ubuntu-system-settings/use-theme-icons
Merge into: lp:ubuntu-system-settings
Diff against target: 227 lines (+20/-20)
20 files modified
plugins/about/about.settings (+1/-1)
plugins/accessibility/accessibility.settings (+1/-1)
plugins/background/background.settings (+1/-1)
plugins/battery/battery.settings (+1/-1)
plugins/bluetooth/bluetooth.settings (+1/-1)
plugins/brightness/brightness.settings (+1/-1)
plugins/cellular/cellular.settings (+1/-1)
plugins/flight-mode/flight-mode.settings (+1/-1)
plugins/language/language.settings (+1/-1)
plugins/orientation-lock/EntryComponent.qml (+1/-1)
plugins/orientation-lock/orientation-lock.settings (+1/-1)
plugins/phone/phone.settings (+1/-1)
plugins/reset/reset.settings (+1/-1)
plugins/security-privacy/security-privacy.settings (+1/-1)
plugins/sound/sound.settings (+1/-1)
plugins/system-update/system-update.settings (+1/-1)
plugins/system-update/update-notification.settings (+1/-1)
plugins/time-date/time-date.settings (+1/-1)
plugins/wifi/wifi.settings (+1/-1)
src/qml/EntryComponent.qml (+1/-1)
To merge this branch: bzr merge lp:~seb128/ubuntu-system-settings/use-theme-icons
Reviewer Review Type Date Requested Status
PS Jenkins bot continuous-integration Needs Fixing
Ubuntu Touch System Settings Pending
Review via email: mp+214950@code.launchpad.net

This proposal has been superseded by a proposal from 2014-07-01.

Commit message

use the new icons from the suru theme

Description of the change

use the new icons from the suru theme

needs https://code.launchpad.net/~saviq/ubuntu-ui-toolkit/suru-switch/+merge/211328 to land first to be ready, since the ubuntu-ui-toolkit forces the theme

(workaround to test are to rename the directory on disk or update the ui toolkit)

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)

Unmerged revisions

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'plugins/about/about.settings'
2--- plugins/about/about.settings 2013-08-02 11:01:13 +0000
3+++ plugins/about/about.settings 2014-04-09 13:42:21 +0000
4@@ -1,5 +1,5 @@
5 {
6- "icon": "/usr/share/ubuntu/settings/system/icons/settings-about.svg",
7+ "icon": "ubuntu-logo-symbolic",
8 "name": "About this phone",
9 "translations": "ubuntu-system-settings",
10 "category": "uncategorized-bottom",
11
12=== modified file 'plugins/accessibility/accessibility.settings'
13--- plugins/accessibility/accessibility.settings 2013-08-02 11:01:13 +0000
14+++ plugins/accessibility/accessibility.settings 2014-04-09 13:42:21 +0000
15@@ -1,5 +1,5 @@
16 {
17- "icon": "/usr/share/ubuntu/settings/system/icons/settings-accessibility.svg",
18+ "icon": "preferences-desktop-accessibility-symbolic",
19 "name": "Accessibility",
20 "translations": "ubuntu-system-settings",
21 "category": "personal",
22
23=== modified file 'plugins/background/background.settings'
24--- plugins/background/background.settings 2013-08-02 11:01:13 +0000
25+++ plugins/background/background.settings 2014-04-09 13:42:21 +0000
26@@ -1,5 +1,5 @@
27 {
28- "icon": "/usr/share/ubuntu/settings/system/icons/settings-background.svg",
29+ "icon": "preferences-desktop-wallpaper-symbolic",
30 "translations": "ubuntu-system-settings",
31 "name": "Background",
32 "category": "personal",
33
34=== modified file 'plugins/battery/battery.settings'
35--- plugins/battery/battery.settings 2013-08-20 12:12:07 +0000
36+++ plugins/battery/battery.settings 2014-04-09 13:42:21 +0000
37@@ -1,6 +1,6 @@
38 {
39 "plugin": "battery-plugin",
40- "icon": "/usr/share/ubuntu/settings/system/icons/settings-battery.svg",
41+ "icon": "battery-080-charging",
42 "name": "Battery",
43 "translations": "ubuntu-system-settings",
44 "category": "system",
45
46=== modified file 'plugins/bluetooth/bluetooth.settings'
47--- plugins/bluetooth/bluetooth.settings 2013-09-23 02:50:33 +0000
48+++ plugins/bluetooth/bluetooth.settings 2014-04-09 13:42:21 +0000
49@@ -1,5 +1,5 @@
50 {
51- "icon": "/usr/share/ubuntu/settings/system/icons/settings-bluetooth.svg",
52+ "icon": "bluetooth-active",
53 "name": "Bluetooth",
54 "translations": "ubuntu-system-settings",
55 "category": "network",
56
57=== modified file 'plugins/brightness/brightness.settings'
58--- plugins/brightness/brightness.settings 2014-01-27 13:01:26 +0000
59+++ plugins/brightness/brightness.settings 2014-04-09 13:42:21 +0000
60@@ -1,6 +1,6 @@
61 {
62 "plugin": "brightness-plugin",
63- "icon": "/usr/share/ubuntu/settings/system/icons/settings-brightness.svg",
64+ "icon": "display-brightness-symbolic",
65 "name": "Brightness",
66 "translations": "ubuntu-system-settings",
67 "category": "system",
68
69=== modified file 'plugins/cellular/cellular.settings'
70--- plugins/cellular/cellular.settings 2013-08-02 11:01:13 +0000
71+++ plugins/cellular/cellular.settings 2014-04-09 13:42:21 +0000
72@@ -1,5 +1,5 @@
73 {
74- "icon": "/usr/share/ubuntu/settings/system/icons/settings-cellular.svg",
75+ "icon": "gsm-3g-high",
76 "name": "Cellular",
77 "translations": "ubuntu-system-settings",
78 "category": "network",
79
80=== modified file 'plugins/flight-mode/flight-mode.settings'
81--- plugins/flight-mode/flight-mode.settings 2014-01-23 09:47:35 +0000
82+++ plugins/flight-mode/flight-mode.settings 2014-04-09 13:42:21 +0000
83@@ -1,6 +1,6 @@
84 {
85 "name": "Flight Mode",
86- "icon": "/usr/share/ubuntu/settings/system/icons/settings-flight-mode.svg",
87+ "icon": "airplane-mode",
88 "translations": "ubuntu-system-settings",
89 "category": "uncategorized-top",
90 "priority": 1,
91
92=== modified file 'plugins/language/language.settings'
93--- plugins/language/language.settings 2013-08-05 16:12:24 +0000
94+++ plugins/language/language.settings 2014-04-09 13:42:21 +0000
95@@ -1,5 +1,5 @@
96 {
97- "icon": "/usr/share/ubuntu/settings/system/icons/settings-language.svg",
98+ "icon": "preferences-desktop-locale-symbolic",
99 "name": "Language & Text",
100 "translations": "ubuntu-system-settings",
101 "category": "personal",
102
103=== modified file 'plugins/orientation-lock/EntryComponent.qml'
104--- plugins/orientation-lock/EntryComponent.qml 2013-11-28 15:09:15 +0000
105+++ plugins/orientation-lock/EntryComponent.qml 2014-04-09 13:42:21 +0000
106@@ -26,7 +26,7 @@
107 ListItem.Standard {
108 id: root
109 iconSource: model.icon
110- iconFrame: false
111+ iconFrame: true
112 text: i18n.tr(model.displayName)
113 control: Switch {
114 id: control
115
116=== modified file 'plugins/orientation-lock/orientation-lock.settings'
117--- plugins/orientation-lock/orientation-lock.settings 2014-01-23 09:47:35 +0000
118+++ plugins/orientation-lock/orientation-lock.settings 2014-04-09 13:42:21 +0000
119@@ -1,5 +1,5 @@
120 {
121- "icon": "/usr/share/ubuntu/settings/system/icons/settings-orientation-lock.svg",
122+ "icon": "orientation-lock",
123 "name": "Orientation Lock",
124 "translations": "ubuntu-system-settings",
125 "category": "uncategorized-top",
126
127=== modified file 'plugins/phone/phone.settings'
128--- plugins/phone/phone.settings 2013-09-25 16:34:21 +0000
129+++ plugins/phone/phone.settings 2014-04-09 13:42:21 +0000
130@@ -1,5 +1,5 @@
131 {
132- "icon": "/usr/share/ubuntu/settings/system/icons/settings-phone.svg",
133+ "icon": "preferences-system-phone-symbolic",
134 "name": "Phone",
135 "translations": "ubuntu-system-settings",
136 "category": "system",
137
138=== modified file 'plugins/reset/reset.settings'
139--- plugins/reset/reset.settings 2013-09-25 16:36:16 +0000
140+++ plugins/reset/reset.settings 2014-04-09 13:42:21 +0000
141@@ -1,5 +1,5 @@
142 {
143- "icon": "/usr/share/ubuntu/settings/system/icons/settings-reset.svg",
144+ "icon": "reset",
145 "name": "Reset phone",
146 "translations": "ubuntu-system-settings",
147 "category": "uncategorized-bottom",
148
149=== modified file 'plugins/security-privacy/security-privacy.settings'
150--- plugins/security-privacy/security-privacy.settings 2013-08-02 12:08:52 +0000
151+++ plugins/security-privacy/security-privacy.settings 2014-04-09 13:42:21 +0000
152@@ -1,5 +1,5 @@
153 {
154- "icon": "/usr/share/ubuntu/settings/system/icons/settings-security-privacy.svg",
155+ "icon": "preferences-system-privacy-symbolic",
156 "name": "Security & Privacy",
157 "translations": "ubuntu-system-settings",
158 "category": "system",
159
160=== modified file 'plugins/sound/sound.settings'
161--- plugins/sound/sound.settings 2013-08-02 11:01:13 +0000
162+++ plugins/sound/sound.settings 2014-04-09 13:42:21 +0000
163@@ -1,5 +1,5 @@
164 {
165- "icon": "/usr/share/ubuntu/settings/system/icons/settings-sounds.svg",
166+ "icon": "preferences-desktop-sounds-symbolic",
167 "name": "Sound",
168 "translations": "ubuntu-system-settings",
169 "category": "personal",
170
171=== modified file 'plugins/system-update/system-update.settings'
172--- plugins/system-update/system-update.settings 2013-08-02 12:08:52 +0000
173+++ plugins/system-update/system-update.settings 2014-04-09 13:42:21 +0000
174@@ -1,5 +1,5 @@
175 {
176- "icon": "/usr/share/ubuntu/settings/system/icons/settings-system-update.svg",
177+ "icon": "preferences-system-updates-symbolic",
178 "name": "Updates",
179 "translations": "ubuntu-system-settings",
180 "category": "system",
181
182=== modified file 'plugins/system-update/update-notification.settings'
183--- plugins/system-update/update-notification.settings 2014-02-04 21:05:28 +0000
184+++ plugins/system-update/update-notification.settings 2014-04-09 13:42:21 +0000
185@@ -1,6 +1,6 @@
186 {
187 "plugin": "update-plugin",
188- "icon": "/usr/share/ubuntu/settings/system/icons/settings-about.svg",
189+ "icon": "ubuntu-logo-symbolic",
190 "name": "Updates available",
191 "translations": "ubuntu-system-settings",
192 "category": "uncategorized-top",
193
194=== modified file 'plugins/time-date/time-date.settings'
195--- plugins/time-date/time-date.settings 2013-08-02 11:01:13 +0000
196+++ plugins/time-date/time-date.settings 2014-04-09 13:42:21 +0000
197@@ -1,5 +1,5 @@
198 {
199- "icon": "/usr/share/ubuntu/settings/system/icons/settings-time-date.svg",
200+ "icon": "preferences-system-time-symbolic",
201 "name": "Time & Date",
202 "translations": "ubuntu-system-settings",
203 "category": "system",
204
205=== modified file 'plugins/wifi/wifi.settings'
206--- plugins/wifi/wifi.settings 2013-09-19 09:45:16 +0000
207+++ plugins/wifi/wifi.settings 2014-04-09 13:42:21 +0000
208@@ -1,5 +1,5 @@
209 {
210- "icon": "/usr/share/ubuntu/settings/system/icons/settings-wifi.svg",
211+ "icon": "wifi-high",
212 "name": "Wi-Fi",
213 "translations": "ubuntu-system-settings",
214 "category": "network",
215
216=== modified file 'src/qml/EntryComponent.qml'
217--- src/qml/EntryComponent.qml 2013-11-13 15:12:36 +0000
218+++ src/qml/EntryComponent.qml 2014-04-09 13:42:21 +0000
219@@ -38,7 +38,7 @@
220 Image {
221 id: icon
222 anchors.horizontalCenter: parent.horizontalCenter
223- width: units.gu(6)
224+ width: units.gu(5)
225 height: width
226 source: model.icon
227 }

Subscribers

People subscribed via source and target branches