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

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Mon May 28 14:55:36 EEST 2007
Author: mdk
Date: 2007-05-28 14:55:34 +0300 (Mon, 28 May 2007)
New Revision: 11893

Modified:
   projects/haf/trunk/hildon-theme-layout-4/ChangeLog
   projects/haf/trunk/hildon-theme-layout-4/rc/defaultarrows.rc
Log:
Making the default arrow prelight state the pressed state. Needed to get proper effect in the HildonCalendar during month/year scrolling and browsing. 


Modified: projects/haf/trunk/hildon-theme-layout-4/ChangeLog
===================================================================
--- projects/haf/trunk/hildon-theme-layout-4/ChangeLog	2007-05-28 11:52:48 UTC (rev 11892)
+++ projects/haf/trunk/hildon-theme-layout-4/ChangeLog	2007-05-28 11:55:34 UTC (rev 11893)
@@ -1,3 +1,9 @@
+2007-05-28  Michael Dominic Kostrzewa  <michael.kostrzewa at nokia.com> 
+
+	* rc/defaultarrows.rc: Making the default arrow prelight state the pressed
+	state. Needed to get proper effect in the HildonCalendar during month/year
+	scrolling and browsing. 
+
 2007-05-25  Johan Bilien  <johan.bilien at nokia.com>
 
 	* rc/ossointernetsearchapplet:

Modified: projects/haf/trunk/hildon-theme-layout-4/rc/defaultarrows.rc
===================================================================
--- projects/haf/trunk/hildon-theme-layout-4/rc/defaultarrows.rc	2007-05-28 11:52:48 UTC (rev 11892)
+++ projects/haf/trunk/hildon-theme-layout-4/rc/defaultarrows.rc	2007-05-28 11:55:34 UTC (rev 11893)
@@ -8,6 +8,14 @@
     image
       {
         function        = ARROW
+	state           = PRELIGHT
+	arrow_direction = LEFT
+	overlay_file    = "../images/qgn_plat_arrow_left_pressed.png"
+	overlay_stretch = FALSE
+      }
+image
+      {
+        function        = ARROW
 	state           = ACTIVE
 	arrow_direction = LEFT
 	overlay_file    = "../images/qgn_plat_arrow_left_pressed.png"
@@ -49,6 +57,14 @@
     image
       {
         function        = ARROW
+	state           = PRELIGHT
+	arrow_direction = RIGHT
+	overlay_file    = "../images/qgn_plat_arrow_right_pressed.png"
+	overlay_stretch = FALSE
+      }
+     image
+      {
+        function        = ARROW
 	state           = SELECTED
 	arrow_direction = RIGHT
 	overlay_file    = "../images/qgn_plat_arrow_right_pressed.png"
@@ -82,6 +98,14 @@
     image
       {
         function        = ARROW
+	state           = PRELIGHT
+	arrow_direction = UP
+	overlay_file    = "../images/qgn_plat_arrow_up_pressed.png"
+	overlay_stretch = FALSE
+      }
+    image
+      {
+        function        = ARROW
 	state           = SELECTED
 	arrow_direction = UP
 	overlay_file    = "../images/qgn_plat_arrow_up_pressed.png"
@@ -112,9 +136,17 @@
 	overlay_file    = "../images/qgn_plat_arrow_down_pressed.png"
 	overlay_stretch = FALSE
       }
-    image    
+    image
       {
         function        = ARROW
+	state           = PRELIGHT
+	arrow_direction = DOWN
+	overlay_file    = "../images/qgn_plat_arrow_down_pressed.png"
+	overlay_stretch = FALSE
+      }
+     image    
+      {
+        function        = ARROW
 	state           = SELECTED
 	arrow_direction = DOWN
 	overlay_file    = "../images/qgn_plat_arrow_down_pressed.png"


More information about the maemo-commits mailing list