[maemo-commits] [maemo-commits] r11702 - in projects/haf/trunk/hildon-theme-layout-4: . rc

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Wed May 16 20:59:55 EEST 2007
Author: mdk
Date: 2007-05-16 20:59:09 +0300 (Wed, 16 May 2007)
New Revision: 11702

Modified:
   projects/haf/trunk/hildon-theme-layout-4/ChangeLog
   projects/haf/trunk/hildon-theme-layout-4/rc/hildonkeyboard.rc
Log:
Added space key theme, patch by Mohammad. 


Modified: projects/haf/trunk/hildon-theme-layout-4/ChangeLog
===================================================================
--- projects/haf/trunk/hildon-theme-layout-4/ChangeLog	2007-05-16 14:32:12 UTC (rev 11701)
+++ projects/haf/trunk/hildon-theme-layout-4/ChangeLog	2007-05-16 17:59:09 UTC (rev 11702)
@@ -1,5 +1,9 @@
-2007-05-15  Michael Dominic K.  <mdk at mdk.am> 
+2007-05-16  Mohammad Anwari  <mdamt at maemo.org>
 
+	* rc/hildonkeyboard.rc: Added space key theme. Related to NB#56124. 
+
+2007-05-14  Michael Dominic Kostrzewa  <michael.kostrzewa at nokia.com> 
+
 	[0.8.0-1 release]
 
 	* NEWS:

Modified: projects/haf/trunk/hildon-theme-layout-4/rc/hildonkeyboard.rc
===================================================================
--- projects/haf/trunk/hildon-theme-layout-4/rc/hildonkeyboard.rc	2007-05-16 14:32:12 UTC (rev 11701)
+++ projects/haf/trunk/hildon-theme-layout-4/rc/hildonkeyboard.rc	2007-05-16 17:59:09 UTC (rev 11702)
@@ -194,10 +194,50 @@
         }
     }
 }
+
+style "osso-input-method-space-key" = "osso-logical-colors"
+{
+    fg[NORMAL] = @VKBButtonTextColor
+
+    GtkButton::child_spacing = 0
+    engine "sapwood" 
+    {
+        image
+        {
+            function = BOX
+            state = NORMAL
+            file = "../images/qgn_plat_inputmet_button_key_space_normal.png"
+            border = { 6, 97, 0, 0 }
+        }
+        image
+        {
+            function = BOX
+            state = PRELIGHT
+            file = "../images/qgn_plat_inputmet_button_key_space_normal.png"
+            border = { 6, 97, 0, 0 }
+        }
+        image
+        {
+            function = BOX
+            state = INSENSITIVE
+            file = "../images/qgn_plat_inputmet_button_key_space_disabled.png"
+            border = { 6, 97, 0, 0 }
+        }
+        image
+        {
+            function = BOX
+            state = ACTIVE
+            file = "../images/qgn_plat_inputmet_button_key_space_pressed.png"
+            border = { 6, 97, 0, 0 }
+        }
+    }
+}
+
+
 widget "*.osso-im-alpha" style "osso-input-method-vkb-key"
 widget "*.osso-im-numeric" style "osso-input-method-vkb-key"
 widget "*.osso-im-special" style "osso-input-method-vkb-key"
-widget "*.osso-im-space" style "osso-input-method-vkb-key"
+widget "*.osso-im-space" style "osso-input-method-space-key"
 widget "*.osso-im-key" style "osso-input-method-vkb-key"
 widget "*.osso-im-tele" style "osso-input-method-vkb-key"
 widget "*.osso-im-dim" style "osso-input-method-vkb-key"


More information about the maemo-commits mailing list