[gnome-themes-standard: 26/26] adwaita: restyle according to 3.0 designs



commit 8f3b7963145cd5da051cfd39a1d4b3e9d8050de2
Merge: 3152205 7fd8e2f
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Thu Mar 3 22:26:22 2011 -0500

    adwaita: restyle according to 3.0 designs
    
    Most of the render paths are now changed according to the design mockups.
    
    Notable things missing:
    - raised buttons for toolbars.
    - GtkTreeView is missing both the assets for its expander icons and some
      mockups for colors/multi-row selection, so I left it as is.
    - slider of pane is basically unthemed, needs a design first.
    - GtkSpinButton's arrows are not themed properly.

 configure.ac                                       |    1 +
 src/Makefile.am                                    |    9 +-
 src/adwaita_engine.c                               |  799 +++++++++++++++++---
 themes/Adwaita/gtk-3.0/Makefile.am                 |    2 +
 themes/Adwaita/gtk-3.0/assets/Makefile.am          |   14 +
 .../assets/checkbox-checked-insensitive.svg        |  175 +++++
 themes/Adwaita/gtk-3.0/assets/checkbox-checked.svg |  191 +++++
 themes/Adwaita/gtk-3.0/assets/checkbox-mixed.svg   |  250 ++++++
 .../assets/checkbox-unchecked-insensitive.svg      |  149 ++++
 .../Adwaita/gtk-3.0/assets/checkbox-unchecked.svg  |  168 ++++
 themes/Adwaita/gtk-3.0/assets/radio-mixed.svg      |  343 +++++++++
 .../gtk-3.0/assets/radio-selected-insensitive.svg  |  264 +++++++
 themes/Adwaita/gtk-3.0/assets/radio-selected.svg   |  350 +++++++++
 .../assets/radio-unselected-insensitive.svg        |  189 +++++
 themes/Adwaita/gtk-3.0/assets/radio-unselected.svg |  298 ++++++++
 themes/Adwaita/gtk-3.0/gtk.css                     |  665 +++++++++++------
 16 files changed, 3529 insertions(+), 338 deletions(-)
---
diff --cc configure.ac
index 7d140fc,192eefb..7e78a3a
--- a/configure.ac
+++ b/configure.ac
@@@ -57,45 -49,14 +57,46 @@@ themes/Adwaita/backgrounds/Makefil
  themes/Adwaita/cursors/Makefile
  themes/Adwaita/gtk-2.0/Makefile
  themes/Adwaita/gtk-3.0/Makefile
+ themes/Adwaita/gtk-3.0/assets/Makefile
  themes/Adwaita/metacity-1/Makefile
 -themes/AdwaitaLowContrast/Makefile
 -themes/AdwaitaLowContrast/gtk-3.0/Makefile
 +themes/LowContrast/Makefile
 +themes/LowContrast/gtk-2.0/Makefile
 +themes/LowContrast/gtk-3.0/Makefile
 +themes/LowContrast/icons/Makefile
 +themes/LowContrast/icons/48x48/Makefile
 +themes/LowContrast/icons/48x48/stock/Makefile
  themes/HighContrast/Makefile
 +themes/HighContrast/gtk-2.0/Makefile
  themes/HighContrast/gtk-3.0/Makefile
 +themes/HighContrast/icons/Makefile
 +themes/HighContrast/icons/48x48/Makefile
 +themes/HighContrast/icons/48x48/animations/Makefile
 +themes/HighContrast/icons/48x48/stock/Makefile
 +themes/HighContrast/icons/scalable/Makefile
 +themes/HighContrast/icons/scalable/actions/Makefile
 +themes/HighContrast/icons/scalable/apps/Makefile
 +themes/HighContrast/icons/scalable/categories/Makefile
 +themes/HighContrast/icons/scalable/devices/Makefile
 +themes/HighContrast/icons/scalable/emblems/Makefile
 +themes/HighContrast/icons/scalable/emotes/Makefile
 +themes/HighContrast/icons/scalable/mimetypes/Makefile
 +themes/HighContrast/icons/scalable/places/Makefile
 +themes/HighContrast/icons/scalable/status/Makefile
 +themes/HighContrast/icons/scalable/actions-extra/Makefile
 +themes/HighContrast/icons/scalable/apps-extra/Makefile
 +themes/HighContrast/icons/scalable/categories-extra/Makefile
 +themes/HighContrast/icons/scalable/devices-extra/Makefile
 +themes/HighContrast/icons/scalable/emblems-extra/Makefile
 +themes/HighContrast/icons/scalable/emotes-extra/Makefile
 +themes/HighContrast/icons/scalable/mimetypes-extra/Makefile
 +themes/HighContrast/icons/scalable/places-extra/Makefile
 +themes/HighContrast/icons/scalable/status-extra/Makefile
  themes/HighContrastInverse/Makefile
 +themes/HighContrastInverse/gtk-2.0/Makefile
  themes/HighContrastInverse/gtk-3.0/Makefile
 +themes/HighContrastInverse/icons/Makefile
 +themes/HighContrastInverse/icons/48x48/Makefile
 +themes/HighContrastInverse/icons/48x48/stock/Makefile
  src/Makefile
  po/Makefile.in
  ])



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]