| Commit message (Expand) | Author | Age | Files | Lines |
* | New function to add today's alarms for a single object. | Federico Mena Quintero | 2000-05-12 | 1 | -0/+29 |
* | Removed unused arguments. Load the initial alarms here. (load_alarms): New | Federico Mena Quintero | 2000-05-12 | 1 | -0/+22 |
* | + * calendar/pcs/cal-backend.c (cal_backend_add_cal): Return nothing | Matthew Loper | 2000-05-10 | 1 | -1/+1 |
* | CalBackendClass now is just an interface for calendar backends; this is an | Federico Mena Quintero | 2000-05-09 | 1 | -895/+38 |
* | for the long events pass E_DAY_VIEW_LONG_EVENT as the day. Fixes SEGV. | Damon Chaplin | 2000-05-05 | 1 | -2/+2 |
* | set attendee and contact address correctly. | Seth Alves | 2000-05-01 | 1 | -14/+28 |
* | fix memory leak (save_to_vcal): same (save): same (cal_backend_load): same | Seth Alves | 2000-04-28 | 1 | -0/+5 |
* | Renamed from backend_destroy_cb. Now we use it for the "last_client_gone" | Federico Mena Quintero | 2000-04-26 | 1 | -6/+23 |
* | don't save on destroy. | Seth Alves | 2000-04-26 | 1 | -3/+2 |
* | fixed code to populate the todo clist | Seth Alves | 2000-04-20 | 1 | -1/+3 |
* | don't call save from here because in all cases the caller of remove_object | Seth Alves | 2000-04-20 | 1 | -1/+1 |
* | calls gnome_calendar_open instead of checking on disk and calling load or | Seth Alves | 2000-04-20 | 1 | -0/+2 |
* | removed implicit save, since we don't want to save as we load from disk. | Seth Alves | 2000-04-18 | 1 | -1/+2 |
* | Renamed library from libcalutil to libcal-util, to be consistent with | Federico Mena Quintero | 2000-04-17 | 1 | -1/+1 |
* | create and save an actual vcalendar instead of a list of vcal objects. | Seth Alves | 2000-04-11 | 1 | -40/+56 |
* | catch cal_loaded signal on the cal client. (gnome_calendar_load_cb): | Seth Alves | 2000-04-10 | 1 | -21/+114 |
* | Use ical_object_to_string(). | Federico Mena Quintero | 2000-03-28 | 1 | -71/+3 |
* | replaced "Calendar *cal" with "CalClient *calc" in the GnomeCalendar | Seth Alves | 2000-03-09 | 1 | -1/+1 |
* | moved CalendarFormat type def here | Seth Alves | 2000-02-18 | 1 | -7/+129 |
* | Implemented. | Federico Mena Quintero | 2000-02-17 | 1 | -6/+46 |
* | Implemented. | Federico Mena Quintero | 2000-02-12 | 1 | -1/+138 |
* | Connect to the Cal's destroy signal. (cal_backend_remove_cal): Killed | Federico Mena Quintero | 2000-02-11 | 1 | -38/+144 |
* | Added get_uids() method to get a list of UIDs based on object types. | Federico Mena Quintero | 2000-02-09 | 1 | -0/+71 |
* | New struct to wrap instances of calendar objects for recurrencies and | Federico Mena Quintero | 2000-02-08 | 1 | -10/+119 |
* | New function to create the base VObject for a calendar. | Federico Mena Quintero | 2000-02-04 | 1 | -1/+45 |
* | Sync to laptop - Federico | Arturo Espinosa | 2000-02-03 | 1 | -24/+64 |
* | Added the get_object() method. | Federico Mena Quintero | 2000-02-02 | 1 | -0/+27 |
* | Changed the namespace from GNOME::Calendar to Evolution::Calendar. | Federico Mena Quintero | 2000-01-29 | 1 | -1/+1 |
* | Added the gnome-pilot and capplet checks; they will likely be reworked for | Federico Mena Quintero | 2000-01-25 | 1 | -6/+7 |
* | New function to remove a calendar client interface object from a backend. | Federico Mena Quintero | 2000-01-24 | 1 | -1/+48 |
* | Take in a GnomeVFSURI, not a string. | Federico Mena Quintero | 2000-01-22 | 1 | -13/+8 |
* | Moved the calendar backend here. This is the actual calendar-handling | Federico Mena Quintero | 2000-01-19 | 1 | -0/+344 |