commit gnome-themes-standard for openSUSE:Factory
Hello community, here is the log from the commit of package gnome-themes-standard for openSUSE:Factory checked in at 2013-06-29 19:41:33 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gnome-themes-standard (Old) and /work/SRC/openSUSE:Factory/.gnome-themes-standard.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "gnome-themes-standard" Changes: -------- --- /work/SRC/openSUSE:Factory/gnome-themes-standard/gnome-themes-standard.changes 2013-04-26 15:50:15.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.gnome-themes-standard.new/gnome-themes-standard.changes 2013-06-29 19:41:35.000000000 +0200 @@ -1,0 +2,12 @@ +Fri Jun 21 18:45:25 UTC 2013 - dimstar@opensuse.org + +- Update to version 3.9.3: + + Wallpaper update for 3.10 + + Add HC icon for system-software-update + + GTK3: + - Initial support for GTK client side decorations. + - Adapt to changes in GTK master state propagation. + - Add support for activity on top of GdMainView cells. + - Improve theming for GEdit, Baobab. + +------------------------------------------------------------------- Old: ---- gnome-themes-standard-3.8.1.tar.xz New: ---- gnome-themes-standard-3.9.3.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gnome-themes-standard.spec ++++++ --- /var/tmp/diff_new_pack.JJZ3GN/_old 2013-06-29 19:41:36.000000000 +0200 +++ /var/tmp/diff_new_pack.JJZ3GN/_new 2013-06-29 19:41:36.000000000 +0200 @@ -17,13 +17,13 @@ Name: gnome-themes-standard -Version: 3.8.1 +Version: 3.9.3 Release: 0 Summary: Standard GNOME Themes License: LGPL-2.1+ Group: System/GUI/GNOME Url: http://www.gnome.org -Source: http://download.gnome.org/sources/gnome-themes-standard/3.8/%{name}-%{version}.tar.xz +Source: http://download.gnome.org/sources/gnome-themes-standard/3.9/%{name}-%{version}.tar.xz Source1: baselibs.conf BuildRequires: fdupes # Needed to convert svg to gresource @@ -36,7 +36,7 @@ BuildRequires: pkgconfig(gdk-pixbuf-2.0) BuildRequires: pkgconfig(gio-2.0) BuildRequires: pkgconfig(gtk+-2.0) >= 2.24.15 -BuildRequires: pkgconfig(gtk+-3.0) >= 3.6.2 +BuildRequires: pkgconfig(gtk+-3.0) >= 3.9.2 BuildRequires: pkgconfig(librsvg-2.0) BuildRoot: %{_tmppath}/%{name}-%{version}-build ++++++ gnome-themes-standard-3.8.1.tar.xz -> gnome-themes-standard-3.9.3.tar.xz ++++++ ++++ 3267 lines of diff (skipped) ++++ retrying with extended exclude list diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/gnome-themes-standard-3.8.1/ChangeLog new/gnome-themes-standard-3.9.3/ChangeLog --- old/gnome-themes-standard-3.8.1/ChangeLog 2013-04-16 00:29:20.000000000 +0200 +++ new/gnome-themes-standard-3.9.3/ChangeLog 2013-06-18 02:09:29.000000000 +0200 @@ -1,16 +1,182 @@ # Generated by Makefile. Do not edit. -commit abb79170da25d9255e13e31d774c3e6f0da6aec4 (HEAD, gnome-3-8) +commit 5734299f8e7b1d7c78eaa0fd99a775aea374853e (HEAD, master) Author: Cosimo Cecchi <cosimoc@gnome.org> -Date: Mon Apr 15 18:28:02 2013 -0400 +Date: Mon Jun 17 17:06:23 2013 -0700 - release: prepare for 3.8.1 + release: prepare for 3.9.3 - NEWS | 14 ++++++++++++++ + NEWS | 26 ++++++++++++++++++++++++++ configure.ac | 2 +- - 2 files changed, 15 insertions(+), 1 deletion(-) + 2 files changed, 27 insertions(+), 1 deletion(-) + +commit 08449f0265349b61fda558ca7551aa9314bd2ba9 (origin/master, origin/HEAD) +Author: Zeeshan Ali (Khattak) <zeeshanak@gnome.org> +Date: Sat Jun 15 19:39:43 2013 +0300 + + gtk3: Theme spinner inside GdMainIconView's cells + + Make spinner visible on both dark and bright backgrounds w/o making + it look ugly/weird. + + themes/Adwaita/gtk-3.0/gtk-widgets.css | 7 +++++++ + 1 file changed, 7 insertions(+) + +commit 7559bbfa2e9e6187b16293f17704c070deb76586 (origin-ssh/master) +Author: Cosimo Cecchi <cosimoc@gnome.org> +Date: Sun Jun 16 17:41:45 2013 -0700 + + build: bump version to 3.9.0 + + configure.ac | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +commit 30609ba766dd055f41002dcb813225d619b1d951 +Author: Cosimo Cecchi <cosimoc@gnome.org> +Date: Sun Jun 16 17:37:36 2013 -0700 + + Adapt to changes in GTK+ state propagation + + As GTK+ stopped propagating state flags to children, we can get rid of + all the wildcard overrides for color: and [text,icon]-shadow properties. + Also bump the required GTK+ version to git master. + + configure.ac | 2 +- + themes/Adwaita/gtk-3.0/gnome-applications.css | 13 +- + .../Adwaita/gtk-3.0/gtk-widgets-dark-overrides.css | 58 ++--- + themes/Adwaita/gtk-3.0/gtk-widgets.css | 258 ++++++++++----------- + 4 files changed, 161 insertions(+), 170 deletions(-) + +commit 1ec5b56e7e03b6fb51062f2ee6eb904ec4c8067e +Author: Jasper St. Pierre <jstpierre@mecheye.net> +Date: Sat Jun 15 23:47:04 2013 -0400 + + gtk-2.0: Fix compile warning + + themes/Adwaita/gtk-2.0/adwaita_engine.c | 1 - + 1 file changed, 1 deletion(-) + +commit 27095da82821d464901c20611457e694080113ef +Author: Stefano Facchini <stefano.facchini@gmail.com> +Date: Fri Jun 14 17:18:47 2013 +0200 + + Baobab: specify background color for ringschart + + themes/Adwaita/gtk-3.0/gnome-applications.css | 1 + + 1 file changed, 1 insertion(+) + +commit 3895220e2e796f6092fe08bd8298cf1c5c102ced +Author: Stefano Facchini <stefano.facchini@gmail.com> +Date: Fri Jun 14 15:45:26 2013 +0200 + + Baobab: make subfolder tips similar to a regular tooltip + + themes/Adwaita/gtk-3.0/gnome-applications.css | 10 ++++++---- + 1 file changed, 6 insertions(+), 4 deletions(-) + +commit b837d3d5569e551583aef42d86903241c6e92ed9 +Author: Stefano Facchini <stefano.facchini@gmail.com> +Date: Fri Jun 14 10:24:19 2013 +0200 + + Baobab: add theming for ringschart + + themes/Adwaita/gtk-3.0/gnome-applications.css | 13 +++++++++++++ + 1 file changed, 13 insertions(+) + +commit f35985f331f9b463f4580bd3e6a20ef5c9b17516 +Author: Stefano Facchini <stefano.facchini@gmail.com> +Date: Thu Jun 13 13:57:42 2013 +0200 + + Baobab: update for GdStack => GtkStack porting + + themes/Adwaita/gtk-3.0/gnome-applications.css | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +commit 646a3e4e717babe3a643ab58dc912f5e675c8963 +Author: Alexander Larsson <alexl@redhat.com> +Date: Thu Jun 13 12:17:50 2013 +0200 + + Adwaita: Add GtkListBox support + + themes/Adwaita/gtk-3.0/gtk-widgets.css | 12 ++++++++++++ + 1 file changed, 12 insertions(+) + +commit 2a04b0da69e1e352e6cbd84104dd4c52e46c0a3e +Author: Ignacio Casal Quinteiro <icq@gnome.org> +Date: Thu May 23 15:25:15 2013 +0200 + + Set VteTerminal instead of gnome terminal specific widget + + themes/Adwaita/gtk-3.0/gnome-applications.css | 3 +-- + 1 file changed, 1 insertion(+), 2 deletions(-) + +commit 3d7387f3269073e619e5f5924618e043014c5bbc +Author: Jakub Steiner <jimmac@gmail.com> +Date: Fri May 3 20:49:41 2013 +0200 + + wallpaper: 3.10 update + + themes/Adwaita/backgrounds/bright-day.jpg | Bin 406469 -> 719347 bytes + themes/Adwaita/backgrounds/good-night.jpg | Bin 269104 -> 722460 bytes + themes/Adwaita/backgrounds/morning.jpg | Bin 537698 -> 668873 bytes + 3 files changed, 0 insertions(+), 0 deletions(-) + +commit 06144cea033af17967727e3ad60bbbfdc4a7325d +Author: Matthias Clasen <mclasen@redhat.com> +Date: Tue Apr 30 21:30:03 2013 -0400 + + Add system-software-update hc icons + + https://bugzilla.gnome.org/show_bug.cgi?id=698909 + + .../icons/16x16/apps/system-software-update.png | Bin 0 -> 369 bytes + .../icons/22x22/apps/system-software-update.png | Bin 0 -> 498 bytes + .../icons/24x24/apps/system-software-update.png | Bin 0 -> 535 bytes + .../icons/256x256/apps/system-software-update.png | Bin 0 -> 3924 bytes + .../icons/32x32/apps/system-software-update.png | Bin 0 -> 655 bytes + .../icons/48x48/apps/system-software-update.png | Bin 0 -> 944 bytes + 6 files changed, 0 insertions(+), 0 deletions(-) + +commit a5c9e713bca61701615a2580389149e73b66d969 +Author: Ignacio Casal Quinteiro <icq@gnome.org> +Date: Thu Apr 25 15:45:22 2013 +0200 + + gedit: handle sidebar title correctly -commit ded078ca69a4df37cbb09e936021927605d2f45b + themes/Adwaita/gtk-3.0/gnome-applications.css | 8 ++------ + 1 file changed, 2 insertions(+), 6 deletions(-) + +commit 74e013edb4b2195498863f8effd7166010a6b3c7 +Author: Ignacio Casal Quinteiro <icq@gnome.org> +Date: Wed Apr 24 14:29:04 2013 +0200 + + gedit: different values for vertical/horizontal panels + + themes/Adwaita/gtk-3.0/gnome-applications.css | 7 ++++++- + 1 file changed, 6 insertions(+), 1 deletion(-) + +commit d2f5d65ea91b1042c31ca808eac4a32a73623b07 +Author: Cosimo Cecchi <cosimoc@gnome.org> +Date: Mon Apr 22 18:10:38 2013 -0400 + + csd: adapt to GTK master changes + + Those also greatly simplify what we need to do to implement CSD + decorations and shadows. + + themes/Adwaita/gtk-3.0/gtk-widgets.css | 24 +++++------------------- + 1 file changed, 5 insertions(+), 19 deletions(-) + +commit a83cf6d6020534f165c2e8f29792007f8f8f01a0 +Author: Ignacio Casal Quinteiro <icq@gnome.org> +Date: Mon Apr 22 14:29:26 2013 +0200 + + gedit: tune file browser's toolbar + + themes/Adwaita/gtk-3.0/gnome-applications.css | 7 +++++++ + 1 file changed, 7 insertions(+) + +commit 88305ef4e222ec3ffe8bf97eda66f5ce8417412c Author: Cosimo Cecchi <cosimoc@gnome.org> Date: Mon Apr 15 18:25:20 2013 -0400 @@ -23,7 +189,7 @@ themes/Adwaita/gtk-3.0/gtk-widgets.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) -commit 482daeb34d3ac4df8159e984f709fece1f7bc714 (origin/gnome-3-8) +commit 2d5b6b9d983b66200229f19b4ba2cb5d2b46b56b Author: Debarshi Ray <debarshir@gnome.org> Date: Fri Apr 12 09:54:57 2013 +0200 @@ -34,7 +200,23 @@ themes/Adwaita/gtk-3.0/gnome-applications-dark-overrides.css | 9 +++++++++ 1 file changed, 9 insertions(+) -commit 8541d128e54e79df6a1c7755429b04c64c00c378 +commit 5adac1393c732633785b19894b40b85bd8fc4f96 +Author: Alexander Larsson <alexl@redhat.com> +Date: Fri Apr 12 10:27:50 2013 +0200 + + gtk3: Support .rubberband in .content-view + + This adds a .content-view.view.rubberband selector for the rubberband. + If this is not set then the ".view.rubberband" and ".content-view.view" + both match at the same specificity, and the later wins due to it + being listed after. + + https://bugzilla.gnome.org/show_bug.cgi?id=697645 + + themes/Adwaita/gtk-3.0/gtk-widgets.css | 1 + + 1 file changed, 1 insertion(+) + +commit e52bc7167a261f981772712400ce9810d52aac47 Author: Debarshi Ray <debarshir@gnome.org> Date: Thu Apr 11 20:46:59 2013 +0200 @@ -45,7 +227,7 @@ themes/Adwaita/gtk-3.0/gnome-applications.css | 6 ++++++ 1 file changed, 6 insertions(+) -commit 16e179fbccdf4f84c5613579e5585b8cd76a61e0 +commit 31167edab9a8e669cc2c898e05e6f801699b25ed Author: Cosimo Cecchi <cosimoc@gnome.org> Date: Tue Apr 9 16:28:46 2013 -0400 @@ -57,7 +239,7 @@ themes/Adwaita/gtk-2.0/Range/trough-vertical.png | Bin 2963 -> 2964 bytes 2 files changed, 0 insertions(+), 0 deletions(-) -commit 0e48a37dca7e406a41a71c93c5b446b6b2a6c8cf +commit cb68b222974a55d78414abcf36c5e17ca991aca7 Author: Cosimo Cecchi <cosimoc@gnome.org> Date: Tue Apr 9 16:18:12 2013 -0400 @@ -68,7 +250,7 @@ themes/Adwaita/gtk-3.0/gtk-main-dark.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit e8213d036c485f3a4b568b3a034ada100e5e0b26 +commit 1f26f979629e3e237cda5c4b12d10dce4f94a954 Author: Cosimo Cecchi <cosimoc@gnome.org> Date: Tue Apr 9 15:47:43 2013 -0400 @@ -82,7 +264,34 @@ themes/Adwaita/gtk-3.0/gtk-widgets.css | 4 ++-- 4 files changed, 22 insertions(+), 2 deletions(-) -commit bb75e923b045a6edba07c4c93399c957156601f6 +commit b0a7f82c35991cbeda7ce01343dfa47f3426a8d0 +Author: Cosimo Cecchi <cosimoc@gnome.org> +Date: Tue Apr 9 15:03:36 2013 -0400 + + csd: first iteration of CSD shadows + + themes/Adwaita/gtk-3.0/gtk-main.css | 2 ++ + themes/Adwaita/gtk-3.0/gtk-widgets.css | 12 ++++++++++-- + 2 files changed, 12 insertions(+), 2 deletions(-) + +commit f0d42f3e03f8045e97278bcda78f590cf5c5f5c0 +Author: Cosimo Cecchi <cosimoc@gnome.org> +Date: Tue Apr 9 14:31:16 2013 -0400 + + csd: tweak CSS for titlebar decorations + + - use color defines exported to the metacity theme for buttons and + titlebars + - remove a stray box shadow + - improve a bit buttons' borders; GTK fixes are needed for a proper + solution still + + themes/Adwaita/gtk-3.0/gtk-main-dark.css | 1 + + themes/Adwaita/gtk-3.0/gtk-main.css | 1 + + themes/Adwaita/gtk-3.0/gtk-widgets.css | 49 ++++++++++++++++++-------------- + 3 files changed, 29 insertions(+), 22 deletions(-) + +commit d4bc71f09ff7a5a8abbd9cd1ebdd6d0bfbcfbd5b Author: Cosimo Cecchi <cosimoc@gnome.org> Date: Tue Apr 9 14:09:36 2013 -0400 @@ -92,22 +301,65 @@ themes/Adwaita/gtk-3.0/gtk-widgets.css | 6 +----- 2 files changed, 2 insertions(+), 6 deletions(-) -commit b99f807a9d80bd4c2b31bbed045438ed5dc5b777 -Author: Alexander Larsson <alexl@redhat.com> -Date: Fri Apr 12 10:27:50 2013 +0200 +commit 59dd45fddbfa5618c9239f3ba58945e51b160182 +Author: Kristian Høgsberg <krh@bitplanet.net> +Date: Sun Mar 31 21:42:09 2013 -0400 - gtk3: Support .rubberband in .content-view + csd: No border for buttons in :backdrop mode - This adds a .content-view.view.rubberband selector for the rubberband. - If this is not set then the ".view.rubberband" and ".content-view.view" - both match at the same specificity, and the later wins due to it - being listed after. + Also rearrange sections to make sure :backdrop always wins. + + themes/Adwaita/gtk-3.0/gtk-widgets.css | 27 ++++++++++++++------------- + 1 file changed, 14 insertions(+), 13 deletions(-) + +commit 111a4b44cead34261183d1e37ac0513c1792eb5a +Author: Kristian Høgsberg <krh@bitplanet.net> +Date: Sun Mar 31 21:32:04 2013 -0400 + + csd: Fix border radius for csd buttons + + themes/Adwaita/gtk-3.0/gtk-widgets.css | 5 +++-- + 1 file changed, 3 insertions(+), 2 deletions(-) + +commit 6e85bd315718c8ae61070da39f28c915ac4d9643 +Author: Kristian Høgsberg <krh@bitplanet.net> +Date: Sun Mar 31 21:26:29 2013 -0400 + + csd: Add 1px border left-of and below csd buttons + + themes/Adwaita/gtk-3.0/gtk-widgets.css | 6 +++--- + 1 file changed, 3 insertions(+), 3 deletions(-) + +commit d2c4fbbd8819b5c7db1b5b1be529d5deab858855 +Author: Kristian Høgsberg <krh@bitplanet.net> +Date: Sun Mar 31 21:19:27 2013 -0400 + + csd: List :hover rule before :backdrop rule for csd buttons - https://bugzilla.gnome.org/show_bug.cgi?id=697645 + This way the :backdrop rule overrides the :hover rule and we don't highlight + buttens in :backdrop mode. + + themes/Adwaita/gtk-3.0/gtk-widgets.css | 20 ++++++++------------ + 1 file changed, 8 insertions(+), 12 deletions(-) + +commit 7283721c8cfe19ab9a26288758ecf364a56f01fe +Author: Kristian Høgsberg <krh@bitplanet.net> +Date: Sun Mar 31 21:00:18 2013 -0400 + + csd: Drop 1px border on .titlebar themes/Adwaita/gtk-3.0/gtk-widgets.css | 1 + 1 file changed, 1 insertion(+) +commit 189a8a68ed2fa9c7b1fb417b83b362aae5f9185a +Author: Cosimo Cecchi <cosimoc@gnome.org> +Date: Thu Mar 21 00:30:04 2013 -0400 + + csd: initial theming for CSD windows decorations + + themes/Adwaita/gtk-3.0/gtk-widgets.css | 89 ++++++++++++++++++++++++++++++++++ + 1 file changed, 89 insertions(+) + commit 99a46c7a575c5e908fb32c7e5ee5899d400456e7 Author: Paolo Borelli <pborelli@gnome.org> Date: Thu Mar 28 20:50:46 2013 +0100 @@ -1583,7 +1835,7 @@ themes/Adwaita/gtk-3.0/gtk-widgets-assets-dark.css | 4 ++++ 1 file changed, 4 insertions(+) -commit db00fa24d8e23206163600703470ed182ff6797f (wip/shadows) +commit db00fa24d8e23206163600703470ed182ff6797f Author: Cosimo Cecchi <cosimoc@gnome.org> Date: Tue Nov 20 14:27:04 2012 -0500 @@ -3100,7 +3352,7 @@ po/ml.po | 35 +++++++++++------------------------ 1 file changed, 11 insertions(+), 24 deletions(-) -commit e7b9068f0a88ff42a985ee32375211e29cc2bb0e (tag: 3.5.92, old) +commit e7b9068f0a88ff42a985ee32375211e29cc2bb0e (tag: 3.5.92) Author: Cosimo Cecchi <cosimoc@gnome.org> Date: Tue Sep 18 11:49:20 2012 -0400 @@ -6090,7 +6342,7 @@ themes/Adwaita/gtk-3.0/gtk-widgets.css | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) -commit 4c0434cf5a6c5cacbbd643f67f8c44aa44ce4577 (tag: 3.5.3, lapo/master, github/master) +commit 4c0434cf5a6c5cacbbd643f67f8c44aa44ce4577 (tag: 3.5.3) Author: Cosimo Cecchi <cosimoc@gnome.org> Date: Mon Jun 25 14:19:12 2012 -0400 @@ -23341,7 +23593,7 @@ configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit bc8553aefbceacb53458833504254abb16904da5 +commit bc8553aefbceacb53458833504254abb16904da5 (tag: 2.91.5) Author: Matthias Clasen <mclasen@redhat.com> Date: Mon Jan 10 20:54:03 2011 -0500 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/gnome-themes-standard-3.8.1/NEWS new/gnome-themes-standard-3.9.3/NEWS --- old/gnome-themes-standard-3.8.1/NEWS 2013-04-16 00:27:51.000000000 +0200 +++ new/gnome-themes-standard-3.9.3/NEWS 2013-06-18 02:03:29.000000000 +0200 @@ -1,3 +1,15 @@ +3.9.3 +===== + +Wallpaper update for 3.10 +Add HC icon for system-software-update + +GTK3: + Initial support for GTK client side decorations + Adapt to changes in GTK master state propagation + Add support for activity on top of GdMainView cells (Zeeshan Ali) + Improve theming for GEdit, Baobab (Ignacio Casal Quinteiro, Stefano Facchini) + 3.8.1 ===== diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/gnome-themes-standard-3.8.1/configure.ac new/gnome-themes-standard-3.9.3/configure.ac --- old/gnome-themes-standard-3.8.1/configure.ac 2013-04-16 00:27:59.000000000 +0200 +++ new/gnome-themes-standard-3.9.3/configure.ac 2013-06-18 01:59:16.000000000 +0200 @@ -1,7 +1,7 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.53) -AC_INIT([gnome-themes-standard], [3.8.1], +AC_INIT([gnome-themes-standard], [3.9.3], [http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-themes-standard]) AM_INIT_AUTOMAKE([1.9 tar-ustar foreign dist-xz no-dist-gzip]) @@ -35,7 +35,7 @@ AM_CONDITIONAL(GTK3_ENGINE, test "x$enable_gtk3_engine" = "xyes") AC_MSG_RESULT([$enable_gtk3_engine]) -GTK_VERSION_REQUIRED=3.6.2 +GTK_VERSION_REQUIRED=3.9.3 if test "x$enable_gtk3_engine" = "xyes"; then PKG_CHECK_MODULES([GTK3_ENGINE], [gtk+-3.0 >= $GTK_VERSION_REQUIRED librsvg-2.0]) PKG_CHECK_MODULES([HIGHCONTRAST], [cairo gio-2.0 gdk-pixbuf-2.0 gdk-3.0]) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/gnome-themes-standard-3.8.1/themes/Adwaita/backgrounds/adwaita-timed.xml new/gnome-themes-standard-3.9.3/themes/Adwaita/backgrounds/adwaita-timed.xml --- old/gnome-themes-standard-3.8.1/themes/Adwaita/backgrounds/adwaita-timed.xml 2013-04-16 00:28:49.000000000 +0200 +++ new/gnome-themes-standard-3.9.3/themes/Adwaita/backgrounds/adwaita-timed.xml 2013-06-18 02:07:45.000000000 +0200 @@ -13,39 +13,39 @@ <!-- We start with sunrise at 7 AM. It will remain up for 1 hour. --> <static> <duration>3600.0</duration> -<file>/opt/jhbuild/share/themes/Adwaita/backgrounds/morning.jpg</file> +<file>/opt/gnome/share/themes/Adwaita/backgrounds/morning.jpg</file> </static> <!-- Sunrise starts to transition to day at 8 AM. The transition lasts for 5 hours, ending at 1 PM. --> <transition type="overlay"> <duration>18000.0</duration> -<from>/opt/jhbuild/share/themes/Adwaita/backgrounds/morning.jpg</from> -<to>/opt/jhbuild/share/themes/Adwaita/backgrounds/bright-day.jpg</to> +<from>/opt/gnome/share/themes/Adwaita/backgrounds/morning.jpg</from> +<to>/opt/gnome/share/themes/Adwaita/backgrounds/bright-day.jpg</to> </transition> <!-- It's 1 PM, we're showing the day image in full force now, for 5 hours ending at 6 PM. --> <static> <duration>18000.0</duration> -<file>/opt/jhbuild/share/themes/Adwaita/backgrounds/bright-day.jpg</file> +<file>/opt/gnome/share/themes/Adwaita/backgrounds/bright-day.jpg</file> </static> <!-- It's 7 PM and it's going to start to get darker. This will transition for 6 hours up until midnight. --> <transition type="overlay"> <duration>21600.0</duration> -<from>/opt/jhbuild/share/themes/Adwaita/backgrounds/bright-day.jpg</from> -<to>/opt/jhbuild/share/themes/Adwaita/backgrounds/good-night.jpg</to> +<from>/opt/gnome/share/themes/Adwaita/backgrounds/bright-day.jpg</from> +<to>/opt/gnome/share/themes/Adwaita/backgrounds/good-night.jpg</to> </transition> <!-- It's midnight. It'll stay dark for 5 hours up until 5 AM. --> <static> <duration>18000.0</duration> -<file>/opt/jhbuild/share/themes/Adwaita/backgrounds/good-night.jpg</file> +<file>/opt/gnome/share/themes/Adwaita/backgrounds/good-night.jpg</file> </static> <!-- It's 5 AM. We'll start transitioning to sunrise for 2 hours up until 7 AM. --> <transition type="overlay"> <duration>7200.0</duration> -<from>/opt/jhbuild/share/themes/Adwaita/backgrounds/good-night.jpg</from> -<to>/opt/jhbuild/share/themes/Adwaita/backgrounds/morning.jpg</to> +<from>/opt/gnome/share/themes/Adwaita/backgrounds/good-night.jpg</from> +<to>/opt/gnome/share/themes/Adwaita/backgrounds/morning.jpg</to> </transition> </background> Files old/gnome-themes-standard-3.8.1/themes/Adwaita/backgrounds/bright-day.jpg and new/gnome-themes-standard-3.9.3/themes/Adwaita/backgrounds/bright-day.jpg differ Files old/gnome-themes-standard-3.8.1/themes/Adwaita/backgrounds/good-night.jpg and new/gnome-themes-standard-3.9.3/themes/Adwaita/backgrounds/good-night.jpg differ Files old/gnome-themes-standard-3.8.1/themes/Adwaita/backgrounds/morning.jpg and new/gnome-themes-standard-3.9.3/themes/Adwaita/backgrounds/morning.jpg differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/gnome-themes-standard-3.8.1/themes/Adwaita/gtk-2.0/adwaita_engine.c new/gnome-themes-standard-3.9.3/themes/Adwaita/gtk-2.0/adwaita_engine.c --- old/gnome-themes-standard-3.8.1/themes/Adwaita/gtk-2.0/adwaita_engine.c 2013-02-25 22:54:59.000000000 +0100 +++ new/gnome-themes-standard-3.9.3/themes/Adwaita/gtk-2.0/adwaita_engine.c 2013-06-17 02:42:50.000000000 +0200 @@ -160,7 +160,6 @@ gint width, gint height) { - gboolean tried_ooo_hack; const gchar *app_name; GTK_STYLE_CLASS (adwaita_style_parent_class)->draw_flat_box (style, window, state_type, shadow_type, diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/gnome-themes-standard-3.8.1/themes/Adwaita/gtk-3.0/gnome-applications.css new/gnome-themes-standard-3.9.3/themes/Adwaita/gtk-3.0/gnome-applications.css --- old/gnome-themes-standard-3.8.1/themes/Adwaita/gtk-3.0/gnome-applications.css 2013-04-15 23:58:31.000000000 +0200 +++ new/gnome-themes-standard-3.9.3/themes/Adwaita/gtk-3.0/gnome-applications.css 2013-06-17 02:42:51.000000000 +0200 @@ -10,10 +10,9 @@ } /* gnome-terminal */ -TerminalScreen { +VteTerminal { background-color: @theme_base_color; color: @theme_fg_color; - -TerminalScreen-background-darkness: 0.95; } TerminalWindow GtkNotebook.notebook { @@ -91,12 +90,12 @@ icon-shadow: 0 1px @button_text_shadow; } -NautilusToolbar .button *:active { +NautilusToolbar .button:active { icon-shadow: 0 1px @button_active_text_shadow; } -NautilusToolbar .button *:insensitive, -NautilusToolbar .button *:active:insensitive { +NautilusToolbar .button:insensitive, +NautilusToolbar .button:active:insensitive { text-shadow: none; } @@ -150,13 +149,9 @@ color: @borders; } -GeditPanel.title GtkLabel { - padding: 7px 0 6px 0; -} - -GeditPanel .toolbar { +GeditPanel.vertical .title { border-style: none; - background-color: transparent; + padding: 7px 0 6px 3px; } GeditDocumentsPanel .view { @@ -167,11 +162,16 @@ background-color: @sidebar_bg_unfocused; } -GeditPanel .notebook { +GeditPanel.vertical .notebook { padding: 0px; border-width: 1px 0; } +GeditPanel.horizontal .notebook { + padding: 0px; + border-width: 0 1px 1px 0; +} + GeditWindow .notebook { border-width: 1px 0; } @@ -229,6 +229,13 @@ color: @theme_selected_fg_color; } +GeditFileBrowserWidget .primary-toolbar.toolbar { + background-image: none; + background-color: @theme_bg_color; + border-top: none; + padding: 2px; +} + /* gnome-documents */ .documents-dropdown, .documents-dropdown .view { @@ -301,8 +308,8 @@ font: bold; } -.documents-favorite.button *:active, -.documents-favorite.button *:active:hover { +.documents-favorite.button:active, +.documents-favorite.button:active:hover { color: shade(@theme_selected_bg_color, 1.20); } @@ -398,7 +405,7 @@ color: @theme_unfocused_text_color; } -BaobabWindow.background GdStack > GtkGrid > GtkScrolledWindow.frame { +BaobabWindow.background GtkStack > GtkGrid > GtkScrolledWindow.frame { border-radius: 0; border-width: 0 1px 0 0; } @@ -410,6 +417,22 @@ border-bottom-color: @borders; } +BaobabRingschart { + background-color: @theme_bg_color; + padding: 13px 13px 13px 13px; +} + +BaobabRingschart.subfolder-tip { + border-radius: 3px; + border-style: none; + padding: 3px 3px 3px 3px; + + background-color: alpha(@theme_tooltip_bg_color, 0.90); + color: @theme_tooltip_fg_color; + + text-shadow: 1px 1px black; +} + /* epiphany */ EphyToolbar .entry:first-child, @@ -507,8 +530,7 @@ } EphyToolbar .location-entry .button:hover, -EphyToolbar .location-entry .button:active, -EphyToolbar .location-entry .button *:active { +EphyToolbar .location-entry .button:active { color: @theme_text_color; } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/gnome-themes-standard-3.8.1/themes/Adwaita/gtk-3.0/gtk-main-dark.css new/gnome-themes-standard-3.9.3/themes/Adwaita/gtk-3.0/gtk-main-dark.css --- old/gnome-themes-standard-3.8.1/themes/Adwaita/gtk-3.0/gtk-main-dark.css 2013-04-15 23:58:23.000000000 +0200 +++ new/gnome-themes-standard-3.9.3/themes/Adwaita/gtk-3.0/gtk-main-dark.css 2013-06-10 08:14:01.000000000 +0200 @@ -186,6 +186,7 @@ @define-color wm_highlight shade(@theme_bg_color, 1.4); @define-color wm_title_highlight_dark @button_text_shadow; @define-color wm_title_highlight alpha(#000000, 0.0); +@define-color wm_title_shadow @wm_title_highlight_dark; @define-color wm_bg_a shade (@theme_bg_color, 1.3); @define-color wm_bg_b @theme_bg_color; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/gnome-themes-standard-3.8.1/themes/Adwaita/gtk-3.0/gtk-main.css new/gnome-themes-standard-3.9.3/themes/Adwaita/gtk-3.0/gtk-main.css --- old/gnome-themes-standard-3.8.1/themes/Adwaita/gtk-3.0/gtk-main.css 2013-04-15 23:58:23.000000000 +0200 +++ new/gnome-themes-standard-3.9.3/themes/Adwaita/gtk-3.0/gtk-main.css 2013-06-10 08:14:01.000000000 +0200 @@ -186,10 +186,13 @@ @define-color wm_highlight #ffffff; @define-color wm_title_highlight_dark alpha(#ffffff, 0.0); @define-color wm_title_highlight #ffffff; +@define-color wm_title_shadow @wm_title_highlight; @define-color wm_bg_a shade (@theme_bg_color, 1.1); @define-color wm_bg_b @theme_bg_color; +@define-color wm_shadow alpha(black, 0.7); + @define-color wm_button_bg_a shade (@theme_bg_color, 1.0); @define-color wm_button_bg_b shade (@theme_bg_color, 0.85); @define-color wm_button_bg_c shade (@theme_bg_color, 0.8); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/gnome-themes-standard-3.8.1/themes/Adwaita/gtk-3.0/gtk-widgets-dark-overrides.css new/gnome-themes-standard-3.9.3/themes/Adwaita/gtk-3.0/gtk-widgets-dark-overrides.css --- old/gnome-themes-standard-3.8.1/themes/Adwaita/gtk-3.0/gtk-widgets-dark-overrides.css 2013-02-25 19:36:59.000000000 +0100 +++ new/gnome-themes-standard-3.9.3/themes/Adwaita/gtk-3.0/gtk-widgets-dark-overrides.css 2013-06-17 02:42:51.000000000 +0200 @@ -20,42 +20,42 @@ text-shadow: 0 -1px @button_text_shadow; } -.button *:active, -GtkComboBox *:active { +.button:active, +GtkComboBox:active { text-shadow: 0 1px @button_active_text_shadow; color: @theme_selected_bg_color; /* Not sure about this one */ } -.button *:active:insensitive, -GtkComboBox *:active:insensitive { +.button:active:insensitive, +GtkComboBox:active:insensitive { text-shadow: none; color: @insensitive_fg_color; } -.toolbar .button.raised *, -.toolbar .raised .button *, -.inline-toolbar .button * { +.toolbar .button.raised, +.toolbar .raised .button, +.inline-toolbar .button { text-shadow: 0 -1px @button_text_shadow; icon-shadow: 0 -1px @button_text_shadow; } -.toolbar .button.raised *:active, -.toolbar .raised .button *:active, -.inline-toolbar .button *:active { +.toolbar .button.raised:active, +.toolbar .raised .button:active, +.inline-toolbar .button:active { text-shadow: 0 1px @button_active_text_shadow; icon-shadow: 0 1px @button_active_text_shadow; } -.toolbar .button.raised *:insensitive, -.toolbar .raised .button *:insensitive, -.inline-toolbar .button *:insensitive { +.toolbar .button.raised:insensitive, +.toolbar .raised .button:insensitive, +.inline-toolbar .button:insensitive { text-shadow: none; icon-shadow: none; } -.toolbar .button.raised *:backdrop, -.toolbar .raised .button *:backdrop, -.inline-toolbar .button *:backdrop { +.toolbar .button.raised:backdrop, +.toolbar .raised .button:backdrop, +.inline-toolbar .button:backdrop { text-shadow: none; icon-shadow: none; } @@ -67,7 +67,7 @@ GtkTreeMenu .menuitem, .button .menuitem, -.toolbar .button .menuitem * { +.toolbar .button .menuitem { text-shadow: none; } @@ -229,22 +229,22 @@ border-color: @unfocused_borders; } -.selection-mode.header-bar .button *, -.selection-mode.header-bar .button *:active, -.selection-mode.toolbar .button *, -.selection-mode.toolbar .button *:active, -.selection-mode.toolbar GtkToolButton .button *, -.selection-mode.toolbar GtkToolButton .button *:active { +.selection-mode.header-bar .button, +.selection-mode.header-bar .button:active, +.selection-mode.toolbar .button, +.selection-mode.toolbar .button:active, +.selection-mode.toolbar GtkToolButton .button, +.selection-mode.toolbar GtkToolButton .button:active { text-shadow: 0 -1px @selection_toolbar_button_shadow; icon-shadow: 0 -1px @selection_toolbar_button_shadow; } -.selection-mode.header-bar .suggested-action.button *, -.selection-mode.header-bar .suggested-action.button *:active, -.selection-mode.toolbar .suggested-action.button *, -.selection-mode.toolbar .suggested-action.button *:active, -.selection-mode.toolbar GtkToolButton.suggested-action .button *, -.selection-mode.toolbar GtkToolButton.suggested-action *:active { +.selection-mode.header-bar .suggested-action.button, +.selection-mode.header-bar .suggested-action.button:active, +.selection-mode.toolbar .suggested-action.button, +.selection-mode.toolbar .suggested-action.button:active, +.selection-mode.toolbar GtkToolButton.suggested-action .button, +.selection-mode.toolbar GtkToolButton.suggested-action:active { text-shadow: 0 -1px @button_text_shadow; icon-shadow: 0 -1px @button_text_shadow; } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/gnome-themes-standard-3.8.1/themes/Adwaita/gtk-3.0/gtk-widgets.css new/gnome-themes-standard-3.9.3/themes/Adwaita/gtk-3.0/gtk-widgets.css --- old/gnome-themes-standard-3.8.1/themes/Adwaita/gtk-3.0/gtk-widgets.css 2013-04-16 00:24:17.000000000 +0200 +++ new/gnome-themes-standard-3.9.3/themes/Adwaita/gtk-3.0/gtk-widgets.css 2013-06-18 01:56:50.000000000 +0200 @@ -61,10 +61,25 @@ background-color: @theme_bg_color; } +.background:insensitive { + color: @insensitive_fg_color; +} + .background:backdrop { + /* I want everything nice and flat in the unfocused window */ + text-shadow: none; + icon-shadow: none; + color: @theme_unfocused_fg_color; } +.background:insensitive:backdrop { + /* I want everything nice and flat in the unfocused window */ + text-shadow: none; + icon-shadow: none; + color: @unfocused_insensitive_fg_color; +} + /* FIXME: why do we still need this? */ GtkClutterOffscreen { background-color: @theme_bg_color; @@ -85,24 +100,9 @@ *:insensitive { background-color: @insensitive_bg_color; - color: @insensitive_fg_color; border-color: @insensitive_borders; } -*:backdrop { - /* I want everything nice and flat in the unfocused window */ - text-shadow: none; - icon-shadow: none; - color: @theme_unfocused_fg_color; -} - -*:insensitive:backdrop { - /* I want everything nice and flat in the unfocused window */ - text-shadow: none; - icon-shadow: none; - color: @unfocused_insensitive_fg_color; -} - .gtkstyle-fallback { background-color: @theme_bg_color; color: @theme_fg_color; @@ -1166,8 +1166,6 @@ -GtkButton-default-border: 0; -GtkButton-inner-border: 3; - color: @theme_text_color; - border-style: solid; border-color: transparent; @@ -1202,54 +1200,54 @@ padding: 3px 4px 4px; } -.primary-toolbar .button *:active, -.inline-toolbar .button *:active, -.button *:active { +.primary-toolbar .button:active, +.inline-toolbar .button:active, +.button:active { color: @button_active_text; text-shadow: 0 1px @button_active_text_shadow; } -.button *:insensitive, -.button *:active:insensitive { +.button:insensitive, +.button:active:insensitive { color: @insensitive_fg_color; text-shadow: none; } -.button *:insensitive:backdrop { +.button:insensitive:backdrop { color: @unfocused_insensitive_fg_color; } -.button *:active:backdrop, -.button *:active:insensitive:backdrop { +.button:active:backdrop, +.button:active:insensitive:backdrop { color: @theme_unfocused_bg_color; text-shadow: none; icon-shadow: none; } -.toolbar .button.raised *, -.toolbar .raised .button *, -.inline-toolbar .button * { +.toolbar .button.raised, +.toolbar .raised .button, +.inline-toolbar .button { icon-shadow: 0 1px @button_text_shadow; text-shadow: 0 1px @button_text_shadow; } -.toolbar .button.raised *:active, -.toolbar .raised .button *:active, -.inline-toolbar .button *:active { +.toolbar .button.raised:active, +.toolbar .raised .button:active, +.inline-toolbar .button:active { icon-shadow: 0 1px @button_active_text_shadow; text-shadow: 0 1px @button_active_text_shadow; } -.toolbar .button.raised *:insensitive, -.toolbar .raised .button *:insensitive, -.inline-toolbar .button *:insensitive { +.toolbar .button.raised:insensitive, +.toolbar .raised .button:insensitive, +.inline-toolbar .button:insensitive { icon-shadow: none; text-shadow: none; } -.toolbar .button.raised *:backdrop, -.toolbar .raised .button *:backdrop, -.inline-toolbar .button *:backdrop { +.toolbar .button.raised:backdrop, +.toolbar .raised .button:backdrop, +.inline-toolbar .button:backdrop { text-shadow: none; icon-shadow: none; } @@ -1761,7 +1759,7 @@ } GtkLinkButton.button, -GtkLinkButton.button *:active { +GtkLinkButton.button:active { text-shadow: none; } @@ -1977,15 +1975,15 @@ text-shadow: 0 1px @button_text_shadow; } -GtkComboBox *:backdrop { +GtkComboBox:backdrop { color: @theme_unfocused_fg_color; } -GtkComboBox *:insensitive:backdrop { +GtkComboBox:insensitive:backdrop { color: @unfocused_insensitive_fg_color; } -GtkComboBox *:insensitive { +GtkComboBox:insensitive { text-shadow: none; color: @insensitive_fg_color; } @@ -2068,8 +2066,8 @@ box-shadow: none; } -GtkComboBox.combobox-entry .button *:active, -GtkComboBox.combobox-entry .button *:active:hover { +GtkComboBox.combobox-entry .button:active, +GtkComboBox.combobox-entry .button:active:hover { color: @theme_text_color; } @@ -2077,7 +2075,7 @@ color: @internal_element_color; } -GtkComboBox .button *:hover { +GtkComboBox .button:hover { color: @theme_text_color; } @@ -2257,13 +2255,13 @@ border-style: none; } -GtkTreeMenu .menuitem * { +GtkTreeMenu .menuitem { color: @theme_text_color; } GtkTreeMenu .menuitem, .button .menuitem, -.toolbar .button .menuitem * { +.toolbar .button .menuitem { text-shadow: none; } @@ -2320,7 +2318,7 @@ border-radius: 4px 4px 0 0; } -.menubar .menuitem *:hover { +.menubar .menuitem:hover { color: @menu_fg_color; } @@ -2343,14 +2341,11 @@ } .menu .menuitem:active, -.menu .menuitem *:active, -.menu .menuitem:hover, -.menu .menuitem *:hover { +.menu .menuitem:hover { color: @theme_selected_fg_color; } -.menu .menuitem:insensitive, -.menu .menuitem *:insensitive { +.menu .menuitem:insensitive { color: mix (@menu_fg_color, @menu_bg_color, 0.6); } @@ -2450,10 +2445,10 @@ color: @theme_text_color; } -GtkMenuButton.button *:active, -.linked GtkMenuButton.button *:active, -.toolbar .linked.raised GtkMenuButton.button *:active, -.toolbar GtkMenuButton.button.linked.raised *:active { +GtkMenuButton.button:active, +.linked GtkMenuButton.button:active, +.toolbar .linked.raised GtkMenuButton.button:active, +.toolbar GtkMenuButton.button.linked.raised:active { text-shadow: none; icon-shadow: none; } @@ -2481,9 +2476,9 @@ border-style: solid; } -.button.menuitem.menubar *:active, -GtkMenuButton.button *:active, -.toolbar GtkMenuButton.button *:active { +.button.menuitem.menubar:active, +GtkMenuButton.button:active, +.toolbar GtkMenuButton.button:active { color: @theme_text_color; } @@ -2839,40 +2834,40 @@ background-color: @osd_button_bg_backdrop_insensitive; } -.osd.button *:hover, -.osd .button *:hover { +.osd.button:hover, +.osd .button:hover { color: @osd_button_fg_hover; } -.osd.button *:active, -.osd.button *:hover:active, -.osd .button *:active, -.osd .button *:hover:active { +.osd.button:active, +.osd.button:hover:active, +.osd .button:active, +.osd .button:hover:active { color: @osd_button_fg_active; } -.osd.button *:insensitive, -.osd.button *:insensitive:active, -.osd .button *:insensitive, -.osd .button *:insensitive:active { +.osd.button:insensitive, +.osd.button:insensitive:active, +.osd .button:insensitive, +.osd .button:insensitive:active { color: @osd_button_fg_insensitive; text-shadow: none; icon-shadow: none; } -.osd.button *:backdrop, -.osd.button *:backdrop:insensitive, -.osd.button *:backdrop:insensitive:active, -.osd .button *:backdrop, -.osd .button *:backdrop:insensitive, -.osd .button *:backdrop:insensitive:active { +.osd.button:backdrop, +.osd.button:backdrop:insensitive, +.osd.button:backdrop:insensitive:active, +.osd .button:backdrop, +.osd .button:backdrop:insensitive, +.osd .button:backdrop:insensitive:active { color: @osd_button_fg_backdrop; text-shadow: none; icon-shadow: none; } -.osd.button *:backdrop:active, -.osd .button *:backdrop:active { +.osd.button:backdrop:active, +.osd .button:backdrop:active { color: @osd_button_fg_backdrop_active; } @@ -2902,7 +2897,7 @@ border-color: @osd_button_border; } -.osd GtkMenuButton.button *:active { +.osd GtkMenuButton.button:active { color: @osd_button_fg_active; text-shadow: 0 -1px @osd_button_shadow; } @@ -3116,22 +3111,22 @@ border-color: @unfocused_borders; } -.toolbar .suggested-action.button *, -.suggested-action.button * { +.toolbar .suggested-action.button, +.suggested-action.button { text-shadow: 0 1px @suggested_action_button_shadow; icon-shadow: 0 1px @suggested_action_button_shadow; } -.toolbar .suggested-action.button *:active, -.toolbar .suggested-action.button *:hover:active, -.suggested-action.button *:active, -.suggested-action.button *:hover:active { +.toolbar .suggested-action.button:active, +.toolbar .suggested-action.button:hover:active, +.suggested-action.button:active, +.suggested-action.button:hover:active { text-shadow: 0 1px shade(@suggested_action_button_shadow, 1.15); icon-shadow: 0 1px shade(@suggested_action_button_shadow, 1.15); } -.toolbar .suggested-action.button *:backdrop, -.suggested-action.button *:backdrop { +.toolbar .suggested-action.button:backdrop, +.suggested-action.button:backdrop { text-shadow: none; icon-shadow: none; } @@ -3224,24 +3219,24 @@ color: @selection_toolbar_button_fg; } -.selection-mode.header-bar .button *:active, -.selection-mode.toolbar .button *:active, -.selection-mode.toolbar GtkToolButton .button *:active { +.selection-mode.header-bar .button:active, +.selection-mode.toolbar .button:active, +.selection-mode.toolbar GtkToolButton .button:active { color: @selection_toolbar_button_fg; } -.selection-mode.header-bar .button *, -.selection-mode.header-bar .button *:active, -.selection-mode.toolbar .button *, -.selection-mode.toolbar .button *:active, -.selection-mode.toolbar GtkToolButton .button *, -.selection-mode.toolbar GtkToolButton .button *:active { +.selection-mode.header-bar .button, +.selection-mode.header-bar .button:active, +.selection-mode.toolbar .button, +.selection-mode.toolbar .button:active, +.selection-mode.toolbar GtkToolButton .button, +.selection-mode.toolbar GtkToolButton .button:active { text-shadow: 0 1px @selection_toolbar_button_shadow; icon-shadow: 0 1px @selection_toolbar_button_shadow; } -.selection-mode.header-bar .button *:backdrop, -.selection-mode.toolbar .button *:backdrop { +.selection-mode.header-bar .button:backdrop, +.selection-mode.toolbar .button:backdrop { text-shadow: none; icon-shadow: none; } @@ -3300,24 +3295,24 @@ color: @theme_unfocused_fg_color; } -.selection-mode.header-bar .suggested-action.button *:active, -.selection-mode.toolbar .suggested-action.button *:active, -.selection-mode.toolbar GtkToolButton.suggested-action *:active { +.selection-mode.header-bar .suggested-action.button:active, +.selection-mode.toolbar .suggested-action.button:active, +.selection-mode.toolbar GtkToolButton.suggested-action:active { color: @theme_text_color; } -.selection-mode.header-bar .suggested-action.button *, -.selection-mode.header-bar .suggested-action.button *:active, -.selection-mode.toolbar .suggested-action.button *, -.selection-mode.toolbar .suggested-action.button *:active, -.selection-mode.toolbar GtkToolButton.suggested-action .button *, -.selection-mode.toolbar GtkToolButton.suggested-action *:active { +.selection-mode.header-bar .suggested-action.button, +.selection-mode.header-bar .suggested-action.button:active, +.selection-mode.toolbar .suggested-action.button, +.selection-mode.toolbar .suggested-action.button:active, +.selection-mode.toolbar GtkToolButton.suggested-action .button, +.selection-mode.toolbar GtkToolButton.suggested-action:active { text-shadow: 0 1px @button_text_shadow; icon-shadow: 0 1px @button_text_shadow; } -.selection-mode.header-bar .suggested-action.button *:backdrop, -.selection-mode.toolbar .suggested-action.button *:backdrop { +.selection-mode.header-bar .suggested-action.button:backdrop, +.selection-mode.toolbar .suggested-action.button:backdrop { text-shadow: none; icon-shadow: none; } @@ -3362,23 +3357,23 @@ background-color: transparent; } -.selection-mode.header-bar .selection-menu.button *:active, -.selection-mode.toolbar .selection-menu.button *:active { +.selection-mode.header-bar .selection-menu.button:active, +.selection-mode.toolbar .selection-menu.button:active { color: @selection_menu_active; } -.selection-mode.header-bar .selection-menu.button *, -.selection-mode.toolbar .selection-menu.button * { +.selection-mode.header-bar .selection-menu.button, +.selection-mode.toolbar .selection-menu.button { text-shadow: 0 1px @selection_toolbar_shadow; } -.selection-mode.header-bar .selection-menu.button *:backdrop, -.selection-mode.toolbar .selection-menu.button *:backdrop { +.selection-mode.header-bar .selection-menu.button:backdrop, +.selection-mode.toolbar .selection-menu.button:backdrop { text-shadow: none; } -.selection-mode.header-bar .selection-menu.button .menuitem *, -.selection-mode.toolbar .selection-menu.button .menuitem * { +.selection-mode.header-bar .selection-menu.button .menuitem, +.selection-mode.toolbar .selection-menu.button .menuitem { text-shadow: none; } @@ -3545,7 +3540,6 @@ } .cell { - color: @theme_text_color; padding: 2px; } @@ -3591,12 +3585,10 @@ column-header.button:hover, column-header .button:hover, +column-header.button:active, +column-header .button:active, column-header.button:active:hover, -column-header .button:active:hover, -column-header.button *:active, -column-header .button *:active, -column-header.button *:active:hover, -column-header .button *:active:hover { +column-header .button:active:hover { color: @internal_element_prelight; text-shadow: none; icon-shadow: none; @@ -3663,6 +3655,18 @@ background-color: @theme_selected_bg_color; } +.list { + background-color: @list_box_bg; +} + +.list-row:hover { + background-color: @content_view_bg; +} + +.list-row:selected { + background-color: @theme_selected_bg_color; +} + /**************** * Content view * ****************/ @@ -3732,6 +3736,13 @@ background-color: transparent; } +/* Make spinner visible on both dark and bright backgrounds w/o making + * it look ugly/weird. + */ +GdMainIconView.content-view.cell:active { + color: gray; +} + .content-view.view.check, .content-view.view.check:active { background-color: transparent; @@ -3964,6 +3975,93 @@ background-color: transparent; } +/******* + * CSD * + *******/ +.titlebar { + font: Bold 11; + text-shadow: 0 1px @wm_title_shadow; + + padding: 0; + border-style: none; + + box-shadow: none; + background-image: linear-gradient(to bottom, + @wm_bg_a, + @wm_bg_b); + border-radius: 10px 10px 0px 0px; +} + +.titlebar:backdrop { + text-shadow: none; + background-image: none; +} + +.titlebar .button { + icon-shadow: 0px 1px darker (darker (@theme_bg_color)); +} + +.titlebar .button { + border-style: none none solid solid; + border-color: darker(@theme_bg_color); + border-image: none; + border-width: 1px; + border-radius: 0px; + + background-image: linear-gradient(to bottom, + @wm_button_bg_a, + @wm_button_bg_b, + @wm_button_bg_c, + @wm_button_bg_d); +} + +.titlebar .button:hover { + background-image: linear-gradient(to bottom, + @wm_button_bg_hover_a, + @wm_button_bg_hover_b, + @wm_button_bg_hover_c, + @wm_button_bg_hover_d); +} + +.titlebar .button:active { + background-image: linear-gradient(to bottom, + @wm_button_bg_active_a, + @wm_button_bg_active_b, + @wm_button_bg_active_c); +} + +.titlebar .button:first-child { + border-style: none none solid none; + border-top-left-radius: 10px; +} + +.titlebar .button:last-child { + border-top-right-radius: 10px; +} + +.titlebar .button:backdrop { + background-image: none; + color: darker (@theme_bg_color); + icon-shadow: none; + border-style: none; +} + +.window-frame { + border-color: darker(@theme_bg_color); + border-radius: 10px 10px 0 0; + border-width: 1px; + border-style: solid; + + box-shadow: 0 2px 8px 3px @wm_shadow; + + /* this is used for the resize cursor area */ + margin: 10px; +} + +.window-frame:backdrop { + box-shadow: 0 2px 5px 1px @wm_shadow; +} + /********************** * Fallback Mode Panel **********************/ @@ -3985,8 +4083,8 @@ font: bold; } -.gnome-panel-menu-bar.menubar .menuitem *:hover, -PanelApplet > GtkMenuBar.menubar .menuitem *:hover { +.gnome-panel-menu-bar.menubar .menuitem:hover, +PanelApplet > GtkMenuBar.menubar .menuitem:hover { text-shadow: 0 1px @os_chrome_bg_color; } @@ -3995,21 +4093,21 @@ font: regular; } -.gnome-panel-menu-bar.menubar .menu *:hover, -PanelApplet > GtkMenuBar.menubar .menu *:hover { +.gnome-panel-menu-bar.menubar .menu:hover, +PanelApplet > GtkMenuBar.menubar .menu:hover { text-shadow: none; } .gnome-panel-menu-bar .menuitem:hover, PanelApplet > GtkMenuBar.menubar .menuitem:hover, -.gnome-panel-menu-bar .menuitem *:hover, -PanelApplet > GtkMenuBar.menubar .menuitem *:hover { +.gnome-panel-menu-bar .menuitem:hover, +PanelApplet > GtkMenuBar.menubar .menuitem:hover { background-color: @os_chrome_selected_bg_color; color: @os_chrome_selected_fg_color; } -.gnome-panel-menu-bar .menuitem *:hover, -PanelApplet > GtkMenuBar.menubar .menuitem *:hover { +.gnome-panel-menu-bar .menuitem:hover, +PanelApplet > GtkMenuBar.menubar .menuitem:hover { color: @os_chrome_selected_fg_color; } @@ -4037,12 +4135,12 @@ border-radius: 0; } -PanelApplet *:hover { +PanelApplet:hover { color: @os_chrome_selected_fg_color; } -PanelApplet *:active, -PanelApplet *:hover:active { +PanelApplet:active, +PanelApplet:hover:active { color: @os_chrome_selected_fg_color; text-shadow: 0 1px @os_chrome_bg_color; } -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de