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

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Tue Apr 24 13:07:25 EEST 2007
Author: xan
Date: 2007-04-24 13:07:24 +0300 (Tue, 24 Apr 2007)
New Revision: 11230

Modified:
   projects/haf/trunk/hildon-theme-layout-4/ChangeLog
   projects/haf/trunk/hildon-theme-layout-4/rc/base.rc
   projects/haf/trunk/hildon-theme-layout-4/rc/gtksettings.rc
   projects/haf/trunk/hildon-theme-layout-4/rc/hildonbreadcrumbtrail.rc
Log:
	* rc/base.rc: Add bindings for GtkComboBox and GtkDialog.
	USe GtkArrow::arrow-scaling property.
	
	* rc/gtksettings.rc: Disable wrap around in menus, notebooks
	and radio groups.
	
	* rc/hildonbreadcrumbtrail.rc: Update inner border values for
	back button.


Modified: projects/haf/trunk/hildon-theme-layout-4/ChangeLog
===================================================================
--- projects/haf/trunk/hildon-theme-layout-4/ChangeLog	2007-04-24 10:03:36 UTC (rev 11229)
+++ projects/haf/trunk/hildon-theme-layout-4/ChangeLog	2007-04-24 10:07:24 UTC (rev 11230)
@@ -1,3 +1,14 @@
+2007-04-24  Xan Lopez  <xan.lopez at nokia.com>
+
+	* rc/base.rc: Add bindings for GtkComboBox and GtkDialog.
+	USe GtkArrow::arrow-scaling property.
+	
+	* rc/gtksettings.rc: Disable wrap around in menus, notebooks
+	and radio groups.
+	
+	* rc/hildonbreadcrumbtrail.rc: Update inner border values for
+	back button.
+
 2007-04-20  Johan Bilien  <johan.bilien at nokia.com>
 
 	* rc/ossorssfeedreader.rc:

Modified: projects/haf/trunk/hildon-theme-layout-4/rc/base.rc
===================================================================
--- projects/haf/trunk/hildon-theme-layout-4/rc/base.rc	2007-04-24 10:03:36 UTC (rev 11229)
+++ projects/haf/trunk/hildon-theme-layout-4/rc/base.rc	2007-04-24 10:07:24 UTC (rev 11230)
@@ -107,6 +107,8 @@
       }
   }
 
+  GtkArrow::arrow-scaling = 1.0
+
 }
 class "GtkWidget" style "osso-default"
 
@@ -169,3 +171,25 @@
 ##################
 # THESE HAVE MISSING IMAGES BUT ARE HERE BECAUSE OF STYLE PROPERTIES
 ##################
+
+# BINDINGS
+
+binding "combo"
+{
+  bind "Left"  { "move-active" (step-up) }
+  bind "Right" { "move-active" (step-down) }
+  unbind "Up"
+  unbind "Down"
+}
+
+class "GtkComboBox" binding "combo"
+
+binding "dialog"
+{
+  bind "Left"  { "move-focus" (tab-backward) }
+  bind "Up"    { "move-focus" (tab-backward) }
+  bind "Right" { "move-focus" (tab-forward)  }
+  bind "Down"  { "move-focus" (tab-forward)  }
+}
+
+class "GtkDialog" binding "dialog"

Modified: projects/haf/trunk/hildon-theme-layout-4/rc/gtksettings.rc
===================================================================
--- projects/haf/trunk/hildon-theme-layout-4/rc/gtksettings.rc	2007-04-24 10:03:36 UTC (rev 11229)
+++ projects/haf/trunk/hildon-theme-layout-4/rc/gtksettings.rc	2007-04-24 10:07:24 UTC (rev 11230)
@@ -24,5 +24,5 @@
 # Show last char in hidden entries for 600 ms
 gtk-entry-last-char-timeout = 600
 
-# Enable cursor only navigation
-gtk-keynav-cursor-only = 1
+# Disable wrap-around in menus, notebooks and radio groups
+gtk-keynav-cursor-only = 0

Modified: projects/haf/trunk/hildon-theme-layout-4/rc/hildonbreadcrumbtrail.rc
===================================================================
--- projects/haf/trunk/hildon-theme-layout-4/rc/hildonbreadcrumbtrail.rc	2007-04-24 10:03:36 UTC (rev 11229)
+++ projects/haf/trunk/hildon-theme-layout-4/rc/hildonbreadcrumbtrail.rc	2007-04-24 10:07:24 UTC (rev 11230)
@@ -36,7 +36,7 @@
 widget "*.hildon-bread-crumb-back-button.GtkArrow" style "osso-breadcrumb-backbutton-arrow"
 
 style "osso-bread-crumb-back-button" {
-  GtkButton::inner-border = { 0, 0, 9, 9 }
+  GtkButton::inner-border = { 0, 0, 10, 10 }
 
   engine "sapwood" {
     image {
@@ -148,4 +148,4 @@
   }
 }
 
-widget "*.HildonBreadCrumbTrail.HildonBreadCrumb" style "osso-bread-crumb-button"
+widget_class "*.HildonBreadCrumbTrail.<HildonBreadCrumb>" style "osso-bread-crumb-button"


More information about the maemo-commits mailing list