aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2004-08-24 10:54:03 +0800
committerMichael Zucci <zucchi@src.gnome.org>2004-08-24 10:54:03 +0800
commit35645d523e2f62a8742218e092afdad84f7221a1 (patch)
treebf5b4cf83e3e2393e3104e0bbc004de53c31164e /mail/ChangeLog
parent461c577dbd5e64cfca68a680b40e27ea34bf1861 (diff)
downloadgsoc2013-evolution-35645d523e2f62a8742218e092afdad84f7221a1.tar
gsoc2013-evolution-35645d523e2f62a8742218e092afdad84f7221a1.tar.gz
gsoc2013-evolution-35645d523e2f62a8742218e092afdad84f7221a1.tar.bz2
gsoc2013-evolution-35645d523e2f62a8742218e092afdad84f7221a1.tar.lz
gsoc2013-evolution-35645d523e2f62a8742218e092afdad84f7221a1.tar.xz
gsoc2013-evolution-35645d523e2f62a8742218e092afdad84f7221a1.tar.zst
gsoc2013-evolution-35645d523e2f62a8742218e092afdad84f7221a1.zip
store the select-uri on the view not in the thread message.
2004-08-23 Not Zed <NotZed@Ximian.com> * em-folder-tree.c (em_folder_tree_set_selected): store the select-uri on the view not in the thread message. (emft_get_folder_info__free): (emft_get_folder_info__got): select_uri removed. (em_folder_tree_set_selected_list): don't set each selected separately, do it as a list. (emft_maybe_expand_row): if this is a selected row, select it too. (emft_get_folder_info__got): do no pending set selection stuff here. (em_folder_tree_set_selected): just call set_selected_list with one item. (emft_expand_node): if this is a selected row, select it too. (emft_get_folder_info__got): no longer need to track lost folders. (emft_tree_row_activated): clear the pending select list. (emft_tree_selection_changed): and here too. (em_folder_tree_get_selected_uris): get the lost folders from the un-applied selected ones now. also fixes a list appending error. (emft_tree_user_event): find out when the user hits a key or mouse button to override any pending single-user select and don't override the cursor setting either. (emft_tree_row_expanded): set the 'load subdirs' false before we load it, so we don't try to load it again if its still being loaded. (emft_get_folder_info__got): don't check the loaded flag here, it should be set by the callee, also check the exception return. svn path=/trunk/; revision=27002
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog28
1 files changed, 28 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index ef6a9c8b17..29ebcc8609 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,31 @@
+2004-08-23 Not Zed <NotZed@Ximian.com>
+
+ * em-folder-tree.c (em_folder_tree_set_selected): store the
+ select-uri on the view not in the thread message.
+ (emft_get_folder_info__free):
+ (emft_get_folder_info__got): select_uri removed.
+ (em_folder_tree_set_selected_list): don't set each selected
+ separately, do it as a list.
+ (emft_maybe_expand_row): if this is a selected row, select it too.
+ (emft_get_folder_info__got): do no pending set selection stuff
+ here.
+ (em_folder_tree_set_selected): just call set_selected_list with
+ one item.
+ (emft_expand_node): if this is a selected row, select it too.
+ (emft_get_folder_info__got): no longer need to track lost folders.
+ (emft_tree_row_activated): clear the pending select list.
+ (emft_tree_selection_changed): and here too.
+ (em_folder_tree_get_selected_uris): get the lost folders from the
+ un-applied selected ones now. also fixes a list appending error.
+ (emft_tree_user_event): find out when the user hits a key or mouse
+ button to override any pending single-user select and don't
+ override the cursor setting either.
+ (emft_tree_row_expanded): set the 'load subdirs' false before we
+ load it, so we don't try to load it again if its still being
+ loaded.
+ (emft_get_folder_info__got): don't check the loaded flag here, it
+ should be set by the callee, also check the exception return.
+
2004-08-13 Jeffrey Stedfast <fejj@novell.com>
Fix for bug #62812