aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorChenthill Palanisamy <pchen@src.gnome.org>2005-07-02 22:54:44 +0800
committerChenthill Palanisamy <pchen@src.gnome.org>2005-07-02 22:54:44 +0800
commitcb9a6f71878dc639b0711d97ec3bc8e16d4ffcf6 (patch)
treee583bf6e4342672df9191e9869ad7e812da7ed22 /calendar/ChangeLog
parent10315aabac9f3cab20fc54527af82b06b8588ff9 (diff)
downloadgsoc2013-evolution-cb9a6f71878dc639b0711d97ec3bc8e16d4ffcf6.tar
gsoc2013-evolution-cb9a6f71878dc639b0711d97ec3bc8e16d4ffcf6.tar.gz
gsoc2013-evolution-cb9a6f71878dc639b0711d97ec3bc8e16d4ffcf6.tar.bz2
gsoc2013-evolution-cb9a6f71878dc639b0711d97ec3bc8e16d4ffcf6.tar.lz
gsoc2013-evolution-cb9a6f71878dc639b0711d97ec3bc8e16d4ffcf6.tar.xz
gsoc2013-evolution-cb9a6f71878dc639b0711d97ec3bc8e16d4ffcf6.tar.zst
gsoc2013-evolution-cb9a6f71878dc639b0711d97ec3bc8e16d4ffcf6.zip
show the progress indication in the view while downloading calendar items
from EDS svn path=/trunk/; revision=29618
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog25
1 files changed, 25 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 1548243d23..5ae59c0910 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,28 @@
+2005-07-01 Chenthill Palanisamy <pchenthill@novell.com>
+
+ * gui/e-cal-model.c: (e_cal_model_class_init),
+ (e_cal_view_progress_cb), (e_cal_view_done_cb):
+ * gui/e-cal-model.h: Added two new signals to notify
+ the progress information from the model to UI.
+ * gui/e-calendar-marshal.list: Added a new item to marshal
+ the string,int,int arguments.
+ * gui/e-calendar-table.h:
+ * gui/e-calendar-table.c: (delete_selected_components),
+ (clipboard_get_text_cb), (e_calendar_table_set_status_message):
+ * gui/e-calendar-view.h:
+ * gui/e-calendar-view.c: (e_calendar_view_set_status_message),
+ (e_calendar_view_cut_clipboard), (clipboard_get_text_cb),
+ (transfer_selected_items):
+ * gui/e-tasks.c: (view_progress_cb), (view_done_cb),
+ (setup_widgets), (set_status_message), (backend_died_cb):
+ * gui/gnome-cal.c: (update_query), (view_progress_cb),
+ (view_done_cb), (setup_widgets), (client_cal_opened_cb),
+ (default_client_cal_opened_cb), (open_ecal), (backend_died_cb),
+ (gnome_calendar_purge): Added a new variable to
+ e_calendar_view_set_status_message and
+ e_calendar_table_set_status_message methods to show the progress
+ information.
+
2005-06-27 Mark G. Adams <mark.g.adams@sympatico.ca>
* conduits/todo/todo-conduit.c: (add_record): Fix leak of uids