aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/pcs/cal-backend-file.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagRELEASE_1_0_1nobody2002-11-011-2038/+0
* Fixes #15892Rodrigo Moya2002-10-071-25/+53
* added isReadOnly method to Cal interface.Rodrigo Moya2002-10-021-0/+10
* Non-Connector part of #29334 (meeting created by a delegate in theDan Winship2002-09-281-0/+12
* Fixes #27961Rodrigo Moya2002-09-251-0/+5
* return a builtin timezone if we don't find the timezone in our component.Rodrigo Moya2002-09-251-7/+16
* provide error message param, give a dialog with the message if we get aJP Rosevear2002-09-051-2/+3
* just return the object untouched since we don't send anythingJP Rosevear2002-08-081-0/+16
* check the value returned by gnome_vfs_uri_to_string before using it.Rodrigo Moya2002-05-251-1/+4
* check the string returned by gnome_vfs_uri_to_string, which can be empty.Rodrigo Moya2002-05-201-0/+4
* added PermissionDenied exception and make it be raised in open,Rodrigo Moya2002-05-171-14/+15
* new method.Rodrigo Moya2002-04-121-0/+17
* recurrence expansion callback for free/busy (create_user_free_busy):JP Rosevear2001-11-121-18/+44
* don't leak the string returned by cal_component_get_as_string nor theRodrigo Moya2001-11-091-1/+7
* Fixing the license text.Ettore Perazzoli2001-10-281-4/+3
* when iterating over the subcomponents, use 'subcomp' rather thanDamon Chaplin2001-10-251-2/+2
* added setDefaultTimezone() method.Damon Chaplin2001-10-231-88/+171
* moved to a common place (cal_backend_file_open): check if "uristr != NULL"Rodrigo Moya2001-10-101-62/+3
* replace use of gnome_vfs_uri with e_uriRodrigo Moya2001-10-041-24/+41
* strdup the uid to avoid double free, write out only after everything isJP Rosevear2001-10-021-3/+3
* Handle the fields and category we don't sync by making sure we don'tJP Rosevear2001-09-291-3/+9
* new protoJP Rosevear2001-09-261-5/+36
* use bonobo-exception stuff to clean codeJP Rosevear2001-09-261-0/+15
* gets a config db (cal_backend_file_destroy): release config dbJP Rosevear2001-09-211-15/+145
* new class for managing multiple calendars, with an API very similar to theRodrigo Moya2001-09-191-28/+27
* added a timeout to refresh the list every 10 minutes. Not ideal, as theDamon Chaplin2001-09-181-20/+17
* See if the set of categories changed by using the removed_categories hashFederico Mena Quintero2001-08-301-16/+77
* new files to contain utility functions for calendar backendsRodrigo Moya2001-08-211-137/+21
* new functions moved from the CalBackendFile, to allow its use outside ofRodrigo Moya2001-08-211-299/+21
* added new backend method to get the component given a UID.Damon Chaplin2001-08-101-5/+20
* added 'different_timezone' fields to EDayViewEvent and EWeekViewEvent, toDamon Chaplin2001-08-071-1/+16
* The calendar search bar widget now includes a drop-down menu of availableFederico Mena Quintero2001-08-021-51/+53
* The Wombat now keeps track of which categories are present in the objectsFederico Mena Quintero2001-08-011-1/+146
* implementedRodrigo Moya2001-07-301-1/+57
* new protoJP Rosevear2001-07-131-18/+2
* renamed updateObject to updateObjects and removed the UID argument, sinceDamon Chaplin2001-07-121-9/+7
* more timezone updates. I'm pretty much done with the calendar code now,Damon Chaplin2001-07-111-0/+5
* Pass the parent vCalendar component as the timezone closure ofFederico Mena Quintero2001-07-111-1/+10
* added virtual method to get a VTIMEZONE component given a TZID. We needDamon Chaplin2001-07-031-5/+28
* cal-client/cal-client.[hc] cal-util/cal-component.cDamon Chaplin2001-07-031-7/+112
* Renamed the occur field to occur_start; added an occur_end field. This wayFederico Mena Quintero2001-06-271-3/+23
* Initialize libglade.Federico Mena Quintero2001-06-251-5/+12
* Update the copyrights, replacing Helix Code with Ximian andEttore Perazzoli2001-06-231-1/+1
* changed getFreeBusy method to return a CalObj instead of a sequenceRodrigo Moya2001-06-221-2/+2
* added getFreeBusy methodRodrigo Moya2001-06-201-0/+8
* prepend to both changes and change_ids when different and mark asJP Rosevear2001-04-121-2/+2
* Engine for live queries to calendars. A query object watches a CalBackendFederico Mena Quintero2001-03-301-1/+30
* Move the get_change code hereJP Rosevear2001-02-091-2/+142
* libical import cleanupJP Rosevear2001-01-241-2/+2
* Ximianified email addresses and copyrights.Federico Mena Quintero2001-01-171-63/+84
* If the component has no alarms, do not try to queue them.Federico Mena Quintero2001-01-031-2/+1
* account for the case where there are no alarms, fixes crashJP Rosevear2000-12-231-2/+6
* Fix confusion in the way the range is expanded.Federico Mena Quintero2000-12-201-12/+2
* Alarm instance generation support for the Wombat.Federico Mena Quintero2000-12-191-20/+358
* Use the new libical external iterators (icalcomponent_begin_component()Federico Mena Quintero2000-11-251-4/+7
* Pulling up stuff from the 0.6 branchJP Rosevear2000-10-211-25/+14
* Remove pilot cruft. All pilot stuff is in the conduits now and uses theJP Rosevear2000-10-161-78/+0
* New utility function (cal_backend_load): use above (cal_backend_create):JP Rosevear2000-09-201-31/+35
* Add some other cases where a slow sync is in order (pre_sync): Pre loadJP Rosevear2000-09-201-0/+30
* Only remove the pilot item from the hash if it exists in the first place.JP Rosevear2000-09-131-6/+5
* Use g_int_* for now (cal_backend_file_create): dittoJP Rosevear2000-09-131-8/+13
* Use cal component pilot stuff properly (find_record_in_repository): RemoveJP Rosevear2000-09-101-9/+54
* Remove the icalcomponent from the toplevel calendar here.Federico Mena Quintero2000-08-291-21/+28
* Write out the calendar object (cal_backend_file_update_object): Remove/addJP Rosevear2000-08-281-9/+51
* Added a get_objects_in_range() method. Takes in a time range and the typeFederico Mena Quintero2000-08-091-43/+59
* Fixed a g_return_if_fail that had two parameters and thus wouldn't build.Joe Shaw2000-08-031-1/+1
* Dum dum dum - FedericoFederico Mena Quintero2000-08-031-0/+36
* New files for the iCalendar file backend.Federico Mena Quintero2000-08-031-0/+1004