| Commit message (Expand) | Author | Age | Files | Lines |
* | added #define's for static capabilities. | Rodrigo Moya | 2003-04-10 | 1 | -1/+1 |
* | Fixes #40952 | JP Rosevear | 2003-04-09 | 1 | -1/+1 |
* | Utility wrapper around icalparser. | Dan Winship | 2003-03-25 | 1 | -43/+6 |
* | implement | JP Rosevear | 2003-03-05 | 1 | -0/+8 |
* | call cal_client_get_cal_address instead of cal_client_get_email_address | JP Rosevear | 2003-03-05 | 1 | -3/+3 |
* | If only the pipe wouldn't break. | JP Rosevear | 2003-03-05 | 1 | -8/+67 |
* | Don't try to make an error string from an uninitialized GnomeVFSResult. | Hans Petter Jansson | 2003-02-11 | 1 | -4/+10 |
* | Remove cruft. (pcsincludedir): Define in terms of privincludedir | Dan Winship | 2003-02-06 | 1 | -1/+0 |
* | array of localized month day names ("1st" - "31st") | Dan Winship | 2003-02-06 | 1 | -14/+50 |
* | Move some non-file-backend-specific stuff from cal-backend-file here so it | Dan Winship | 2003-01-20 | 1 | -326/+16 |
* | #include <string.h> | Federico Mena Quintero | 2002-11-13 | 1 | -46/+48 |
* | GObjectify. | Rodrigo Moya | 2002-11-07 | 1 | -33/+32 |
* | Fixes #15892 | Rodrigo Moya | 2002-10-07 | 1 | -25/+53 |
* | added isReadOnly method to Cal interface. | Rodrigo Moya | 2002-10-02 | 1 | -0/+10 |
* | Non-Connector part of #29334 (meeting created by a delegate in the | Dan Winship | 2002-09-28 | 1 | -0/+12 |
* | Fixes #27961 | Rodrigo Moya | 2002-09-25 | 1 | -0/+5 |
* | return a builtin timezone if we don't find the timezone in our component. | Rodrigo Moya | 2002-09-25 | 1 | -7/+16 |
* | provide error message param, give a dialog with the message if we get a | JP Rosevear | 2002-09-05 | 1 | -2/+3 |
* | just return the object untouched since we don't send anything | JP Rosevear | 2002-08-08 | 1 | -0/+16 |
* | check the value returned by gnome_vfs_uri_to_string before using it. | Rodrigo Moya | 2002-05-25 | 1 | -1/+4 |
* | check the string returned by gnome_vfs_uri_to_string, which can be empty. | Rodrigo Moya | 2002-05-20 | 1 | -0/+4 |
* | added PermissionDenied exception and make it be raised in open, | Rodrigo Moya | 2002-05-17 | 1 | -14/+15 |
* | new method. | Rodrigo Moya | 2002-04-12 | 1 | -0/+17 |
* | recurrence expansion callback for free/busy (create_user_free_busy): | JP Rosevear | 2001-11-12 | 1 | -18/+44 |
* | don't leak the string returned by cal_component_get_as_string nor the | Rodrigo Moya | 2001-11-09 | 1 | -1/+7 |
* | Fixing the license text. | Ettore Perazzoli | 2001-10-28 | 1 | -4/+3 |
* | when iterating over the subcomponents, use 'subcomp' rather than | Damon Chaplin | 2001-10-25 | 1 | -2/+2 |
* | added setDefaultTimezone() method. | Damon Chaplin | 2001-10-23 | 1 | -88/+171 |
* | moved to a common place (cal_backend_file_open): check if "uristr != NULL" | Rodrigo Moya | 2001-10-10 | 1 | -62/+3 |
* | replace use of gnome_vfs_uri with e_uri | Rodrigo Moya | 2001-10-04 | 1 | -24/+41 |
* | strdup the uid to avoid double free, write out only after everything is | JP Rosevear | 2001-10-02 | 1 | -3/+3 |
* | Handle the fields and category we don't sync by making sure we don't | JP Rosevear | 2001-09-29 | 1 | -3/+9 |
* | new proto | JP Rosevear | 2001-09-26 | 1 | -5/+36 |
* | use bonobo-exception stuff to clean code | JP Rosevear | 2001-09-26 | 1 | -0/+15 |
* | gets a config db (cal_backend_file_destroy): release config db | JP Rosevear | 2001-09-21 | 1 | -15/+145 |
* | new class for managing multiple calendars, with an API very similar to the | Rodrigo Moya | 2001-09-19 | 1 | -28/+27 |
* | added a timeout to refresh the list every 10 minutes. Not ideal, as the | Damon Chaplin | 2001-09-18 | 1 | -20/+17 |
* | See if the set of categories changed by using the removed_categories hash | Federico Mena Quintero | 2001-08-30 | 1 | -16/+77 |
* | new files to contain utility functions for calendar backends | Rodrigo Moya | 2001-08-21 | 1 | -137/+21 |
* | new functions moved from the CalBackendFile, to allow its use outside of | Rodrigo Moya | 2001-08-21 | 1 | -299/+21 |
* | added new backend method to get the component given a UID. | Damon Chaplin | 2001-08-10 | 1 | -5/+20 |
* | added 'different_timezone' fields to EDayViewEvent and EWeekViewEvent, to | Damon Chaplin | 2001-08-07 | 1 | -1/+16 |
* | The calendar search bar widget now includes a drop-down menu of available | Federico Mena Quintero | 2001-08-02 | 1 | -51/+53 |
* | The Wombat now keeps track of which categories are present in the objects | Federico Mena Quintero | 2001-08-01 | 1 | -1/+146 |
* | implemented | Rodrigo Moya | 2001-07-30 | 1 | -1/+57 |
* | new proto | JP Rosevear | 2001-07-13 | 1 | -18/+2 |
* | renamed updateObject to updateObjects and removed the UID argument, since | Damon Chaplin | 2001-07-12 | 1 | -9/+7 |
* | more timezone updates. I'm pretty much done with the calendar code now, | Damon Chaplin | 2001-07-11 | 1 | -0/+5 |
* | Pass the parent vCalendar component as the timezone closure of | Federico Mena Quintero | 2001-07-11 | 1 | -1/+10 |
* | added virtual method to get a VTIMEZONE component given a TZID. We need | Damon Chaplin | 2001-07-03 | 1 | -5/+28 |
* | cal-client/cal-client.[hc] cal-util/cal-component.c | Damon Chaplin | 2001-07-03 | 1 | -7/+112 |
* | Renamed the occur field to occur_start; added an occur_end field. This way | Federico Mena Quintero | 2001-06-27 | 1 | -3/+23 |
* | Initialize libglade. | Federico Mena Quintero | 2001-06-25 | 1 | -5/+12 |
* | Update the copyrights, replacing Helix Code with Ximian and | Ettore Perazzoli | 2001-06-23 | 1 | -1/+1 |
* | changed getFreeBusy method to return a CalObj instead of a sequence | Rodrigo Moya | 2001-06-22 | 1 | -2/+2 |
* | added getFreeBusy method | Rodrigo Moya | 2001-06-20 | 1 | -0/+8 |
* | prepend to both changes and change_ids when different and mark as | JP Rosevear | 2001-04-12 | 1 | -2/+2 |
* | Engine for live queries to calendars. A query object watches a CalBackend | Federico Mena Quintero | 2001-03-30 | 1 | -1/+30 |
* | Move the get_change code here | JP Rosevear | 2001-02-09 | 1 | -2/+142 |
* | libical import cleanup | JP Rosevear | 2001-01-24 | 1 | -2/+2 |
* | Ximianified email addresses and copyrights. | Federico Mena Quintero | 2001-01-17 | 1 | -63/+84 |
* | If the component has no alarms, do not try to queue them. | Federico Mena Quintero | 2001-01-03 | 1 | -2/+1 |
* | account for the case where there are no alarms, fixes crash | JP Rosevear | 2000-12-23 | 1 | -2/+6 |
* | Fix confusion in the way the range is expanded. | Federico Mena Quintero | 2000-12-20 | 1 | -12/+2 |
* | Alarm instance generation support for the Wombat. | Federico Mena Quintero | 2000-12-19 | 1 | -20/+358 |
* | Use the new libical external iterators (icalcomponent_begin_component() | Federico Mena Quintero | 2000-11-25 | 1 | -4/+7 |
* | Pulling up stuff from the 0.6 branch | JP Rosevear | 2000-10-21 | 1 | -25/+14 |
* | Remove pilot cruft. All pilot stuff is in the conduits now and uses the | JP Rosevear | 2000-10-16 | 1 | -78/+0 |
* | New utility function (cal_backend_load): use above (cal_backend_create): | JP Rosevear | 2000-09-20 | 1 | -31/+35 |
* | Add some other cases where a slow sync is in order (pre_sync): Pre load | JP Rosevear | 2000-09-20 | 1 | -0/+30 |
* | Only remove the pilot item from the hash if it exists in the first place. | JP Rosevear | 2000-09-13 | 1 | -6/+5 |
* | Use g_int_* for now (cal_backend_file_create): ditto | JP Rosevear | 2000-09-13 | 1 | -8/+13 |
* | Use cal component pilot stuff properly (find_record_in_repository): Remove | JP Rosevear | 2000-09-10 | 1 | -9/+54 |
* | Remove the icalcomponent from the toplevel calendar here. | Federico Mena Quintero | 2000-08-29 | 1 | -21/+28 |
* | Write out the calendar object (cal_backend_file_update_object): Remove/add | JP Rosevear | 2000-08-28 | 1 | -9/+51 |
* | Added a get_objects_in_range() method. Takes in a time range and the type | Federico Mena Quintero | 2000-08-09 | 1 | -43/+59 |
* | Fixed a g_return_if_fail that had two parameters and thus wouldn't build. | Joe Shaw | 2000-08-03 | 1 | -1/+1 |
* | Dum dum dum - Federico | Federico Mena Quintero | 2000-08-03 | 1 | -0/+36 |
* | New files for the iCalendar file backend. | Federico Mena Quintero | 2000-08-03 | 1 | -0/+1004 |