gnome-themes-extra:gnome-3-10

Last commit made on 2015-10-06
Get this branch:
git clone -b gnome-3-10 https://git.launchpad.net/gnome-themes-extra

Branch merges

Branch information

Name:
gnome-3-10
Repository:
lp:gnome-themes-extra

Recent commits

e84117f... by Pedro Albuquerque

Updated Portuguese translation

221cf41... by Cédric VALMARY (Tot en òc)

Added Occitan translation

21ed487... by Sebastian Keller

Fix unintended text-shadows caused by inheritance from header bars

This affects for example the location bar in epiphany or the context menu in the nautilus location bar

https://bugzilla.gnome.org/show_bug.cgi?id=709959

6546e97... by jimmac

make CSD shadows more inline with mutter

https://bugzilla.gnome.org/show_bug.cgi?id=707448

2d369fc... by jimmac

prepare for 3.10.0 release

2a33ae6... by Ignacio Casal Quinteiro <email address hidden>

Fix GeditStatusMenuButton style.

1ea3a54... by Alexander Larsson <email address hidden>

Fix notebook tab close buttons with new Gtk+

Gtk+ no longer propagates :hover state to child widgets, so we
can't do something like ".button GtkImage:hover". Fortunately the
stuff the code was using is all inherited properties that
we may as well set on the button itself instead.

https://bugzilla.gnome.org/show_bug.cgi?id=708144

22e643f... by Michael Catanzaro

Rename abrt-gui icons to gnome-abrt

Fixes high contrast icons for ABRT 0.3

https://bugzilla.gnome.org/show_bug.cgi?id=707859

9483866... by erick2red

contacts: Fix CSD window decorations

557c2ba... by Matthias Clasen <email address hidden>

Fix levelbar low level color

The theming for levelbars was using @warning_bg_color for low
levels, but that color is no longer defined since commit
6bfa3aa073c31f776db73ff44c6b65d90e1d5cd4. Change it to use
@warning_color instead, which still exists, and looks roughly
the same.