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

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Thu Jun 7 15:40:39 EEST 2007
Author: tjunnone
Date: 2007-06-07 15:40:37 +0300 (Thu, 07 Jun 2007)
New Revision: 12181

Modified:
   projects/haf/trunk/hildon-theme-layout-4/ChangeLog
   projects/haf/trunk/hildon-theme-layout-4/rc/hildonkeyboard.rc
Log:
* rc/hildonkeyboard.c:
 - Fix FKB tabs not being themed, use a larger font
 - Apply background pixmap to wc frame
 - Use proper unique pixmaps for the finger sized candidate buttons


Modified: projects/haf/trunk/hildon-theme-layout-4/ChangeLog
===================================================================
--- projects/haf/trunk/hildon-theme-layout-4/ChangeLog	2007-06-07 12:18:08 UTC (rev 12180)
+++ projects/haf/trunk/hildon-theme-layout-4/ChangeLog	2007-06-07 12:40:37 UTC (rev 12181)
@@ -1,3 +1,10 @@
+2007-06-07  Tomas Junnonen  <tomas.junnonen at nokia.com>
+
+	* rc/hildonkeyboard.c:
+	- Fix FKB tabs not being themed, use a larger font
+	- Apply background pixmap to wc frame
+	- Use proper unique pixmaps for the finger sized candidate buttons
+
 2007-06-05 Tapani Palli <tapani.palli at nokia.com>
 
 	* data/theme.xml: finetune frame animation rectangle coordinates for

Modified: projects/haf/trunk/hildon-theme-layout-4/rc/hildonkeyboard.rc
===================================================================
--- projects/haf/trunk/hildon-theme-layout-4/rc/hildonkeyboard.rc	2007-06-07 12:18:08 UTC (rev 12180)
+++ projects/haf/trunk/hildon-theme-layout-4/rc/hildonkeyboard.rc	2007-06-07 12:40:37 UTC (rev 12181)
@@ -510,21 +510,25 @@
   engine "sapwood" {
     image {
         function = BOX
-	shadow   = IN
-	detail   = "buttondefault"
-	file     = "../images/qgn_plat_inputmet_thumb_tab_selected.png"
-	border   = { 20, 20, 0, 0 }
+        shadow   = IN
+        file     = "../images/qgn_plat_inputmet_thumb_tab_selected.png"
+        border   = { 20, 20, 0, 0 }
     }
     image {
-	function = BOX
-	detail   = "buttondefault"
-	file     = "../images/qgn_plat_inputmet_thumb_tab_normal.png"
-	border   = { 20, 20, 0, 0 }
+        function = BOX
+        file     = "../images/qgn_plat_inputmet_thumb_tab_normal.png"
+        border   = { 20, 20, 0, 0 }
     }
   }
 }
 widget "*.osso-im-fkb-tab" style "osso-input-method-fkb-tab"
 
+style "osso-input-method-fkb-tab-label" = "osso-logical-colors" {
+  font_name = "Nokia Sans 24"
+  fg[NORMAL] = @VKBButtonTextColor
+}
+widget "*.osso-im-fkb-tab.*" style "osso-input-method-fkb-tab-label"
+
 #finger keyboard common buttons
 style "osso-input-method-fkb-common-button" {
   engine "sapwood" {
@@ -680,6 +684,17 @@
 style "hildon-input-method-wc-frame" = "osso-logical-colors"
 {
     bg[NORMAL] = @WCFrameColor
+
+    engine "sapwood"
+    {
+        image 
+        { 
+          function = FLAT_BOX
+          detail = "eventbox" 
+          file = "../images/qgn_plat_inputmet_special_key_background.png" 
+          border = { 10, 10, 0, 0 } 
+        }
+    }
 }
 widget "*.hildon-input-method-wc-frame" style "hildon-input-method-wc-frame"
 
@@ -698,22 +713,22 @@
         {
             function = BOX
             state = NORMAL
-            file = "../images/qgn_plat_inputmet_button_keyboard_word_compl_normal.png"
-            border = { 5, 5, 5, 5 }
+            file = "../images/qgn_plat_inputmet_button_key_special_normal.png"
+            border = { 10, 10, 0, 0 }
         }
         image
         {
             function = BOX
             state = PRELIGHT
-            file = "../images/qgn_plat_inputmet_button_keyboard_word_compl_normal.png"
-            border = { 5, 5, 5, 5 }
+            file = "../images/qgn_plat_inputmet_button_key_special_normal.png"
+            border = { 10, 10, 0, 0 }
         }
         image
         {
             function = BOX
             state = ACTIVE
-            file = "../images/qgn_plat_inputmet_button_keyboard_word_compl_pressed.png"
-            border = { 5, 5, 5, 5 }
+            file = "../images/qgn_plat_inputmet_button_key_special_pressed.png"
+            border = { 10, 10, 0, 0 }
         }
     }
 }


More information about the maemo-commits mailing list