aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorRodney Dawes <dobey@novell.com>2004-11-23 14:24:57 +0800
committerRodney Dawes <dobey@src.gnome.org>2004-11-23 14:24:57 +0800
commitb2954936ac553ea42cd6bb177b7e32c3ffcb0fe8 (patch)
treea9fd4ffda772ed0d0c3efab7fba71b587d469eee /calendar/ChangeLog
parenta737e6f5b5211259a18dece7710b51119365950f (diff)
downloadgsoc2013-evolution-b2954936ac553ea42cd6bb177b7e32c3ffcb0fe8.tar
gsoc2013-evolution-b2954936ac553ea42cd6bb177b7e32c3ffcb0fe8.tar.gz
gsoc2013-evolution-b2954936ac553ea42cd6bb177b7e32c3ffcb0fe8.tar.bz2
gsoc2013-evolution-b2954936ac553ea42cd6bb177b7e32c3ffcb0fe8.tar.lz
gsoc2013-evolution-b2954936ac553ea42cd6bb177b7e32c3ffcb0fe8.tar.xz
gsoc2013-evolution-b2954936ac553ea42cd6bb177b7e32c3ffcb0fe8.tar.zst
gsoc2013-evolution-b2954936ac553ea42cd6bb177b7e32c3ffcb0fe8.zip
Add gtkimage.h to includes, and remove gtkhtml headers Add and remove some
2004-11-23 Rodney Dawes <dobey@novell.com> * gui/alarm-notify/alarm-notify-dialog.[ch]: Add gtkimage.h to includes, and remove gtkhtml headers Add and remove some widgets in the AlarmNotify struct (dialog_destroy_cb, delete_event_cb, close_clicked_cb): (snooze_clicked_cb, edit_clicked_cb, url_requested_cb): (make_html_display, write_times, write_html_heading): (alarm_notify_dialog_disable_buttons): Remove all these unneeded functions (no more GtkHTML in the dialog) (alarm_notify_dialog): Add description and location arguments Rename message argument to summary Update gtk-doc comment block to reflect API changes Clean up code to use gtk_dialog_run () and use a HIG compliant dialog * gui/alarm-notify/alarm-notify.glade: Update the alarm notify dialog to be HIG compliant and not use GtkHTML, and display more information that is relevant to the appointment we are alerting of * gui/alarm-notify/alarm-queue.c: Add new variables to the TrayIconData structure so we can access the description and location (on_dialog_objs_removed_cb): Remove alarm_dialog bits (notify_dialog_cb): Remove alarm_dialog bits (tray_icon_destroyed_cb): Free the description and location as well (open_alarm_dialog): alarm_notify_dialog does all the work now, we don't need to trap the dialog widget here (display_notification): Add code to get the description and location information from the cal component Avoid using an alarm component which has less useful API Fix a warning when creating the tray_icon widget svn path=/trunk/; revision=27971
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog31
1 files changed, 31 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index b342556cc3..a90b630991 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,34 @@
+2004-11-23 Rodney Dawes <dobey@novell.com>
+
+ * gui/alarm-notify/alarm-notify-dialog.[ch]:
+ Add gtkimage.h to includes, and remove gtkhtml headers
+ Add and remove some widgets in the AlarmNotify struct
+ (dialog_destroy_cb, delete_event_cb, close_clicked_cb):
+ (snooze_clicked_cb, edit_clicked_cb, url_requested_cb):
+ (make_html_display, write_times, write_html_heading):
+ (alarm_notify_dialog_disable_buttons):
+ Remove all these unneeded functions (no more GtkHTML in the dialog)
+ (alarm_notify_dialog): Add description and location arguments
+ Rename message argument to summary
+ Update gtk-doc comment block to reflect API changes
+ Clean up code to use gtk_dialog_run () and use a HIG compliant dialog
+
+ * gui/alarm-notify/alarm-notify.glade: Update the alarm notify
+ dialog to be HIG compliant and not use GtkHTML, and display more
+ information that is relevant to the appointment we are alerting of
+
+ * gui/alarm-notify/alarm-queue.c: Add new variables to the
+ TrayIconData structure so we can access the description and location
+ (on_dialog_objs_removed_cb): Remove alarm_dialog bits
+ (notify_dialog_cb): Remove alarm_dialog bits
+ (tray_icon_destroyed_cb): Free the description and location as well
+ (open_alarm_dialog): alarm_notify_dialog does all the work now, we
+ don't need to trap the dialog widget here
+ (display_notification): Add code to get the description and location
+ information from the cal component
+ Avoid using an alarm component which has less useful API
+ Fix a warning when creating the tray_icon widget
+
2004-11-08 Rodney Dawes <dobey@novell.com>
* gui/alarm-notify/alarm-notify-dialog.c (write_html_heading):