diff options
author | Chris Toshok <toshok@ximian.com> | 2001-05-12 05:03:42 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2001-05-12 05:03:42 +0800 |
commit | 95651fe8285b961687f8ade655e0c2b1b08aad78 (patch) | |
tree | a1d32c0e71523e80a63b8729150959557bf052c1 /addressbook/ChangeLog | |
parent | 714cf99b72b368750d167e8b4861dc8394878458 (diff) | |
download | gsoc2013-evolution-95651fe8285b961687f8ade655e0c2b1b08aad78.tar.gz gsoc2013-evolution-95651fe8285b961687f8ade655e0c2b1b08aad78.tar.zst gsoc2013-evolution-95651fe8285b961687f8ade655e0c2b1b08aad78.zip |
use e_card_list_get_vcard to build up the data to send.
2001-05-11 Chris Toshok <toshok@ximian.com>
* gui/widgets/e-minicard-view.c (e_minicard_view_drag_data_get):
use e_card_list_get_vcard to build up the data to send.
(e_minicard_view_init): connect to the model's drag_begin signal.
(e_minicard_view_drag_begin): gather the list of cards being
dragged and call gtk_drag_begin.
(add_to_list): new function.
(get_card_list): same.
(disconnect_signals): disconnect the drag_data_get signal.
(e_minicard_view_init): connect to the drag_begin signal on our
model.
* gui/widgets/e-minicard-view.h (struct _EMinicardView): change
drag_card to drag_list.
* gui/widgets/e-minicard-view-model.c (minicard_drag_begin): new
function, emit our drag_begin signal.
(addressbook_incarnate): connect to the item's drag_begin signal.
(e_minicard_view_model_class_init): init our drag_begin signal.
* gui/widgets/e-minicard-view-model.h: add drag_begin signal.
* gui/component/addressbook-config.c (addressbook_source_dialog):
always loop through all source types here, making LDAP first so
it's forces as the first notebook item.
(addressbook_config_auth_label): remove SASL case.
(addressbook_source_edit_changed): same.
(addressbook_source_item_new): flag the area of code that needs to
go into the advanced dialog (if we add one before someone
graciously redesigns the entire addressbook gui :)
* gui/component/addressbook-storage.c (ldap_unparse_auth): remove
SASL case.
(ldap_parse_auth): same.
* gui/component/addressbook-storage.h: make LDAP come first in our
source type enumeration, and remove the SASL auth type.
svn path=/trunk/; revision=9774
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 09103948ad..bf0b5e3d33 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,43 @@ +2001-05-11 Chris Toshok <toshok@ximian.com> + + * gui/widgets/e-minicard-view.c (e_minicard_view_drag_data_get): + use e_card_list_get_vcard to build up the data to send. + (e_minicard_view_init): connect to the model's drag_begin signal. + (e_minicard_view_drag_begin): gather the list of cards being + dragged and call gtk_drag_begin. + (add_to_list): new function. + (get_card_list): same. + (disconnect_signals): disconnect the drag_data_get signal. + (e_minicard_view_init): connect to the drag_begin signal on our + model. + + * gui/widgets/e-minicard-view.h (struct _EMinicardView): change + drag_card to drag_list. + + * gui/widgets/e-minicard-view-model.c (minicard_drag_begin): new + function, emit our drag_begin signal. + (addressbook_incarnate): connect to the item's drag_begin signal. + (e_minicard_view_model_class_init): init our drag_begin signal. + + * gui/widgets/e-minicard-view-model.h: add drag_begin signal. + + * gui/component/addressbook-config.c (addressbook_source_dialog): + always loop through all source types here, making LDAP first so + it's forces as the first notebook item. + (addressbook_config_auth_label): remove SASL case. + (addressbook_source_edit_changed): same. + (addressbook_source_item_new): flag the area of code that needs to + go into the advanced dialog (if we add one before someone + graciously redesigns the entire addressbook gui :) + + + * gui/component/addressbook-storage.c (ldap_unparse_auth): remove + SASL case. + (ldap_parse_auth): same. + + * gui/component/addressbook-storage.h: make LDAP come first in our + source type enumeration, and remove the SASL auth type. + 2001-05-11 Christopher James Lahey <clahey@ximian.com> * backend/ebook/e-card.c (e_card_set_arg): If the name is set and |