aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorDavid Bordoley <bordoley@msu.edu>2003-03-30 23:57:07 +0800
committerDave Bordoley <Bordoley@src.gnome.org>2003-03-30 23:57:07 +0800
commita3638b15667bac68d1afe793ff6416c263d55328 (patch)
tree2492552f19c78f9da9d61431c41ba05c1cf2cd99 /ChangeLog
parent33700d8d076cee88d0da1e12b4c27dfc0283139b (diff)
downloadgsoc2013-epiphany-a3638b15667bac68d1afe793ff6416c263d55328.tar
gsoc2013-epiphany-a3638b15667bac68d1afe793ff6416c263d55328.tar.gz
gsoc2013-epiphany-a3638b15667bac68d1afe793ff6416c263d55328.tar.bz2
gsoc2013-epiphany-a3638b15667bac68d1afe793ff6416c263d55328.tar.lz
gsoc2013-epiphany-a3638b15667bac68d1afe793ff6416c263d55328.tar.xz
gsoc2013-epiphany-a3638b15667bac68d1afe793ff6416c263d55328.tar.zst
gsoc2013-epiphany-a3638b15667bac68d1afe793ff6416c263d55328.zip
Use hotkeys to navigate around the dialog.
2003-03-30 David Bordoley <bordoley@msu.edu> * src/bookmarks/ephy-bookmark-properties.c: (build_ui): * src/bookmarks/ephy-new-bookmark.c: (build_editing_table): Use hotkeys to navigate around the dialog. * src/bookmarks/ephy-topics-selector.c: (mneumonic_activated), (ephy_topics_build_ui), (ephy_topics_selector_new): Catch the mneumonic-activated signal and focus the currently selected item in the list. If no items are selected, select the first item. * src/bookmarks/ephy-bookmarks-editor.c: (key_pressed_cb): Change function to return a gboolean and return false if we don't handle the key event (fixes keynav in the bme).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ef4f48c0e..d1061aa1e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+2003-03-30 David Bordoley <bordoley@msu.edu>
+
+ * src/bookmarks/ephy-bookmark-properties.c: (build_ui):
+ * src/bookmarks/ephy-new-bookmark.c: (build_editing_table):
+ Use hotkeys to navigate around the dialog.
+
+ * src/bookmarks/ephy-topics-selector.c: (mneumonic_activated),
+ (ephy_topics_build_ui), (ephy_topics_selector_new):
+ Catch the mneumonic-activated signal and focus the currently
+ selected item in the list. If no items are selected, select the
+ first item.
+
+ * src/bookmarks/ephy-bookmarks-editor.c: (key_pressed_cb):
+ Change function to return a gboolean and return false
+ if we don't handle the key event (fixes keynav in the bme).
+
2003-03-30 Xan Lopez <xan@masilla.org>
* src/bookmarks/ephy-bookmarks-editor.c: