aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/conduit/address-conduit.c
Commit message (Expand)AuthorAgeFilesLines
* Fix several types of pedantic compiler warnings.Matthew Barnes2009-05-171-2/+2
* Bug #570730 - Get rid of gnome-config in EvolutionMilan Crha2009-04-301-23/+124
* GN-bug #572348 - Removed deprecated Gtk+ symbolsMilan Crha2009-04-241-16/+8
* ** Fix for bugs #201167 and #269342 Add support for category syncing.Matt Davey2009-01-081-0/+220
* Change License from GPL to LGPLSankarasivasubramanian Pasupathilingam2008-10-141-15/+17
* Remove improper FSF copyright statements; was never signed over to themSankarasivasubramanian Pasupathilingam2008-10-141-1/+0
* ** Fix for bug #534762Philip Withnall2008-08-271-2/+2
* 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/+1
* ** Fixes bug #534360Matthew Barnes2008-05-231-23/+23
* ** Remove trailing whitespace from source code.Matthew Barnes2007-11-151-150/+150
* Zero out the GnomePilotRecord struct to silence a compiler warning.Matthew Barnes2007-10-261-0/+2
* ** Fixes bug #437579Matthew Barnes2007-10-101-2/+4
* Update FSF address in header comments (#469886). Patch from TobiasMatthew Barnes2007-09-021-1/+1
* Fix compiler warnings in addressbook folder. (#440272)Matthew Barnes2007-06-031-11/+11
* Massive code cleanup (bug #429422)Matthew Barnes2007-04-201-5/+3
* Fix for 389664 - Adding pilot-link 0.12 compatibility.Veerapuram Varadhan2007-01-081-6/+95
* Authenticate by reading the store-password for calendars that has "auth"Veerapuram Varadhan2005-12-061-2/+60
* only set the file as address to the company if no full name existsJP Rosevear2004-09-241-4/+8
* get source uid (addrconduit_dupe_configuration): copy source_uidJP Rosevear2004-08-031-7/+42
* Make sure the UIDs match. Should fix bug #59725.Jeffrey Stedfast2004-06-211-2/+6
* Always set the File_As attribute in case the pilot attrib changed. FixesJeffrey Stedfast2004-06-191-4/+1
* Protect against a NULL uid. Fixes bug #57619. (ecard_from_remote_record):Jeffrey Stedfast2004-06-041-6/+10
* Protect against a NULL uid. Fixes bug #57619.Jeffrey Stedfast2004-06-041-2/+5
* use the new e_book_new and e_book_open apis.Chris Toshok2004-05-201-2/+3
* Fixed a type-o.Enver ALTIN2004-05-011-1/+1
* The firt EMAIL item is EMAIL_1, not EMAIL (assuming we want simpleJeffrey Stedfast2004-04-241-38/+43
* Various changes to merge in evolution-data-server reliance.JP Rosevear2003-11-071-1/+1
* make it work with the new ebook apiJP Rosevear2003-10-231-528/+333
* duplicate the extra address linesJP Rosevear2003-08-271-1/+1
* Fixes #40252.Not Zed2003-04-081-45/+43
* it emits a list nowJP Rosevear2003-03-311-17/+22
* append the second line to the address if necessaryJP Rosevear2003-03-271-3/+18
* kill warning by sinking objectsJP Rosevear2003-03-191-0/+4
* check the status, not the book, and unref the book here.Chris Toshok2003-02-071-3/+1
* GObjectify the stuff in here that refers to addressbook objects. theChris Toshok2003-01-261-52/+29
* 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