aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/bbdb/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* Checking for the NULL query, also fixed some other minor issues. Fixes #74366Sushma Rai2005-04-111-0/+8
| | | | svn path=/trunk/; revision=29202
* noop if we can't open the book/we're disabled.Not Zed2005-04-061-0/+5
| | | | | | | | | 2005-04-05 Not Zed <NotZed@Ximian.com> * bbdb.c (bbdb_handle_reply): noop if we can't open the book/we're disabled. svn path=/trunk/; revision=29162
* Missing logJP Rosevear2005-02-071-0/+4
| | | | svn path=/trunk/; revision=28731
* initialize GError* to NULL Fixes #71512Sivaiah Nallagatla2005-02-011-0/+8
| | | | | | | | | | | | 2005-01-31 Sivaiah Nallagatla <snallagatla@novell.com> * gaimbuddies.c (bbdb_sync_buddy_list) : initialize GError* to NULL Fixes #71512 * bbdb.c (bbdb_open_addressbook) : ditto svn path=/trunk/; revision=28636
* Check the buddy account name, not alias. Duh. (free_contact_list):Nat Friedman2005-01-231-0/+6
| | | | | | | | | | 2005-01-22 Nat Friedman <nat@novell.com> * gaimbuddies.c (im_list_contains_buddy): Check the buddy account name, not alias. Duh. (free_contact_list): Removed. svn path=/trunk/; revision=28511
* Changes to take advantage of Siva's performance improvements to theNat Friedman2005-01-131-0/+10
| | | | | | | | | | | | | | | | | Changes to take advantage of Siva's performance improvements to the addressbook search API. 2005-01-13 Nat Friedman <nat@novell.com> * gaimbuddies.c (bbdb_sync_buddy_list_check): Remove some debug printfs. (bbdb_sync_buddy_list): Do not query for the IM name, which is slow. Instead, query by alias and only commit the contact if we have changes for it. (bbdb_merge_buddy_to_contact): Return a boolean indicating whether we dirtied the contact or not. svn path=/trunk/; revision=28392
* Reformatted the description.Nat Friedman2005-01-091-0/+4
| | | | | | | | 2005-01-08 Nat Friedman <nat@novell.com> * org-gnome-evolution-bbdb.eplug.in: Reformatted the description. svn path=/trunk/; revision=28294
* Add description and author fields. Change name.Nat Friedman2004-11-031-0/+5
| | | | | | | | | 004-11-03 Nat Friedman <nat@novell.com> * org-gnome-evolution-bbdb.eplug.in: Add description and author fields. Change name. svn path=/trunk/; revision=27814
* Dist .eplug.in filesJP Rosevear2004-11-021-0/+4
| | | | svn path=/trunk/; revision=27781
* list bbdb.h as a source so it gets distedJP Rosevear2004-11-021-0/+4
| | | | | | | | 2004-11-01 JP Rosevear <jpr@novell.com> * Makefile.am: list bbdb.h as a source so it gets disted svn path=/trunk/; revision=27780
* Use _with_mnemonic for the button.Nat Friedman2004-10-271-0/+6
| | | | | | | | | | 2004-10-27 Nat Friedman <nat@novell.com> * bbdb.c (bbdb_page_factory): Use _with_mnemonic for the button. * Makefile.am: Don't build the test program by default. svn path=/trunk/; revision=27736
* Sync the Gaim buddy list. Set a timer to check for Gaim buddy list chnagesNat Friedman2004-10-261-0/+19
| | | | | | | | | | | | | | | | | | | | | | | 2004-10-25 Nat Friedman <nat@novell.com> * bbdb.c (e_plugin_lib_enable): Sync the Gaim buddy list. Set a timer to check for Gaim buddy list chnages to sync. (bbdb_do_it): Free some memory we were leaking before. (bbdb_open_addressbook): New function for Gaim buddy list support. (bbdb_check_gaim_enabled): Likewise. (enable_gaim_toggled_cb): Likewise. (synchronize_button_clicked_cb): Likewise. (bbdb_page_factory): Added UI for Gaim buddy list sync support. * gaimbuddies.c: New file, contains routines to synchronize IM information and buddy icons from a Gaim buddy list. * bbdb.h: New file, contains shared macros and prototypes. * test-evobuddy.c (main): New function, tests a gaim buddy list sync. svn path=/trunk/; revision=27723
* Change assertions to if statements, so as not to issue warnings in theNat Friedman2004-10-231-0/+7
| | | | | | | | | | | 2004-10-23 Nat Friedman <nat@novell.com> * bbdb.c (bbdb_do_it): Change assertions to if statements, so as not to issue warnings in the case of routine failures (name is NULL). Don't add an email to a contact if the appropriate contact is ambiguous. svn path=/trunk/; revision=27703
* Added the bbdb plugin.Nat Friedman2004-10-221-0/+4
2004-10-22 Nat Friedman <nat@novell.com> * configure.in: Added the bbdb plugin. Man, hacking is fun. svn path=/trunk/; revision=27690