aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/conduits
Commit message (Expand)AuthorAgeFilesLines
* Lookup a pid by uid. (e_pilot_map_lookup_uid): Lookup a uid by pid. NowJP Rosevear2000-10-252-36/+11
* Use new libeconduit calls and abstractionJP Rosevear2000-10-244-57/+28
* Add libeconduit-static.laJP Rosevear2000-10-242-123/+15
* Pilot map functions grabbed from existing conduitsJP Rosevear2000-10-242-124/+15
* Pulling up stuff from the 0.6 branchJP Rosevear2000-10-216-8/+16
* Updated Spanish translationHector Garcia2000-10-183-0/+6
* Add definesJP Rosevear2000-10-186-57/+63
* 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-122-133/+116
* The element is "pilot_id" not "pilotid". Update both maps (compute_pid):JP Rosevear2000-10-114-82/+103
* Adjust to using gnome-pilot-sync-abs conduit which is based on the latestJP Rosevear2000-10-1011-1937/+1300
* Updated French translation.Christophe Merlet2000-10-072-0/+4
* Don't fail if there is no map file.JP Rosevear2000-09-211-7/+15
* Add since field to contextJP Rosevear2000-09-212-4/+29
* Use a local sax handler.JP Rosevear2000-09-211-33/+2
* Updated the Swedish translation.Christian Rose2000-09-201-2/+2
* Add some other cases where a slow sync is in order (pre_sync): Pre loadJP Rosevear2000-09-205-509/+495
* ShushJP Rosevear2000-09-151-2/+2
* Oops, get the right files added/removedJP Rosevear2000-09-152-5/+5
* Add headers with GPL notice and credit copyright to those appropriateJP Rosevear2000-09-155-69/+166
* Hack to compile for distcheck.JP Rosevear2000-09-132-20/+19
* Use g_int_* for now (cal_backend_file_create): dittoJP Rosevear2000-09-131-59/+106
* Added Swedish translation.Christian Rose2000-09-132-0/+4
* Handle renaming, header cleanupJP Rosevear2000-09-112-32/+28
* Use description list instead of comment list for pilot todo noteJP Rosevear2000-09-111-58/+61
* Only set the due date only if it existsJP Rosevear2000-09-111-4/+10
* Make log output a little more sensible (comp_from_remote_record): MinorJP Rosevear2000-09-111-39/+17
* Remove catch_ret_val function since its no longer useful. Fix naming ofJP Rosevear2000-09-112-281/+188
* Convert "//" style comments (local_record_from_ical_uid): RemoveJP Rosevear2000-09-101-22/+20
* Use cal component pilot stuff properly (find_record_in_repository): RemoveJP Rosevear2000-09-105-268/+167
* Use icaltime_as_timetJP Rosevear2000-09-092-4/+2
* TidyJP Rosevear2000-09-093-36/+24
* Get the calendar conduits to compile.Ettore Perazzoli2000-09-032-4/+12
* Added calendar/conduits/Makefile, calendar/conduits/calendar/Makefile andChristopher James Lahey2000-09-022-2/+8
* Update for new libical. Conduits should atleast compile again.JP Rosevear2000-09-022-10/+8
* Remove USING_OAF checksDan Winship2000-08-302-13/+0
* stubs for pilot id accessors (cal_component_get_pilot_status):Seth Alves2000-08-124-350/+742
* if oaf isn't initialized by the time the conduit starts, start it up. weSeth Alves2000-08-053-5/+32
* fixed a bunch of bugs, added a lot of debug spew.Seth Alves2000-08-032-87/+253
* New function. (scan_property): Handle the RDATE property. (scan_period):Federico Mena Quintero2000-07-261-5/+2
* Added the Turkish desktop entriesFatih Demir2000-07-202-0/+4
* conduit based on the calendar conduit. this conduit syncs a pilot's ToDoDBSeth Alves2000-07-146-308/+1170
* small cleanups, quiet compilerSeth Alves2000-07-133-109/+93
* todo conduit builds and plays nice but does nothingSeth Alves2000-07-138-210/+401
* fixed various problemsSeth Alves2000-07-133-117/+57
* ignore binariesSeth Alves2000-07-111-0/+2
* remove gnomecal.conduitDan Winship2000-07-111-1/+1
* *** empty log message ***Seth Alves2000-07-111-4/+5
* *** empty log message ***Seth Alves2000-07-111-5/+4
* updated calendar conduit to use oaf and wombatSeth Alves2000-07-116-339/+417
* added makefiles for calendar conduitsSeth Alves2000-07-114-0/+91
* Removed from the public header; made static. Now everyone should useFederico Mena Quintero2000-06-071-4/+4
* Added Norwegian translationKjartan Maraas2000-05-222-0/+4
* updated Danish stringsPablo Saratxaga2000-04-301-1/+1
* Added Danish strings to desktop/menu filePablo Saratxaga2000-04-192-0/+4
* Random #ifdefs to make it build, although this file is going away.Federico Mena Quintero2000-03-102-23/+10
* replaced "Calendar *cal" with "CalClient *calc" in the GnomeCalendarSeth Alves2000-03-091-1/+1
* Update to use gpilotd_get_pilot_basedir and gnome_pilot_conduit_standard_abs...Vadim Strizhevsky2000-01-081-3/+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
* Capplets now sets first_sync on enable, this should make the conduit copyEskil Heyn Olsen1999-12-081-1/+4
* Check if local store is empty. If, force slow sync.Eskil Heyn Olsen1999-12-073-28/+50
* 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
* Commented the code out, thus the capplet works again.Eskil Heyn Olsen1999-11-051-0/+2
* Uses the PISOCK_LIBDIR, for people with odd install dirs for theirEskil Olsen1999-11-044-79/+182
* now it doesn't build todo conduit anymore. Since the conduit is just aEskil Heyn Olsen1999-10-225-283/+358
* 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-063-24/+42
* 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-252-36/+135
* better merge of summary/description when doing ical_from_remoteEskil Heyn Olsen1999-09-234-5/+13
* 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-212-168/+402
* 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-192-43/+180
* added sources to calendar-conduitEskil Heyn Olsen1999-09-151-29/+238
* forgot the .desktop files...`Eskil Heyn Olsen1999-09-082-0/+12
* uses GNOME_PILOT_CHECKEskil Heyn Olsen1999-09-086-5/+1045
* fix this.Jonathan Blandford1999-08-031-0/+3
* add thisJonathan Blandford1999-07-311-0/+205