diff --git a/NEWS b/NEWS index 7e8a9f0..23b0783 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +3.18.2 +====== +* Fix classic style issues + 3.18.1 ====== * window-list: Fix accessibility of window buttons diff --git a/configure b/configure index 1567b63..f681dff 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for gnome-shell-extensions 3.18.1. +# Generated by GNU Autoconf 2.69 for gnome-shell-extensions 3.18.2. # # Report bugs to . # @@ -580,8 +580,8 @@ # Identity of this package. PACKAGE_NAME='gnome-shell-extensions' PACKAGE_TARNAME='gnome-shell-extensions' -PACKAGE_VERSION='3.18.1' -PACKAGE_STRING='gnome-shell-extensions 3.18.1' +PACKAGE_VERSION='3.18.2' +PACKAGE_STRING='gnome-shell-extensions 3.18.2' PACKAGE_BUGREPORT='https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell&component=extensions' PACKAGE_URL='' @@ -1257,7 +1257,7 @@ # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures gnome-shell-extensions 3.18.1 to adapt to many kinds of systems. +\`configure' configures gnome-shell-extensions 3.18.2 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1324,7 +1324,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of gnome-shell-extensions 3.18.1:";; + short | recursive ) echo "Configuration of gnome-shell-extensions 3.18.2:";; esac cat <<\_ACEOF @@ -1420,7 +1420,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -gnome-shell-extensions configure 3.18.1 +gnome-shell-extensions configure 3.18.2 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -1437,7 +1437,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by gnome-shell-extensions $as_me 3.18.1, which was +It was created by gnome-shell-extensions $as_me 3.18.2, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2303,7 +2303,7 @@ # Define the identity of the package. PACKAGE='gnome-shell-extensions' - VERSION='3.18.1' + VERSION='3.18.2' cat >>confdefs.h <<_ACEOF @@ -4122,7 +4122,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by gnome-shell-extensions $as_me 3.18.1, which was +This file was extended by gnome-shell-extensions $as_me 3.18.2, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -4179,7 +4179,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -gnome-shell-extensions config.status 3.18.1 +gnome-shell-extensions config.status 3.18.2 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff --git a/configure.ac b/configure.ac index f172d6a..d64bc12 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.63) -AC_INIT([gnome-shell-extensions],[3.18.1],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell&component=extensions]) +AC_INIT([gnome-shell-extensions],[3.18.2],[https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-shell&component=extensions]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_AUX_DIR([config]) diff --git a/data/classic-process-working.svg b/data/classic-process-working.svg index ecfef1f..ed28a5c 100644 --- a/data/classic-process-working.svg +++ b/data/classic-process-working.svg @@ -13,8 +13,8 @@ id="svg5369" version="1.1" inkscape:version="0.91 r13725" - width="96" - height="48" + width="512" + height="32" sodipodi:docname="classic-process-working.svg" style="display:inline"> image/svg+xml - + + id="linearGradient7689"> - + + id="stop7695" /> + id="stop7697" /> + id="linearGradient7679"> - + + id="stop7685" /> + id="stop7687" /> + + + + + + + + + + + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + snapvisiblegridlinesonly="true" + empcolor="#0000ff" + empopacity="0.47843137" /> diff --git a/debian/changelog b/debian/changelog index 07e12a1..ca27c32 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +gnome-shell-extensions (3.18.2-1) unstable; urgency=medium + + * New upstream release. + + -- Michael Biebl Fri, 13 Nov 2015 00:04:09 +0100 + gnome-shell-extensions (3.18.1-1) unstable; urgency=medium * New upstream release. diff --git a/extensions/window-list/classic.css b/extensions/window-list/classic.css index 321c5fb..d4cb638 100644 --- a/extensions/window-list/classic.css +++ b/extensions/window-list/classic.css @@ -3,42 +3,49 @@ #panel.bottom-panel { border-top-width: 1px; border-bottom-width: 0px; - height: 2.25em !important; + height: 2.25em ; } .bottom-panel .window-button > StWidget { - background-color: #e9e9e9 !important; - background-gradient-direction: vertical; - background-gradient-end: #d0d0d0; - color: #555 !important; - border-radius: 2px !important; - padding: 4px 6px 2px !important; + background-gradient-drection: vertical; + background-color: #fff; + background-gradient-start: #fff; + background-gradient-end: #eee; + color: #000; + border-radius: 2px; + padding: 4px 6px 2px; text-shadow: 0 0 transparent; - box-shadow: inset -1px -1px 1px rgba(0,0,0,0.5) !important; + box-shadow: inset -1px -1px 1px rgba(0,0,0,0.5); } .bottom-panel .window-button:hover > StWidget { - background-color: #f9f9f9 !important; - background-gradient-end: #e0e0e0; + background-color: #fff; + background-gradient-start: #fff; + background-gradient-end: #fefefe; } .bottom-panel .window-button:active > StWidget { - box-shadow: inset 1px 1px 2px rgba(0,0,0,0.5) !important; + box-shadow: inset 1px 1px 2px rgba(0,0,0,0.5); + background-color: #ededed; + background-gradient-start: #ededed; + background-gradient-end: #ededed; } .bottom-panel .window-button.focused > StWidget { - background-color: #a9a9a9 !important; - background-gradient-end: #b0b0b0; - box-shadow: inset 1px 1px 2px rgba(0,0,0,0.5) !important; + background-color: #ddd; + background-color: #ddd; + background-gradient-end: #dedede; + color: white; + box-shadow: inset 1px 1px 2px rgba(0,0,0,0.5); } .bottom-panel .window-button.focused:hover > StWidget { - background-color: #b9b9b9 !important; + background-color: #b9b9b9; background-gradient-end: #c0c0c0; } .bottom-panel .window-button.minimized > StWidget { - color: #888 !important; - box-shadow: inset -1px -1px 1px rgba(0,0,0,0.4) !important; + color: #000; + box-shadow: inset -1px -1px 1px rgba(0,0,0,0.4); }