Add comments around g_idle_add() changes
[platform/upstream/evolution-data-server.git] / addressbook /
2013-02-07 Mathias HasselmannEBookBackendFile: Restore g_type_ensure() calls
2013-02-07 Mathias Hasselmannsqlitedb: Make BOOKSQL_DEBUG reusable
2013-02-07 Mathias Hasselmannlibebook: Really extract the 2-letter country code
2013-02-07 Mathias Hasselmannlibebook: Preserve predicate-order of sexps
2013-02-07 Mathias Hasselmannsqlitedb: Remove unused <langinfo.h> include
2013-02-07 Mathias Hasselmannlibebook: Improve phone-number docs and messages
2013-02-04 Matthew BarnesEBookBackendFile: Implement GInitable.
2013-02-04 Mathias Hasselmannlibebook: Add missing version tags
2013-02-04 Mathias Hasselmannlibebook: Export the API for phone region guessing
2013-02-04 Mathias Hasselmannlibebook: Give access to country code and national...
2013-02-04 Matthew BarnesAdd e_data_factory_ref_initable_backend().
2013-02-04 Matthew BarnesEBookClient: Avoid race between dispose() and signal...
2013-02-03 Matthew BarnesFix some distcheck errors.
2013-02-01 Matthew BarnesEBookClient/ECalClient: Check for NULL before calling...
2013-02-01 Mathias Hasselmannlibebook: Better region guessing for phone numbers
2013-02-01 Matthew BarnesEBookClient: Increment/decrement active client count...
2013-02-01 Mathias Hasselmannsqlitedb: Give better control on debug output
2013-02-01 Mathias Hasselmannsqlitedb: Print errors and debug logs to stderr
2013-01-31 Mathias Hasselmannlibebook: Define boxed EPhoneNumber type at single...
2013-01-30 Matthew BarnesEClient: Deprecate e_client_retrieve_capabilities_sync().
2013-01-30 Matthew BarnesEBookClient: Initialize public-facing GObject properties.
2013-01-30 Matthew BarnesEBookClient: Include the ESource display name in connec...
2013-01-30 Matthew BarnesAdd e_book_client_connect_sync().
2013-01-29 Matthew BarnesReplace EGdbusBook with EDBusAddressBook.
2013-01-29 Matthew BarnesDeprecate e_data_book_report_opened().
2013-01-29 Matthew BarnesDeprecate e_book_backend_respond_opened().
2013-01-29 Matthew BarnesDeprecate e_book_backend_notify_opened().
2013-01-29 Matthew BarnesEDataBook: Make GDBusMethodInvocation optional in opera...
2013-01-29 Matthew BarnesEDataBook: Remove unused "handle-cancel-all" signal...
2013-01-29 Matthew BarnesEDataBook: Remove unused "handle-cancel-operation"...
2013-01-29 Matthew BarnesEDataBook: Cancel operations when the sender disappears.
2013-01-29 Tristan Van BerkomEBookBackendFile: Avoid lost data in contact modifications
2013-01-29 Tristan Van BerkomEClient: Adding E_CLIENT_ERROR_OUT_OF_SYNC
2013-01-26 Matthew BarnesDeprecate e_book_backend_sync_set_backend_property().
2013-01-26 Matthew BarnesDeprecate e_book_backend_set_backend_property().
2013-01-26 Matthew BarnesDeprecate e_data_book_respond_set_backend_property().
2013-01-26 Matthew BarnesEDataBook: Remove OP_SET_BACKEND_PROPERTY.
2013-01-26 Matthew BarnesEDataBook: Remove "handle-set-backend-property" signal...
2013-01-26 Matthew BarnesEBookClient: Handle set_backend_property() requests...
2013-01-25 Matthew BarnesDeprecate e_book_backend_is_opening().
2013-01-25 Matthew BarnesDeprecate CLIENT_BACKEND_PROPERTY_OPENING.
2013-01-25 Matthew BarnesDeprecate CLIENT_BACKEND_PROPERTY_OPENED.
2013-01-25 Matthew BarnesEBookBackend: Remove redundant "online" flag.
2013-01-25 Matthew BarnesEBookBackend: Add a "writable" boolean property.
2013-01-25 Matthew BarnesEDataBook: Give OperationData a GDBusMethodInvocation.
2013-01-25 Matthew BarnesEDataBook: operation_thread() cleanups.
2013-01-25 Matthew BarnesEDataBook: Have pending_ops hold OperationData references.
2013-01-25 Matthew BarnesEDataBook: Give OperationData a reference count.
2013-01-25 Matthew BarnesEDataBook: Rename signal handlers.
2013-01-25 Milan CrhaAvoid crash in e_book_backend_file_load_revision()
2013-01-25 Matthew BarnesEDataBook: Add argument guards where needed.
2013-01-24 Matthew BarnesReplace EGdbusBookFactory with EDBusAddressBookFactory.
2013-01-24 Matthew BarnesEDataBook: Queue operations while opening.
2013-01-24 Matthew BarnesEDataBook/EDataCal: Minor cleanups.
2013-01-24 Matthew BarnesEBookBackend: Initialize "cache-dir" from constructed().
2013-01-24 Mathias Hasselmannlibebook: Avoid accidental implicit const-cast
2013-01-24 Mathias HasselmannMake use of G_DEFINE_QUARK()
2013-01-23 Mathias Hasselmannlibebook: Support phone number specific queries
2013-01-23 Mathias Hasselmannlibebook: Add phone number utilities
2013-01-23 Tristan Van BerkomFixed regression in e_book_get_book_view_async().
2013-01-23 Tristan Van BerkomEBookBackendFile: Report the proper error if a contact...
2013-01-23 Tristan Van BerkomEBookBackendSqliteDB: Added contact-not-found error...
2013-01-22 Milan CrhaBug #692278 - LDAP backend mutex deadlock on finalize
2013-01-22 Tristan Van BerkomEBookBackendFile: Don't overwrite UIDs on incomming...
2013-01-22 Tristan Van BerkomEBookBackendSqliteDB: Added e_book_backend_new_contact...
2013-01-21 Mathias Hasselmannlibebook: Reduce code-duplication in e_book_query_from_...
2013-01-19 Matthew Barneslibebook: Allow *some* deprecated API into bindings.
2013-01-17 Tristan Van BerkomEBookBackendSqliteDB: Fixed retry loop when SQLite...
2013-01-17 Tristan Van BerkomThis patch makes google addressbook backend optional
2013-01-16 Mathias Hasselmannlibebook: Explicitly check e_sexp_parse() result
2013-01-16 Mathias Hasselmannlibedataserver: Don't print warning if e_sexp_parse...
2013-01-16 Mathias Hasselmannlibedata-book: Simplify signature of sexp helpers
2013-01-16 Mathias Hasselmannlibedata-book: Use slice allocator for EbSdbSearchData
2013-01-15 Mathias Hasselmannlegal: Update copyright notice of our recent contributions.
2013-01-12 Matthew BarnesCoding style and whitespace cleanups.
2013-01-11 Milan CrhaBug #691477 - exists_vcard is not supported when parsin...
2013-01-11 Milan CrhaBug #690151 - Crash in e_book_backend_file_bump_revision()
2013-01-09 Milan CrhaBug #690177 - Use trust-prompt for certificate verifica...
2012-12-31 Matthew Barnesgoogle: Add EGDataOAuth2Authorizer.
2012-12-15 Matthew BarnesSuppress g-ir-scanner warnings.
2012-12-15 Matthew BarnesRevert "ESourceRegistry: Do not mandate builtin sources."
2012-12-15 Tristan Van BerkomESourceRegistry: Do not mandate builtin sources.
2012-12-15 Tristan Van BerkomAdded EDS_ADDRESS_BOOK_MODULES and EDS_CALENDAR_MODULES
2012-12-11 Mathias Hasselmannlibebook-contacts: Document EBookQueryTest
2012-12-09 Matthew Barnese-contact.h cleanups.
2012-12-09 Matthew BarnesUpdate API documentation.
2012-12-08 Milan CrhaEnable introspection scanner warnings
2012-12-05 Mathias Hasselmannapi-docs: Fix two small typos
2012-11-29 Tristan Van BerkomEBookBackendSqliteDB: Fix e_book_backend_sqlitedb_searc...
2012-11-28 Milan CrhaBug #688366 - WebDAV book can cause high CPU usage
2012-11-27 Paul MenzelBug #684175 - Check email value in e_destination_set_co...
2012-11-27 Tristan Van BerkomFix regression on fields-of-interest as much as possible.
2012-11-24 Matthew BarnesSimplify e_contact_attr_list_free().
2012-11-24 Matthew BarnesSimplify e_contact_attr_list_copy().
2012-11-23 Tristan Van BerkomEBookBackendSqliteDB: Avoid errors on conflicting summaries
2012-11-22 Tristan Van BerkomEBookBackendSexp: Fixed to use the new e_util_utf8_norm...
2012-11-22 Tristan Van BerkomEBookBackendFile: Use the new ESourceBackendSummarySetu...
2012-11-22 Tristan Van BerkomEBookBackendSqliteDB: Added e_book_backend_sqlitedb_new...
2012-11-22 Tristan Van BerkomAdded ESourceBackendSummarySetup extension
2012-11-20 Milan CrhaBug #688660 - Crash on webdav contact cache update
next