aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/conduits/calendar/calendar-conduit.c
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespace, again.Matthew Barnes2009-05-291-2/+2
* Fix several types of pedantic compiler warnings.Matthew Barnes2009-05-171-1/+1
* Bug #570730 - Get rid of gnome-config in EvolutionMilan Crha2009-04-301-18/+9
* ** Fix for bug #360813Milan Crha2009-01-161-1/+1
* Change License from GPL to LGPLSankarasivasubramanian Pasupathilingam2008-10-141-14/+17
* Remove improper FSF copyright statements; was never signed over to themSankarasivasubramanian Pasupathilingam2008-10-141-1/+0
* Patch from Keith Packard <keithp@keithp.com>: Fix for bug #541355 (Remove fr...Suman Manjunath2008-07-131-0/+2
* updated novell copyright notices (left others alone)Jeffrey Stedfast2008-06-211-1/+1
* ** Allow evolution to build with G_DISABLE_SINGLE_INCLUDES andMatthew Barnes2008-06-061-0/+2
* Patch from Milan Crha <mcrha@redhat.com> ** Part of fix for bug #523402 (lea...Suman Manjunath2008-05-231-0/+2
* ** Fixes bug #534360Matthew Barnes2008-05-231-22/+22
* ** Downstream patches from OpenSUSESrinivasa Ragavan2008-02-181-0/+2
* ** Part of fixes for bug #395939Milan Crha2008-02-081-1/+1
* ** Remove trailing whitespace from source code.Matthew Barnes2007-11-151-195/+195
* Zero out the GnomePilotRecord struct to silence a compiler warning.Matthew Barnes2007-10-261-1/+3
* ** Fixes bug #437579Matthew Barnes2007-10-101-5/+8
* 2007-09-03 mcrha Fix for bug #201167 by Nathan OwensMilan Crha2007-09-031-8/+53
* Update FSF address in header comments (#469886). Patch from TobiasMatthew Barnes2007-09-021-1/+1
* Fix compiler warnings in the calendar directory (#439122).Matthew Barnes2007-06-031-7/+7
* Massive code cleanup (bug #429422)Matthew Barnes2007-04-201-4/+2
* Fix for 389664 - Adding pilot-link 0.12 compatibility.Veerapuram Varadhan2007-01-081-8/+98
* Fix a build breaker. g_filename_to_uri takes 3 arguments.Harish Krishnaswamy2005-12-231-1/+1
* Use GLib to construct filenames from URIs and back.Tor Lillqvist2005-12-171-3/+10
* Authenticate by reading the stored-password for calendar that has "auth"Veerapuram Varadhan2005-12-061-15/+51
* Fixes #303702 Call e_cal_component_commit_sequence() after modifying theVeerapuram Varadhan2005-10-011-2/+14
* Use e_cal_remove_object for non-recurring appointments. Fixed some memory leaks.Chenthill Palanisamy2005-07-111-2/+9
* Patch from Mark G. AdamsVeerapuram Varadhan2005-07-011-0/+2
* Fixes #41624JP Rosevear2004-12-221-1/+1
* Fixes #55172JP Rosevear2004-09-201-2/+5
* prepare the local record correctly, should fix copy to/from problems whenJP Rosevear2004-08-261-1/+1
* get source list and source (todoconduit_dupe_configuration): copy sourceJP Rosevear2004-08-031-9/+45
* Fixes bug #57592Jeffrey Stedfast2004-06-191-2/+2
* If the last_uri string value is the Evolution 1.4 URI, change it to theJeffrey Stedfast2004-06-041-2/+19
* Use e_cal_open_default() instead of e_cal_open(). (map_name): Changed theJeffrey Stedfast2004-04-231-21/+7
* rewrite for new ecal api, cache all ecal's by type and minimize loading.JP Rosevear2003-12-221-1/+1
* load the calendar synchronouslyJP Rosevear2003-11-121-30/+1
* use proper change list free function name (post_sync): dittoJP Rosevear2003-11-111-2/+2
* Various changes to merge in evolution-data-server reliance.JP Rosevear2003-11-071-165/+165
* Remove type argDan Winship2003-10-241-2/+2
* Merge new-ui-branch to the trunk.Ettore Perazzoli2003-10-221-55/+70
* Merge new-calendar-branch into HEADRodrigo Moya2003-08-081-2/+18
* Fixes #40252Not Zed2003-04-081-45/+43
* Fix for #17231 (Evo portion)JP Rosevear2003-04-021-1/+1
* Fixes #31660JP Rosevear2003-03-221-11/+79
* calcomponents are gobjects now (calconduit_load_configuration): ref andJP Rosevear2003-03-211-1/+5
* If only the pipe wouldn't break.JP Rosevear2003-03-051-76/+90
* dont unref accounts anymore. (change_status): itipAddress -> EAccount.Not Zed2003-02-241-1/+1
* CalClient and CalComponent are GObjects.Chris Toshok2003-01-271-10/+10
* fix warning. (get_default_timezone): BonoboConfigDatabase ->Chris Toshok2003-01-271-43/+7
* load multi_day_split (calconduit_save_configuration): save itJP Rosevear2002-10-011-4/+75
* make sure the start/end for no time palm events are DATE values, tidy codeJP Rosevear2002-09-241-13/+18
* convert to date values if the original start and end were both datesJP Rosevear2002-09-241-2/+6
* added PermissionDenied exception and make it be raised in open,Rodrigo Moya2002-05-171-2/+2
* Buffers Files Tools Edit Search Mule HelpJP Rosevear2002-01-221-0/+1
* move all functions here, get rid of header files, use e-pilot-settings toJP Rosevear2002-01-151-74/+253
* go slow and clear the map if the last uri and the current uri do not matchJP Rosevear2001-12-191-9/+17
* if we have an alarm that can be represented on the pilot, set theJP Rosevear2001-12-091-0/+97
* remove silly debug warningJP Rosevear2001-11-151-2/+0
* make the timezone default to UTC. Fixes bug #14362.Damon Chaplin2001-11-141-4/+6
* move in whole day increments if we are in all day modeJP Rosevear2001-10-311-5/+2
* process an individual section here (select_names_ok_cb): call aboveJP Rosevear2001-10-301-26/+50
* handle date valuesJP Rosevear2001-10-301-1/+4
* unref the comp when finishedJP Rosevear2001-10-291-1/+2
* Fixing the license text.Ettore Perazzoli2001-10-281-4/+3
* touch on lookup (check_for_slow_setting): write touched only if slow syncJP Rosevear2001-10-271-5/+7
* remove the merges as valid sync typesJP Rosevear2001-10-271-1/+4
* make debug output more accurateJP Rosevear2001-10-271-10/+8
* remove the uid from the map if was archived and is now deletedJP Rosevear2001-10-271-1/+3
* modify fieldsJP Rosevear2001-10-261-33/+75
* convert an icaltimetype to a tm (tm_to_icaltimetype): vice versaJP Rosevear2001-10-241-34/+24
* added setDefaultTimezone() method.Damon Chaplin2001-10-231-0/+4
* function to break up multi day events into single events for both evo andJP Rosevear2001-10-161-4/+100
* util function to determine if event is all day (local_record_from_comp):JP Rosevear2001-10-151-16/+38
* handle -1 as well (comp_from_remote_record): fix monthly by dayJP Rosevear2001-10-021-3/+7
* Convert the comp exceptions to the pilot record (comp_from_remote_record):JP Rosevear2001-10-021-6/+48
* Handle the fields and category we don't sync by making sure we don'tJP Rosevear2001-09-291-5/+21
* started some code to show the currently displayed dates in the folderDamon Chaplin2001-07-311-0/+2
* recur is always in UTCJP Rosevear2001-07-281-1/+1
* handle timezones everywhere (get_timezone): new function to get a timezoneJP Rosevear2001-07-281-15/+67
* Update the copyrights, replacing Helix Code with Ximian andEttore Perazzoli2001-06-231-2/+2
* tweaked for some gnome-pilot api changesEskil Heyn Olsen2001-06-191-5/+1
* libical import cleanupJP Rosevear2001-01-241-5/+5
* properly ref the cal component when we use it, prevents double freeJP Rosevear2001-01-231-1/+2
* remove duplicate messageJP Rosevear2001-01-231-2/+0
* Remove alarm foo for nowJP Rosevear2001-01-231-27/+2
* create a new cal component alarm (cal_component_add_alarm): add alarm toJP Rosevear2001-01-191-0/+27
* Check for open error and handledJP Rosevear2001-01-171-1/+2
* Ximianified email addresses and copyrights.Federico Mena Quintero2001-01-171-22/+16
* '2001-01-15 JP Rosevear <jpr@ximian.com>JP Rosevear2001-01-161-10/+14
* Fix erroneous documentationJP Rosevear2000-12-211-26/+46
* Remove pointless commentJP Rosevear2000-12-201-1/+0
* Convert cal component strings to pilot character setJP Rosevear2000-12-201-13/+8
* Even though icaltime_from_timet() now properly ignores the is_utc argumentFederico Mena Quintero2000-12-141-5/+5
* Ugly hack for syncing until pcs can be altered (longer term)JP Rosevear2000-12-081-1/+9
* Update so as not to conflict with calendar (next_changed_item): update toJP Rosevear2000-12-071-42/+43
* Debug message cleanups (comp_from_remote_record): Properly set the icalJP Rosevear2000-12-011-9/+24
* Empty by_day entries are no longer indicated by ICAL_RECURRENCE_ARRAY_MAXJP Rosevear2000-12-011-4/+54
* Debug message cleanups (get_ical_day): Fix off-by-one error which affectedJP Rosevear2000-12-011-36/+33
* Return a struct rather than a pointer to a struct (compare):JP Rosevear2000-11-291-37/+14
* Remove "complete" fieldJP Rosevear2000-11-281-6/+1
* Inc the iterator before finding the next changed item.JP Rosevear2000-11-111-1/+2
* Let the warning make sense (compute_pid): removeJP Rosevear2000-11-011-74/+105
* Check boundary case of fast sync72000-10-281-1/+1
* Remove invalid test. (local_record_from_comp): If the event is all day,72000-10-271-4/+10
* Get archive field while parsing (map_write_foreach): Write out archiveJP Rosevear2000-10-271-1/+0
* Lookup a pid by uid. (e_pilot_map_lookup_uid): Lookup a uid by pid. NowJP Rosevear2000-10-251-18/+5
* Use new libeconduit calls and abstractionJP Rosevear2000-10-241-24/+10
* Add libeconduit-static.laJP Rosevear2000-10-241-123/+13
* Pulling up stuff from the 0.6 branchJP Rosevear2000-10-211-1/+3
* Add definesJP Rosevear2000-10-181-18/+11
* Remove pilot cruft. All pilot stuff is in the conduits now and uses theJP Rosevear2000-10-161-1/+40
* Store recurrence stuff on the desktop properly (get_ical_day): UtilityJP Rosevear2000-10-121-0/+91
* Take CalObjType as a param because its impossible to determine after aJP Rosevear2000-10-121-66/+58
* The element is "pilot_id" not "pilotid". Update both maps (compute_pid):JP Rosevear2000-10-111-39/+48
* Adjust to using gnome-pilot-sync-abs conduit which is based on the latestJP Rosevear2000-10-101-1348/+732
* Hack to compile for distcheck.JP Rosevear2000-09-131-19/+19
* Use icaltime_as_timetJP Rosevear2000-09-091-2/+2
* Added calendar/conduits/Makefile, calendar/conduits/calendar/Makefile andChristopher James Lahey2000-09-021-1/+7
* Update for new libical. Conduits should atleast compile again.JP Rosevear2000-09-021-6/+4
* stubs for pilot id accessors (cal_component_get_pilot_status):Seth Alves2000-08-121-142/+437
* fixed a bunch of bugs, added a lot of debug spew.Seth Alves2000-08-031-0/+2
* New function. (scan_property): Handle the RDATE property. (scan_period):Federico Mena Quintero2000-07-261-5/+2
* conduit based on the calendar conduit. this conduit syncs a pilot's ToDoDBSeth Alves2000-07-141-1/+2
* small cleanups, quiet compilerSeth Alves2000-07-131-22/+56
* todo conduit builds and plays nice but does nothingSeth Alves2000-07-131-2/+15
* fixed various problemsSeth Alves2000-07-131-101/+43
* updated calendar conduit to use oaf and wombatSeth Alves2000-07-111-181/+218
* Removed from the public header; made static. Now everyone should useFederico Mena Quintero2000-06-071-4/+4
* Random #ifdefs to make it build, although this file is going away.Federico Mena Quintero2000-03-101-16/+6
* replaced "Calendar *cal" with "CalClient *calc" in the GnomeCalendarSeth Alves2000-03-091-1/+1
* Added an argument to the corba get_number_of_objects, so you can decideEskil Heyn Olsen2000-01-051-52/+30
* Minor unmiportant changes, but my laptop is acting up, so IEskil Heyn Olsen1999-12-301-3/+8
* Check if local store is empty. If, force slow sync.Eskil Heyn Olsen1999-12-071-9/+31
* undef DEBUG_CALCONDUT, suppresses debug output.Eskil Heyn Olsen1999-12-031-2/+2
* Fixed compare bug. Also neated up some of the if's in set_status.Eskil Heyn Olsen1999-11-301-11/+13
* Writes some warning messages when pre_sync fails.Eskil Heyn Olsen1999-11-221-0/+2
* Enabled debug output. Sets a g_log_domain, now version 0.8.5. ConsistentEskil Heyn Olsen1999-11-101-96/+316
* Uses the PISOCK_LIBDIR, for people with odd install dirs for theirEskil Olsen1999-11-041-3/+41
* now it doesn't build todo conduit anymore. Since the conduit is just aEskil Heyn Olsen1999-10-221-193/+196
* moved the pilot_status = MOD up, so even a CHANGE_SUMMARY will set theEskil Heyn Olsen1999-10-081-70/+97
* checks return values from gpilotd_init/connect.Eskil Heyn Olsen1999-10-061-1/+1
* Now has correct return values wrt the conduit api ref.Eskil Heyn Olsen1999-09-291-55/+87
* Small fix -miguelArturo Espinosa1999-09-281-2/+2
* the g_free that was commented out since glib said was a duplicate free,Eskil Heyn Olsen1999-09-251-34/+135
* better merge of summary/description when doing ical_from_remoteEskil Heyn Olsen1999-09-231-100/+149
* commented out a g_free that glib reported as being a duplicate free. gotEskil Heyn Olsen1999-09-231-7/+19
* lot of rework, implemented various set_* functions, transmit andEskil Heyn Olsen1999-09-211-160/+394
* About to rehash conduit.Eskil Heyn Olsen1999-09-191-4/+38
* changed to be a .la file instead of .a, this allows lib*_conduit to useEskil Heyn Olsen1999-09-191-43/+167
* added sources to calendar-conduitEskil Heyn Olsen1999-09-151-29/+238
* uses GNOME_PILOT_CHECKEskil Heyn Olsen1999-09-081-5/+121
* fix this.Jonathan Blandford1999-08-031-0/+3
* add thisJonathan Blandford1999-07-311-0/+205