summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Addressbook: Flushing DBus properties after setting new locale.openismus-work-3-8Mateusz Polrola2014-03-051-1/+3
* addressbook: revert to specific environment variable namealexandru.costache2014-03-051-1/+1
* addressbook: fix localed race conditionalexandru.costache2014-02-143-185/+290
* Added transliterated indexes to the custom book in the test case.Tristan Van Berkom2013-12-051-0/+3
* EBookSqlite: Full support for transliterated queriesTristan Van Berkom2013-12-051-28/+223
* Added E_BOOK_INDEX_TRANSLIT index typeTristan Van Berkom2013-12-051-1/+3
* Revert "test-client-custom-summary: Unsupported transliterated queries."Tristan Van Berkom2013-12-051-81/+81
* Revert "test-client-custom-operations: Transliterated queries not supported."Tristan Van Berkom2013-12-051-4/+0
* configure.ac: Bumping to version 3.11.94 for code dropOPENISMUS_3_8_DROP_R1_01_12_2013Tristan Van Berkom2013-12-011-1/+1
* Default summary configuration setup to have sort keys.Tristan Van Berkom2013-12-011-1/+1
* test-client-custom-operations: Transliterated queries not supported.Tristan Van Berkom2013-12-011-0/+4
* test-client-custom-summary: Unsupported transliterated queries.Tristan Van Berkom2013-12-011-81/+81
* EBookSqlite: Not handle transliterated queries gracefully.Tristan Van Berkom2013-12-011-18/+48
* EBookBackendFile: Fixing return params to SQLite to be NULLTristan Van Berkom2013-12-011-3/+3
* EBookBackendFile: Ensure list pointer for e_book_sqlite_search() is NULL in a...Tristan Van Berkom2013-12-011-1/+1
* ESexp: Check for NULL before freeing a GPtrArrayTristan Van Berkom2013-12-011-1/+2
* test-client-cursor-operations.c: Removed bogus test for invalid sexpTristan Van Berkom2013-12-011-43/+9
* test-client-custom-summary: Added test for the 'x-evolution-any-field' NULL s...Tristan Van Berkom2013-12-011-0/+22
* EBookSqlite: Improved performance and simplified codeTristan Van Berkom2013-12-011-601/+260
* EBookSqlite: Fixed a transaction which wanted to read, but asked to write.Tristan Van Berkom2013-12-011-1/+1
* EBookClientCursor: Keep a strong reference to the clientTristan Van Berkom2013-12-012-18/+56
* EBookBackend: Fixed ref-counting bug in e_book_backend_set_locale()Tristan Van Berkom2013-12-011-4/+6
* Fixed test-client-cursor-createTristan Van Berkom2013-12-011-75/+6
* EBookClient: Fixed e_book_client_cursor_get_contact_alphabetic_index()Tristan Van Berkom2013-12-011-1/+1
* test-client-uid-only-view: Fixed testTristan Van Berkom2013-12-011-25/+5
* test-client-revision-view: Disabled part of the test.Tristan Van Berkom2013-12-011-25/+4
* test-client-custom-summary: Added various testsTristan Van Berkom2013-12-013-84/+483
* EBookBackendFile: Ported to use the new SQLite APITristan Van Berkom2013-12-011-255/+240
* EBookClient: Changed for EDataBookCursor API change.Tristan Van Berkom2013-12-011-1/+1
* Added case to the book-migration test for basic cursor operation.Tristan Van Berkom2013-12-011-0/+55
* Ported the lower level cursor tests to use EBookSqlite.Tristan Van Berkom2013-12-0122-1165/+1051
* EBookClientCursor: Changed for EDataBookCursor API change (cancellables)Tristan Van Berkom2013-12-011-4/+6
* EDataBookCursorSqlite: Ported to EBookSqliteTristan Van Berkom2013-12-012-116/+116
* Ported migration routine from EBookBackendFile to use EBookSqliteTristan Van Berkom2013-12-012-16/+17
* EBookBackend: e_book_backend_set_locale() now has GCancellableTristan Van Berkom2013-12-012-9/+22
* EDataBookCursor: Changed APIs to permit GCancellable for long running operati...Tristan Van Berkom2013-12-012-47/+46
* EDataBook: Changed for EBookBackend set_locale() API changeTristan Van Berkom2013-12-011-2/+5
* Adding new EBookSqliteTristan Van Berkom2013-12-015-1/+8430
* Added E_BOOK_INDEX_SORT_KEY to EBookIndexTypeTristan Van Berkom2013-12-011-2/+4
* EBookQuery: Added end marker for the EBookQueryTest enumTristan Van Berkom2013-12-012-2/+8
* EPhoneNumber: Fixed phone number matching semantics.Tristan Van Berkom2013-12-011-13/+37
* ECollator: Added e_collator_new_interpret_country()Tristan Van Berkom2013-12-012-2/+56
* ECollator: fixed e_collator_collate() to allow NULL strings.Tristan Van Berkom2013-12-011-4/+9
* Added e_vcard_construct_full()Tristan Van Berkom2013-12-012-2/+29
* EDataBookCursor: fixed memory leak.Tristan Van Berkom2013-12-011-0/+1
* ESExp: Fixed memory leak of ESExp->error stringTristan Van Berkom2013-11-251-0/+2
* EBookClient: Fix arrays passed to e_book_client_get_cursor() to be constant.Tristan Van Berkom2013-11-162-10/+10
* test-client-custom-summary.c: Added exact email match test.Tristan Van Berkom2013-11-131-0/+14
* Fixing cursor example build.Tristan Van Berkom2013-11-136-46/+7
* test-sqlite-cursor-set-sexp.c: Added test.Tristan Van Berkom2013-11-111-0/+58