aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/pcs/cal-backend.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagGNOME_LIBS_1_4_1_4nobody2001-05-231-542/+0
* Engine for live queries to calendars. A query object watches a CalBackendFederico Mena Quintero2001-03-301-1/+124
* Replace includes of <gnome.h>, <bonobo.h> and <gtk/gtk.h> with the neededKjartan Maraas2001-03-261-1/+2
* Move the get_change code hereJP Rosevear2001-02-091-145/+22
* Fix transposition of sync db locationJP Rosevear2001-01-171-1/+1
* Ximianified email addresses and copyrights.Federico Mena Quintero2001-01-171-80/+19
* accomadate tasks in their new dirJP Rosevear2001-01-161-1/+4
* Alarm instance generation support for the Wombat.Federico Mena Quintero2000-12-191-17/+41
* Create an empty cal component if the object has been deleted.JP Rosevear2000-12-081-1/+6
* kill (Cal_get_changes): return the corba sequence directlyJP Rosevear2000-12-071-28/+45
* Update so as not to conflict with calendar (next_changed_item): update toJP Rosevear2000-12-071-316/+100
* DOH, fixed reversed test for the presence of the icalcomp's parent. ThisFederico Mena Quintero2000-11-251-0/+1
* Use the new libical external iterators (icalcomponent_begin_component()Federico Mena Quintero2000-11-251-1/+2
* Pulling up stuff from the 0.6 branchJP Rosevear2000-10-211-7/+31
* Remove pilot cruft. All pilot stuff is in the conduits now and uses theJP Rosevear2000-10-161-24/+4
* Take CalObjType as a param because its impossible to determine after aJP Rosevear2000-10-121-5/+9
* The element is "pilot_id" not "pilotid". Update both maps (compute_pid):JP Rosevear2000-10-111-1/+6
* Add since field to contextJP Rosevear2000-09-211-1/+1
* Make the log file name relevant to the actual calendar file, rather thanJP Rosevear2000-09-211-4/+4
* OopsJP Rosevear2000-09-211-1/+1
* Use a local sax handler.JP Rosevear2000-09-211-28/+5
* Properly assign the CalObjChange type. (cal_backend_log_sax_parse): DeleteJP Rosevear2000-09-211-57/+47
* New utility function (cal_backend_load): use above (cal_backend_create):JP Rosevear2000-09-201-21/+35
* Add some other cases where a slow sync is in order (pre_sync): Pre loadJP Rosevear2000-09-201-5/+375
* Remove bogus #include.Ettore Perazzoli2000-09-131-1/+1
* Added a get_objects_in_range() method. Takes in a time range and the typeFederico Mena Quintero2000-08-091-12/+14
* New files for the iCalendar file backend.Federico Mena Quintero2000-08-031-1/+2
* 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