aboutsummaryrefslogtreecommitdiffstats
path: root/libversit
diff options
context:
space:
mode:
authorEskil Heyn Olsen <eskil@eskil.dk>2001-10-08 11:45:19 +0800
committerEskil Heyn Olsen <eskil@src.gnome.org>2001-10-08 11:45:19 +0800
commit856ebf12de55fc015d9b6c5b6da888ab9b384a5d (patch)
tree59ea27adc3fce8d503de93999fe3598a21c9bdf4 /libversit
parentd06aa179f6efbdf1b1a61a35757faf9fd3621b73 (diff)
downloadgsoc2013-evolution-856ebf12de55fc015d9b6c5b6da888ab9b384a5d.tar
gsoc2013-evolution-856ebf12de55fc015d9b6c5b6da888ab9b384a5d.tar.gz
gsoc2013-evolution-856ebf12de55fc015d9b6c5b6da888ab9b384a5d.tar.bz2
gsoc2013-evolution-856ebf12de55fc015d9b6c5b6da888ab9b384a5d.tar.lz
gsoc2013-evolution-856ebf12de55fc015d9b6c5b6da888ab9b384a5d.tar.xz
gsoc2013-evolution-856ebf12de55fc015d9b6c5b6da888ab9b384a5d.tar.zst
gsoc2013-evolution-856ebf12de55fc015d9b6c5b6da888ab9b384a5d.zip
yadayada
2001-10-07 Eskil Heyn Olsen <eskil@eskil.dk> * NEWS: yadayada * gncal/Makefile.am: * gncal/allday.xpm: Added decor for allday events * gncal/calendar-conduit.c: (ical_from_remote_record), (transmit): Better conversion to/from allday events * gncal/calobj.c: (ical_object_new), (ical_object_create_from_vobject), (ical_object_to_vobject): * gncal/calobj.h: Added a gboolean field to indicate a timeless allday event * gncal/eventedit.c: (ee_check_all_day), (check_times), (set_all_day): Twiddled to use the icalobject->allday boolean field * gncal/gncal-full-day.c: (child_realize), (child_draw_decor), (child_compute_decor), (gncal_full_day_init), (gncal_full_day_unrealize): * gncal/gncal-full-day.h: Draw decor for allday events * gncal/gnome-cal.c: (mark_gtk_calendar_day): Correct marking for recurring events. * gncal/main.c: * gncal/main.h: Set up a color for days with events in year view * gncal/mark.c: (get_item_bg_color), (colorify_month_item), (mark_event_in_month), (mark_month_item), (mark_month_item_index), (day_event): * gncal/mark.h: * gncal/prop.c: (fake_mark_days): * gncal/year-view.c: (do_quick_view_popup): Tricks for display days with notime allday events with a different colored number label in the year view (also proper popups). * gncal/month-view.c: (do_quick_view_popup), (add_event): Print monthview with allday events without time, and proper popups. * gncal/quick-view.c: (create_items_for_event): * gncal/view-utils.c: (view_utils_draw_events): Stuff for displaying allday events without time. * gnome-pim.spec.in: Don't quiet configure * gnomecard/Makefile.am: Readded SUBDIRS, couldn't tell why it was removed, but the files were expected to be there. * libversit/vobject.h: Defined XPilotNoTimeProp to X-PILOT-NOTIME svn path=/trunk/; revision=13494
Diffstat (limited to 'libversit')
-rw-r--r--libversit/vobject.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libversit/vobject.h b/libversit/vobject.h
index bc31dc8297..200e37f048 100644
--- a/libversit/vobject.h
+++ b/libversit/vobject.h
@@ -251,6 +251,7 @@ extern "C" {
#define XPilotIdProp "X-PILOTID"
#define XPilotStatusProp "X-PILOTSTAT"
+#define XPilotNoTimeProp "X-PILOT-NOTIME"
typedef struct VObject VObject;