aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/pcs/cal-backend.c
Commit message (Expand)AuthorAgeFilesLines
* fixed code to populate the todo clistSeth Alves2000-04-201-1/+3
* don't call save from here because in all cases the caller of remove_objectSeth Alves2000-04-201-1/+1
* calls gnome_calendar_open instead of checking on disk and calling load orSeth Alves2000-04-201-0/+2
* removed implicit save, since we don't want to save as we load from disk.Seth Alves2000-04-181-1/+2
* Renamed library from libcalutil to libcal-util, to be consistent withFederico Mena Quintero2000-04-171-1/+1
* create and save an actual vcalendar instead of a list of vcal objects.Seth Alves2000-04-111-40/+56
* catch cal_loaded signal on the cal client. (gnome_calendar_load_cb):Seth Alves2000-04-101-21/+114
* Use ical_object_to_string().Federico Mena Quintero2000-03-281-71/+3
* replaced "Calendar *cal" with "CalClient *calc" in the GnomeCalendarSeth Alves2000-03-091-1/+1
* moved CalendarFormat type def hereSeth Alves2000-02-181-7/+129
* Implemented.Federico Mena Quintero2000-02-171-6/+46
* Implemented.Federico Mena Quintero2000-02-121-1/+138
* Connect to the Cal's destroy signal. (cal_backend_remove_cal): KilledFederico Mena Quintero2000-02-111-38/+144
* Added get_uids() method to get a list of UIDs based on object types.Federico Mena Quintero2000-02-091-0/+71
* New struct to wrap instances of calendar objects for recurrencies andFederico Mena Quintero2000-02-081-10/+119
* New function to create the base VObject for a calendar.Federico Mena Quintero2000-02-041-1/+45
* Sync to laptop - FedericoArturo Espinosa2000-02-031-24/+64
* Added the get_object() method.Federico Mena Quintero2000-02-021-0/+27
* Changed the namespace from GNOME::Calendar to Evolution::Calendar.Federico Mena Quintero2000-01-291-1/+1
* Added the gnome-pilot and capplet checks; they will likely be reworked forFederico Mena Quintero2000-01-251-6/+7
* New function to remove a calendar client interface object from a backend.Federico Mena Quintero2000-01-241-1/+48
* Take in a GnomeVFSURI, not a string.Federico Mena Quintero2000-01-221-13/+8
* Moved the calendar backend here. This is the actual calendar-handlingFederico Mena Quintero2000-01-191-0/+344