aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/pcs/cal-backend.c
Commit message (Expand)AuthorAgeFilesLines
* server code to service these:Seth Alves2000-06-291-0/+23
* Added a get_n_objects() method.Federico Mena Quintero2000-06-091-0/+19
* New function to add today's alarms for a single object.Federico Mena Quintero2000-05-121-0/+29
* Removed unused arguments. Load the initial alarms here. (load_alarms): NewFederico Mena Quintero2000-05-121-0/+22
* + * calendar/pcs/cal-backend.c (cal_backend_add_cal): Return nothingMatthew Loper2000-05-101-1/+1
* CalBackendClass now is just an interface for calendar backends; this is anFederico Mena Quintero2000-05-091-895/+38
* for the long events pass E_DAY_VIEW_LONG_EVENT as the day. Fixes SEGV.Damon Chaplin2000-05-051-2/+2
* set attendee and contact address correctly.Seth Alves2000-05-011-14/+28
* fix memory leak (save_to_vcal): same (save): same (cal_backend_load): sameSeth Alves2000-04-281-0/+5
* Renamed from backend_destroy_cb. Now we use it for the "last_client_gone"Federico Mena Quintero2000-04-261-6/+23
* don't save on destroy.Seth Alves2000-04-261-3/+2
* 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