Fri Apr 3 22:31:54 1998 Tom Tromey * calendar.c: Include . 1998-04-03 Miguel de Icaza * timeutil.c (time_add_year, time_add_year, time_add_week): Routines for time manipulation. * calobj.c (ical_object_destroy): Full destruction of the object. * eventedit.c: Finished the main event editor form; It still lacks the details and the recurrence bits. It now adds events and cancels. 1998-04-03 Federico Mena Quintero * view-utils.c (view_utils_draw_events): The "better" format string for strftime() wasn't better, after all :-( 1998-04-02 Federico Mena Quintero * gncal-full-day.c: New full-day widget. It is still a work in progress. It will be similar to M$ Schedule's nifty full day view widget, but with Gtk's elegance :-) * Makefile.am (gnomecal_SOURCES): Added gncal-full-day.[ch] to the sources. 1998-04-02 Miguel de Icaza * eventedit.c: Object editor widget. We dropped ObjEdit. * timeutil.c (time_from_isodate): Fix. * view-utils.c (view_utils_draw_events): Changed the display formats. 1998-04-02 Federico Mena Quintero * view-utils.c (view_utils_draw_events): Use better format specifier for strftime(). (view_utils_draw_textured_frame): Ultra-nifty function to draw textured "metal" frames, like Netscape's handles. 1998-04-02 Miguel de Icaza * gncal-day-view.c (gncal_day_view_update): Day events are now cached inside the widget. They get initialized at this time. * view-utils.c (view_utils_draw_events): Use the list of events. 1998-04-02 Federico Mena Quintero * gncal-day-view.c (gncal_day_view_set_shadow): New customization function. We can't decide on a stupid border type :-) (gncal_day_view_init): Made GTK_SHADOW_ETCHED_IN be the default shadow type. Looks good. 1998-04-02 Miguel de Icaza * main.c: New main program that uses our new datatypes and objects. * calendar.c (calendar_load_from_vobject, calendar_load): Implement loading of vCalendar objects and vCalendar files. * calobj.c (ical_object_create_from_vobject): Implement loading of vCalendar event and todo objects. * timeutil.c (isodate_from_time_t): New function. * gnome-cal.c, gnome-cal.h: Implement a toplevel widget, derived from GnomeApp. It holds all of the day views and arbitrates the display. 1998-04-02 Federico Mena Quintero * gncal-week-view.[ch]: New week view composite widget. This provides a full week view (7 day views plus busy time display -- the latter is currently unimplemented). 1998-04-01 Federico Mena Quintero * gncal-day-view.c: New day view widget. It is intended to be a child widget of the week view composite widget. * calendar.c (calendar_get_objects_in_range): (calendar_get_events_in_range): (calendar_get_journal_in_range): (calendar_get_journal_in_range): These functions now take a sort_func parameter, which is of type GCompareFunc. If the specified value is non-NULL, it will return a sorted list. Otherwise, it will return an unordered list. (calendar_compare_by_dtstart): Provide a generic sorting routine for calendar objects. Tue Mar 31 23:46:50 1998 Tom Tromey * timeutil.c (format_simple_hour): `buf' now static. 1998-03-31 Federico Mena Quintero * gncal.c: Removed #include "gtkcalendar.h", because it now comes from libgnomeui. * Makefile.am (gncal_SOURCES): Added new source files to the rules. * timeutil.c (format_simple_hour): New function, formats an hour/am_pm pair into a string of the form "3am", "12pm", "05h", "19h", etc. It is used by the day view widget for its labels. 1998-03-31 Craig Small * Now has (non working) session maangement * Uses a clist for the dailylist like gtt Sat Mar 21 15:43:20 1998 Tom Tromey * gncal.c: Use gnome_message_box_*, not gnome_messagebox_*. 1998-03-12 Craig Small * Now linked (in some horrible way) to the gtkcalendar widget. Sun Mar 8 16:38:10 1998 Tom Tromey * Makefile.am (INCLUDES): Added GNOME_INCLUDEDIR. (gncal_LDADD): Don't include libsupport.a. * gncal.c (main): Use new gnome_init. 1998-02-19 Federico Mena Quintero * gncal.c (main): Added app_id "gncal". 1998-02-19 Carsten Schaar * Makefile.am (gncal_LDADD): Added '$(INTLLIBS)' 1998-02-18 Raja R Harinath * Makefile.am (gncal_LDADD): Include `libsupport.a'. * calcs.c (month_atoi): Replace buggy explicit loop string compare with strcasecmp. (day_atoi): Likewise. Sun Jan 25 23:38:30 1998 Miguel de Icaza * menus.c: Replace "Quit" with "Exit".