Merged from HEAD:

2006-03-10  Federico Mena Quintero  <federico@novell.com>

	Merged from HEAD:

	Make Shift-P and Shift-N activate typeahead in GtkTreeView
	(i.e. they are just normal capital letters).  Fixes bug #334098.

	* gtk/gtktreeview.c (gtk_tree_view_add_move_binding): Add an
	"add_shifted_binding" argument which determines whether we'll add
	the same binding with GDK_SHIFT_MASK.
	(gtk_tree_view_class_init): Use add_shifted_binding=FALSE for GDK_p
	and GDK_n; use TRUE for all the rest.

Thu Mar  9 14:49:35 2006  Tim Janik  <timj@imendio.com>
This commit is contained in:
Federico Mena Quintero
2006-03-10 17:24:13 +00:00
committed by Federico Mena Quintero
parent 5554b66bf5
commit d9072e0fa2
2 changed files with 26 additions and 0 deletions

View File

@@ -1,3 +1,16 @@
2006-03-10 Federico Mena Quintero <federico@novell.com>
Merged from HEAD:
Make Shift-P and Shift-N activate typeahead in GtkTreeView
(i.e. they are just normal capital letters). Fixes bug #334098.
* gtk/gtktreeview.c (gtk_tree_view_add_move_binding): Add an
"add_shifted_binding" argument which determines whether we'll add
the same binding with GDK_SHIFT_MASK.
(gtk_tree_view_class_init): Use add_shifted_binding=FALSE for GDK_p
and GDK_n; use TRUE for all the rest.
Thu Mar 9 14:49:35 2006 Tim Janik <timj@imendio.com>
* gtk/gtkobject.c (gtk_object_init): clean up the GInitiallyUnowned

View File

@@ -1,3 +1,16 @@
2006-03-10 Federico Mena Quintero <federico@novell.com>
Merged from HEAD:
Make Shift-P and Shift-N activate typeahead in GtkTreeView
(i.e. they are just normal capital letters). Fixes bug #334098.
* gtk/gtktreeview.c (gtk_tree_view_add_move_binding): Add an
"add_shifted_binding" argument which determines whether we'll add
the same binding with GDK_SHIFT_MASK.
(gtk_tree_view_class_init): Use add_shifted_binding=FALSE for GDK_p
and GDK_n; use TRUE for all the rest.
Thu Mar 9 14:49:35 2006 Tim Janik <timj@imendio.com>
* gtk/gtkobject.c (gtk_object_init): clean up the GInitiallyUnowned