aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/bbdb/bbdb.h
Commit message (Collapse)AuthorAgeFilesLines
* Bug 696175 - bbdb: Blocks main thread when obtaining an EBookClientMatthew Barnes2013-04-141-1/+3
|
* bbdb plugin cleanups.Matthew Barnes2013-04-141-7/+4
|
* Use e_book_client_connect().Matthew Barnes2013-01-301-4/+0
| | | | Instead of e_client_utils_open_new() and e_book_client_new().
* Adapt to single-include E-D-S libraries.Matthew Barnes2012-06-041-2/+1
|
* Tweak GSettings schemas.Matthew Barnes2011-11-231-1/+1
| | | | | | | | - Don't use the term "eplugin" for modules. - Use the term "plugin" instead of "eplugin" for plugins. - Split SpamAssassin settings into a separate schema.
* Port autocontacts plugin to GSettingsRodrigo Moya2011-11-181-8/+8
|
* Coding style and whitespace cleanup.Matthew Barnes2011-09-141-2/+2
|
* Do not use deprecated EBook/ECal APIMilan Crha2011-06-301-4/+7
|
* Bug #557505 - [bbdb] hangs and is unresponsiveMilan Crha2009-11-041-6/+19
| | | | Reverted some parts of bug #599199 and did the same differently
* Bug #599199 - Hangs regularly when synchro with pidgin is activatedMilan Crha2009-10-271-4/+1
| | | | | | | The sync is done only once on idle after start. The method of checking for buddy list changes is done by md5 checksum now, as the pidgin start/stop changed file time, which was the old method of detecting changes. Also not using getenv("HOME"), but g_get_home_dir() instead.
* Fix excessive whitespace.Matthew Barnes2009-07-131-2/+0
|
* Prefer GLib basic types over C types.Matthew Barnes2009-05-291-1/+1
|
* Remove trailing whitespace, again.Matthew Barnes2009-05-291-1/+1
|
* ** BUGFIX: 573830 - g_timeout_add_seconds should be preferred to g_timeout_addMarcel Stimberg2009-05-041-1/+1
| | | | | | According to https://wiki.ubuntu.com/SavingTheWorld (and of course according to the gtk docs) using g_timeout_add_seconds is preferred over g_timeout_add if a timeout in seconds is desired.
* License ChangesSankarasivasubramanian Pasupathilingam2008-08-271-0/+20
| | | | svn path=/trunk/; revision=36116
* ** Remove trailing whitespace from source code.Matthew Barnes2007-11-151-1/+1
| | | | | | | | | 2007-11-14 Matthew Barnes <mbarnes@redhat.com> ** Remove trailing whitespace from source code. svn path=/trunk/; revision=34537
* Added an option to select a different addressbook for gaim buddies. Earlier ↵Devashish Sharma2006-01-231-1/+6
| | | | | | it used the same addressbook as that used by Automatic Contacts. svn path=/trunk/; revision=31277
* Sync the Gaim buddy list. Set a timer to check for Gaim buddy list chnagesNat Friedman2004-10-261-0/+22
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