aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/util
Commit message (Expand)AuthorAgeFilesLines
* Rename libeshell to libevolution-shell.Matthew Barnes2013-05-281-1/+1
* Rename libeutil to libevolution-util.Matthew Barnes2013-05-281-1/+1
* Use e_book_client_connect().Matthew Barnes2013-01-302-17/+21
* Contact's print doesn't decode QP encoded email addressesMilan Crha2013-01-233-0/+66
* Consolidate base utility libraries into libeutil.Matthew Barnes2012-12-131-2/+0
* Adapt to single-include E-D-S libraries.Matthew Barnes2012-06-042-3/+1
* Adapt addressbook/util to the new ESource API.Matthew Barnes2012-06-032-9/+26
* Bug #591436 - Add -avoid-version to LDFLAGSH. Habighorst2012-02-151-1/+1
* Teach Evolution about Photo/Logo EContact fields stored as URIsTristan Van Berkom2011-11-021-0/+1
* Fix invalid read on vCard dropMilan Crha2011-10-181-1/+2
* Simplify library dependency flags.Matthew Barnes2011-10-051-3/+3
* Miscellaneous cleanups from the account-mgmt branch.Matthew Barnes2011-09-272-11/+18
* Coding style and whitespace cleanup.Matthew Barnes2011-08-131-7/+19
* Do not use deprecated EBook/ECal APIMilan Crha2011-06-142-243/+25
* Including <glib-object.h> directly is rarely needed.Matthew Barnes2011-05-281-1/+0
* Including <glib.h> directly is rarely needed.Matthew Barnes2011-05-281-1/+0
* Bug #646109 - Fix use of include <config.h> to make sure translations workMilan Crha2011-05-271-0/+3
* Coding style cleanups.Matthew Barnes2011-05-091-1/+1
* Use e_load_book_source_async() for all EBook loading.Matthew Barnes2011-01-223-382/+0
* Coding style cleanups.Matthew Barnes2010-09-132-5/+5
* addressbook: Port to use new _async suffix instead of _ex suffixRob Bradford2010-08-024-27/+27
* Coding style and whitespace cleanup.Matthew Barnes2010-07-122-13/+18
* Bug #623204 - Be able to report detailed errors from backendsMilan Crha2010-07-094-40/+44
* Coding style and whitespace cleanup.Matthew Barnes2010-01-311-1/+1
* Remove dead assignments found by clang.Matthew Barnes2010-01-161-1/+1
* Coding style and whitespace cleanup.Matthew Barnes2010-01-041-2/+5
* Compiler and linker flag cleanups.Matthew Barnes2009-12-281-3/+5
* Port all error code to use GObject-ified EAlert / EAlertDialogJonathon Jongsma2009-12-081-1/+1
* Rename EError to EAlert to match general use betterJonathon Jongsma2009-12-011-2/+2
* port addressbook/ to use new EError APIJonathon Jongsma2009-12-011-1/+3
* Bug #594471 - Shouldn't call e_error_new/run with NULL 'parent'Milan Crha2009-10-132-2/+5
* Bug 598027 - Use vCard instead of VCardMatthew Barnes2009-10-111-1/+1
* Bug 596848 - Use per-target CPPFLAGS in automake filesH.Habighorst2009-10-011-3/+4
* Fix excessive whitespace.Matthew Barnes2009-07-142-5/+0
* Kill EConfigListener.Matthew Barnes2009-07-032-16/+0
* Fix "make distcheck" errors and other build cleanups.Matthew Barnes2009-07-011-1/+1
* More code cleanup.Matthew Barnes2009-06-021-1/+1
* Prefer GLib basic types over C types.Matthew Barnes2009-05-273-42/+42
* Merge branch 'master' into kill-bonoboMatthew Barnes2009-05-275-6/+5
|\
| * Remove trailing whitespace, again.Matthew Barnes2009-05-272-2/+2
| * Fix compiler warnings in addressbook.Matthew Barnes2009-05-261-1/+0
| * Use Behdad's brilliant git.mk to generate .gitignore files.Matthew Barnes2009-05-021-0/+2
* | Use Behdad's brilliant git.mk to generate .gitignore files.Matthew Barnes2009-05-041-0/+2
* | Merge branch 'master' into kill-bonoboMatthew Barnes2009-04-251-2/+0
|\|
| * Bug 577929 – Consolidate marshallersMatthew Barnes2009-04-232-10/+0
| * Change License from GPL to LGPL. 2nd batch.Sankarasivasubramanian Pasupathilingam2008-09-032-38/+30
* | Rearranged some of the addressbook code to try and eliminate some circularMatthew Barnes2008-11-144-2/+371
* | Progress update:Matthew Barnes2008-09-182-8/+0
* | Merge revisions 36016:36303 from trunk.Matthew Barnes2008-09-112-38/+30
|/
* updated novell copyright notices (left others alone)Jeffrey Stedfast2008-06-212-2/+2
* ** Remove trailing whitespace from source code.Matthew Barnes2007-11-152-17/+17
* Warning fixes: - mixing code and declarations - NULL vs 0 vs FALSE/TRUE -Kjartan Maraas2007-10-241-1/+1
* Fix for bug #461195 from Hiroyuki Ikezoe.Matthew Barnes2007-09-281-5/+0
* Update FSF address in header comments (#469886). Patch from TobiasMatthew Barnes2007-09-022-2/+2
* ** Fix for bug #455799Hiroyuki Ikezoe2007-08-041-4/+0
* Remove duplicate include. Fix some compiler warnings. Cast away a compilerKjartan Maraas2006-10-011-4/+4
* reviewed by: Harish Krishnaswamy <kharish@novell.com>Kjartan Maraas2006-01-271-1/+1
* Unrefing the query.Sushma Rai2005-07-151-1/+1
* gui/component/Makefile.am gui/contact-editor/Makefile.amTor Lillqvist2005-06-191-1/+3
* Retired GAL from Head. The relevant files have moved inside evolution.Kaushal Kumar2005-06-171-0/+1
* Install shared libraries to privlibdir.Hans Petter Jansson2005-02-101-1/+1
* case insesitive version of strstr. Used from camelSivaiah Nallagatla2005-01-271-4/+30
* cast length specifier to int.Not Zed2005-01-121-1/+1
* addressbook/gui/component/addressbook-migrate.cHans Petter Jansson2004-12-093-1385/+0
* remove camel, add ADDRESSBOOK_LIBS.Not Zed2004-12-031-1/+1
* When name is NULL query against complete email id instead of user nameSivaiah Nallagatla2004-11-181-7/+6
* Fixes bug #66369.Hans Petter Jansson2004-09-301-26/+34
* Merged notzed-eplugin-2-branch to head.Michael Zucci2004-09-201-0/+1
* Don't accept input that doesn't have at least a "BEGIN:VCARD" in it.Hans Petter Jansson2004-06-251-0/+7
* Add an x-source-vcard target entry that includes the source book URI.Hans Petter Jansson2004-06-242-0/+68
* EBookContactsCallback -> EBookListCallback. (eab_nickname_query): same.Chris Toshok2004-06-182-5/+5
* don't use "email" twice for a variable name.. even though they don'tChris Toshok2004-05-011-3/+4
* remove the e_destination_get_book api, since the function doesn't exist.Chris Toshok2004-04-111-1/+0
* use the new e_destination_export_to_vcard_attribute call to build up theChris Toshok2004-04-101-2/+2
* use the new e_destination_export_to_vcard_attribute call to build up theChris Toshok2004-04-102-1723/+0
* we don't have an EBook* anymore. (e_destination_clear): same.Chris Toshok2004-04-082-65/+51
* old name, new trimmed down implementation. This will be replacingChris Toshok2004-04-062-0/+1396
* wrap this with the correct #ifdef.Chris Toshok2004-04-061-2/+2
* Move unused variable declaration inside notyet conditional.Hans Petter Jansson2004-02-271-2/+2
* [ fixes #53238 ] make this accept NULL's (and return FALSE for them).Chris Toshok2004-01-271-14/+40
* [ fixes bug #52571 ] ugh. name fields that have \" around the name breakChris Toshok2004-01-241-19/+53
* [ fixes bug #52955 ] handle the case properly where there are no queryChris Toshok2004-01-211-1/+1
* Remove hard coded disable deprecated flagsJP Rosevear2003-12-071-2/+0
* Remove some includes of directories that don't exist any moreDan Winship2003-11-081-4/+0
* dist the marshal listJP Rosevear2003-11-071-1/+4
* Various changes to merge in evolution-data-server reliance.JP Rosevear2003-11-074-10/+8
* Merge new-ui-branch to the trunk.Ettore Perazzoli2003-10-227-0/+2109