aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/ChangeLog
diff options
context:
space:
mode:
authorHans Petter Jansson <hpj@ximian.com>2004-04-16 16:23:37 +0800
committerHans Petter <hansp@src.gnome.org>2004-04-16 16:23:37 +0800
commitf53eadffe11cd3bd9e05414e1484e5e648ced8b1 (patch)
tree66e3921e78ed211a0466666454ec19e992409729 /addressbook/ChangeLog
parentb350c58851f568637de0e296cf0e9a0569792c63 (diff)
downloadgsoc2013-evolution-f53eadffe11cd3bd9e05414e1484e5e648ced8b1.tar
gsoc2013-evolution-f53eadffe11cd3bd9e05414e1484e5e648ced8b1.tar.gz
gsoc2013-evolution-f53eadffe11cd3bd9e05414e1484e5e648ced8b1.tar.bz2
gsoc2013-evolution-f53eadffe11cd3bd9e05414e1484e5e648ced8b1.tar.lz
gsoc2013-evolution-f53eadffe11cd3bd9e05414e1484e5e648ced8b1.tar.xz
gsoc2013-evolution-f53eadffe11cd3bd9e05414e1484e5e648ced8b1.tar.zst
gsoc2013-evolution-f53eadffe11cd3bd9e05414e1484e5e648ced8b1.zip
Commit new contact editor UI by Anna.
2004-04-16 Hans Petter Jansson <hpj@ximian.com> * 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
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r--addressbook/ChangeLog87
1 files changed, 87 insertions, 0 deletions
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 <hpj@ximian.com>
+
+ * 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 <toshok@ximian.com>
* gui/component/addressbook-view.c (book_open_cb): force the info