summaryrefslogtreecommitdiff
path: root/addressbook/libebook/e-book.c
Commit message (Expand)AuthorAgeFilesLines
* ** Remove trailing whitespace from source code.Matthew Barnes2007-11-141-34/+34
* Fix some memory leaks (#494304, thanks Ondrej Jirman)Ross Burton2007-11-111-4/+2
* Remove __FUNCTION__, which is a gcc-ism. (#488173, Jeff Cai)Ross Burton2007-10-191-1/+1
* ** Fix for bug #420167Milan Crha2007-10-111-17/+10
* Changed the way header files are included soChenthill Palanisamy2007-07-311-1/+1
* ** Fix for bug #455796Srinivasa Ragavan2007-07-271-0/+12
* Fix e_book_async_get_contact() which previously deadlocked.Ross Burton2007-05-151-1/+1
* Fix for bug #378502Srinivasa Ragavan2007-05-141-1/+1
* addressbook/backends/ldap/e-book-backend-ldap.cMatthew Barnes2007-05-071-47/+47
* Remove marshallers that are already in GLib (#400970)Ross Burton2007-04-041-5/+4
* Compiler warning fixes from Kjartan Maraas.Matthew Barnes2007-04-011-4/+4
* Hide Bonobo from public EBook API. Fix for #348123. Patch submitted byHarish Krishnaswamy2006-11-181-0/+1
* Reverting the commit to hide Bonobo from public interface until I can sleepHarish Krishnaswamy2006-11-061-1/+0
* Fix memory leak (#365000).Claudio Saavedra2006-11-061-0/+3
* Add e-book-view-private and move all of the internal Bonobo functionsRoss Burton2006-11-061-0/+1
* Sync headers and source to fix gtk-doc, and add more API docs.Ross Burton2006-09-291-0/+12
* Free factory list when we're done with it. Free the pending events sittingHans Petter Jansson2006-08-071-0/+2
* *** empty log message ***Devashish Sharma2006-08-031-0/+1
* changing "cancelled" to "canceled" in user-visible strings. Fixes bugAndre Klapper2006-06-151-1/+1
* changing "uri" to "URI" in user-visible strings. Fixes bug #342161.Andre Klapper2006-06-151-1/+1
* changing "couldn't", "can't" and "didn't" to proper English. Fixes bugAndre Klapper2006-06-131-1/+1
* Fix for Bug #342162.Devashish Sharma2006-06-121-2/+2
* Improve API docs (#342678)Ross Burton2006-05-241-8/+20
* The Cal and Book Factory oafids should reflect the API version rather thanHarish Krishnaswamy2006-01-121-1/+1
* Add e_book_view_get_book().Ross Burton2006-01-091-1/+2
* Use g_filename_to_uri() instead of simple prefixing "file://".Tor Lillqvist2005-09-151-1/+1
* Handling gcc specific "__PRETTY_FUNCTION__" macro for non-gcc compilers.Sushma Rai2005-07-251-0/+19
* Add libebook, libedata-book, libedataserver, libdb andTor Lillqvist2005-06-221-4/+2
* Wrote API docs.Hans Petter Jansson2005-05-041-37/+257
* Setting the status for both synchronous and asynchronous operations.Sushma Rai2005-04-271-17/+8
* Use glib/gi18nRoss Burton2005-02-021-1/+1
* commited the required string change for #68712 which is miised earlierSivaiah Nallagatla2005-02-011-1/+1
* Generalize the messages marked for translation. Fixes #68712Sivaiah Nallagatla2005-01-281-8/+8
* merging e-d-s offline branch with e-d-sSivaiah Nallagatla2004-12-231-4/+89
* Implement a simple accessor so we can see if a book has been successfullyHans Petter Jansson2004-12-201-0/+19
* commting required field implemtation changesSivaiah Nallagatla2004-11-281-1/+171
* don't crash if the UID of the contact being commited is NULL.Diego Gonzalez2004-10-291-1/+0
* this function takes an EBookBackendFactory* now, instead of anChris Toshok2004-09-301-14/+3
* Fixes #66574.Diego Gonzalez2004-09-281-0/+8
* Disable debugging noise.William Jon McCann2004-09-221-2/+2
* Fixes #63385.Hans Petter Jansson2004-09-091-3/+6
* Really fixes #61052, #61466, #61160. Tested.Hans Petter Jansson2004-07-191-37/+120
* [ fixes #61052 ]Chris Toshok2004-07-161-0/+42
* simplify this a bit, since we don't need to pass the writable state in aChris Toshok2004-07-151-18/+22
* only propagate the GError if @error != NULL. Fixes some console warnings.Chris Toshok2004-07-131-10/+20
* ref in the assignment. (e_book_response_get_supported_fields): same.Chris Toshok2004-06-241-23/+22
* Keep a ref on the book while we're accessing it, since the callback mightHans Petter Jansson2004-06-231-0/+3
* "oops".Chris Toshok2004-06-181-1/+0
* [ fixes #57628 ]Chris Toshok2004-06-181-9/+46
* down with e-book-async.h, up with e-book.h.Chris Toshok2004-06-171-536/+1456