aboutsummaryrefslogtreecommitdiffstats
path: root/shell/ChangeLog
diff options
context:
space:
mode:
authorjacob berkman <jacob@ximian.com>2001-06-26 04:30:42 +0800
committerJacob Berkman <jberkman@src.gnome.org>2001-06-26 04:30:42 +0800
commit4d5ccfcb23509552645597c073fd0fa311701ded (patch)
treea790571c62af8d91671d5a905b737286e77ea416 /shell/ChangeLog
parentb655dc216eaab23a6f2d2e9a278b4f5dd4fdfa3a (diff)
downloadgsoc2013-evolution-4d5ccfcb23509552645597c073fd0fa311701ded.tar
gsoc2013-evolution-4d5ccfcb23509552645597c073fd0fa311701ded.tar.gz
gsoc2013-evolution-4d5ccfcb23509552645597c073fd0fa311701ded.tar.bz2
gsoc2013-evolution-4d5ccfcb23509552645597c073fd0fa311701ded.tar.lz
gsoc2013-evolution-4d5ccfcb23509552645597c073fd0fa311701ded.tar.xz
gsoc2013-evolution-4d5ccfcb23509552645597c073fd0fa311701ded.tar.zst
gsoc2013-evolution-4d5ccfcb23509552645597c073fd0fa311701ded.zip
display a selected uri in a timeout rather than right away, so the UI
2001-06-25 jacob berkman <jacob@ximian.com> * e-shell-view.c: (set_folder_timeout): display a selected uri in a timeout rather than right away, so the UI feels a bit more responsive, and the tree is more navigable via keyboard (switch_on_folder_tree_click): use the timeout rather than setting the URI right away (destroy): remove the timeout if it still exists (update_for_current_uri): if there is a timeout set, don't update (e_shell_view_display_uri): remove the timeout if it exists svn path=/trunk/; revision=10490
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r--shell/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index 726e4ec8f7..2ec4e7d0dc 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,3 +1,14 @@
+2001-06-25 jacob berkman <jacob@ximian.com>
+
+ * e-shell-view.c: (set_folder_timeout): display a selected uri in
+ a timeout rather than right away, so the UI feels a bit more
+ responsive, and the tree is more navigable via keyboard
+ (switch_on_folder_tree_click): use the timeout rather than setting
+ the URI right away
+ (destroy): remove the timeout if it still exists
+ (update_for_current_uri): if there is a timeout set, don't update
+ (e_shell_view_display_uri): remove the timeout if it exists
+
2001-06-25 Ettore Perazzoli <ettore@ximian.com>
* main.c (no_views_left_cb): Call `e_shell_unregister_all()'.