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

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Wed Sep 12 17:45:38 EEST 2007
Author: mdk
Date: 2007-09-12 17:45:36 +0300 (Wed, 12 Sep 2007)
New Revision: 13779

Modified:
   projects/haf/trunk/hildon-theme-layout-4/ChangeLog
   projects/haf/trunk/hildon-theme-layout-4/rc/gtkcheckbutton.rc
   projects/haf/trunk/hildon-theme-layout-4/rc/hildonbreadcrumbtrail.rc
   projects/haf/trunk/hildon-theme-layout-4/rc/hildonkeyboard.rc
   projects/haf/trunk/hildon-theme-layout-4/rc/hildontimepicker.rc
   projects/haf/trunk/hildon-theme-layout-4/rc/ossomediaplayer.rc
Log:
Fixing the sapwood warnings about the different border values for same elements.


Modified: projects/haf/trunk/hildon-theme-layout-4/ChangeLog
===================================================================
--- projects/haf/trunk/hildon-theme-layout-4/ChangeLog	2007-09-12 12:56:08 UTC (rev 13778)
+++ projects/haf/trunk/hildon-theme-layout-4/ChangeLog	2007-09-12 14:45:36 UTC (rev 13779)
@@ -1,5 +1,14 @@
 2007-09-12  Michael Dominic Kostrzewa  <michael.kostrzewa at nokia.com> 
 
+	* rc/gtkcheckbutton.rc:
+	* rc/hildonbreadcrumbtrail.rc:
+	* rc/hildonkeyboard.rc:
+	* rc/hildontimepicker.rc:
+	* rc/ossomediaplayer.rc: Fixing the sapwood warnings about the different
+	border values for same elements.
+
+2007-09-12  Michael Dominic Kostrzewa  <michael.kostrzewa at nokia.com> 
+
 	* rc/hildonnavigator.rc: Now really fixing the switcher.
 
 2007-09-12  Michael Dominic Kostrzewa  <michael.kostrzewa at nokia.com> 

Modified: projects/haf/trunk/hildon-theme-layout-4/rc/gtkcheckbutton.rc
===================================================================
--- projects/haf/trunk/hildon-theme-layout-4/rc/gtkcheckbutton.rc	2007-09-12 12:56:08 UTC (rev 13778)
+++ projects/haf/trunk/hildon-theme-layout-4/rc/gtkcheckbutton.rc	2007-09-12 14:45:36 UTC (rev 13779)
@@ -16,6 +16,7 @@
       shadow          = OUT
       state           = NORMAL
       overlay_file    = "../images/qgn_plat_check_box_empty_normal.png"
+      overlay_stretch = FALSE
     }
     image
     {
@@ -23,6 +24,7 @@
       shadow          = IN
       state           = NORMAL
       overlay_file    = "../images/qgn_plat_check_box_selected_normal.png"
+      overlay_stretch = FALSE
     }
     image
     {
@@ -30,6 +32,7 @@
       shadow          = OUT
       state           = PRELIGHT
       overlay_file    = "../images/qgn_plat_check_box_empty_normal.png"
+      overlay_stretch = FALSE
     }
     image
     {
@@ -37,6 +40,7 @@
       shadow          = IN
       state           = PRELIGHT
       overlay_file    = "../images/qgn_plat_check_box_selected_normal.png"
+      overlay_stretch = FALSE
     }
     image
     {
@@ -44,6 +48,7 @@
       shadow          = OUT
       state           = ACTIVE
       overlay_file    = "../images/qgn_plat_check_box_empty_focused.png"
+      overlay_stretch = FALSE
     }
     image
     {
@@ -51,6 +56,7 @@
       shadow          = IN
       state           = ACTIVE
       overlay_file    = "../images/qgn_plat_check_box_selected_focused.png"
+      overlay_stretch = FALSE
     }
     image
     {
@@ -58,6 +64,7 @@
       shadow          = OUT
       state           = SELECTED
       overlay_file    = "../images/qgn_plat_check_box_empty_focused.png"
+      overlay_stretch = FALSE
     }
     image
     {
@@ -65,6 +72,7 @@
       shadow          = IN
       state           = SELECTED
       overlay_file    = "../images/qgn_plat_check_box_selected_focused.png"
+      overlay_stretch = FALSE
     }
     image
     {
@@ -72,6 +80,7 @@
       shadow          = OUT
       state           = INSENSITIVE
       overlay_file    = "../images/qgn_plat_check_box_empty_disabled.png"
+      overlay_stretch = FALSE
     }
     image
     {
@@ -79,6 +88,7 @@
       shadow          = IN
       state           = INSENSITIVE
       overlay_file    = "../images/qgn_plat_check_box_selected_disabled.png"
+      overlay_stretch = FALSE
     }
     image
     {
@@ -86,12 +96,14 @@
       overlay_file    = "../images/qgn_plat_check_box_indeterminate_disabled.png"
       shadow          = ETCHED_IN
       state           = INSENSITIVE
+      overlay_stretch = FALSE
     }
     image
     {
       function        = CHECK
       overlay_file    = "../images/qgn_plat_check_box_indeterminate_normal.png"
       shadow          = ETCHED_IN
+      overlay_stretch = FALSE
     }
     image
     {
@@ -99,6 +111,7 @@
       overlay_file    = "../images/qgn_plat_check_box_indeterminate_focused.png"
       shadow          = ETCHED_IN
       state= ACTIVE
+      overlay_stretch = FALSE
     }
     image
       {

Modified: projects/haf/trunk/hildon-theme-layout-4/rc/hildonbreadcrumbtrail.rc
===================================================================
--- projects/haf/trunk/hildon-theme-layout-4/rc/hildonbreadcrumbtrail.rc	2007-09-12 12:56:08 UTC (rev 13778)
+++ projects/haf/trunk/hildon-theme-layout-4/rc/hildonbreadcrumbtrail.rc	2007-09-12 14:45:36 UTC (rev 13779)
@@ -129,7 +129,7 @@
       function = FOCUS
 	position = RIGHT, TOP, BOTTOM
 	file = "../images/qgn_plat_breadcrumb_end_focused.png"
-	border = { 4, 4, 28, 29 }
+	border = { 4, 5, 28, 28 }
     }
 
     image {

Modified: projects/haf/trunk/hildon-theme-layout-4/rc/hildonkeyboard.rc
===================================================================
--- projects/haf/trunk/hildon-theme-layout-4/rc/hildonkeyboard.rc	2007-09-12 12:56:08 UTC (rev 13778)
+++ projects/haf/trunk/hildon-theme-layout-4/rc/hildonkeyboard.rc	2007-09-12 14:45:36 UTC (rev 13779)
@@ -358,6 +358,7 @@
         state           = INSENSITIVE
 	arrow_direction = LEFT
 	overlay_file    = "../images/qgn_plat_notebook_button_previous_disabled.png"
+    overlay_stretch = FALSE
       }
     image
       {
@@ -365,6 +366,7 @@
         shadow          = IN
 	arrow_direction = LEFT
 	overlay_file    = "../images/qgn_plat_notebook_button_previous_pressed.png"
+    overlay_stretch = FALSE
       }
     image
       {
@@ -372,6 +374,7 @@
         shadow          = OUT
 	arrow_direction = LEFT
 	overlay_file    = "../images/qgn_plat_notebook_button_previous.png"
+    overlay_stretch = FALSE
       }
     
     # Arrows right
@@ -381,6 +384,7 @@
         state           = INSENSITIVE
 	arrow_direction = RIGHT
 	overlay_file    = "../images/qgn_plat_notebook_button_next_disabled.png"
+    overlay_stretch = FALSE
       }
     image
       {
@@ -388,6 +392,7 @@
         shadow          = IN
 	arrow_direction = RIGHT
 	overlay_file    = "../images/qgn_plat_notebook_button_next_pressed.png"
+    overlay_stretch = FALSE
       }
     image
       {
@@ -395,6 +400,7 @@
         shadow          = OUT
 	arrow_direction = RIGHT
 	overlay_file    = "../images/qgn_plat_notebook_button_next.png"
+    overlay_stretch = FALSE
       }
   }
 }

Modified: projects/haf/trunk/hildon-theme-layout-4/rc/hildontimepicker.rc
===================================================================
--- projects/haf/trunk/hildon-theme-layout-4/rc/hildontimepicker.rc	2007-09-12 12:56:08 UTC (rev 13778)
+++ projects/haf/trunk/hildon-theme-layout-4/rc/hildontimepicker.rc	2007-09-12 14:45:36 UTC (rev 13779)
@@ -13,11 +13,13 @@
     image {
       function = BOX
       state = ACTIVE
-      file = "../images/qgn_plat_arrow_up_pressed.png"
+      overlay_file = "../images/qgn_plat_arrow_up_pressed.png"
+      overlay_stretch = FALSE
     }
     image {
       function = BOX
-      file = "../images/qgn_plat_arrow_up_normal.png"
+      overlay_file = "../images/qgn_plat_arrow_up_normal.png"
+      overlay_stretch = FALSE
     }
   }
 }
@@ -29,11 +31,13 @@
     image {
       function = BOX
       state = ACTIVE
-      file = "../images/qgn_plat_arrow_down_pressed.png"
+      overlay_file = "../images/qgn_plat_arrow_down_pressed.png"
+      overlay_stretch = FALSE
     }
     image {
       function = BOX
-      file = "../images/qgn_plat_arrow_down_normal.png"
+      overlay_file = "../images/qgn_plat_arrow_down_normal.png"
+      overlay_stretch = FALSE
     }
   }
 }

Modified: projects/haf/trunk/hildon-theme-layout-4/rc/ossomediaplayer.rc
===================================================================
--- projects/haf/trunk/hildon-theme-layout-4/rc/ossomediaplayer.rc	2007-09-12 12:56:08 UTC (rev 13778)
+++ projects/haf/trunk/hildon-theme-layout-4/rc/ossomediaplayer.rc	2007-09-12 14:45:36 UTC (rev 13779)
@@ -226,7 +226,7 @@
 		state = NORMAL
 		detail = "toolbar-fullscreen-frame-middle"
 		file = "../images/qgn_plat_toolbar_fullscreen_frame_middle.png"
-		border = { 24, 198, 0, 0 }
+		border = { 24, 24, 0, 0 }
 	}
 	image {
 		function = BOX
@@ -240,7 +240,7 @@
 		state = NORMAL
 		detail = "findtoolbar-fullscreen"
 		file = "../images/qgn_plat_toolbar_fullscreen_find.png"
-		border = { 24, 198, 0, 0 }
+		border = { 24, 24, 0, 0 }
 	}
 	image {
 		function = BOX
@@ -289,7 +289,7 @@
 		state = NORMAL
 		detail = "toolbar-fullscreen-frame-middle"
 		file = "../images/qgn_plat_toolbar_fullscreen_frame_middle.png"
-		border = { 24, 198, 0, 0 }
+		border = { 24, 24, 0, 0 }
 	}
 	image {
 		function = BOX
@@ -303,7 +303,7 @@
 		state = NORMAL
 		detail = "findtoolbar-fullscreen"
 		file = "../images/qgn_plat_toolbar_fullscreen_find.png"
-		border = { 24, 198, 0, 0 }
+		border = { 24, 24, 0, 0 }
 	}
 	image {
 		function = BOX


More information about the maemo-commits mailing list