aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/conduit/address-conduit.c
Commit message (Expand)AuthorAgeFilesLines
* take and pass the CallStatus to our listener.Chris Toshok2002-08-201-1/+1
* tidyJP Rosevear2002-02-051-19/+158
* move all functions here, get rid of header files, use e-pilot-settings toJP Rosevear2002-01-171-70/+249
* go slow and clear the map if the last uri and the current uri do not matchJP Rosevear2001-12-191-12/+21
* don't free the hash table keys, we didn't allocate them and free theJP Rosevear2001-12-161-13/+14
* Make sure to copy the custom fields so they are not overwrittenJP Rosevear2001-12-141-0/+5
* Use ordering of the pilot's phone label list to find fields we sync inJP Rosevear2001-11-051-61/+57
* make sure to translate the character sets of the namesJP Rosevear2001-10-311-4/+2
* Comment out spew.Jon Trowbridge2001-10-301-1/+1
* fix bug that allowed for phone's not to be in priority order and the itemJP Rosevear2001-10-301-52/+33
* a card also needs to have its phone nums in priority order to beJP Rosevear2001-10-301-1/+25
* move the syncable checking code to a different functionJP Rosevear2001-10-291-86/+109
* tidyJP Rosevear2001-10-291-0/+2
* Fixing the license text.Ettore Perazzoli2001-10-281-4/+3
* copy phone labels and show phone as well, clear correct entry text andJP Rosevear2001-10-281-20/+10
* touch the record on lookup (check_for_slow_setting): write touched only ifJP Rosevear2001-10-271-5/+7
* remove the merges as valid sync typesJP Rosevear2001-10-271-0/+3
* make debug info more accurateJP Rosevear2001-10-271-10/+8
* prevent double unref (cursor_cb): correct typo (card_removed): remove theJP Rosevear2001-10-271-11/+14
* new memberJP Rosevear2001-10-261-31/+112
* sync all the fields we can, with out overwritingJP Rosevear2001-10-181-110/+361
* don't set the phone info if it is blank (ecard_from_remote_record): saveJP Rosevear2001-10-171-10/+23
* if there was no first name or last name, file as the company.JP Rosevear2001-10-021-0/+2
* g_strdup (pas_backend_file_changes): ditto, make sure to free all data andJP Rosevear2001-09-291-4/+9
* use the old record (if there was one) so as not to overwrite fields weJP Rosevear2001-09-271-4/+14
* set the last_use and use_score fields of the card to known values so theJP Rosevear2001-09-271-8/+41
* sync the note the to pilot and make sure to blank fields when appropriateJP Rosevear2001-09-241-25/+25
* don't add to the complete list of cards if the card is a listJP Rosevear2001-09-201-5/+24
* fix warnings, get compiling againJP Rosevear2001-08-201-8/+16
* 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-4/+1
* 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