lp:~knocte/ubuntu-themes/bring-back-zebra-striping

Created by Andres G. Aragoneses and last modified
Get this branch:
bzr branch lp:~knocte/ubuntu-themes/bring-back-zebra-striping
Only Andres G. Aragoneses can upload to this branch. If you are Andres G. Aragoneses please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Andres G. Aragoneses
Project:
Ubuntu theme
Status:
Merged

Recent revisions

331. By Andres G. Aragoneses

Ambiance: support zebra striping for treeviews

This is a rework of Andrea's patch (committed in r220:
http://bazaar.launchpad.net/~ubuntu-art-pkg/ubuntu-themes/trunk/revision/220)
that doesn't introduce a visual glitch on progress bars
inside treeviews (because of this visual glitch, the
r220 patch was reverted in r234:
http://bazaar.launchpad.net/~ubuntu-art-pkg/ubuntu-themes/trunk/revision/234
and bug LP#945430 had to be reopened), and therefore
allows us to have a theme that implements zebra
striping treeviews when applications choose to use
them via `self.treeview.set_rules_hint(True)` API.

330. By Sebastien Bacher

copy upstream gedit tweaks it makes the background colored on error
.

Approved by Ken VanDine, PS Jenkins bot.

329. By PS Jenkins bot

Releasing 13.04+14.04.20131211-0ubuntu1 (revision 328 from lp:ubuntu-themes).

Approved by PS Jenkins bot.

328. By Andres G. Aragoneses

Ambiance: remove redundant attributes

Before revision 311 [1], the attributes for states pseudoclasses were
not being applied properly (as by the rules of CSS precedence, these
had the same specificity as other class rules, so the last one to be
specified won), so then these attributes were being hardcoded in a
duplicated manner in many rules with pseudoclasses.

Such was the case for the following attributes:

row:selected {
    color: @selected_fg_color;
}
row:selected:backdrop {
    color: @backdrop_selected_fg_color;
}
.entry:selected,
.entry:selected:focused {
    color: @selected_fg_color;
}
GtkIconView.view.cell:selected,
GtkIconView.view.cell:selected:focused {
    color: @selected_fg_color;
}

But, as revision 311 [1] added the pseudoclasses at the end of the
CSS file, then these attributes finally took effect in all cases,
and therefore they become redundant, so it is safe to remove them.

[1] http://bazaar.launchpad.net/~ubuntu-art-pkg/ubuntu-themes/trunk/revision/311.

Approved by PS Jenkins bot, Andrea Cimitan.

327. By William Hua

Fix timestamp colours in gnome-system-log (LP: #1045602). Fixes: https://bugs.launchpad.net/bugs/1045602.

Approved by Sebastien Bacher, PS Jenkins bot.

326. By Andres G. Aragoneses

Radiance-GTK3: Fix CSS state pseudoclasses precedence

This fix is the same one that was applied to Ambiance
in Ubuntu Saucy:

http://bazaar.launchpad.net/~ubuntu-art-pkg/ubuntu-themes/trunk/revision/311

But this time for the Radiance theme. The launchpad
bug for Ambiance was:

https://bugs.launchpad.net/bugs/1211831.

Approved by PS Jenkins bot, Andrea Cimitan.

325. By Andres G. Aragoneses

Cleanup gtk3 CSS files removing empty rules (Ambiance and Radiance themes).

Approved by PS Jenkins bot, Didier Roche, Adolfo Jayme Barrientos.

324. By PS Jenkins bot

Releasing 13.04+13.10.20131014-0ubuntu1 (revision 323 from lp:ubuntu-themes).

Approved by PS Jenkins bot.

323. By Matthieu James

All the application icons are provided as PNGs in 240x225 pixels (@30). New indicator and action icons. A few tweaks on existing icons. Fixes: https://bugs.launchpad.net/bugs/1212184.

Approved by PS Jenkins bot, Jouni Helminen.

322. By PS Jenkins bot

Releasing 13.04+13.10.20130925-0ubuntu1 (revision 321 from lp:ubuntu-themes).

Approved by PS Jenkins bot.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:ubuntu-themes
This branch contains Public information 
Everyone can see this information.