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

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Tue Jun 26 15:19:49 EEST 2007
Author: xan
Date: 2007-06-26 15:19:44 +0300 (Tue, 26 Jun 2007)
New Revision: 12476

Modified:
   projects/haf/trunk/hildon-theme-layout-4/ChangeLog
   projects/haf/trunk/hildon-theme-layout-4/rc/base.rc
Log:
2007-06-26  Xan Lopez  <xan at nokia.com>

	* rc/base.rc (gtk-icon-sizes): handle focus for Editor widgets.
	Depends on gtk+2.0 >= 2.10.12-osso6


Modified: projects/haf/trunk/hildon-theme-layout-4/ChangeLog
===================================================================
--- projects/haf/trunk/hildon-theme-layout-4/ChangeLog	2007-06-26 12:18:23 UTC (rev 12475)
+++ projects/haf/trunk/hildon-theme-layout-4/ChangeLog	2007-06-26 12:19:44 UTC (rev 12476)
@@ -1,3 +1,8 @@
+2007-06-26  Xan Lopez  <xan at nokia.com>
+
+	* rc/base.rc (gtk-icon-sizes): handle focus for Editor widgets.
+	Depends on gtk+2.0 >= 2.10.12-osso6
+
 2007-06-25  Richard Sun  <richard.sun at nokia.com>
 
 	* rc/hildonkeyboard.rc: 

Modified: projects/haf/trunk/hildon-theme-layout-4/rc/base.rc
===================================================================
--- projects/haf/trunk/hildon-theme-layout-4/rc/base.rc	2007-06-26 12:18:23 UTC (rev 12475)
+++ projects/haf/trunk/hildon-theme-layout-4/rc/base.rc	2007-06-26 12:19:44 UTC (rev 12476)
@@ -188,3 +188,15 @@
 }
 
 class "GtkMenu" binding "menu-f4"
+
+# Handle focus correctly for edition widgets
+binding "editors-focus"
+{
+  bind "Left"  { "move-focus" (left)         }
+  bind "Right" { "move-focus" (right)        }
+  bind "Up"    { "move-focus" (tab-backward) }
+  bind "Down"  { "move-focus" (tab-forward)  }
+}
+
+class "HildonTimeEditor" binding "editors-focus"
+class "HildonDateEditor" binding "editors-focus"


More information about the maemo-commits mailing list