aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorRadek Doulik <rodo@ximian.com>2004-01-15 21:46:47 +0800
committerRadek Doulik <rodo@src.gnome.org>2004-01-15 21:46:47 +0800
commitf9377c48533c15010ef9a76c8d6126ebe4732f88 (patch)
treec55b25b4f1c84f7367698c8f9a74b7cce794f9b9 /calendar/ChangeLog
parent4edeba938a920fe2501776031090a479bc9dee67 (diff)
downloadgsoc2013-evolution-f9377c48533c15010ef9a76c8d6126ebe4732f88.tar
gsoc2013-evolution-f9377c48533c15010ef9a76c8d6126ebe4732f88.tar.gz
gsoc2013-evolution-f9377c48533c15010ef9a76c8d6126ebe4732f88.tar.bz2
gsoc2013-evolution-f9377c48533c15010ef9a76c8d6126ebe4732f88.tar.lz
gsoc2013-evolution-f9377c48533c15010ef9a76c8d6126ebe4732f88.tar.xz
gsoc2013-evolution-f9377c48533c15010ef9a76c8d6126ebe4732f88.tar.zst
gsoc2013-evolution-f9377c48533c15010ef9a76c8d6126ebe4732f88.zip
fixes #23281, some refactoring and list view get_selected_time_range
implementation 2004-01-15 Radek Doulik <rodo@ximian.com> * gui/calendar-component.c (impl_requestCreateItem): merge with JP's changes 2004-01-14 Radek Doulik <rodo@ximian.com> * gui/e-cal-list-view.c (e_cal_list_view_get_selected_time_range): new implementation, use time range from selected event * gui/e-cal-view.c (e_calendar_view_get_selected_time_range): return gboolean, TRUE if requested time was set, FALSE otherwise (e_calendar_view_new_appointment_full): use current time if time range is unavailable * gui/calendar-component.c (impl_requestCreateItem): use e_calendar_view_new_appointment_full instead of cal_comp_event_new_with_current_time * gui/e-cal-view.c (e_calendar_view_new_appointment_full): new helper function * gui/comp-editor-factory.c (edit_new): use cal_comp_event_new_with_current_time * gui/calendar-component.c (impl_requestCreateItem): use cal_comp_event_new_with_current_time * gui/comp-util.c (cal_comp_event_new_with_current_time): new function, cut'n'pasted from get_default_event (calendar-component.c and comp-editor-factory.c) svn path=/trunk/; revision=24238
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog32
1 files changed, 32 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 923e1512e3..52691a0e08 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,35 @@
+2004-01-15 Radek Doulik <rodo@ximian.com>
+
+ * gui/calendar-component.c (impl_requestCreateItem): merge with
+ JP's changes
+
+2004-01-14 Radek Doulik <rodo@ximian.com>
+
+ * gui/e-cal-list-view.c (e_cal_list_view_get_selected_time_range):
+ new implementation, use time range from selected event
+
+ * gui/e-cal-view.c (e_calendar_view_get_selected_time_range):
+ return gboolean, TRUE if requested time was set, FALSE otherwise
+ (e_calendar_view_new_appointment_full): use current time if time
+ range is unavailable
+
+ * gui/calendar-component.c (impl_requestCreateItem): use
+ e_calendar_view_new_appointment_full instead of
+ cal_comp_event_new_with_current_time
+
+ * gui/e-cal-view.c (e_calendar_view_new_appointment_full): new
+ helper function
+
+ * gui/comp-editor-factory.c (edit_new): use
+ cal_comp_event_new_with_current_time
+
+ * gui/calendar-component.c (impl_requestCreateItem): use
+ cal_comp_event_new_with_current_time
+
+ * gui/comp-util.c (cal_comp_event_new_with_current_time): new
+ function, cut'n'pasted from get_default_event
+ (calendar-component.c and comp-editor-factory.c)
+
2004-01-14 JP Rosevear <jpr@ximian.com>
* gui/tasks-component.c (impl_requestCreateItem): new utility