From b2cda1d0c6d44f53f71bad9e256f41188677dfba Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Wed, 1 Oct 2008 20:56:04 +0000 Subject: Merge revisions 36016:36533 from trunk. svn path=/branches/kill-bonobo/; revision=36534 --- calendar/ChangeLog | 150 ++++++++++++++++++++++++++++ calendar/calendar.error.xml | 8 +- calendar/gui/alarm-notify/alarm-queue.c | 32 +++--- calendar/gui/alarm-notify/alarm.h | 31 +++--- calendar/gui/alarm-notify/config-data.c | 28 +++--- calendar/gui/alarm-notify/notify-main.c | 31 +++--- calendar/gui/cal-search-bar.c | 28 +++--- calendar/gui/calendar-component.c | 30 +++--- calendar/gui/calendar-config-keys.h | 28 +++--- calendar/gui/calendar-config.c | 30 +++--- calendar/gui/calendar-config.h | 32 +++--- calendar/gui/comp-editor-factory.c | 28 +++--- calendar/gui/comp-util.c | 29 +++--- calendar/gui/comp-util.h | 29 +++--- calendar/gui/dialogs/alarm-list-dialog.c | 2 +- calendar/gui/dialogs/cal-prefs-dialog.c | 31 +++--- calendar/gui/dialogs/cal-prefs-dialog.h | 29 +++--- calendar/gui/dialogs/changed-comp.c | 28 +++--- calendar/gui/dialogs/comp-editor.c | 2 +- calendar/gui/dialogs/copy-source-dialog.c | 28 +++--- calendar/gui/dialogs/delete-comp.c | 28 +++--- calendar/gui/dialogs/delete-error.c | 28 +++--- calendar/gui/dialogs/e-send-options-utils.c | 28 +++--- calendar/gui/dialogs/event-page.c | 34 ++++--- calendar/gui/dialogs/memo-page.c | 36 ++++--- calendar/gui/dialogs/recur-comp.c | 28 +++--- calendar/gui/dialogs/recurrence-page.c | 38 +++---- calendar/gui/dialogs/task-page.c | 34 ++++--- calendar/gui/e-alarm-list.c | 28 +++--- calendar/gui/e-cal-component-preview.c | 28 +++--- calendar/gui/e-cal-model-tasks.c | 28 +++--- calendar/gui/e-cal-model.c | 33 ++++-- calendar/gui/e-cal-popup.c | 40 ++++---- calendar/gui/e-calendar-table.c | 31 +++--- calendar/gui/e-calendar-view.c | 29 +++--- calendar/gui/e-day-view-main-item.c | 30 +++--- calendar/gui/e-day-view-top-item.c | 29 +++--- calendar/gui/e-day-view.c | 22 +++- calendar/gui/e-itip-control.c | 26 ++--- calendar/gui/e-itip-control.h | 26 ++--- calendar/gui/e-meeting-store.c | 28 +++--- calendar/gui/e-meeting-store.h | 26 ++--- calendar/gui/e-meeting-time-sel.c | 32 +++--- calendar/gui/e-meeting-time-sel.h | 30 +++--- calendar/gui/e-memo-table.c | 32 +++--- calendar/gui/e-memo-table.h | 2 + calendar/gui/e-timezone-entry.c | 29 +++--- calendar/gui/e-week-view-event-item.c | 30 +++--- calendar/gui/e-week-view.c | 50 ++++++---- calendar/gui/e-week-view.h | 31 +++--- calendar/gui/goto.c | 26 ++++- calendar/gui/itip-utils.c | 28 +++--- calendar/gui/itip-utils.h | 18 ++++ calendar/gui/main.c | 26 ++--- calendar/gui/migration.c | 26 ++--- calendar/gui/print.c | 34 ++++--- calendar/gui/tasks-component.c | 28 +++--- calendar/gui/tasks-control.c | 28 +++--- calendar/importers/icalendar-importer.c | 28 +++--- 59 files changed, 1038 insertions(+), 732 deletions(-) (limited to 'calendar') diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 92de5afd33..04bfe0d70a 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,153 @@ +2008-10-01 Milan Crha + + ** Part of fix for bug #554418 + + * gui/dialogs/comp-editor.c: (set_attachment_list): + * gui/e-cal-popup.c: (ecalp_standard_menu_factory): + Allow/disallow guessing of the mime_type based on the file content. + +2008-10-01 Milan Crha + + ** Fix for bug #554458 + + * gui/e-cal-popup.c: (ecalp_standard_menu_factory): + Use content-type to call of g_app_info_get_all_for_type. + +2008-10-01 Sankar P + +License Changes + + * gui/dialogs/recurrence-page.c: + * importers/icalendar-importer.c: + +2008-09-30 Sankar P + +License Changes + + * gui/e-week-view.c: + * gui/goto.c: + +2008-09-29 Gabor Kelemen + + * shell.error.xml: Unbreak build, sorry for the inconvenience. + +2008-09-29 Gabor Kelemen + + * calendar.error.xml: Mark some forgotten strings for translation. Fixes bug #553105 + +2008-09-26 Milan Crha + + ** Fix for bug #553297 + + * gui/e-day-view.c: (e_day_view_on_editing_stopped): + Do not try to access uninitialized variables. + +2008-09-25 Sankar P + +License Changes + + * gui/e-itip-control.c: + * gui/e-itip-control.h: + * gui/itip-utils.c: + * gui/itip-utils.h: + * gui/main.c: + +2008-09-24 Sankar P + +License Changes + + * gui/alarm-notify/config-data.c: + * gui/cal-search-bar.c: + * gui/calendar-component.c: + * gui/comp-util.c: + * gui/comp-util.h: + * gui/dialogs/cal-prefs-dialog.c: + * gui/dialogs/e-send-options-utils.c: + * gui/dialogs/event-page.c: + * gui/dialogs/memo-page.c: + * gui/dialogs/task-page.c: + * gui/e-cal-component-memo-preview.c: + * gui/e-cal-component-preview.c: + * gui/e-day-view-main-item.c: + * gui/e-day-view-top-item.c: + * gui/e-week-view-event-item.c: + * gui/e-week-view.h: + * gui/memos-component.c: + * gui/tasks-component.c: + +2008-09-24 Sankar P + +License Changes + + * gui/dialogs/delete-comp.c: + * gui/e-alarm-list.c: + +2008-09-23 Milan Crha + + ** Part of fix for bug #553273 + + * gui/alarm-notify/alarm-queue.c: (edit_component): + * gui/tasks-component.c: (delete_task_list_cb): + * gui/calendar-component.c: (delete_calendar_cb): + * gui/memos-component.c: (delete_memo_list_cb): + Always end e_error_run/e_error_new calls with NULL parameter. + +2008-09-19 Sankar P + +License Changes + + * gui/alarm-notify/alarm-queue.c: + * gui/e-calendar-view.c: + +2008-09-16 Sankar P + +License Changes + + * gui/alarm-notify/alarm.h: + * gui/comp-editor-factory.c: + * gui/dialogs/changed-comp.c: + * gui/dialogs/copy-source-dialog.c: + * gui/dialogs/delete-error.c: + * gui/e-cal-model-tasks.c: + * gui/e-cal-popup.c: + * gui/e-calendar-table.c: + * gui/e-memo-table.c: + * gui/e-timezone-entry.c: + * gui/print.c: + * gui/tasks-control.c: + +2008-09-14 Chenthill Palanisamy + + ** Fix for bug #551628 + + * gui/e-cal-model.c: (e_cal_view_objects_modified_cb): + * gui/e-day-view.c: (update_row), (model_comps_deleted_cb): + * gui/e-week-view.c: (update_row): Remove old events from the + view when objects are modified. + +2008-09-12 Paul Bolle + + ** Fix for bug #551895 + + * gui/dialogs/alarm-list-dialog.c: (edit_clicked_cb): + Copy paste error. + +2008-09-12 Sankar P + +License Changes + + * gui/alarm-notify/notify-main.c: + * gui/calendar-config-keys.h: + * gui/calendar-config.c: + * gui/calendar-config.h: + * gui/dialogs/cal-prefs-dialog.h: + * gui/dialogs/recur-comp.c: + * gui/e-meeting-store.c: + * gui/e-meeting-store.h: + * gui/e-meeting-time-sel.c: + * gui/e-meeting-time-sel.h: + * gui/migration.c: + 2008-09-09 Milan Crha ** Fix for bug #551382 diff --git a/calendar/calendar.error.xml b/calendar/calendar.error.xml index d7bd50b85d..d74c27b1fe 100644 --- a/calendar/calendar.error.xml +++ b/calendar/calendar.error.xml @@ -93,7 +93,7 @@ - Save Appointment + <_title>Save Appointment <_primary>Would you like to save your changes to this appointment? <_secondary>You have changed this appointment, but not yet saved it.