aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/conduit/address-conduit.c
Commit message (Expand)AuthorAgeFilesLines
* put the business address into the pilot record as that is what we put intoJP Rosevear2001-04-131-8/+10
* Don't add more than five phone numbers and set the remaining blank entriesJP Rosevear2001-04-121-3/+4
* Clean up #includes. Replace <gnome.h>, <bonobo.h> and <gtk/gtk.h> withKjartan Maraas2001-03-301-2/+2
* properly ref the ecard. still need to kill some memory leaks.JP Rosevear2001-01-231-0/+1
* remove vfs dependencyJP Rosevear2001-01-231-1/+1
* Remove deleted records from the pilot map so we don't have dupes in theJP Rosevear2001-01-231-1/+2
* always free the delivery elements and correct embarrassingly stupid memoryJP Rosevear2001-01-191-16/+13
* '2001-01-15 JP Rosevear <jpr@ximian.com>JP Rosevear2001-01-161-8/+14
* remove old config messageJP Rosevear2001-01-151-2/+3
* Ref the cards that get put in the change list (next_changed_item): utilJP Rosevear2000-12-221-50/+113
* Check for null strings (e_pilot_utf8_from_pchar): dittoJP Rosevear2000-12-211-3/+5
* Use my own wrapper functions instead of trying to *directly* access theJP Rosevear2000-12-211-2/+9
* Remove pointless commentJP Rosevear2000-12-201-40/+66
* Convert cal component strings to pilot character setJP Rosevear2000-12-201-18/+12
* Pass "" rather than NULL to e_card_new. (local_record_from_ecard): MakeJP Rosevear2000-12-081-13/+14
* Create an empty vcard with the appropriate id for deleted cardsJP Rosevear2000-12-051-35/+19
* Return a struct rather than a pointer to a struct (compare):JP Rosevear2000-11-291-37/+16
* Remove "complete" fieldJP Rosevear2000-11-281-58/+72
* Add changed_hash, change list and complete boolJP Rosevear2000-11-101-75/+177
* Let the warning make sense (compute_pid): removeJP Rosevear2000-11-011-214/+58
* Use new libeconduit calls and abstractionJP Rosevear2000-10-241-22/+7
* Use e_pilot_map_read (post_sync): Use e_pilot_map_writeJP Rosevear2000-10-241-124/+13
* New structure of file - similar to calendar/todo conduitsJP Rosevear2000-10-211-842/+809
* Changed this to use ECardSimple.Christopher James Lahey2000-08-201-70/+84
* add special oaf initialization hack so conduit can find wombat, and acceptChris Toshok2000-08-141-2/+34
* implement code to encode the first email address and send to the pilot.Chris Toshok2000-08-121-11/+34
* add code for handling email addresses from pilot (which stores it as aChris Toshok2000-08-121-34/+44
* flesh out ifdef'ed out code. need to write merge_ecard_with_remote_record.Seth Alves2000-07-271-12/+10
* add handling for phone labels, going either direction (from pilot and to pilot.)Seth Alves2000-07-271-5/+56
* remove double freeSeth Alves2000-07-271-4/+1
* bug fixesSeth Alves2000-07-271-4/+4
* more work on addressbook syncerSeth Alves2000-07-271-17/+104
* add enum for e-card pilot status.Chris Toshok2000-07-261-88/+104
* add comment headers to signals that didn't have any.Chris Toshok2000-07-261-3/+88
* use the user's Contact db. not toshok's.Chris Toshok2000-07-261-2/+10
* build static versions of some util libraries for the conduit to link withSeth Alves2000-07-261-2/+4
* more stuff. too much to use a changelog for.Chris Toshok2000-07-251-389/+271
* a building but non-functional address conduitSeth Alves2000-07-151-0/+1069