Merge lp:~laney/ubuntu-themes/lp1578810-xenial into lp:ubuntu-themes

Proposed by Iain Lane
Status: Superseded
Proposed branch: lp:~laney/ubuntu-themes/lp1578810-xenial
Merge into: lp:ubuntu-themes
Diff against target: 143 lines (+66/-2) (has conflicts)
6 files modified
Ambiance/gtk-3.0/gtk-widgets-borders.css (+6/-0)
Ambiance/gtk-3.0/gtk-widgets.css (+1/-0)
Radiance/gtk-3.0/gtk-widgets-borders.css (+6/-0)
Radiance/gtk-3.0/gtk-widgets.css (+1/-0)
debian/changelog (+50/-0)
debian/control (+2/-2)
Text conflict in Ambiance/gtk-3.0/gtk-widgets-borders.css
Text conflict in Radiance/gtk-3.0/gtk-widgets-borders.css
Text conflict in debian/changelog
To merge this branch: bzr merge lp:~laney/ubuntu-themes/lp1578810-xenial
Reviewer Review Type Date Requested Status
Ubuntu Artwork Packagers Pending
Review via email: mp+309140@code.launchpad.net

This proposal has been superseded by a proposal from 2016-10-24.

Commit message

Dim images of insensitive widgets. Thanks Marc-Andre Laperle.

To post a comment you must log in.

Unmerged revisions

485. By Iain Lane

Dim images of insensitive widgets. Thanks Marc-Andre Laperle.

484. By CI Train Bot Account

Releasing 14.04+16.04.20160804-0ubuntu1

483. By Will Cooke

