diff options
author | Christian Neumair <cneumair@gnome.org> | 2008-04-26 22:34:37 +0000 |
---|---|---|
committer | Christian Neumair <cneumair@src.gnome.org> | 2008-04-26 22:34:37 +0000 |
commit | a6f7e3a2635deeda332e1759440d8398bea0dae3 (patch) | |
tree | ef8c82a8f58f9f2a618eb0f12fc61662f26b9e9b /ChangeLog | |
parent | d3050ae8daf6e8b9bee6d98cb8bf480691be3cd5 (diff) | |
download | nautilus-a6f7e3a2635deeda332e1759440d8398bea0dae3.tar.gz |
Properly handle selection changes when using keyboard navigation. We did
2008-04-27 Christian Neumair <cneumair@gnome.org>
* libnautilus-private/nautilus-icon-container.c
(emit_atk_focus_tracker_notify), (set_keyboard_focus),
(select_range), (select_one_unselect_others), (rubberband_select),
(keyboard_move_to):
Properly handle selection changes when using keyboard navigation. We
did not emit a "selection-change" signal when keyboard rubberbanding
was used, and all except one icon were deselected. Fixes #509432.
Thanks to Paweł Paprota.
svn path=/trunk/; revision=14092
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +2008-04-27 Christian Neumair <cneumair@gnome.org> + + * libnautilus-private/nautilus-icon-container.c + (emit_atk_focus_tracker_notify), (set_keyboard_focus), + (select_range), (select_one_unselect_others), (rubberband_select), + (keyboard_move_to): + Properly handle selection changes when using keyboard navigation. We + did not emit a "selection-change" signal when keyboard rubberbanding + was used, and all except one icon were deselected. Fixes #509432. + Thanks to Paweł Paprota. + 2008-04-24 Cosimo Cecchi <cosimoc@gnome.org> * src/file-manager/fm-list-view.c: (key_press_callback): |