aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/ChangeLog
diff options
context:
space:
mode:
authorChris Toshok <toshok@ximian.com>2001-05-23 17:19:07 +0800
committerChris Toshok <toshok@src.gnome.org>2001-05-23 17:19:07 +0800
commitbe19c59c2e0f254538f72ba136d7524d8619045a (patch)
tree56a41f4e6ecd2e115e74e93e9e83873ff589261e /addressbook/ChangeLog
parentc5ed45567edc05e791930e16bf56e5b02e247f1a (diff)
downloadgsoc2013-evolution-be19c59c2e0f254538f72ba136d7524d8619045a.tar
gsoc2013-evolution-be19c59c2e0f254538f72ba136d7524d8619045a.tar.gz
gsoc2013-evolution-be19c59c2e0f254538f72ba136d7524d8619045a.tar.bz2
gsoc2013-evolution-be19c59c2e0f254538f72ba136d7524d8619045a.tar.lz
gsoc2013-evolution-be19c59c2e0f254538f72ba136d7524d8619045a.tar.xz
gsoc2013-evolution-be19c59c2e0f254538f72ba136d7524d8619045a.tar.zst
gsoc2013-evolution-be19c59c2e0f254538f72ba136d7524d8619045a.zip
add sequence_complete_id to EAddressbookModel and stop_state_changed to
2001-05-23 Chris Toshok <toshok@ximian.com> * gui/widgets/e-addressbook-model.h: add sequence_complete_id to EAddressbookModel and stop_state_changed to EAddressbookModelClass. also, add prototype for e_addressbook_model_can_stop. * gui/widgets/e-addressbook-model.c (remove_book_view): disconnect from "sequence_complete", and set search_in_progress to FALSE. (sequence_complete): set search_in_progress to FALSE and emit "stop_state_changed." (e_addressbook_model_class_init): create the "stop_state_changed" signal. (e_addressbook_model_init): init stuff. (book_view_loaded): connect to "sequence_complete" signal. (book_view_loaded): set search_in_progress to TRUE and emit "stop_state_changed" (e_addressbook_model_stop): set search_in_progress to false, emit "stop_state_changed", and set our status to "Search Interrupted." (e_addressbook_model_can_stop): return search_in_progress. * gui/widgets/e-addressbook-view.c (e_addressbook_view_init): connect to the stop_state_changed signal on EAddressbookModel. (stop_state_changed): new function. (e_addressbook_view_can_stop): call e_addressbook_model_can_stop. * gui/component/addressbook.c (update_command_state): use e_addressbook_view_can_stop to set the sensitivity of the stop button. svn path=/trunk/; revision=9940
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r--addressbook/ChangeLog31
1 files changed, 30 insertions, 1 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog
index 44c07add82..8c4d44aa26 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -1,3 +1,33 @@
+2001-05-23 Chris Toshok <toshok@ximian.com>
+
+ * gui/widgets/e-addressbook-model.h: add sequence_complete_id to
+ EAddressbookModel and stop_state_changed to
+ EAddressbookModelClass. also, add prototype for
+ e_addressbook_model_can_stop.
+
+ * gui/widgets/e-addressbook-model.c (remove_book_view): disconnect
+ from "sequence_complete", and set search_in_progress to FALSE.
+ (sequence_complete): set search_in_progress to FALSE and emit
+ "stop_state_changed."
+ (e_addressbook_model_class_init): create the "stop_state_changed"
+ signal.
+ (e_addressbook_model_init): init stuff.
+ (book_view_loaded): connect to "sequence_complete" signal.
+ (book_view_loaded): set search_in_progress to TRUE and emit
+ "stop_state_changed"
+ (e_addressbook_model_stop): set search_in_progress to false, emit
+ "stop_state_changed", and set our status to "Search Interrupted."
+ (e_addressbook_model_can_stop): return search_in_progress.
+
+ * gui/widgets/e-addressbook-view.c (e_addressbook_view_init):
+ connect to the stop_state_changed signal on EAddressbookModel.
+ (stop_state_changed): new function.
+ (e_addressbook_view_can_stop): call e_addressbook_model_can_stop.
+
+ * gui/component/addressbook.c (update_command_state): use
+ e_addressbook_view_can_stop to set the sensitivity of the stop
+ button.
+
2001-05-22 Dan Winship <danw@ximian.com>
* backend/ebook/e-book-listener.c (e_book_listener_check_queue):
@@ -157,7 +187,6 @@
(addressbook_factory_new_control): register command_state_change
to update the commands.
->>>>>>> 1.504
2001-05-15 Chris Toshok <toshok@ximian.com>
* gui/search/e-addressbook-search-dialog.c