summaryrefslogtreecommitdiff
path: root/addressbook
Commit message (Expand)AuthorAgeFilesLines
* Mega-Commit changing the API of fetching the initial addressbook locale.Tristan Van Berkom2013-05-285-46/+45
* EBookClient: Added "locale" property.Tristan Van Berkom2013-05-282-0/+116
* EBookBackendFile: Implement EBookBackend->set_locale() & ->get_locale()Tristan Van Berkom2013-05-281-0/+48
* EBookBackendSqliteDB: Added e_book_backend_sqlitedb_get/set_locale()Tristan Van Berkom2013-05-282-66/+194
* EDataBook: Watch the system bus for locale notificationsTristan Van Berkom2013-05-282-1/+220
* EBookBackend added new ->set_locale() API and ->get_locale() APITristan Van Berkom2013-05-282-0/+56
* EGdbusBook: Added get_locale() method and locale_changed() signal.Tristan Van Berkom2013-05-282-0/+81
* EBookBackendSqliteDB: Pull out the code which keeps separate collators per su...Tristan Van Berkom2013-05-271-258/+26
* EBookBackendSqliteDB: Use ECollatorTristan Van Berkom2013-05-271-82/+369
* Revert "ESourceBackendSummarySetup: Added apis to set collation rules on addr...Tristan Van Berkom2013-05-272-263/+3
* ESourceBackendSummarySetup: Added apis to set collation rules on addressbooks.Tristan Van Berkom2013-05-272-3/+263
* EBookBackendSqliteDB: Support regex queriesTristan Van Berkom2013-05-271-5/+83
* EBookBackendSexp: Support regex query types.Tristan Van Berkom2013-05-271-0/+74
* EBookQuery: Added regex query API.Tristan Van Berkom2013-05-272-0/+34
* Fix cursor API for JEFT JOIN optimization by David WoodhouseTristan Van Berkom2013-05-271-4/+4
* Bug 699597 - Autocomplete using GAL is slowDavid Woodhouse2013-05-271-5/+7
* EBookBackendSqliteDB: Adding cursor APIsTristan Van Berkom2013-04-253-0/+890
* EBookBackendSqliteDB: Added localized data to all string columns in the summary.Tristan Van Berkom2013-04-251-29/+189
* EBookBackendSqliteDB: Fixed get_count_cb() to be more flexibleTristan Van Berkom2013-04-251-1/+1
* EBookBackendSqliteDB: Applying whitespace diffs from master.Tristan Van Berkom2013-04-251-96/+96
* EBookBackendSqliteDB: Avoid summary introspection on initial creation.Tristan Van Berkom2013-04-161-2/+48
* sqlite addressbook: fix memory corruption in get_revisionPatrick Ohly2013-04-031-1/+1
* sqlite addressbook: fix freeing of search resultsPatrick Ohly2013-04-031-10/+19
* ebook DRA: partial fix for openingopenismus-work-pohlyPatrick Ohly2013-04-021-55/+32
* data_book_convert_to_client_error: add E_DATA_BOOK_STATUS_BUSYPatrick Ohly2013-04-021-0/+5
* EBookQuery: avoid leaking locale stringPatrick Ohly2013-03-281-0/+1
* Merge remote-tracking branch 'origin/gnome-3-6' into openismus-workPatrick Ohly2013-03-265-17/+58
|\
| * Correct names for im_jabber_work variablesVadim Rutkovsky2013-03-121-2/+2
| * Bug #694734 - Relative URI in Location on PUT confuses WebDAVMilan Crha2013-02-281-3/+10
| * ebook: avoid repeatedly creating GSettings in e_book_client_is_selfPatrick Ohly2013-02-151-3/+11
| * Bug #692278 - LDAP backend mutex deadlock on finalizeMilan Crha2013-01-221-7/+17
| * Coding style and whitespace cleanups.Matthew Barnes2013-01-122-4/+4
| * Bug #691477 - exists_vcard is not supported when parsing a query from stringMilan Crha2013-01-111-0/+21
| * Bug #690151 - Crash in e_book_backend_file_bump_revision()Milan Crha2013-01-111-0/+16
| * Bug #691298 - Deadlock under e_cal_backend_foreach_view()Milan Crha2013-01-111-4/+7
* | EBookBackendSqliteDB: Fixed configurable summary indexesTristan Van Berkom2013-03-121-1/+1
* | sqlitedb: Update attr_list_indexes during introspectionMathias Hasselmann2013-03-061-0/+4
* | sqlitedb: Only create indexes after introspectionMathias Hasselmann2013-03-051-48/+47
* | sqlitedb: Use proper length of default country codeMathias Hasselmann2013-03-051-1/+1
* | sqlitedb: Fix another issue phonenumber matching issueMathias Hasselmann2013-03-041-1/+2
* | sqlitedb: Assing country-code to address summaryMathias Hasselmann2013-03-011-12/+75
* | sqlitedb: Improve national phone number matchingMathias Hasselmann2013-03-011-13/+29
* | libedata-book: Avoid setlocale()Mathias Hasselmann2013-03-014-108/+155
* | libedata-book: Improve national phone number matchingMathias Hasselmann2013-03-014-34/+100
* | libebook: Add client locale to queriesMathias Hasselmann2013-02-282-14/+111
* | EBookBackendFile: Properly translate E_BOOK_SDB_ERROR_QUERY_INVALID errorsTristan Van Berkom2013-02-281-0/+18
* | Add E_BOOK_SDB_ERROR_INVALID_QUERYTristan Van Berkom2013-02-282-36/+49
* | EBookBackendFile: Propagate correct errors.Tristan Van Berkom2013-02-261-4/+24
* | EBookBackendSqliteDB: added E_BOOK_SDB_ERROR_NOT_SUPPORTED error codeTristan Van Berkom2013-02-262-8/+41
* | Fixed error reporting for direct access apisTristan Van Berkom2013-02-261-6/+10