aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/cal-client/cal-client.c
Commit message (Expand)AuthorAgeFilesLines
* Various changes to merge in evolution-data-server reliance.JP Rosevear2003-11-071-3823/+0
* Remove type argDan Winship2003-10-241-2/+2
* remove and free op before return.Harry Lu2003-10-241-1/+10
* update g_date calls to non-deprecated callsJP Rosevear2003-10-231-0/+2
* guard against irrelevant args (ie if there was an error)JP Rosevear2003-10-231-2/+2
* Merge new-ui-branch to the trunk.Ettore Perazzoli2003-10-221-1463/+2247
* use a 'char **' for the 'error_msg' argument, instead of a fixed sizeRodrigo Moya2003-08-221-3/+3
* Merged ECalendarTable changes from new-calendar-branchRodrigo Moya2003-08-081-11/+8
* Merge new-calendar-branch into HEADRodrigo Moya2003-08-081-47/+39
* Fixes #45910Rodrigo Moya2003-07-071-0/+3
* Don't leak exceptions (load_static_capabilities): free the capabilityDan Winship2003-07-021-13/+16
* removed usage of WombatClient. (client_get_password_cb,Rodrigo Moya2003-06-301-57/+1
* don't use a static GList, since the value returned is freed inRodrigo Moya2003-06-241-4/+1
* adapted to changes in EComponentListener API. (query_construct): ditto.Rodrigo Moya2003-06-041-1/+1
* guard against multiple destroysJP Rosevear2003-05-151-1/+1
* added missing assignment.Rodrigo Moya2003-05-071-0/+2
* Fixes #41661Rodrigo Moya2003-04-271-0/+41
* added missing capabilities.Rodrigo Moya2003-04-111-3/+3
* only print a message if the exception isn't the reasonable NotFoundJP Rosevear2003-04-111-1/+2
* guard against empty uri as wellJP Rosevear2003-04-051-1/+1
* return correct values in g_return_val_if_fail.Rodrigo Moya2003-03-271-2/+2
* don't leak the string sequence returned by CalFactory_uriList.Rodrigo Moya2003-03-141-1/+3
* implementJP Rosevear2003-03-051-0/+33
* call cal_client_get_cal_address instead of cal_client_get_email_addressJP Rosevear2003-03-051-17/+17
* Merging in 1.2 stuffJP Rosevear2003-03-051-32/+223
* Don't warn if calendar isn't loaded... Doesn't seem to hurt, but thisHans Petter Jansson2003-02-241-1/+2
* dont unref accounts anymore. (change_status): itipAddress -> EAccount.Not Zed2003-02-241-2/+2
* Define in terms of privincludedirDan Winship2003-02-061-4/+0
* Create a non-abstract enumeration type derived from GEnum.Hans Petter Jansson2002-12-071-24/+102
* removed extra call to CORBA_exception_init.Richard Li2002-11-261-1/+0
* #include <string.h> (obj_removed_cb): Fixed prototype.Federico Mena Quintero2002-11-141-2/+3
* added new marshallers.Rodrigo Moya2002-11-051-8/+9
* added marshallers.Rodrigo Moya2002-11-051-138/+143
* use EConfigListener instead of BonoboConfig.Rodrigo Moya2002-11-041-21/+10
* cal-client/cal-listener.hRodrigo Moya2002-11-021-16/+16
* Fixes #15892Rodrigo Moya2002-10-071-0/+20
* Fixes #30057Rodrigo Moya2002-10-031-0/+2
* added isReadOnly method to Cal interface.Rodrigo Moya2002-10-021-0/+31
* Non-Connector part of #29334 (meeting created by a delegate in theDan Winship2002-09-281-0/+46
* provide error message param, give a dialog with the message if we get aJP Rosevear2002-09-051-5/+8
* added internal EComponentListener object, to listen for the activated Cal.Rodrigo Moya2002-08-161-0/+38
* just return the object untouched since we don't send anythingJP Rosevear2002-08-081-0/+56
* remove useless debug statementJP Rosevear2002-07-271-1/+0
* added support for CAL_CLIENT_OPEN_PERMISSION_DENIED error code.Rodrigo Moya2002-05-171-0/+4
* added PermissionDenied exception and make it be raised in open,Rodrigo Moya2002-05-171-49/+50
* start a server a uri (start_default_server): start a default serverJP Rosevear2002-05-081-8/+3
* Use new-and-improved default folder URI config paths.Dan Winship2002-04-111-10/+15
* go slow and clear the map if the last uri and the current uri do not matchJP Rosevear2001-12-191-31/+133
* removed this function, as we don't need to unref at all the WombatClientRodrigo Moya2001-10-291-25/+7
* Fixing the license text.Ettore Perazzoli2001-10-281-4/+3
* subtract 1 from any positive BYSETPOS value, since our array is 0-based.Damon Chaplin2001-10-261-18/+71
* added setDefaultTimezone() method.Damon Chaplin2001-10-231-1/+130
* remove unneeded assertionsJP Rosevear2001-10-111-3/+0
* replace use of gnome_vfs_uri with e_uriRodrigo Moya2001-10-041-2/+0
* don't use gnome_vfs_uri_is_local on URIs created withRodrigo Moya2001-10-021-2/+0
* init the execption rather than freeing itJP Rosevear2001-09-291-1/+3
* use bonobo-exception for exceptions (cal_client_open_calendar): likewiseRodrigo Moya2001-09-281-3/+8
* added InvalidURI and UnsupportedMethod exceptions to the CalFactoryRodrigo Moya2001-09-271-47/+82
* new protoJP Rosevear2001-09-261-2/+86
* use bonobo-exception stuff to clean codeJP Rosevear2001-09-261-39/+80
* new class for managing multiple calendars, with an API very similar to theRodrigo Moya2001-09-191-28/+58
* New function to stop further notification from happening.Federico Mena Quintero2001-08-081-16/+6
* added check for NULL pointers. Maybe fixes #5203 (I can't reproduce it, soRodrigo Moya2001-08-071-0/+3
* removed debugging messages.Damon Chaplin2001-08-021-9/+0
* The Wombat now keeps track of which categories are present in the objectsFederico Mena Quintero2001-08-011-0/+38
* started some code to show the currently displayed dates in the folderDamon Chaplin2001-07-311-3/+0
* check that the row passed in is valid. Sometimes we get the "row-selected"Damon Chaplin2001-07-271-1/+54
* check type of component before actually pasting. Deal with VCALENDARRodrigo Moya2001-07-261-0/+2
* renamed updateObject to updateObjects and removed the UID argument, sinceDamon Chaplin2001-07-121-11/+66
* more timezone updates. I'm pretty much done with the calendar code now,Damon Chaplin2001-07-111-0/+10
* Use e_utf8_from_gtk_event_key() so that we can input utf8 text properly.Federico Mena Quintero2001-07-101-2/+9
* cal-client/cal-client.[hc] cal-util/cal-component.cDamon Chaplin2001-07-031-2/+252
* Renamed the occur field to occur_start; added an occur_end field. This wayFederico Mena Quintero2001-06-271-1/+2
* changed getFreeBusy method to return a CalObj instead of a sequenceRodrigo Moya2001-06-221-17/+34
* create a WombatClient when creating a CalClient object, so that we canRodrigo Moya2001-06-221-0/+150
* removed stuff to get builtin timezone info from the server.Damon Chaplin2001-06-201-102/+0
* new dialog for setting the time zone.Damon Chaplin2001-06-141-0/+102
* Plug leak.Federico Mena Quintero2001-04-031-5/+31
* Engine for live queries to calendars. A query object watches a CalBackendFederico Mena Quintero2001-03-301-1/+1
* Switched to using our own refcounted structure for loaded clients.Federico Mena Quintero2001-02-241-11/+3
* New files with a simple sequence to migrate the task components from theFederico Mena Quintero2001-01-191-2/+13
* Ximianified email addresses and copyrights.Federico Mena Quintero2001-01-171-104/+119
* Alarm trigger queueing for the GUI part.Federico Mena Quintero2000-12-231-1/+3
* Fix confusion in the way the range is expanded.Federico Mena Quintero2000-12-201-1/+40
* Alarm instance generation support for the Wombat.Federico Mena Quintero2000-12-191-54/+92
* Unref the component from the objects list; it got referenced as many timesFederico Mena Quintero2000-12-081-0/+1
* Update so as not to conflict with calendar (next_changed_item): update toJP Rosevear2000-12-071-21/+22
* return NULL if we can't create a view.Michael Meeks2000-12-051-1/+1
* A very, long, very tedious IDL API rename and re-scoping;Michael Meeks2000-11-111-48/+48
* Remove pilot cruft. All pilot stuff is in the conduits now and uses theJP Rosevear2000-10-161-68/+0
* Add some other cases where a slow sync is in order (pre_sync): Pre loadJP Rosevear2000-09-201-0/+70
* No need to spit a warning if removal fails. (event_editor_destroy): FreeFederico Mena Quintero2000-09-011-31/+0
* Implement delete option (recurrence_toggled): Make an ugly hack to get theJP Rosevear2000-09-011-0/+31
* Actually add the comp_instance struct to the instances list. We now appearJP Rosevear2000-08-301-2/+4
* Remove USING_OAF checksDan Winship2000-08-301-13/+0
* New function. We need this from code that dynamically updates from aFederico Mena Quintero2000-08-291-2/+23
* There. A pretty function to generate recurrence instances atomically soFederico Mena Quintero2000-08-111-6/+278
* Fixed a warning.Christopher James Lahey2000-08-101-1/+4
* Fixed some warnings.Christopher James Lahey2000-08-091-3/+3
* Added a get_objects_in_range() method. Takes in a time range and the typeFederico Mena Quintero2000-08-091-36/+42
* Big sync. Disable calendar compilation for a few hours - FedericoFederico Mena Quintero2000-08-081-70/+44
* tlauche is now called wombatSeth Alves2000-08-051-1/+1
* New function. (scan_property): Handle the RDATE property. (scan_period):Federico Mena Quintero2000-07-261-2/+0
* Docs docs docs - FedericoFederico Mena Quintero2000-07-181-0/+10
* Fixed inline docs. (cal_client_new): Ditto.Federico Mena Quintero2000-07-181-4/+2
* server code to service these:Seth Alves2000-06-291-1/+72
* Sync - FedericoFederico Mena Quintero2000-06-231-10/+13
* Doh, sync - FedericoFederico Mena Quintero2000-06-161-27/+42
* finish switch back to vcalSeth Alves2000-06-141-3/+9
* Added a get_n_objects() method.Federico Mena Quintero2000-06-091-3/+40
* instead of returning a text representation, decode the text and return anSeth Alves2000-06-081-13/+48
* New function to add today's alarms for a single object.Federico Mena Quintero2000-05-121-0/+59
* Removed unused arguments. Load the initial alarms here. (load_alarms): NewFederico Mena Quintero2000-05-121-17/+120
* CalBackendClass now is just an interface for calendar backends; this is anFederico Mena Quintero2000-05-091-4/+8
* Made Evolution OAF-compatible.Ettore Perazzoli2000-04-281-1/+13
* fixed code to populate the todo clistSeth Alves2000-04-201-1/+4
* build test-calendar-widget and evolution-calendar, common stuff is in aSeth Alves2000-04-061-2/+7
* Use ical_object_to_string().Federico Mena Quintero2000-03-281-1/+0
* Implemented.Federico Mena Quintero2000-02-171-0/+35
* Implemented.Federico Mena Quintero2000-02-121-33/+60
* Connect to the Cal's destroy signal. (cal_backend_remove_cal): KilledFederico Mena Quintero2000-02-111-36/+165
* Added inline documentation comment - FedericoArturo Espinosa2000-02-091-0/+10
* Added get_uids() method to get a list of UIDs based on object types.Federico Mena Quintero2000-02-091-0/+55
* New struct to wrap instances of calendar objects for recurrencies andFederico Mena Quintero2000-02-081-0/+54
* New function to create the base VObject for a calendar.Federico Mena Quintero2000-02-041-7/+8
* Added the get_object() method.Federico Mena Quintero2000-02-021-6/+54
* Handle the cal_loaded signal from the listener. Store the calendar clientFederico Mena Quintero2000-02-011-0/+130
* Sync to desktop - FedericoArturo Espinosa2000-01-311-3/+6
* Changed the namespace from GNOME::Calendar to Evolution::Calendar.Federico Mena Quintero2000-01-291-7/+7
* Make Evolution compile with the latest Bonobo changes.Arturo Espinosa2000-01-261-1/+1
* Calendar client side work - FedericoArturo Espinosa2000-01-251-0/+291