From f53eadffe11cd3bd9e05414e1484e5e648ced8b1 Mon Sep 17 00:00:00 2001 From: Hans Petter Jansson Date: Fri, 16 Apr 2004 08:23:37 +0000 Subject: Commit new contact editor UI by Anna. 2004-04-16 Hans Petter Jansson * gui/contact-editor/contact-editor.glade: Commit new contact editor UI by Anna. * gui/contact-editor/e-contact-editor.c: Comment out bonobo includes. (_email_arrow_pressed) (_address_arrow_pressed) (set_im_fields) (find_address_mailing) (set_address_field) (add_im_clicked) (edit_im_clicked) (remove_im_clicked) (im_button_press_cb) (im_selected_cb) (im_treeview_drag_data_get_cb) (im_treeview_drag_data_rcv_cb) (setup_im_treeview) (email_entry_changed) (address_to_text) (text_to_address) (address_text_changed) (address_mailing_changed) (full_addr_clicked) (e_contact_editor_build_email_ui) (e_contact_editor_build_address_ui) (_email_arrow_pressed) (_address_arrow_pressed) (find_address_mailing) (add_im_field) (set_im_fields) (set_address_field): Removed. (address_name) (im_service) (im_location): Add lookup structs. (init_email_record_location) (init_email) (fill_in_email_record) (extract_email_record) (email_location_to_index) (email_index_to_location) (im_index_to_location) (get_email_location) (get_im_location) (fill_in_email) (extract_email) (init_im_record_location) (init_im_record_service) (init_im) (fill_in_im_record) (fill_in_im) (extract_im_record) (extract_im) (init_address_field) (init_address_record) (init_address) (fill_in_address_field) (fill_in_address_record) (fill_in_address) (extract_address_field) (extract_address_record) (extract_address) (file_save_and_close_cb) (file_cancel_cb) (set_entry_text): Implemented. (connect_arrow_button_signals): Updated some widget names. (set_entry_changed_signals): Removed dead widgets, updated names for others. (print_cb) (tb_save_and_close_cb) (create_ui): Disabled Bonobo toolbar/menus. (e_contact_editor_init): Disabled Bonobo toolbar/menus. Init new UI elements. Remove init of old UI elements. (command_state_changed): Disabled Bonobo toolbar/menus. Act on new ok/cancel buttons. (_phone_arrow_pressed): Updated widget names. (set_phone_field): Use set_entry_text (). (set_fields): Update widget names, remove old address code, call new fill_in_* code. (field_mapping): Remove dead widgets. (widget_field_mapping): Ditto. (enable_writable_fields): Remove calls for old email/address UI. Update some names. (fill_in_info): Don't find_address_mailing() or set_im_fields(). (extract_info): Call new extraction funcs. svn path=/trunk/; revision=25492 --- addressbook/ChangeLog | 87 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 87 insertions(+) (limited to 'addressbook/ChangeLog') diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 98e3f53173..b629f41044 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,90 @@ +2004-04-16 Hans Petter Jansson + + * gui/contact-editor/contact-editor.glade: Commit new contact editor + UI by Anna. + + * gui/contact-editor/e-contact-editor.c: Comment out bonobo includes. + (_email_arrow_pressed) + (_address_arrow_pressed) + (set_im_fields) + (find_address_mailing) + (set_address_field) + (add_im_clicked) + (edit_im_clicked) + (remove_im_clicked) + (im_button_press_cb) + (im_selected_cb) + (im_treeview_drag_data_get_cb) + (im_treeview_drag_data_rcv_cb) + (setup_im_treeview) + (email_entry_changed) + (address_to_text) + (text_to_address) + (address_text_changed) + (address_mailing_changed) + (full_addr_clicked) + (e_contact_editor_build_email_ui) + (e_contact_editor_build_address_ui) + (_email_arrow_pressed) + (_address_arrow_pressed) + (find_address_mailing) + (add_im_field) + (set_im_fields) + (set_address_field): Removed. + (address_name) + (im_service) + (im_location): Add lookup structs. + (init_email_record_location) + (init_email) + (fill_in_email_record) + (extract_email_record) + (email_location_to_index) + (email_index_to_location) + (im_index_to_location) + (get_email_location) + (get_im_location) + (fill_in_email) + (extract_email) + (init_im_record_location) + (init_im_record_service) + (init_im) + (fill_in_im_record) + (fill_in_im) + (extract_im_record) + (extract_im) + (init_address_field) + (init_address_record) + (init_address) + (fill_in_address_field) + (fill_in_address_record) + (fill_in_address) + (extract_address_field) + (extract_address_record) + (extract_address) + (file_save_and_close_cb) + (file_cancel_cb) + (set_entry_text): Implemented. + (connect_arrow_button_signals): Updated some widget names. + (set_entry_changed_signals): Removed dead widgets, updated names for + others. + (print_cb) + (tb_save_and_close_cb) + (create_ui): Disabled Bonobo toolbar/menus. + (e_contact_editor_init): Disabled Bonobo toolbar/menus. Init new + UI elements. Remove init of old UI elements. + (command_state_changed): Disabled Bonobo toolbar/menus. Act on new + ok/cancel buttons. + (_phone_arrow_pressed): Updated widget names. + (set_phone_field): Use set_entry_text (). + (set_fields): Update widget names, remove old address code, call new + fill_in_* code. + (field_mapping): Remove dead widgets. + (widget_field_mapping): Ditto. + (enable_writable_fields): Remove calls for old email/address UI. + Update some names. + (fill_in_info): Don't find_address_mailing() or set_im_fields(). + (extract_info): Call new extraction funcs. + 2004-04-14 Chris Toshok * gui/component/addressbook-view.c (book_open_cb): force the info -- cgit