aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/cal-client
Commit message (Expand)AuthorAgeFilesLines
* 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
* more fixes for libversit.la -> libversit.aDan Winship2002-03-201-1/+1
* Clean up some of the Makefiles so we dont' link every library multipleEttore Perazzoli2002-01-251-9/+6
* go slow and clear the map if the last uri and the current uri do not matchJP Rosevear2001-12-193-32/+139
* use libical-evolution.laDamon Chaplin2001-10-301-1/+1
* 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-2813-52/+39
* subtract 1 from any positive BYSETPOS value, since our array is 0-based.Damon Chaplin2001-10-262-18/+76
* cal-client/cal-query.c (cal_query_construct) set priv->corba_query toRodrigo Moya2001-10-231-0/+1
* added setDefaultTimezone() method.Damon Chaplin2001-10-232-1/+136
* remove unneeded assertionsJP Rosevear2001-10-111-3/+0
* replace use of gnome_vfs_uri with e_uriRodrigo Moya2001-10-041-2/+0
* use bonobo-exception to tidyJP Rosevear2001-10-021-5/+4
* 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-264-4/+136
* use bonobo-exception stuff to clean codeJP Rosevear2001-09-262-39/+81
* new class for managing multiple calendars, with an API very similar to theRodrigo Moya2001-09-196-39/+889
* [Automake 1.5 fixes pointed out by Richard BoultonEttore Perazzoli2001-09-151-1/+1
* New function to stop further notification from happening.Federico Mena Quintero2001-08-083-44/+46
* added check for NULL pointers. Maybe fixes #5203 (I can't reproduce it, soRodrigo Moya2001-08-071-0/+3
* New function; stops further notification from happening. This is neededFederico Mena Quintero2001-08-044-0/+50
* 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-014-154/+124
* started some code to show the currently displayed dates in the folderDamon Chaplin2001-07-311-3/+0
* call cal_client_get_free_busy for testing the new methodRodrigo Moya2001-07-301-2/+20
* 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-112-0/+15
* Use e_utf8_from_gtk_event_key() so that we can input utf8 text properly.Federico Mena Quintero2001-07-102-3/+10
* cal-client/cal-client.[hc] cal-util/cal-component.cDamon Chaplin2001-07-032-2/+260
* Renamed the occur field to occur_start; added an occur_end field. This wayFederico Mena Quintero2001-06-271-1/+2
* Update the copyrights, replacing Helix Code with Ximian andEttore Perazzoli2001-06-235-5/+5
* changed getFreeBusy method to return a CalObj instead of a sequenceRodrigo Moya2001-06-222-18/+36
* create a WombatClient when creating a CalClient object, so that we canRodrigo Moya2001-06-224-1/+165
* removed stuff to get builtin timezone info from the server.Damon Chaplin2001-06-202-112/+0
* new dialog for setting the time zone.Damon Chaplin2001-06-142-0/+111
* Remove UNICODE_LIBSDan Winship2001-04-271-1/+0
* Hot builddir != srcdir loving action.Ettore Perazzoli2001-04-191-1/+2
* Do this everywhere, also fixup CLEANFILESMichael Meeks2001-04-141-0/+3
* New function to restart a query for the day view. (query_obj_updated_cb):Federico Mena Quintero2001-04-131-4/+4
* Plug leak.Federico Mena Quintero2001-04-039-23/+912
* Engine for live queries to calendars. A query object watches a CalBackendFederico Mena Quintero2001-03-301-1/+1
* Replace includes of <gnome.h>, <bonobo.h> and <gtk/gtk.h> with the neededKjartan Maraas2001-03-261-3/+8
* 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-177-250/+280
* 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-202-2/+41
* Alarm instance generation support for the Wombat.Federico Mena Quintero2000-12-192-56/+96
* More fixage - FedericoFederico Mena Quintero2000-12-121-1/+1
* add EXTRA_GNOME_LIBS.Chris Toshok2000-12-081-0/+1
* 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-076-26/+129
* 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-113-78/+78
* Clean the idl-generated sources properly. Likewise.Federico Mena Quintero2000-11-041-13/+2
* SHUT THE FUCK UP, DONNIE. DUDE, THEY PEED YOUR FUCKING RUG.Federico Mena Quintero2000-10-271-1/+1
* AM_GNOME_GETTEXT doesn't use $(datadir)/locale as the locale dir. (ItDan Winship2000-10-241-1/+1
* Remove pilot cruft. All pilot stuff is in the conduits now and uses theJP Rosevear2000-10-162-76/+0
* Add some other cases where a slow sync is in order (pre_sync): Pre loadJP Rosevear2000-09-202-0/+71
* Bunch of unicode related changesLauris Kaplinski2000-09-081-0/+15
* No need to spit a warning if removal fails. (event_editor_destroy): FreeFederico Mena Quintero2000-09-012-32/+0
* Implement delete option (recurrence_toggled): Make an ugly hack to get theJP Rosevear2000-09-012-0/+32
* Actually add the comp_instance struct to the instances list. We now appearJP Rosevear2000-08-301-2/+4
* Remove USING_OAF checksDan Winship2000-08-302-46/+3
* New function. We need this from code that dynamically updates from aFederico Mena Quintero2000-08-294-6/+33
* There. A pretty function to generate recurrence instances atomically soFederico Mena Quintero2000-08-112-7/+283
* 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-092-37/+44
* Big sync. Disable calendar compilation for a few hours - FedericoFederico Mena Quintero2000-08-085-115/+441
* 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
* fixed various problemsSeth Alves2000-07-132-0/+9
* server code to service these:Seth Alves2000-06-292-1/+80
* Sync - FedericoFederico Mena Quintero2000-06-232-11/+14
* Fix compilation with builddir != srcdir.Ettore Perazzoli2000-06-191-0/+1
* Fix to not depend on installed ical.hDan Winship2000-06-181-1/+1
* 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-092-3/+42
* instead of returning a text representation, decode the text and return anSeth Alves2000-06-083-23/+73
* fixed a bunch of problems use libical instead of libversitSeth Alves2000-06-071-1/+1
* New function to add today's alarms for a single object.Federico Mena Quintero2000-05-122-0/+63
* Removed unused arguments. Load the initial alarms here. (load_alarms): NewFederico Mena Quintero2000-05-122-17/+122
* CalBackendClass now is just an interface for calendar backends; this is anFederico Mena Quintero2000-05-094-33/+12
* ignore the .pure directoryChris Toshok2000-05-051-1/+2
* Made Evolution OAF-compatible.Ettore Perazzoli2000-04-282-8/+42
* The Joy of Broken Makefiles Part #3.Ettore Perazzoli2000-04-261-2/+2
* The path to the test calendar changed when we moved stuff around. UsersFederico Mena Quintero2000-04-251-5/+28
* fixed code to populate the todo clistSeth Alves2000-04-201-1/+4
* Renamed library from libcalutil to libcal-util, to be consistent withFederico Mena Quintero2000-04-172-7/+7
* 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
* Fix for srcdir != builddir.Elliot Lee2000-03-181-2/+2
* Removed function now that it is no CORBA server in the GUI.Federico Mena Quintero2000-03-121-4/+1
* replaced "Calendar *cal" with "CalClient *calc" in the GnomeCalendarSeth Alves2000-03-091-1/+4
* track movement of calobj.[ch]Seth Alves2000-03-081-1/+2
* back out recent commitSeth Alves2000-03-082-97/+0
* More file moving - FedericoFederico Mena Quintero2000-03-081-2/+0
* stubs for client side access to alarm structures. this will probablySeth Alves2000-03-063-0/+99
* added some .cvsignore filesSeth Alves2000-03-041-0/+15
* new file -- things shared between the client and server go in thisSeth Alves2000-03-043-141/+8
* At this point the calendar client and personal calendar server files wereFederico Mena Quintero2000-03-021-3/+4
* More reorganization - FedericoFederico Mena Quintero2000-03-021-2/+2
* Moved to the pcs/ directory - FedericoFederico Mena Quintero2000-03-021-0/+21
* At this point the calendar client and personal calendar server files wereFederico Mena Quintero2000-03-021-0/+38
* Use the gnome-config flags for orbit-idl. Create a libcal-client libraryFederico Mena Quintero2000-03-021-1/+0
* Implemented.Federico Mena Quintero2000-02-172-0/+37
* Implemented.Federico Mena Quintero2000-02-125-74/+89
* Connect to the Cal's destroy signal. (cal_backend_remove_cal): KilledFederico Mena Quintero2000-02-115-38/+324
* 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-094-1/+93
* Add the files, stupid me - FedericoArturo Espinosa2000-02-082-0/+100
* New struct to wrap instances of calendar objects for recurrencies andFederico Mena Quintero2000-02-082-0/+57
* New function to create the base VObject for a calendar.Federico Mena Quintero2000-02-044-16/+17
* Added the get_object() method.Federico Mena Quintero2000-02-023-9/+60
* Handle the cal_loaded signal from the listener. Store the calendar clientFederico Mena Quintero2000-02-013-0/+138
* Sync to desktop - FedericoArturo Espinosa2000-01-312-4/+7
* Changed the namespace from GNOME::Calendar to Evolution::Calendar.Federico Mena Quintero2000-01-294-41/+43
* Make Evolution compile with the latest Bonobo changes.Arturo Espinosa2000-01-263-19/+19
* Calendar client side work - FedericoArturo Espinosa2000-01-252-0/+363
* Take in a GnomeVFSURI, not a string.Federico Mena Quintero2000-01-222-38/+88
* Sync - FedericoArturo Espinosa2000-01-182-7/+5
* Removed the CORBA listener methods, adjusted for the new IDL.Federico Mena Quintero2000-01-122-16/+108
* New IDL for the personal calendar server.Federico Mena Quintero2000-01-122-0/+380