summaryrefslogtreecommitdiff
path: root/addressbook
Commit message (Expand)AuthorAgeFilesLines
* Experimental changes...sqlite-refactorTristan Van Berkom2013-12-011-4/+24
* Experimental work in progressTristan Van Berkom2013-11-301-528/+91
* EBookSqlite: Experimental query formation changeTristan Van Berkom2013-11-301-58/+17
* Fix build break in e-data-book-factory.c.Matthew Barnes2013-11-291-0/+1
* EBookSqlite: Fixed a transaction which wanted to read, but asked to write.Tristan Van Berkom2013-11-301-1/+1
* EBookClientCursor: Keep a strong reference to the clientTristan Van Berkom2013-11-302-18/+54
* EBookBackend: Fixed ref-counting bug in e_book_backend_set_locale()Tristan Van Berkom2013-11-301-4/+6
* EDataBookFactor / EDataBook: Migrated locale handling to EDataBookFactoryTristan Van Berkom2013-11-304-189/+294
* 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
* EDataBookCursorSqlite: Ported to EBookSqliteTristan Van Berkom2013-11-292-116/+116
* EBookBackendFile: Ported to new EBookSqlite APITristan Van Berkom2013-11-293-268/+245
* EBookBackend: e_book_backend_set_locale() now has GCancellableTristan Van Berkom2013-11-292-9/+22
* EDataBookCursor: Changed APIs to permit GCancellable for long running operati...Tristan Van Berkom2013-11-292-47/+46
* EDataBook: Changed for EBookBackend set_locale() API changeTristan Van Berkom2013-11-291-2/+5
* Adding new EBookSqliteTristan Van Berkom2013-11-294-0/+8427
* Added E_BOOK_INDEX_SORT_KEY to EBookIndexTypeTristan Van Berkom2013-11-291-2/+4
* EBookQuery: Added end marker for the EBookQueryTest enumTristan Van Berkom2013-11-292-2/+8
* EPhoneNumber: Fixed phone number matching semantics.Tristan Van Berkom2013-11-291-13/+37
* Added e_vcard_construct_full()Tristan Van Berkom2013-11-292-2/+29
* EDataBookCursor: fixed memory leak.Tristan Van Berkom2013-11-281-0/+1
* EDataBook: Fixed memory leak of every EContact succesfully added to the addre...Tristan Van Berkom2013-11-241-0/+1
* EBookBackend: Use GThreadPool instead of g_io_scheduler_push_job().Matthew Barnes2013-11-231-18/+31
* Bug 712323 - Substantially expand EVCard documentationPhilip Withnall2013-11-231-64/+254
* e-vcard: Fix case sensitivity of string comparisionsPhilip Withnall2013-11-231-3/+5
* e-vcard: Fix a minor memory leak for multi-valued parametersPhilip Withnall2013-11-231-0/+2
* Makefile.am cleanups.Matthew Barnes2013-11-179-179/+218
* EBookClient: Fix arrays passed to e_book_client_get_cursor() to be constant.Tristan Van Berkom2013-11-162-10/+10
* EBookBackendFile: Reduce uneeded warnings in server logsTristan Van Berkom2013-11-141-4/+4
* Fix/mute issues found by Coverity scanMilan Crha2013-11-136-34/+103
* Suppress a false-positive cppcheck memleak warningVadim Rutkovsky2013-11-121-0/+1
* Bug 710808 - Name all the timeouts added with g_timeout_add()Bastien Nocera2013-10-293-11/+16
* EBookClientCursor: Some additional documentation enhancements.Tristan Van Berkom2013-10-261-32/+113
* EBookBackendGoogle: Bind to GDataService's GProxyResolver.Matthew Barnes2013-10-251-20/+46
* EBookBackendWebdav: Bind to SoupSession's GProxyResolver.Matthew Barnes2013-10-251-27/+5
* EBookBackend: Add a read-only "proxy-resolver" property.Matthew Barnes2013-10-252-1/+158
* EBookClient: Implemented e_book_client_get_cursor() and locale propertyTristan Van Berkom2013-10-232-13/+524
* Added EBookClientCursorTristan Van Berkom2013-10-233-0/+2849
* EBookBackendFile: Implement cursors.Tristan Van Berkom2013-10-231-28/+344
* EDataBook: Cursor related changesTristan Van Berkom2013-10-231-0/+383
* Added EDataBookCursor & EDataBookCursorSqliteTristan Van Berkom2013-10-237-1/+2204
* EBookBackend: Adding cursor related APIsTristan Van Berkom2013-10-232-1/+166
* EBookBackendSqliteDB: Adding cursor related APIsTristan Van Berkom2013-10-233-130/+1784
* EBookBackendSqliteDB: introspect summary structure before adding columns.Tristan Van Berkom2013-10-231-5/+9
* EBookBackendSqliteDB: Fix introspect_summary()Tristan Van Berkom2013-10-231-2/+5
* Include locale.h where neededMilan Crha2013-10-232-0/+6
* Miscellaneous cleanups.Matthew Barnes2013-10-207-30/+36
* EBookBackendSqliteDB: Fixed an inconsistency in phone number matches.Tristan Van Berkom2013-10-191-1/+1
* EBookClient: (bug 701260) Added async apis to connect to a DRA book.Tristan Van Berkom2013-10-142-52/+206