aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/bbdb/bbdb.c
Commit message (Expand)AuthorAgeFilesLines
* Miscellaneous cleanups.Matthew Barnes2013-09-081-7/+15
* Bug 696175 - bbdb: Blocks main thread when obtaining an EBookClientMatthew Barnes2013-04-141-17/+17
* bbdb plugin cleanups.Matthew Barnes2013-04-141-85/+72
* Use EClientComboBox where appropriate.Matthew Barnes2013-03-021-1/+6
* Use e_book_client_connect().Matthew Barnes2013-01-301-26/+4
* Bump GDK_VERSION_MIN_REQUIRED to GDK_VERSION_3_2.Matthew Barnes2013-01-201-7/+7
* Avoid deprecated libedataserver APIs.Matthew Barnes2013-01-151-3/+5
* Consolidate base utility libraries into libeutil.Matthew Barnes2012-12-131-3/+0
* Coding style and whitespace cleanup.Matthew Barnes2012-11-111-8/+11
* Replace deprecated GLib symbols (as of GLib 2.34.x)Milan Crha2012-11-061-1/+4
* Coding style and whitespace cleanup.Matthew Barnes2012-08-201-1/+1
* Adapt to single-include E-D-S libraries.Matthew Barnes2012-06-041-4/+1
* Adapt bbdb plugin to new ESource API.Matthew Barnes2012-06-031-93/+55
* Adapt to libedataserver[ui] changes.Matthew Barnes2012-04-221-23/+45
* Coding style and whitespace cleanup.Matthew Barnes2012-02-201-7/+21
* Bug #666341 - [bbdb] Invalid free in bbdb_do_itMilan Crha2011-12-161-1/+0
* Port autocontacts plugin to GSettingsRodrigo Moya2011-11-181-79/+62
* Coding style and whitespace cleanup.Matthew Barnes2011-09-141-14/+26
* Bug #655492 - Move 'Automatic contacts' tab to 'Contacts' partMilan Crha2011-09-141-3/+3
* Do not use deprecated EBook/ECal APIMilan Crha2011-06-301-54/+44
* Coding style cleanups.Matthew Barnes2011-06-301-4/+4
* Giant leap towards GSEAL compliance.Matthew Barnes2010-04-081-3/+3
* Only #include Camel's top-level header.Matthew Barnes2010-04-031-1/+0
* Bug 611883 - Missing mnemonic in automatic contacts tabMatthew Barnes2010-03-281-1/+1
* Coding style and whitespace cleanup.Matthew Barnes2010-01-311-3/+3
* Bug #603480 - [bbdb] Traverse lists in destinations properlyMilan Crha2010-01-191-5/+21
* Bug #603480 - [bbdb] Crash on unref of uninitialized memoryMilan Crha2010-01-191-6/+7
* Remove dead assignments found by clang.Matthew Barnes2010-01-161-3/+2
* Bug #557505 - [bbdb] hangs and is unresponsiveMilan Crha2009-11-041-13/+66
* Bug #599199 - Hangs regularly when synchro with pidgin is activatedMilan Crha2009-10-271-7/+2
* Simplify EPlugin loading at startup.Matthew Barnes2009-08-301-2/+2
* Fix excessive whitespace.Matthew Barnes2009-07-141-2/+0
* Fix merge issues in EMAccountEditor.Matthew Barnes2009-07-021-22/+22
* Whitespace cleanup.Matthew Barnes2009-05-291-3/+3
* Bug #583441 - bbdb plugin is getting information from composer nowMilan Crha2009-05-291-26/+30
* Prefer GLib basic types over C types.Matthew Barnes2009-05-271-17/+17
* Remove trailing whitespace, again.Matthew Barnes2009-05-271-2/+2
* Fix compiler warnings in plugins.Matthew Barnes2009-05-271-1/+0
* BUGFIX: 578540 - Create address book entries when sending mailsLucian Langa2009-05-041-40/+46
* ** BUGFIX: 573830 - g_timeout_add_seconds should be preferred to g_timeout_addMarcel Stimberg2009-05-041-1/+1
* ** Fix for bug #553527Milan Crha2008-10-011-13/+98
* ** Fix for bug #497928Milan Crha2008-09-291-4/+2
* Change license from GPL to LGPLSankarasivasubramanian Pasupathilingam2008-09-191-25/+14
* ** Fix for bug #534762Philip Withnall2008-08-271-1/+1
* ** Fixes bug #546785Paul Bolle2008-08-081-1/+3
* ** See bug #504417Lucian Langa2008-07-281-2/+2
* updated novell copyright notices (left others alone)Jeffrey Stedfast2008-06-211-1/+1
* ** Fix for bug #502914Milan Crha2008-01-021-1/+1
* ** Fix for bug #391062Srinivasa Ragavan2007-12-031-1/+9
* ** Remove trailing whitespace from source code.Matthew Barnes2007-11-151-14/+14
* Fix warnings from sparse and gccKjartan Maraas2007-10-311-1/+1
* ** Fixes part of bug #417999Matthew Barnes2007-10-231-24/+108
* ** Fixes bug #437579Matthew Barnes2007-10-101-2/+0
* Use consistent terminology for mail messages (#480621).Matthew Barnes2007-09-281-1/+1
* 2007-08-24 Suman Manjunath Fix for bug #440807Milan Crha2007-08-241-2/+2
* Committed on behalf of Diego Escalante Urrelo <diegoe@gnome.org>Sankar P2007-08-061-11/+3
* ** Fix for bug #334140Srinivasa Ragavan2007-07-011-0/+12
* ** Fixes bug #419524Matthew Barnes2007-03-211-1/+1
* Plug a couple leaks.Kjartan Maraas2006-08-171-1/+5
* Fix for some bugs in gaim synchronization and automatic contacts.Devashish Sharma2006-08-031-1/+14
* Marking two strings for translation that were accidentally not marked.Andre Klapper2006-07-121-2/+2
* Another typo fix from gfree to g_free.Andre Klapper2006-02-141-1/+1
* A typo fix from gfree to g_free.Veerapuram Varadhan2006-02-141-1/+1
* Removing unnecessary markup in translateable string.Karsten Bräckelmann2006-02-131-2/+7
* Added an option to select a different addressbook for gaim buddies. Earlier i...Devashish Sharma2006-01-231-12/+44
* Not skipping the entries which have only e-mail id and not name.Sushma Rai2005-09-281-7/+13
* check for NULL before using the address. **Fixes bugs like #274544Vivek Jain2005-07-281-15/+21
* Checking for the NULL query, also fixed some other minor issues. Fixes #74366Sushma Rai2005-04-111-11/+19
* noop if we can't open the book/we're disabled.Not Zed2005-04-061-0/+2
* initialize GError* to NULL Fixes #71512Sivaiah Nallagatla2005-02-011-1/+1
* Changes to take advantage of Siva's performance improvements to theNat Friedman2005-01-131-1/+2
* Use _with_mnemonic for the button.Nat Friedman2004-10-271-1/+1
* Sync the Gaim buddy list. Set a timer to check for Gaim buddy list chnagesNat Friedman2004-10-261-37/+163
* Change assertions to if statements, so as not to issue warnings in theNat Friedman2004-10-231-8/+20
* Added the bbdb plugin.Nat Friedman2004-10-221-0/+328