aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/conduits/todo
Commit message (Expand)AuthorAgeFilesLines
* fix pre-processor macrosJP Rosevear2001-08-092-2/+2
* started some code to show the currently displayed dates in the folderDamon Chaplin2001-07-311-0/+1
* handle timezones everywhere (get_timezone): new function to get a timezoneJP Rosevear2001-07-283-7/+63
* Bump required gal version for new accessors in ETree.Peter Williams2001-06-281-0/+1
* Rest of previous commit (got messed up somehow).Peter Williams2001-06-271-0/+2
* Update the copyrights, replacing Helix Code with Ximian andEttore Perazzoli2001-06-233-6/+6
* tweaked for some gnome-pilot api changesEskil Heyn Olsen2001-06-191-4/+1
* Remove UNICODE_LIBSDan Winship2001-04-271-1/+0
* create doc/devel/executive-summary/MakefileGediminas Paulauskas2001-03-151-0/+7
* PISOCK_INCLUDEDIR has become PISOCK_CFLAGS in gnome-pilot.m4 and removeJP Rosevear2001-03-133-378/+2
* install conduit iconsJP Rosevear2001-03-032-7/+10
* Oops, forgotten bits from last commitJP Rosevear2001-02-201-1/+1
* Remove PISOCK_LIBDIRJP Rosevear2001-02-201-1/+1
* Getting almost full and proper use of xml-i18n-tools.Gediminas Paulauskas2001-02-114-33/+11
* Added Slovak messagesStano Visnovsky2001-01-301-0/+2
* libical import cleanupJP Rosevear2001-01-241-2/+2
* properly ref the cal component when we use it, prevents double freeJP Rosevear2001-01-231-0/+1
* remove duplicate messageJP Rosevear2001-01-232-14/+12
* Remove alarm foo for nowJP Rosevear2001-01-231-0/+1
* Check for open error and handledJP Rosevear2001-01-171-1/+2
* Ximianified email addresses and copyrights.Federico Mena Quintero2001-01-172-24/+17
* fix debug output (print_remote): dittoJP Rosevear2001-01-171-13/+7
* accomadate tasks in their new dirJP Rosevear2001-01-161-2/+2
* '2001-01-15 JP Rosevear <jpr@ximian.com>JP Rosevear2001-01-161-14/+24
* pass -module and -avoid-version to conduit linkerJP Rosevear2001-01-141-0/+1
* Fix erroneous documentationJP Rosevear2000-12-212-31/+50
* Remove pointless commentJP Rosevear2000-12-201-5/+11
* Convert cal component strings to pilot character setJP Rosevear2000-12-201-14/+9
* Even though icaltime_from_timet() now properly ignores the is_utc argumentFederico Mena Quintero2000-12-141-2/+2
* Revert federico's change for now because of libtool limitations withJP Rosevear2000-12-131-1/+1
* More fixage - FedericoFederico Mena Quintero2000-12-121-1/+1
* Ugly hack for syncing until pcs can be altered (longer term)JP Rosevear2000-12-081-2/+10
* Update so as not to conflict with calendar (next_changed_item): update toJP Rosevear2000-12-071-42/+41
* Fix my build stupidty READ THE MACROJP Rosevear2000-12-061-0/+1
* Debug message cleanups (comp_from_remote_record): Properly set the icalJP Rosevear2000-12-011-17/+16
* Return a struct rather than a pointer to a struct (compare):JP Rosevear2000-11-291-37/+14
* Remove "complete" fieldJP Rosevear2000-11-281-7/+2
* 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-012-80/+108
* 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-2/+1
* Get archive field while parsing (map_write_foreach): Write out archiveJP Rosevear2000-10-271-2/+1
* Lookup a pid by uid. (e_pilot_map_lookup_uid): Lookup a uid by pid. NowJP Rosevear2000-10-251-18/+6
* Use new libeconduit calls and abstractionJP Rosevear2000-10-242-29/+15
* Pilot map functions grabbed from existing conduitsJP Rosevear2000-10-242-124/+15
* Pulling up stuff from the 0.6 branchJP Rosevear2000-10-213-5/+8
* Updated Spanish translationHector Garcia2000-10-181-0/+2
* Add definesJP Rosevear2000-10-183-28/+30
* Take CalObjType as a param because its impossible to determine after aJP Rosevear2000-10-121-67/+58
* The element is "pilot_id" not "pilotid". Update both maps (compute_pid):JP Rosevear2000-10-112-42/+53
* Adjust to using gnome-pilot-sync-abs conduit which is based on the latestJP Rosevear2000-10-103-371/+277
* Updated French translation.Christophe Merlet2000-10-071-0/+2
* 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
* 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
* Use g_int_* for now (cal_backend_file_create): dittoJP Rosevear2000-09-131-59/+106
* Added Swedish translation.Christian Rose2000-09-131-0/+2
* 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-091-2/+0
* TidyJP Rosevear2000-09-092-20/+22
* Get the calendar conduits to compile.Ettore Perazzoli2000-09-031-2/+6
* Added calendar/conduits/Makefile, calendar/conduits/calendar/Makefile andChristopher James Lahey2000-09-021-1/+1
* Update for new libical. Conduits should atleast compile again.JP Rosevear2000-09-021-4/+4
* Remove USING_OAF checksDan Winship2000-08-301-8/+0
* stubs for pilot id accessors (cal_component_get_pilot_status):Seth Alves2000-08-122-207/+304
* 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-031-87/+251
* Added the Turkish desktop entriesFatih Demir2000-07-201-0/+2
* conduit based on the calendar conduit. this conduit syncs a pilot's ToDoDBSeth Alves2000-07-143-305/+1167
* todo conduit builds and plays nice but does nothingSeth Alves2000-07-136-206/+385
* Added Norwegian translationKjartan Maraas2000-05-221-0/+2
* Added Danish strings to desktop/menu filePablo Saratxaga2000-04-191-0/+2
* now it doesn't build todo conduit anymore. Since the conduit is just aEskil Heyn Olsen1999-10-221-23/+23
* checks return values from gpilotd_init/connect.Eskil Heyn Olsen1999-10-061-2/+11
* better merge of summary/description when doing ical_from_remoteEskil Heyn Olsen1999-09-232-4/+4
* forgot the .desktop files...`Eskil Heyn Olsen1999-09-081-0/+6
* uses GNOME_PILOT_CHECKEskil Heyn Olsen1999-09-083-0/+593