aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/pcs/cal-backend.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagGNOME_VFS_2_5_1nobody2003-06-291-1275/+0
* don't leak the CalBackendPrivate.Dan Winship2003-06-201-0/+2
* Don't double-free newly-added categories that the gui hasn't been toldDan Winship2003-05-201-15/+13
* Fixes #41661Rodrigo Moya2003-04-271-6/+31
* Fixes #40133Chris Toshok2003-04-101-1/+1
* create button properlyJP Rosevear2003-04-081-0/+4
* implementJP Rosevear2003-03-051-0/+10
* call cal_client_get_cal_address instead of cal_client_get_email_addressJP Rosevear2003-03-051-7/+7
* If only the pipe wouldn't break.JP Rosevear2003-03-051-4/+36
* Add an iteration statement. Fixes hang in wombat.Hans Petter Jansson2003-02-231-0/+2
* (cal_backend_ref_categories): Do not put theEttore Perazzoli2003-01-231-1/+0
* Move some non-file-backend-specific stuff from cal-backend-file here so itDan Winship2003-01-201-37/+336
* GObjectify.Rodrigo Moya2002-11-071-69/+68
* use libxml2 headers.Rodrigo Moya2002-11-051-3/+3
* cal-client/cal-listener.hRodrigo Moya2002-11-021-6/+6
* added isReadOnly method to Cal interface.Rodrigo Moya2002-10-021-0/+23
* Non-Connector part of #29334 (meeting created by a delegate in theDan Winship2002-09-281-0/+20
* provide error message param, give a dialog with the message if we get aJP Rosevear2002-09-051-2/+2
* just return the object untouched since we don't send anythingJP Rosevear2002-08-081-0/+13
* added PermissionDenied exception and make it be raised in open,Rodrigo Moya2002-05-171-6/+6
* new method.Rodrigo Moya2002-04-121-0/+27
* Fixing the license text.Ettore Perazzoli2001-10-281-4/+3
* added setDefaultTimezone() method.Damon Chaplin2001-10-231-3/+46
* replace use of gnome_vfs_uri with e_uriRodrigo Moya2001-10-041-5/+5
* new protoJP Rosevear2001-09-261-9/+28
* use bonobo-exception stuff to clean codeJP Rosevear2001-09-261-1/+26
* new class for managing multiple calendars, with an API very similar to theRodrigo Moya2001-09-191-4/+5
* new files to contain utility functions for calendar backendsRodrigo Moya2001-08-211-4/+103
* added new backend method to get the component given a UID.Damon Chaplin2001-08-101-2/+25
* renamed updateObject to updateObjects and removed the UID argument, sinceDamon Chaplin2001-07-121-8/+6
* added virtual method to get a VTIMEZONE component given a TZID. We needDamon Chaplin2001-07-031-0/+25
* cal-client/cal-client.[hc] cal-util/cal-component.cDamon Chaplin2001-07-031-0/+23
* Update the copyrights, replacing Helix Code with Ximian andEttore Perazzoli2001-06-231-1/+1
* new function for the backends to be able to call the getPassword method onRodrigo Moya2001-06-231-0/+1
* changed getFreeBusy method to return a CalObj instead of a sequenceRodrigo Moya2001-06-221-5/+3
* added getFreeBusy methodRodrigo Moya2001-06-201-0/+26
* 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