diff options
author | JP Rosevear <jpr@novell.com> | 2004-08-28 02:10:22 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2004-08-28 02:10:22 +0800 |
commit | 5c2e292a57bbdd2465f1580d6fa9401b6a8b614a (patch) | |
tree | ca7cbb06e70fb80db6eddf070bfc31585e28c6d0 /calendar/ChangeLog | |
parent | 2971f1b0e3fcb9a435c10fc8e04d44809bc72177 (diff) | |
download | gsoc2013-evolution-5c2e292a57bbdd2465f1580d6fa9401b6a8b614a.tar.gz gsoc2013-evolution-5c2e292a57bbdd2465f1580d6fa9401b6a8b614a.tar.zst gsoc2013-evolution-5c2e292a57bbdd2465f1580d6fa9401b6a8b614a.zip |
Fixes #62911, #54101
2004-08-27 JP Rosevear <jpr@novell.com>
Fixes #62911, #54101
* gui/e-itip-control.c (set_ok_sens): util routine to set
sensitivity of OK button
(cal_opened_cb): cal back when calendar opens, sensitize ok button
(start_calendar_server): open async and take call back arg
(source_selected_cb): desensitize ok button until calendar is
loaded
(find_cal_opened_cb): check to see if the calendar contains the
object we are looking for, if none do show the source selector
option menu
(find_server): search async for the server
(destroy): clean up html widget
(finalize): instead of here
(get_publish_options): use only object tag
(get_request_options): ditto
(get_request_fb_options): ditto
(get_reply_options): ditto
(get_refresh_options): ditto
(get_cancel_options): ditto
(show_current_event): use new options, remove groupwise NEEDS
ACTION check, handle async loading
(show_current_todo): use new options, handle async loading
(option_activated_cb): record action
(add_option): add action item
(insert_boxes): layout widgets
(insert_label): insert label
(rsvp_clicked_cb): record rsvp status
(insert_rsvp): insert rsvp check box
(insert_ok): insert ok button
(publish_options_object): spit out relevant options
(request_options_object): ditto
(freebusy_options_object): ditto
(reply_options_object): ditto
(refresh_options_object): ditto
(cancel_options_object): ditto
(object_requested_cb): handle object requests
(ok_clicked_cb): use recorded actions
svn path=/trunk/; revision=27043
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 43 |
1 files changed, 42 insertions, 1 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 054b809548..47f87e44ff 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,5 +1,46 @@ 2004-08-27 JP Rosevear <jpr@novell.com> + Fixes #62911, #54101 + + * gui/e-itip-control.c (set_ok_sens): util routine to set + sensitivity of OK button + (cal_opened_cb): cal back when calendar opens, sensitize ok button + (start_calendar_server): open async and take call back arg + (source_selected_cb): desensitize ok button until calendar is + loaded + (find_cal_opened_cb): check to see if the calendar contains the + object we are looking for, if none do show the source selector + option menu + (find_server): search async for the server + (destroy): clean up html widget + (finalize): instead of here + (get_publish_options): use only object tag + (get_request_options): ditto + (get_request_fb_options): ditto + (get_reply_options): ditto + (get_refresh_options): ditto + (get_cancel_options): ditto + (show_current_event): use new options, remove groupwise NEEDS + ACTION check, handle async loading + (show_current_todo): use new options, handle async loading + (option_activated_cb): record action + (add_option): add action item + (insert_boxes): layout widgets + (insert_label): insert label + (rsvp_clicked_cb): record rsvp status + (insert_rsvp): insert rsvp check box + (insert_ok): insert ok button + (publish_options_object): spit out relevant options + (request_options_object): ditto + (freebusy_options_object): ditto + (reply_options_object): ditto + (refresh_options_object): ditto + (cancel_options_object): ditto + (object_requested_cb): handle object requests + (ok_clicked_cb): use recorded actions + +2004-08-27 JP Rosevear <jpr@novell.com> + * gui/alarm-notify/alarm-notify.h: update proto * gui/alarm-notify/alarm-notify.c (list_changed_cb): use per @@ -23,7 +64,7 @@ record correctly, should fix copy to/from problems when syncing * conduits/calendar/calendar-conduit.c (for_each): ditto - + 2004-08-25 Frederic Crozat <fcrozat@mandrakesoft.com> * gui/dialogs/recur-comp.c: (recur_component_dialog): |