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

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Tue Jul 31 19:04:13 EEST 2007
Author: xan
Date: 2007-07-31 19:04:10 +0300 (Tue, 31 Jul 2007)
New Revision: 12971

Modified:
   projects/haf/trunk/hildon-theme-layout-4/ChangeLog
   projects/haf/trunk/hildon-theme-layout-4/rc/base.rc
Log:
2007-07-31  Xan Lopez  <xan at gnome.org>

	* rc/base.rc:

	Remove bindings for Left and Right in dialog, only do it for bboxes.
	Fixes: NB#63406

	Unbind Ctrl+F in GtkTreeView to disable interactive search, Fixes: MB#1724


Modified: projects/haf/trunk/hildon-theme-layout-4/ChangeLog
===================================================================
--- projects/haf/trunk/hildon-theme-layout-4/ChangeLog	2007-07-31 15:46:50 UTC (rev 12970)
+++ projects/haf/trunk/hildon-theme-layout-4/ChangeLog	2007-07-31 16:04:10 UTC (rev 12971)
@@ -1,3 +1,12 @@
+2007-07-31  Xan Lopez  <xan at gnome.org>
+
+	* rc/base.rc:
+
+	Remove bindings for Left and Right in dialog, only do it for bboxes.
+	Fixes: NB#63406
+
+	Unbind Ctrl+F in GtkTreeView to disable interactive search, Fixes: MB#1724
+
 2007-07-31  Michael Dominic Kostrzewa  <michael.kostrzewa at nokia.com> 
 
 	* rc/gtkcombobox.rc: Fixing the theming for derrived GtkComboBox objects.

Modified: projects/haf/trunk/hildon-theme-layout-4/rc/base.rc
===================================================================
--- projects/haf/trunk/hildon-theme-layout-4/rc/base.rc	2007-07-31 15:46:50 UTC (rev 12970)
+++ projects/haf/trunk/hildon-theme-layout-4/rc/base.rc	2007-07-31 16:04:10 UTC (rev 12971)
@@ -148,18 +148,29 @@
 
 binding "dialog"
 {
+  bind "Up"    { "move-focus" (tab-backward) }
+  bind "Down"  { "move-focus" (tab-forward)  }
+}
+
+class "GtkDialog" binding "dialog"
+
+binding "buttonbox"
+{
   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"
+class "GtkHButtonBox" binding "buttonbox"
+class "GtkVButtonBox" binding "buttonbox"
 
 binding "treeview"
 {
   bind "Left"  { "expand-collapse-cursor-row" (1, 0, 0) }
   bind "Right" { "expand-collapse-cursor-row" (1, 1, 0) }
+  unbind "<control>F"
+  unbind "<control>f"
 }
 
 class "GtkTreeView" binding "treeview"


More information about the maemo-commits mailing list