From 856ebf12de55fc015d9b6c5b6da888ab9b384a5d Mon Sep 17 00:00:00 2001 From: Eskil Heyn Olsen Date: Mon, 8 Oct 2001 03:45:19 +0000 Subject: yadayada 2001-10-07 Eskil Heyn Olsen * 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 --- libversit/vobject.h | 1 + 1 file changed, 1 insertion(+) 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; -- cgit v1.2.3