summaryrefslogtreecommitdiff
path: root/addressbook
Commit message (Expand)AuthorAgeFilesLines
* Patch from Milan Crha <mcrha@redhat.com> ** Fix for bug #386157 (Ensured we...Suman Manjunath2008-01-282-3/+14
* Patch from Milan Crha <mcrha@redhat.com> ** Fix for bug #496081 (Compare/ch...Suman Manjunath2008-01-283-1/+44
* ** Fixes bug #501969 ** Passwords should not be forgotten on all errorsSankar P2007-12-063-2/+22
* ** Fixes part of bug #474000Matthew Barnes2007-11-153-2/+14
* ** Remove trailing whitespace from source code.Matthew Barnes2007-11-1444-984/+984
* Fix a syntax error.Matthew Barnes2007-11-142-2/+6
* Add E_CONTACT_TEL to get a list of phone numbers (#495287).Ross Burton2007-11-133-0/+9
* Fix changelogRoss Burton2007-11-111-1/+1
* Fix some memory leaks (#494304, thanks Ondrej Jirman)Ross Burton2007-11-112-4/+7
* Fix the crash introduced by the previous commit.Srinivasa Ragavan2007-10-292-1/+5
* ** Fix for bug #486873Akhil Laddha2007-10-293-4/+12
* ** Fixes bug #488351Matthew Barnes2007-10-192-5/+23
* Remove __FUNCTION__, which is a gcc-ism. (#488173, Jeff Cai)Ross Burton2007-10-192-1/+6
* Fix typo in documentation (#487270, Tollef Fog Heen)Ross Burton2007-10-162-1/+6
* ** Fix for bug #420167Milan Crha2007-10-112-17/+17
* ** Fixes bug #469657Matthew Barnes2007-10-033-78/+56
* Fix some NULL vs FALSE confusion. Whitespace fix. ANSIfication ofKjartan Maraas2007-10-014-5/+22
* ** Fixes bug #474000Matthew Barnes2007-09-273-245/+16
* When creating the default contact, print errors to the console (#475487).Ross Burton2007-09-272-3/+11
* Use G_DEFINE_TYPE (#475493).Ross Burton2007-09-275-130/+13
* Use G_LOCK instead of a static mutex for clearer code (#475494).Ross Burton2007-09-272-7/+12
* Fix API documentation.Ross Burton2007-09-183-2/+8
* 2007-09-07 mcrha Fix for bug #473880Milan Crha2007-09-072-2/+9
* ** Fix from Rashmi C for bug #275990 (Novell Bugzilla)Srinivasa Ragavan2007-09-062-0/+9
* Add some const attributes.Ross Burton2007-08-292-2/+9
* Remove whitespaceRoss Burton2007-08-291-1/+1
* Remove useless commentRoss Burton2007-08-291-2/+0
* Fix whitespaceRoss Burton2007-08-291-1/+1
* Add given_name and family_name to the search properties (#330185).Ross Burton2007-08-282-0/+7
* Use G_N_ELEMENTS instead of a non-const int.Ross Burton2007-08-282-3/+7
* Fix FSF address (Tobias Mueller, #470445)Ross Burton2007-08-2828-47/+52
* ** Fix for bug #332979Srinivasa Ragavan2007-08-172-3/+15
* Fix compilation errors caused by glibc's new "open" macro (#466987).Matthew Barnes2007-08-162-5/+10
* 2007-08-14 mcrha Fix for bug #356176 by Patrick OhlyMilan Crha2007-08-142-0/+14
* Use EFlag to simplify synchronization logic (#415891).Matthew Barnes2007-08-104-107/+51
* Clean up the code a little, fixing compile warnings and non-const/staticRoss Burton2007-08-102-13/+17
* ** Fix for bug #455799Hiroyuki Ikezoe2007-08-0812-45/+0
* Add EVC_GEO define.Ross Burton2007-08-084-1/+89
* 2007-08-06 mcrha Partial fix for bug #427469Milan Crha2007-08-062-1/+63
* 2007-08-06 mcrha Fix for bug #313221 and part of bug #427469Milan Crha2007-08-062-22/+34
* Changed the way header files are included soChenthill Palanisamy2007-07-3115-18/+36
* Only send remove notifications if the contact was in the view originally.Ross Burton2007-07-312-1/+10
* ** Fix for bug #455796Srinivasa Ragavan2007-07-272-0/+20
* Always report connection status when connecting (#460681, thanks KarlRoss Burton2007-07-272-1/+10
* ** Memory leak fixes from bug #440524Srinivasa Ragavan2007-06-035-18/+47
* Fix some distcheck errors (#438577).Matthew Barnes2007-06-012-2/+11
* Add e_vcard_attribute_remove_param().Ross Burton2007-05-313-0/+35
* Add const to declaration of e_contact_set to match the header.Ross Burton2007-05-242-1/+6
* Use g_list_prepend/reverse rather than append. Thanks to Paolo BorelliRoss Burton2007-05-222-2/+9
* Change a type from guchar to gchar, to stop compiler warnings.Ross Burton2007-05-224-2/+19