aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/pcs
Commit message (Expand)AuthorAgeFilesLines
* Don't double-free newly-added categories that the gui hasn't been toldDan Winship2003-05-201-15/+13
* Fixes #41661Rodrigo Moya2003-04-274-7/+68
* added #define's for static capabilities.Rodrigo Moya2003-04-101-1/+1
* Fixes #40133Chris Toshok2003-04-101-1/+1
* Fixes #40952JP Rosevear2003-04-091-1/+1
* create button properlyJP Rosevear2003-04-081-0/+4
* Utility wrapper around icalparser.Dan Winship2003-03-251-43/+6
* set_release on the sequence we create.Rodrigo Moya2003-03-151-0/+1
* use a weak ref instead of connecting to backend's "destroy" signal.Rodrigo Moya2003-03-131-9/+5
* implementJP Rosevear2003-03-054-0/+45
* call cal_client_get_cal_address instead of cal_client_get_email_addressJP Rosevear2003-03-054-20/+20
* If only the pipe wouldn't break.JP Rosevear2003-03-054-19/+189
* gconf settings upgradesMichael Zucci2003-02-242-52/+24
* Add an iteration statement. Fixes hang in wombat.Hans Petter Jansson2003-02-231-0/+2
* Split $(CORBA_GENERATED_H) rule from the $(CORBA_GENERATED_C) rule to thatEttore Perazzoli2003-02-201-1/+3
* Don't try to make an error string from an uninitialized GnomeVFSResult.Hans Petter Jansson2003-02-111-4/+10
* Remove cruft. (pcsincludedir): Define in terms of privincludedirDan Winship2003-02-062-3/+1
* array of localized month day names ("1st" - "31st")Dan Winship2003-02-061-14/+50
* (cal_backend_ref_categories): Do not put theEttore Perazzoli2003-01-231-1/+0
* Use EVOLUTION_GALVIEWSDIR.Ettore Perazzoli2003-01-231-1/+1
* Move some non-file-backend-specific stuff from cal-backend-file here so itDan Winship2003-01-203-364/+365
* Allow recur_id to be NULL to clear the recurrence id. (Based on a story byDan Winship2003-01-101-3/+3
* #include <string.h>Federico Mena Quintero2002-11-133-137/+141
* converted to BonoboObject. (impl_Cal_get_query): bonobo_object_unref theRodrigo Moya2002-11-081-4/+7
* converted to BonoboObject. (impl_Cal_get_query): bonobo_object_unref theRodrigo Moya2002-11-078-168/+164
* GObjectify.Rodrigo Moya2002-11-074-114/+112
* use libxml2 headers.Rodrigo Moya2002-11-051-3/+3
* added new marshallers.Rodrigo Moya2002-11-051-1/+1
* don't use BonoboConfig, but EConfigListener.Rodrigo Moya2002-11-042-14/+14
* cal-client/cal-listener.hRodrigo Moya2002-11-0212-40/+34
* Fixes #32371Rodrigo Moya2002-10-231-3/+5
* use NULL for pointer instead of FALSE.Rodrigo Moya2002-10-231-1/+1
* Fixes #15892Rodrigo Moya2002-10-073-25/+84
* added isReadOnly method to Cal interface.Rodrigo Moya2002-10-024-1/+52
* Non-Connector part of #29334 (meeting created by a delegate in theDan Winship2002-09-284-0/+61
* Should fix once for all #24210Rodrigo Moya2002-09-261-20/+49
* 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
* unref the QueryListener object. (query_construct): create anRodrigo Moya2002-09-241-1/+18
* fix non-ANSI switch statements.Dan Winship2002-09-231-0/+2
* remove timeout function always and re-add it if the query is in progress.Rodrigo Moya2002-09-231-14/+10
* move success notification code to its own code block, since it was beingRodrigo Moya2002-09-231-27/+34
* remove the query from the cache if it failed. (start_cached_query_cb):Rodrigo Moya2002-09-201-0/+17
* added a list of EComponentListener's to control the lifetime of theRodrigo Moya2002-09-201-1/+36
* More fixes for #24210Rodrigo Moya2002-09-201-64/+233
* provide error message param, give a dialog with the message if we get aJP Rosevear2002-09-054-8/+15
* check for an attendee in the list (comp_to_list): only add the user ifJP Rosevear2002-08-091-1/+1
* Initialize loaded_backends before using it. (Just kills off a harmlessDan Winship2002-08-091-2/+3
* just return the object untouched since we don't send anythingJP Rosevear2002-08-084-0/+87
* new function. (query_backend_get_uids): new function. (query_backend_new):Rodrigo Moya2002-08-063-15/+123
* new class for implementing a backend cache for the calendar queries.Rodrigo Moya2002-08-013-0/+324
* Split pcs-backend-file out of libpcs and build it as a separate (noinst)Dan Winship2002-07-231-2/+5
* Install libversit.a so that people compiling against the addressbook canPeter Williams2002-07-187-23/+33
* Sigh, fix for the wombat.idl -> Evolution-Wombat.idl rename here too. AtPeter Williams2002-07-131-1/+1
* Free the uri_string once we're done with it.Jeffrey Stedfast2002-06-131-1/+3
* keep a reference to the Query object, to avoid crashes when the queriesRodrigo Moya2002-06-041-4/+6
* 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 support for CAL_CLIENT_OPEN_PERMISSION_DENIED error code.Rodrigo Moya2002-05-171-0/+16
* added PermissionDenied exception and make it be raised in open,Rodrigo Moya2002-05-174-27/+61
* #include <gtk/gtkmain.h> to avoid warnings.Rodrigo Moya2002-05-031-0/+1
* refactored a bit, to not do things in idle loops.Rodrigo Moya2002-05-021-83/+76
* raise an exception if the backend's method returns NULL, since we can'tRodrigo Moya2002-04-221-0/+5
* new method.Rodrigo Moya2002-04-126-2/+58
* Remove dead files.JP Rosevear2002-04-072-1250/+0
* simple fix for DB3 header inclusion in Mac OS X, by Max HornRodrigo Moya2002-04-021-0/+4
* Clean up some of the Makefiles so we dont' link every library multipleEttore Perazzoli2002-01-251-3/+2
* (committed by Damon)Federico Mena Quintero2001-12-081-25/+42
* 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
* If a query is not in progress, just retag the whole thing. An event mayFederico Mena Quintero2001-10-311-41/+41
* new function. (dump_backend): new function.Chris Toshok2001-10-302-0/+25
* Fixing the license text.Ettore Perazzoli2001-10-2817-68/+51
* Get a fresh CORBA_Environment for every CORBA call. Hopefully will fixFederico Mena Quintero2001-10-261-1/+6
* when iterating over the subcomponents, use 'subcomp' rather thanDamon Chaplin2001-10-251-2/+2
* added setDefaultTimezone() method.Damon Chaplin2001-10-235-92/+250
* write out the correct time in the controlJP Rosevear2001-10-231-26/+31
* there may be cases when the backend will return an invalid component fromRodrigo Moya2001-10-181-1/+1
* Return the original key in the hash table if requested.Federico Mena Quintero2001-10-111-18/+35
* fix logic checksJP Rosevear2001-10-101-2/+2
* util function to get address (itip_addresses_get_default): get only theJP Rosevear2001-10-101-8/+9
* deal correctly with URIs to be inserted into the hash table, so that weRodrigo Moya2001-10-101-2/+20
* moved to a common place (cal_backend_file_open): check if "uristr != NULL"Rodrigo Moya2001-10-103-62/+82
* refactor functionality into several function (comp_string): if we areJP Rosevear2001-10-041-1/+1
* replace use of gnome_vfs_uri with e_uriRodrigo Moya2001-10-045-84/+97
* strdup the uid to avoid double free, write out only after everything isJP Rosevear2001-10-021-3/+3
* don't use gnome_vfs_uri_is_local on URIs created withRodrigo Moya2001-10-021-5/+0
* Handle the fields and category we don't sync by making sure we don'tJP Rosevear2001-09-291-3/+9
* added InvalidURI and UnsupportedMethod exceptions to the CalFactoryRodrigo Moya2001-09-271-2/+33
* new protoJP Rosevear2001-09-266-26/+131
* use bonobo-exception stuff to clean codeJP Rosevear2001-09-265-50/+139
* gets a config db (cal_backend_file_destroy): release config dbJP Rosevear2001-09-211-15/+145
* Fixed weird include pathRodrigo Moya2001-09-201-1/+1
* add a new parameter (const char *iid) to specify the OAFIID of the factoryRodrigo Moya2001-09-192-6/+21
* new class for managing multiple calendars, with an API very similar to theRodrigo Moya2001-09-194-47/+76
* added a timeout to refresh the list every 10 minutes. Not ideal, as theDamon Chaplin2001-09-182-21/+88
* [Automake 1.5 fixes pointed out by Richard BoultonEttore Perazzoli2001-09-151-1/+1
* See if the set of categories changed by using the removed_categories hashFederico Mena Quintero2001-08-301-16/+77
* Fixes bug #7879, a query may receive an update notification from theFederico Mena Quintero2001-08-291-28/+98
* open the tasks folder associated with the calendar being opened, and notRodrigo Moya2001-08-221-1/+1
* added new e-sexp operator. We don't currently use it though.Damon Chaplin2001-08-221-1/+42
* new files to contain utility functions for calendar backendsRodrigo Moya2001-08-217-251/+225
* new functions moved from the CalBackendFile, to allow its use outside ofRodrigo Moya2001-08-212-543/+38
* added new backend method to get the component given a UID.Damon Chaplin2001-08-104-21/+51
* New function to stop further notification from happening.Federico Mena Quintero2001-08-081-1/+2
* 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-022-58/+83
* The Wombat now keeps track of which categories are present in the objectsFederico Mena Quintero2001-08-013-1/+179
* 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-124-26/+21
* more timezone updates. I'm pretty much done with the calendar code now,Damon Chaplin2001-07-112-0/+12
* 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-034-18/+66
* cal-client/cal-client.[hc] cal-util/cal-component.cDamon Chaplin2001-07-035-8/+190
* 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-252-10/+24
* Converted to use BonoboXObject.Federico Mena Quintero2001-06-251-1/+1
* Update the copyrights, replacing Helix Code with Ximian andEttore Perazzoli2001-06-2310-10/+10
* new function for the backends to be able to call the getPassword method onRodrigo Moya2001-06-234-3/+88
* changed getFreeBusy method to return a CalObj instead of a sequenceRodrigo Moya2001-06-226-20/+41
* added getFreeBusy methodRodrigo Moya2001-06-205-0/+83
* removed stuff to get builtin timezone info from the server.Damon Chaplin2001-06-201-41/+0
* new dialog for setting the time zone.Damon Chaplin2001-06-141-0/+42
* Convert to bonobo xobjectJP Rosevear2001-05-084-495/+218
* Connect to the "changed" signal of the categories entry so that they willFederico Mena Quintero2001-04-181-2/+2
* Add EXTRA_GNOME_CFLAGS, for gal.Dan Winship2001-04-171-0/+1
* Create the ESearchBar thingy. (search_bar_query_changed_cb): Build theFederico Mena Quintero2001-04-161-7/+272
* Do this everywhere, also fixup CLEANFILESMichael Meeks2001-04-141-0/+4
* New function to restart a query for the day view. (query_obj_updated_cb):Federico Mena Quintero2001-04-132-13/+198
* 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-308-12/+1067
* Replace includes of <gnome.h>, <bonobo.h> and <gtk/gtk.h> with the neededKjartan Maraas2001-03-261-1/+2
* fixed generation of history recordsRodrigo Moya2001-02-241-2/+38
* Added a `registered' field. (cal_factory_oaf_register): New function; nowFederico Mena Quintero2001-02-212-1/+71
* close DB environment. Some compilation warnings removedRodrigo Moya2001-02-171-14/+28
* implementedRodrigo Moya2001-02-141-38/+73
* cal_backend_db_update_object(): manage both updates and additions/addRodrigo Moya2001-02-131-194/+486
* added DB3 transactions supportRodrigo Moya2001-02-131-29/+145
* added the new DB3-based backend. This is just the beginning, there areRodrigo Moya2001-02-132-0/+1052
* Move the get_change code hereJP Rosevear2001-02-093-149/+174
* libical import cleanupJP Rosevear2001-01-241-2/+2
* Fix transposition of sync db locationJP Rosevear2001-01-171-1/+1
* Ximianified email addresses and copyrights.Federico Mena Quintero2001-01-1711-373/+214
* accomadate tasks in their new dirJP Rosevear2001-01-161-1/+4
* 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-194-132/+444
* 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-073-66/+47
* Update so as not to conflict with calendar (next_changed_item): update toJP Rosevear2000-12-073-329/+109
* 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-252-5/+9
* A very, long, very tedious IDL API rename and re-scoping;Michael Meeks2000-11-115-129/+129
* SHUT THE FUCK UP, DONNIE. DUDE, THEY PEED YOUR FUCKING RUG.Federico Mena Quintero2000-10-271-1/+0
* unsigned chars to isalphaMichael Meeks2000-10-271-1/+1
* AM_GNOME_GETTEXT doesn't use $(datadir)/locale as the locale dir. (ItDan Winship2000-10-241-1/+1
* Pulling up stuff from the 0.6 branchJP Rosevear2000-10-212-32/+45
* Remove pilot cruft. All pilot stuff is in the conduits now and uses theJP Rosevear2000-10-164-164/+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-202-52/+70
* Add some other cases where a slow sync is in order (pre_sync): Pre loadJP Rosevear2000-09-206-1487/+471
* 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
* Remove bogus #include.Ettore Perazzoli2000-09-131-1/+1
* Use cal component pilot stuff properly (find_record_in_repository): RemoveJP Rosevear2000-09-101-9/+54
* New function. We need this from code that dynamically updates from aFederico Mena Quintero2000-08-295-9/+10
* 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
* Fixed some warnings.Christopher James Lahey2000-08-091-2/+2
* Added a get_objects_in_range() method. Takes in a time range and the typeFederico Mena Quintero2000-08-094-133/+124
* Big sync. Disable calendar compilation for a few hours - FedericoFederico Mena Quintero2000-08-083-2/+5
* Fixed a g_return_if_fail that had two parameters and thus wouldn't build.Joe Shaw2000-08-031-1/+1
* call save (cbimc) after setting the pilot id and status.Seth Alves2000-08-031-0/+7
* Dum dum dum - FedericoFederico Mena Quintero2000-08-031-0/+36
* New files for the iCalendar file backend.Federico Mena Quintero2000-08-034-1/+1070
* Ahem, these files will be back in a second - FedericoFederico Mena Quintero2000-08-031-2/+0
* Use CalComponent and the new property types instead of the old iCalObjectFederico Mena Quintero2000-08-021-2/+2
* New function. (scan_property): Handle the RDATE property. (scan_period):Federico Mena Quintero2000-07-263-13/+2
* Removed unneeded check for the URI. (load_fn): Be more paranoid about theFederico Mena Quintero2000-07-121-14/+40
* As a quasi-hack, do a gdk_flush() when the shell view is unrealized soFederico Mena Quintero2000-07-102-0/+4
* server code to service these:Seth Alves2000-06-294-0/+155
* use BONOBO_VFS_GNOME_CFLAGS.Michael Meeks2000-06-281-1/+1
* Doh, sync - FedericoFederico Mena Quintero2000-06-161-0/+2
* added icalendar-test.Damon Chaplin2000-06-161-0/+1
* Added a get_n_objects() method.Federico Mena Quintero2000-06-094-0/+107
* update some .cvsignoresSeth Alves2000-06-081-1/+0
* Moved these files to calendar/cal-util - FedericoFederico Mena Quintero2000-06-075-1362/+0
* fixed a bunch of problems use libical instead of libversitSeth Alves2000-06-073-60/+49
* Removed from the public header; made static. Now everyone should useFederico Mena Quintero2000-06-071-2/+2
* Fix more Makefile breakage.Ettore Perazzoli2000-05-131-0/+1
* New function to add today's alarms for a single object.Federico Mena Quintero2000-05-124-5/+124
* remove unused timezone variable to make this compile on BSD systems (whereDan Winship2000-05-121-1/+0
* Removed unused arguments. Load the initial alarms here. (load_alarms): NewFederico Mena Quintero2000-05-125-26/+319
* Set the format when creating a new calendar.Christopher James Lahey2000-05-101-0/+21
* + * calendar/pcs/cal-backend.c (cal_backend_add_cal): Return nothingMatthew Loper2000-05-101-1/+1
* Removed double free of method_string in uri->method_string.Christopher James Lahey2000-05-091-1/+3
* Fix compilation with builddir != srcdir. Boy I love this.Ettore Perazzoli2000-05-092-2/+2
* CalBackendClass now is just an interface for calendar backends; this is anFederico Mena Quintero2000-05-097-1068/+1443
* ignore the .pure directoryChris Toshok2000-05-051-0/+1
* for the long events pass E_DAY_VIEW_LONG_EVENT as the day. Fixes SEGV.Damon Chaplin2000-05-051-2/+2
* Stylistic fix - FedericoFederico Mena Quintero2000-05-011-3/+1
* set attendee and contact address correctly.Seth Alves2000-05-012-17/+31
* Made Evolution OAF-compatible.Ettore Perazzoli2000-04-281-1/+2
* fix memory leak (save_to_vcal): same (save): same (cal_backend_load): sameSeth Alves2000-04-281-0/+5
* Replaced libcal-util.la with *.laChristopher James Lahey2000-04-261-0/+2
* Renamed from backend_destroy_cb. Now we use it for the "last_client_gone"Federico Mena Quintero2000-04-264-10/+65
* don't save on destroy.Seth Alves2000-04-261-3/+2
* The Joy of Broken Makefiles Part #3.Ettore Perazzoli2000-04-261-2/+2
* allow for null CN (parse_person): allow for null sent_bySeth Alves2000-04-255-14/+192
* finished first stab at iCalObject to icalcomponent conversion.Seth Alves2000-04-251-3/+147
* start on code to do the opposite of icalendar.c (convert from iCalObjectsSeth Alves2000-04-224-3/+379
* fixed code to populate the todo clistSeth Alves2000-04-202-2/+7
* 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
* We have a new "last_calendar_gone" signal that Wombat can use to terminateFederico Mena Quintero2000-04-183-3/+26
* 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-177-199/+12
* use HAVE_TIMEZONE to switch between linux's timezone variable and *bsd'sChris Toshok2000-04-121-2/+13
* 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
* + + * tests/.cvsignore: Added test-movemail. + + * art/.cvsignore: NewMatthew Loper2000-04-011-0/+1
* + * wombat/wombat.gnorba: new file.Matthew Loper2000-03-292-0/+19
* Use ical_object_to_string().Federico Mena Quintero2000-03-283-73/+4
* Fix for srcdir != builddir.Elliot Lee2000-03-181-2/+3
* Initialize the alarm types here. Do not call default_alarm() anymore,Federico Mena Quintero2000-03-111-21/+0
* replaced "Calendar *cal" with "CalClient *calc" in the GnomeCalendarSeth Alves2000-03-091-1/+1
* calobj.[ch] has moved into cal-util/Seth Alves2000-03-081-2/+0
* More file moving - FedericoFederico Mena Quintero2000-03-082-1871/+0
* added some .cvsignore filesSeth Alves2000-03-041-0/+9
* new file -- things shared between the client and server go in thisSeth Alves2000-03-043-17/+705
* I always forget to add the stupid files - FedericoFederico Mena Quintero2000-03-041-0/+66
* moved CalendarFormat type def hereSeth Alves2000-02-182-7/+134
* Implemented.Federico Mena Quintero2000-02-174-7/+98
* Change iCalObject.organizer from char* to iCalPerson*Russell Steinthal2000-02-162-11/+91
* Implemented.Federico Mena Quintero2000-02-126-12/+258
* Connect to the Cal's destroy signal. (cal_backend_remove_cal): KilledFederico Mena Quintero2000-02-117-60/+293
* Added get_uids() method to get a list of UIDs based on object types.Federico Mena Quintero2000-02-095-79/+288
* New struct to wrap instances of calendar objects for recurrencies andFederico Mena Quintero2000-02-083-12/+183
* New function to create the base VObject for a calendar.Federico Mena Quintero2000-02-041-1/+45
* Sync to laptop - FedericoArturo Espinosa2000-02-032-25/+65
* Added the get_object() method.Federico Mena Quintero2000-02-024-2/+61
* Changed the namespace from GNOME::Calendar to Evolution::Calendar.Federico Mena Quintero2000-01-297-71/+71