[gnome-themes-standard] combobox-entry: improve theming for focused state, add border
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-themes-standard] combobox-entry: improve theming for focused state, add border
- Date: Fri, 17 Aug 2012 15:11:01 +0000 (UTC)
commit b2cd524be93c31fbc8a8496b484cbd02f6fbb707
Author: Cosimo Cecchi <cosimoc gnome org>
Date: Fri Aug 17 13:02:28 2012 +0200
combobox-entry: improve theming for focused state, add border
.../Entry/combo-entry-border-active-flip.png | Bin 396 -> 0 bytes
.../Entry/combo-entry-border-active-rtl.png | Bin 0 -> 424 bytes
.../gtk-2.0/Entry/combo-entry-border-active.png | Bin 380 -> 411 bytes
...lip.png => combo-entry-border-disabled-rtl.png} | Bin 297 -> 297 bytes
...-border-flip.png => combo-entry-border-rtl.png} | Bin 320 -> 320 bytes
.../Entry/combo-entry-button-disabled-rtl.png | Bin 0 -> 315 bytes
.../gtk-2.0/Entry/combo-entry-button-disabled.png | Bin 0 -> 327 bytes
.../gtk-2.0/Entry/combo-entry-button-rtl.png | Bin 0 -> 331 bytes
.../Adwaita/gtk-2.0/Entry/combo-entry-button.png | Bin 0 -> 337 bytes
themes/Adwaita/gtk-2.0/Makefile.am | 10 +++++++---
themes/Adwaita/gtk-2.0/gtkrc | 18 +++++++++---------
11 files changed, 16 insertions(+), 12 deletions(-)
---
diff --git a/themes/Adwaita/gtk-2.0/Entry/combo-entry-border-active-rtl.png b/themes/Adwaita/gtk-2.0/Entry/combo-entry-border-active-rtl.png
new file mode 100644
index 0000000..a789a25
Binary files /dev/null and b/themes/Adwaita/gtk-2.0/Entry/combo-entry-border-active-rtl.png differ
diff --git a/themes/Adwaita/gtk-2.0/Entry/combo-entry-border-active.png b/themes/Adwaita/gtk-2.0/Entry/combo-entry-border-active.png
index 79a8dcd..3a0f7cb 100644
Binary files a/themes/Adwaita/gtk-2.0/Entry/combo-entry-border-active.png and b/themes/Adwaita/gtk-2.0/Entry/combo-entry-border-active.png differ
diff --git a/themes/Adwaita/gtk-2.0/Entry/combo-entry-border-disabled-flip.png b/themes/Adwaita/gtk-2.0/Entry/combo-entry-border-disabled-rtl.png
similarity index 100%
rename from themes/Adwaita/gtk-2.0/Entry/combo-entry-border-disabled-flip.png
rename to themes/Adwaita/gtk-2.0/Entry/combo-entry-border-disabled-rtl.png
diff --git a/themes/Adwaita/gtk-2.0/Entry/combo-entry-border-flip.png b/themes/Adwaita/gtk-2.0/Entry/combo-entry-border-rtl.png
similarity index 100%
rename from themes/Adwaita/gtk-2.0/Entry/combo-entry-border-flip.png
rename to themes/Adwaita/gtk-2.0/Entry/combo-entry-border-rtl.png
diff --git a/themes/Adwaita/gtk-2.0/Entry/combo-entry-button-disabled-rtl.png b/themes/Adwaita/gtk-2.0/Entry/combo-entry-button-disabled-rtl.png
new file mode 100644
index 0000000..165ee03
Binary files /dev/null and b/themes/Adwaita/gtk-2.0/Entry/combo-entry-button-disabled-rtl.png differ
diff --git a/themes/Adwaita/gtk-2.0/Entry/combo-entry-button-disabled.png b/themes/Adwaita/gtk-2.0/Entry/combo-entry-button-disabled.png
new file mode 100644
index 0000000..5739236
Binary files /dev/null and b/themes/Adwaita/gtk-2.0/Entry/combo-entry-button-disabled.png differ
diff --git a/themes/Adwaita/gtk-2.0/Entry/combo-entry-button-rtl.png b/themes/Adwaita/gtk-2.0/Entry/combo-entry-button-rtl.png
new file mode 100644
index 0000000..1dd3d7c
Binary files /dev/null and b/themes/Adwaita/gtk-2.0/Entry/combo-entry-button-rtl.png differ
diff --git a/themes/Adwaita/gtk-2.0/Entry/combo-entry-button.png b/themes/Adwaita/gtk-2.0/Entry/combo-entry-button.png
new file mode 100644
index 0000000..d28f895
Binary files /dev/null and b/themes/Adwaita/gtk-2.0/Entry/combo-entry-button.png differ
diff --git a/themes/Adwaita/gtk-2.0/Makefile.am b/themes/Adwaita/gtk-2.0/Makefile.am
index 60e30e6..ae78d81 100644
--- a/themes/Adwaita/gtk-2.0/Makefile.am
+++ b/themes/Adwaita/gtk-2.0/Makefile.am
@@ -29,13 +29,17 @@ asset_data =
Check-Radio/option1.png \
Check-Radio/option2.png \
Entry/combo-entry-border.png \
- Entry/combo-entry-border-flip.png \
+ Entry/combo-entry-border-rtl.png \
Entry/combo-entry-border-active.png \
- Entry/combo-entry-border-active-flip.png \
+ Entry/combo-entry-border-active-rtl.png \
Entry/combo-entry-border-disabled.png \
- Entry/combo-entry-border-disabled-flip.png \
+ Entry/combo-entry-border-disabled-rtl.png \
+ Entry/combo-entry-button.png \
+ Entry/combo-entry-button-rtl.png \
Entry/combo-entry-button-active.png \
Entry/combo-entry-button-active-rtl.png \
+ Entry/combo-entry-button-disabled.png \
+ Entry/combo-entry-button-disabled-rtl.png \
Entry/entry-border.png \
Entry/entry-border-active.png \
Entry/entry-border-disabled.png \
diff --git a/themes/Adwaita/gtk-2.0/gtkrc b/themes/Adwaita/gtk-2.0/gtkrc
index ce26e15..77b9f1d 100755
--- a/themes/Adwaita/gtk-2.0/gtkrc
+++ b/themes/Adwaita/gtk-2.0/gtkrc
@@ -943,7 +943,7 @@ style "combobox_entry"
detail = "entry"
state = NORMAL
shadow = IN
- file = "Entry/combo-entry-border-flip.png"
+ file = "Entry/combo-entry-border-rtl.png"
border = { 4, 4, 4, 4 }
stretch = TRUE
direction = RTL
@@ -954,7 +954,7 @@ style "combobox_entry"
detail = "entry"
state = INSENSITIVE
shadow = IN
- file = "Entry/combo-entry-border-disabled-flip.png"
+ file = "Entry/combo-entry-border-disabled-rtl.png"
border = { 4, 4, 4, 4 }
stretch = TRUE
direction = RTL
@@ -964,7 +964,7 @@ style "combobox_entry"
function = SHADOW
detail = "entry"
state = ACTIVE
- file = "Entry/combo-entry-border-active-flip.png"
+ file = "Entry/combo-entry-border-active-rtl.png"
border = { 4, 4, 4, 4 }
stretch = TRUE
direction = RTL
@@ -984,7 +984,7 @@ style "combobox_entry_button"
{
function = BOX
state = NORMAL
- file = "Entry/combo-entry-border-flip.png"
+ file = "Entry/combo-entry-button.png"
border = { 4, 4, 4, 4 }
stretch = TRUE
direction = LTR
@@ -993,7 +993,7 @@ style "combobox_entry_button"
{
function = BOX
state = PRELIGHT
- file = "Entry/combo-entry-border-flip.png"
+ file = "Entry/combo-entry-button.png"
border = { 4, 4, 4, 4 }
stretch = TRUE
direction = LTR
@@ -1002,7 +1002,7 @@ style "combobox_entry_button"
{
function = BOX
state = INSENSITIVE
- file = "Entry/combo-entry-border-disabled-flip.png"
+ file = "Entry/combo-entry-button-disabled.png"
border = { 4, 4, 4, 4 }
stretch = TRUE
direction = LTR
@@ -1022,7 +1022,7 @@ style "combobox_entry_button"
{
function = BOX
state = NORMAL
- file = "Entry/combo-entry-border.png"
+ file = "Entry/combo-entry-button-rtl.png"
border = { 4, 4, 4, 4 }
stretch = TRUE
direction = RTL
@@ -1031,7 +1031,7 @@ style "combobox_entry_button"
{
function = BOX
state = PRELIGHT
- file = "Entry/combo-entry-border.png"
+ file = "Entry/combo-entry-button-rtl.png"
border = { 4, 4, 4, 4 }
stretch = TRUE
direction = RTL
@@ -1040,7 +1040,7 @@ style "combobox_entry_button"
{
function = BOX
state = INSENSITIVE
- file = "Entry/combo-entry-border-disabled.png"
+ file = "Entry/combo-entry-button-disabled-rtl.png"
border = { 4, 4, 4, 4 }
stretch = TRUE
direction = RTL
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]