summaryrefslogtreecommitdiff
path: root/addressbook/libebook
Commit message (Expand)AuthorAgeFilesLines
* EBookClientCursor: Keep a strong reference to the clientTristan Van Berkom2013-11-302-18/+54
* EBookClient: Fixed e_book_client_cursor_get_contact_alphabetic_index()Tristan Van Berkom2013-11-291-1/+1
* EBookClientCursor: Changed for EDataBookCursor API change (cancellables)Tristan Van Berkom2013-11-291-4/+6
* EBookClient: Changed for EDataBookCursor API change.Tristan Van Berkom2013-11-291-1/+1
* Makefile.am cleanups.Matthew Barnes2013-11-171-48/+53
* EBookClient: Fix arrays passed to e_book_client_get_cursor() to be constant.Tristan Van Berkom2013-11-162-10/+10
* Fix/mute issues found by Coverity scanMilan Crha2013-11-133-27/+93
* EBookClientCursor: Some additional documentation enhancements.Tristan Van Berkom2013-10-261-32/+113
* EBookClient: Implemented e_book_client_get_cursor() and locale propertyTristan Van Berkom2013-10-232-13/+524
* Added EBookClientCursorTristan Van Berkom2013-10-233-0/+2849
* Include locale.h where neededMilan Crha2013-10-231-0/+1
* Miscellaneous cleanups.Matthew Barnes2013-10-202-11/+11
* EBookClient: (bug 701260) Added async apis to connect to a DRA book.Tristan Van Berkom2013-10-142-52/+206
* Added missing copyright attributions.Tristan Van Berkom2013-08-292-0/+2
* EBookClientView: Make D-Bus signal handlers thread-safe.Matthew Barnes2013-05-041-156/+171
* Bug 699223 - Emit view signals from context where view was startedMatthew Barnes2013-05-031-5/+55
* Fix reference leak in book_client_view_emit_objects_modified().Matthew Barnes2013-04-281-0/+2
* EBookClientView: Remove unnecessary fetching of EBookClient.Matthew Barnes2013-04-181-24/+0
* Automatically strip D-Bus info from error messages.Matthew Barnes2013-04-152-151/+228
* build: Fix srcdir != builddir from gitColin Walters2013-04-121-4/+4
* Bug #681837 - Make enum type registration thread safeMilan Crha2013-04-123-72/+10
* EBookClient: Use G_DBUS_MESSAGE_FLAGS_NO_REPLY_EXPECTED for close().Matthew Barnes2013-04-021-20/+4
* Simplify direct access to address books.Matthew Barnes2013-03-292-76/+240
* EBookClientView cleanups.Matthew Barnes2013-03-192-84/+88
* EBookClient: Pass a weak reference to D-Bus signal handlers.Matthew Barnes2013-03-171-22/+41
* EBookClientView: Keep a weak reference on its EBookClient.Matthew Barnes2013-03-171-9/+15
* Add e_book_client_view_ref_client().Matthew Barnes2013-03-172-13/+103
* Add e_weak_ref_new() and e_weak_ref_free().Matthew Barnes2013-03-171-13/+2
* libebook: Use g_cclosure_marshal_generic() for all signals.Matthew Barnes2013-03-176-47/+17
* Bug 695960 - Use a weak reference for GBusNameVanishedCallbackMatthew Barnes2013-03-161-17/+37
* EBookClient: Remove direct access checks from asynchronous methods.Matthew Barnes2013-03-111-129/+3
* EBookClientView: Use weak references in signal closures.Matthew Barnes2013-03-081-28/+58
* EBookClient: Use weak references in signal closures.Matthew Barnes2013-03-081-24/+41
* EBookClient: be more introspectableSimon McVittie2013-03-051-6/+6
* Update API documentation.Matthew Barnes2013-03-026-4/+41
* Coding style and whitespace cleanup.Matthew Barnes2013-03-024-183/+267
* Makefile.am cleanups.Matthew Barnes2013-03-011-2/+4
* EBookClientView: Don't block in dispose().Matthew Barnes2013-02-271-13/+21
* EBookClient: Create view objects in the D-Bus thread.Matthew Barnes2013-02-272-105/+347
* EBookClient: Remove global "book_factory" variable.Matthew Barnes2013-02-241-85/+37
* EClient: Add a read-only "main-context" property.Matthew Barnes2013-02-231-22/+27
* EClient: Deprecate unwrap_dbus_error() method.Matthew Barnes2013-02-221-62/+0
* Fixing imbalanced G_BEGIN_DECLS/G_END_DECLS in EDS headers.Tristan Van Berkom2013-02-191-0/+1
* Fixing pkg-config files for libebook & libedata-bookTristan Van Berkom2013-02-181-1/+1
* Cleanup: Remove double definition of E_BOOK_CLIENT_ERRORTristan Van Berkom2013-02-181-9/+0
* Fix distcheck error.EVOLUTION_DATA_SERVER_3_7_90Matthew Barnes2013-02-171-3/+1
* ebook: avoid repeatedly creating GSettings in e_book_client_is_selfPatrick Ohly2013-02-151-3/+11
* Added Direct Read Access support to EBookClientTristan Van Berkom2013-02-153-4/+379
* Splits libebook into two libraries.Tristan Van Berkom2013-02-1528-10907/+18
* Deprecate e_client_cancel_all().Matthew Barnes2013-02-101-2/+0