Adds specific border widths to left and right of GtkSwitch buttons to hide the overflowing background of the button. (LP: #1594816)

Approved by: Dmitry Shachnev

482. By Dmitry Shachnev

Simplify Metacity theme by replacing solid color image with filled rectangle to improve HiDPI support. (LP: #1603218)

Approved by: Alberts Muktupāvels, Iain Lane

481. By CI Train Bot Account

Releasing 14.04+16.04.20160621-0ubuntu1

480. By Iain Lane

Re-style progress bars to fix them having a border but no background, for example in gnome-system-monitor. (LP: #1052936)

479. By Iain Lane

releasing package ubuntu-themes version 14.04+16.04.20160415-0ubuntu2

478. By Iain Lane

Update Vcs-Bzr for 16.04

477. By Iain Lane

Adds Terminal specific CSS to change tab colours making it easier to
distinguish the current selected tab from the others. Design have reviewed
and ack'd. LP: #762349

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'Ambiance/gtk-3.0/gtk-widgets-borders.css'
--- Ambiance/gtk-3.0/gtk-widgets-borders.css 2016-08-19 17:01:56 +0000
+++ Ambiance/gtk-3.0/gtk-widgets-borders.css 2016-10-24 16:23:20 +0000
@@ -215,9 +215,15 @@
215/* XXX temporary */215/* XXX temporary */
216GtkSwitch.slider:active:backdrop,216GtkSwitch.slider:active:backdrop,
217GtkSwitch.slider:active:insensitive {217GtkSwitch.slider:active:insensitive {
218<<<<<<< TREE
218 border-image: -gtk-scaled(url("assets/switch-button-on-disabled.png"),url("assets/switch-button-on-disabled@2.png")) 9 11 9 11 / 9px 11px 9px 11px stretch;219 border-image: -gtk-scaled(url("assets/switch-button-on-disabled.png"),url("assets/switch-button-on-disabled@2.png")) 9 11 9 11 / 9px 11px 9px 11px stretch;
219}220}
220221
222=======
223 border-image: url("assets/switch-button-on-disabled.png") 9 11 9 11 / 9px 11px 9px 11px stretch;
224}
225
226>>>>>>> MERGE-SOURCE
221.scale.trough {227.scale.trough {
222 border-image: -gtk-scaled(url("assets/scale-horizontal-trough.png"),url("assets/scale-horizontal-trough@2.png")) 2 6 2 6 / 2px 6px 2px 6px stretch;228 border-image: -gtk-scaled(url("assets/scale-horizontal-trough.png"),url("assets/scale-horizontal-trough@2.png")) 2 6 2 6 / 2px 6px 2px 6px stretch;
223}229}
224230
=== modified file 'Ambiance/gtk-3.0/gtk-widgets.css'
--- Ambiance/gtk-3.0/gtk-widgets.css 2016-08-19 14:52:58 +0000
+++ Ambiance/gtk-3.0/gtk-widgets.css 2016-10-24 16:23:20 +0000
@@ -2144,6 +2144,7 @@
2144*:insensitive {2144*:insensitive {
2145 color: shade (@bg_color, 0.6);2145 color: shade (@bg_color, 0.6);
2146 text-shadow: 0 1px alpha (shade (@bg_color, 1.25), 0.5);2146 text-shadow: 0 1px alpha (shade (@bg_color, 1.25), 0.5);
2147 -gtk-image-effect: dim;
2147}2148}
21482149
2149*:selected,2150*:selected,
21502151
=== modified file 'Radiance/gtk-3.0/gtk-widgets-borders.css'
--- Radiance/gtk-3.0/gtk-widgets-borders.css 2016-08-19 17:01:56 +0000
+++ Radiance/gtk-3.0/gtk-widgets-borders.css 2016-10-24 16:23:20 +0000
@@ -224,9 +224,15 @@
224/* XXX temporary */224/* XXX temporary */
225GtkSwitch.slider:active:backdrop,225GtkSwitch.slider:active:backdrop,
226GtkSwitch.slider:active:insensitive {226GtkSwitch.slider:active:insensitive {
227<<<<<<< TREE
227 border-image: -gtk-scaled(url("assets/switch-button-on-disabled.png"),url("assets/switch-button-on-disabled@2.png")) 9 11 9 11 / 9px 11px 9px 11px stretch;228 border-image: -gtk-scaled(url("assets/switch-button-on-disabled.png"),url("assets/switch-button-on-disabled@2.png")) 9 11 9 11 / 9px 11px 9px 11px stretch;
228}229}
229230
231=======
232 border-image: url("assets/switch-button-on-disabled.png") 9 11 9 11 / 9px 11px 9px 11px stretch;
233}
234
235>>>>>>> MERGE-SOURCE
230.scale.trough {236.scale.trough {
231 border-image: -gtk-scaled(url("assets/scale-horizontal-trough.png"),url("assets/scale-horizontal-trough@2.png")) 2 6 2 6 / 2px 6px 2px 6px stretch;237 border-image: -gtk-scaled(url("assets/scale-horizontal-trough.png"),url("assets/scale-horizontal-trough@2.png")) 2 6 2 6 / 2px 6px 2px 6px stretch;
232}238}
233239
=== modified file 'Radiance/gtk-3.0/gtk-widgets.css'
--- Radiance/gtk-3.0/gtk-widgets.css 2016-09-26 13:17:51 +0000
+++ Radiance/gtk-3.0/gtk-widgets.css 2016-10-24 16:23:20 +0000
@@ -2158,6 +2158,7 @@
2158*:insensitive {2158*:insensitive {
2159 color: shade (@bg_color, 0.6);2159 color: shade (@bg_color, 0.6);
2160 text-shadow: 0 1px alpha (shade (@bg_color, 1.25), 0.5);2160 text-shadow: 0 1px alpha (shade (@bg_color, 1.25), 0.5);
2161 -gtk-image-effect: dim;
2161}2162}
21622163
2163*:selected,2164*:selected,
21642165
=== modified file 'debian/changelog'
--- debian/changelog 2016-10-07 16:30:52 +0000
+++ debian/changelog 2016-10-24 16:23:20 +0000
@@ -1,3 +1,4 @@
1<<<<<<< TREE
1ubuntu-themes (16.10+16.10.20161007-0ubuntu1) yakkety; urgency=medium2ubuntu-themes (16.10+16.10.20161007-0ubuntu1) yakkety; urgency=medium
23
3 [ Martin Wimpress ]4 [ Martin Wimpress ]
@@ -153,6 +154,55 @@
153154
154 -- Sebastien Bacher <seb128@ubuntu.com> Fri, 15 Apr 2016 19:49:25 +0000155 -- Sebastien Bacher <seb128@ubuntu.com> Fri, 15 Apr 2016 19:49:25 +0000
155156
157=======
158ubuntu-themes (14.04+16.04.20160804-0ubuntu1) xenial; urgency=medium
159
160 [ Dmitry Shachnev ]
161 * Simplify Metacity theme by replacing solid color image with filled
162 rectangle to improve HiDPI support. (LP: #1603218)
163
164 [ will@whizzy.org ]
165 * Adds specific border widths to left and right of GtkSwitch buttons
166 to hide the overflowing background of the button. (LP: #1594816)
167
168 -- Dmitry Shachnev <mitya57@ubuntu.com> Thu, 04 Aug 2016 17:59:45 +0000
169
170ubuntu-themes (14.04+16.04.20160621-0ubuntu1) xenial; urgency=medium
171
172 [ Iain Lane ]
173 * Re-style progress bars to fix them having a border but no
174 background, for example in gnome-system-monitor. (LP: #1052936)
175
176 -- iain@orangesquash.org.uk <iain@orangesquash.org.uk> Tue, 21 Jun 2016 08:08:37 +0000
177
178ubuntu-themes (14.04+16.04.20160415-0ubuntu2) xenial; urgency=medium
179
180 [ Will Cooke ]
181 * Adds Terminal specific CSS to change tab colours making it easier to
182 distinguish the current selected tab from the others. Design have reviewed
183 and ack'd. LP: #762349
184
185 [ Iain Lane ]
186 * Update Vcs-Bzr for 16.04
187
188 -- Iain Lane <iain.lane@canonical.com> Tue, 24 May 2016 10:54:25 +0100
189
190ubuntu-themes (14.04+16.04.20160415-0ubuntu1) xenial; urgency=medium
191
192 [ Adolfo Jayme Barrientos ]
193 * Add 1px padding to calendar widget elements; looks better. Thanks,
194 Khurshid Alam. (LP: #1537794)
195
196 [ Matthieu James ]
197 * Suru icon theme: normalization of arrows used in mono icons, plus
198 minor additions or updates to existing designs. (LP: #1518934)
199
200 [ Will Cooke ]
201 * Adds these fixes for Calendar: (LP: #1551744, #1558659)
202
203 -- Sebastien Bacher <seb128@ubuntu.com> Fri, 15 Apr 2016 19:49:25 +0000
204
205>>>>>>> MERGE-SOURCE
156ubuntu-themes (14.04+16.04.20160324.1-0ubuntu1) xenial; urgency=medium206ubuntu-themes (14.04+16.04.20160324.1-0ubuntu1) xenial; urgency=medium
157207
158 [ Marco Trevisan (Treviño) ]208 [ Marco Trevisan (Treviño) ]
159209
=== modified file 'debian/control'
--- debian/control 2016-08-01 12:10:11 +0000
+++ debian/control 2016-10-24 16:23:20 +0000
@@ -12,8 +12,8 @@
12# If you aren't a member of ~ubuntu-art-pkg but need to upload12# If you aren't a member of ~ubuntu-art-pkg but need to upload
13# packaging changes, just go ahead. ~ubuntu-art-pkg will notice13# packaging changes, just go ahead. ~ubuntu-art-pkg will notice
14# and sync up the code again.14# and sync up the code again.
15Vcs-Bzr: https://code.launchpad.net/~ubuntu-art-pkg/ubuntu-themes/trunk15Vcs-Bzr: https://code.launchpad.net/~ubuntu-art-pkg/ubuntu-themes/16.04
16Vcs-Browser: https://bazaar.launchpad.net/~ubuntu-art-pkg/ubuntu-themes/trunk16Vcs-Browser: https://bazaar.launchpad.net/~ubuntu-art-pkg/ubuntu-themes/16.04
1717
18Package: light-themes18Package: light-themes
19Architecture: all19Architecture: all

Subscribers

People subscribed via source and target branches