r3035 - in trunk/src/target/OM-2007.2/artwork/themes/openmoko-standard-2/gtk-2.0: . mokodates

chris at sita.openmoko.org chris at sita.openmoko.org
Mon Sep 24 16:17:00 CEST 2007


Author: chris
Date: 2007-09-24 16:16:58 +0200 (Mon, 24 Sep 2007)
New Revision: 3035

Added:
   trunk/src/target/OM-2007.2/artwork/themes/openmoko-standard-2/gtk-2.0/mokodates/
   trunk/src/target/OM-2007.2/artwork/themes/openmoko-standard-2/gtk-2.0/mokodates/hborder-button.png
   trunk/src/target/OM-2007.2/artwork/themes/openmoko-standard-2/gtk-2.0/mokodates/vborder-button.png
   trunk/src/target/OM-2007.2/artwork/themes/openmoko-standard-2/gtk-2.0/openmoko-dates
Modified:
   trunk/src/target/OM-2007.2/artwork/themes/openmoko-standard-2/gtk-2.0/gtkrc
   trunk/src/target/OM-2007.2/artwork/themes/openmoko-standard-2/gtk-2.0/gtktreeview
Log:
Fix header style and add customised button styling for openmoko-dates


Modified: trunk/src/target/OM-2007.2/artwork/themes/openmoko-standard-2/gtk-2.0/gtkrc
===================================================================
--- trunk/src/target/OM-2007.2/artwork/themes/openmoko-standard-2/gtk-2.0/gtkrc	2007-09-24 10:42:52 UTC (rev 3034)
+++ trunk/src/target/OM-2007.2/artwork/themes/openmoko-standard-2/gtk-2.0/gtkrc	2007-09-24 14:16:58 UTC (rev 3035)
@@ -129,6 +129,7 @@
 #include "mokoicons"
 
 include "openmoko-contacts"
+include "openmoko-dates"
 include "openmoko-dialer"
 #include "openmoko-today"
 #include "openmoko-footer"

Modified: trunk/src/target/OM-2007.2/artwork/themes/openmoko-standard-2/gtk-2.0/gtktreeview
===================================================================
--- trunk/src/target/OM-2007.2/artwork/themes/openmoko-standard-2/gtk-2.0/gtktreeview	2007-09-24 10:42:52 UTC (rev 3034)
+++ trunk/src/target/OM-2007.2/artwork/themes/openmoko-standard-2/gtk-2.0/gtktreeview	2007-09-24 14:16:58 UTC (rev 3035)
@@ -35,4 +35,5 @@
  
 }
 widget "*.GtkTreeView.GtkButton" style "gtktreeviewheader"
+widget "*.JanaGtkEventList.GtkButton" style "gtktreeviewheader"
 

Added: trunk/src/target/OM-2007.2/artwork/themes/openmoko-standard-2/gtk-2.0/mokodates/hborder-button.png
===================================================================
(Binary files differ)


Property changes on: trunk/src/target/OM-2007.2/artwork/themes/openmoko-standard-2/gtk-2.0/mokodates/hborder-button.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: trunk/src/target/OM-2007.2/artwork/themes/openmoko-standard-2/gtk-2.0/mokodates/vborder-button.png
===================================================================
(Binary files differ)


Property changes on: trunk/src/target/OM-2007.2/artwork/themes/openmoko-standard-2/gtk-2.0/mokodates/vborder-button.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: trunk/src/target/OM-2007.2/artwork/themes/openmoko-standard-2/gtk-2.0/openmoko-dates
===================================================================
--- trunk/src/target/OM-2007.2/artwork/themes/openmoko-standard-2/gtk-2.0/openmoko-dates	2007-09-24 10:42:52 UTC (rev 3034)
+++ trunk/src/target/OM-2007.2/artwork/themes/openmoko-standard-2/gtk-2.0/openmoko-dates	2007-09-24 14:16:58 UTC (rev 3035)
@@ -0,0 +1,61 @@
+style "mokodatesvborderbutton" {
+   engine "pixmap" {
+        image {
+            function        = BOX
+            state           = NORMAL
+            file            = "mokodates/vborder-button.png"
+            border          = { 20, 20, 10, 10 }
+            stretch         = TRUE
+        }
+        image {
+            function        = BOX
+            state           = PRELIGHT
+            file            = "mokodates/vborder-button.png"
+            border          = { 20, 20, 10, 10 }
+            stretch         = TRUE
+        }
+        image {
+            function        = BOX
+            state           = ACTIVE
+            file            = "mokodates/vborder-button.png"
+            border          = { 20, 20, 10, 10 }
+            stretch         = TRUE
+        }
+    }
+    xthickness = 0
+    ythickness = 5
+    GtkButton::focus-line-width = 0
+}
+
+style "mokodateshborderbutton" {
+   engine "pixmap" {
+        image {
+            function        = BOX
+            state           = NORMAL
+            file            = "mokodates/hborder-button.png"
+            border          = { 20, 20, 10, 10 }
+            stretch         = TRUE
+        }
+        image {
+            function        = BOX
+            state           = PRELIGHT
+            file            = "mokodates/hborder-button.png"
+            border          = { 20, 20, 10, 10 }
+            stretch         = TRUE
+        }
+        image {
+            function        = BOX
+            state           = ACTIVE
+            file            = "mokodates/hborder-button.png"
+            border          = { 20, 20, 10, 10 }
+            stretch         = TRUE
+        }
+    }
+    xthickness = 0
+    ythickness = 5
+    GtkButton::focus-line-width = 0
+}
+
+widget "*moko-dates-vborder-button" style "mokodatesvborderbutton"
+widget "*moko-dates-hborder-button" style "mokodateshborderbutton"
+





More information about the commitlog mailing list