[evolution-data-server] (137 commits) Created branch openismus-work-master
- From: Tristan Van Berkom <tvb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-data-server] (137 commits) Created branch openismus-work-master
- Date: Mon, 21 Oct 2013 22:46:34 +0000 (UTC)
The branch 'openismus-work-master' was created.
Summary of new commits:
f0b5da8... test-server-utils: Add e_test_server_utils_run_full()
399b6f1... EBookBackendSqliteDB: Adding cursor APIs
e5d61b6... Added libedata-book test directory and added first test.
1403b94... Added test case test-sqlite-create-cursor
e486ca7... Added test case test-sqlite-cursor-move-by
75dacc3... Added test case test-sqlite-cursor-set-target.c
e399267... Added test case test-sqlite-cursor-calculate.c
847bd68... Added test case test-sqlite-cursor-set-sexp.c
d15f890... Added tests to ensure that localized data is properly migra
bf8f02b... Added detection of ICU libs to configure.ac
a169254... Added utility ECollator to libedataserver.
a880366... ECollator: Remove the "collation_type" option.
08e422d... ESourceBackendSummarySetup: Added apis to set collation rul
05c7f55... Revert "ESourceBackendSummarySetup: Added apis to set colla
5b20496... EBookBackendSqliteDB: Use ECollator
2eb777e... EBookBackendSqliteDB: Pull out the code which keeps separat
69e99ac... Fixed test-sqlite-cursor-move-by for new ICU localization
9225208... Ported test-sqlite-cursor-set-target.c to work with new ICU
33fc603... Ported test-sqlite-cursor-calculate test to use the new ICU
518e166... Ported test-sqlite-cursor-set-sexp to use the new ICU sorte
f2a0d7c... Ported data migration tests to use the new ICU sorted data.
110e3ea... Migrated sqlite cursor test cases to not specify any specif
865c815... Added org.freedesktop.locale1 interface to private/ to gene
639da4d... org.gnome.evolution.AddressBook.xml: Added Locale property.
0665f24... EBookBackend added new ->set_locale() API and ->get_locale(
51a5662... EDataBook: Watch the system bus for locale notifications
22566cd... EBookBackendSqliteDB: Added e_book_backend_sqlitedb_get/set
d1182ee... EBookBackendFile: Implement EBookBackend->set_locale() & ->
d7b4e75... EBookClient: Added "locale" property.
3b4fcb5... tests/libedata-book: Added a testing API to set the locale
e68071e... libedata-book tests: Changed all cursor tests to use new te
4b3317e... Added test-sqlite-cursor-change-locale.c
7613bd9... Adding D-Bus localed xml description to EXTRA_DIST to pass
d8498dd... Fix e-source-enumtypes.h generation.
2c22bf6... Added EAlphabetIndex
85dd0a2... ECollator: Use the private EAlphabetIndex
2f71ceb... Added ECollator to the libedataserver gtk-doc build.
9e40fad... Added e-collator-test.c
53fc5c9... Fixed existing cursor tests for POSIX locale to work with A
a732df0... Added ETransliteratorPrivate C++ Glue
0416fd5... ECollator: Use transliterator for Chinese locales.
8cf4925... e-collator-test: Add special case tests for Chinese sorting
b131fc3... EBookBackendSqliteDB: Added new API to set cursor target.
74541f5... Fixed test cases to use the new API for setting alphabetic
ce90ccf... EBookBackendSqliteDB: Add new APIs to the gtk-doc build (ma
ce33ecd... EBookBackendSqliteDB: Cursor API change.
400c7df... EBookBackendSqliteDB Cursor tests updated.
65c7c86... Updated gtk-doc build for new API changes in EBookBackendSq
8d86fcb... Added tests to ensure descending order works properly with
8616ac7... EBookBackendSqliteDB: Changed cursor move_by() API
b9a85c8... EBookBackendSqliteDB: Fixed a nasty bug causing descending
49bce1f... Fixed cursor tests to use the new _move_by() API.
c55866a... EBookBackendSqliteDB: Fix order by statement for cursor mov
382f968... EDataBook: Create proxy to org.freedesktop.locale1 with a s
5e2ff01... EBookBackendSqliteDB: Added e_book_backend_sqlitedb_cursor_
517b8dd... EBookBackendSqliteDB: Reset internal locale when get_locale
626477b... EBookBackendSqliteDB: gtk-doc fixup for e_book_backend_sqli
7b47eb1... EBookBackendSqliteDB: Cursor API enhancements.
df0f292... e-book-contacts-types.h: gtk-doc fixup for EBookSortType
65c7af0... Added EBookCursorOrigin enumeration used in EDataBookCursor
6cfdbbd... gtk-doc: libebook-contacts-sections.txt - added new enumera
73706d5... Adding D-Bus API to create cursors.
1f03bd5... Adding D-Bus interface to interact with cursors
4f9e315... Added EDataBookCursor
813f915... Added EDataBookCursorSqlite
f0006be... EDataBook: Makefile.am & libedata-book.h
6adff03... EBookBackend: Added new methods for creating and deleting c
fa8a7bc... EDataBook: Handle D-Bus calls for creating cursors and expo
9858c13... EBookBackendFile: Implement cursors.
266af87... Added EBookClientCursor
dc0b1e0... EBookClient: Implemented e_book_client_get_cursor() Sync an
2c5365f... Added first EBookClientCursor test: test-client-cursor-crea
8624760... Specified UID in test vcards.
c3c35fa... Adding test-client-cursor-operations.c test.
61cd29f... Bump required GTK+ version to 3.10
9c97c5f... Adding cursor example program
52cf942... Added EBookClientCursor to the api docs
a23df09... Added EDataBookCursor and EDataBookCursorSqlite to the docs
ad21755... EBookBackendSqliteDB: Various bug fixes related to upgrades
0a1a8d4... Fixed build with regards to GTK+ dependency.
ffb2653... Tests: Added 3 new contacts and a few more query tests.
91b6fee... Changes for Review: Changed a couple of the cursor related
e1c322e... Changes for Review: Various changes
6d2a21a... Changes for Review: Various changes
80ad3dc... Changes for Review: EBookSortType renamed to EBookCursorSor
7efbc2b... Changes for Review: Various changes
32fa683... Changes for Review: ECollator to use atomic integer operati
c42f767... Changes for Review: Various API adaptations and bug fix
bbac34c... Changes for Review: EBookClient API adaptations.
548a275... Changes for Review: EBookClientCursor changes.
75446e0... Changes for Review: EBookBackendFile, various changes.
c191c7f... Changes for Review: Test cases and example updated for new
9e58caa... Added EDataBookCursor & EDataBookCursorSqlite to POTFILES.i
a64c13e... Changes for Review: EBookClientCursor fixed spelling mistak
9c16427... Changes for Review: EBookBackend fixed spelling mistakes
a0ebea4... Changes for Review: EBookBackendSqliteDB fixed spelling mis
a8123a0... Changes for Review: EDataBook fixed spelling mistakes
3eaa523... Changes for Review: EDataBookCursor fixed spelling mistakes
fbe2a94... Changes for Review: EDataBookCursorSqlite fixed spelling mi
86d436b... Changes for Review: CursorExample fixed spelling mistakes
8c490a0... Changes for Review: improved source code comment in EBookBa
5dd61ea... CursorExample: Changed include guard style from __FOO_H__ t
5cf3282... EBookBackendSqliteDB: Adding comments around loops
5553df4... ECollator: Mark new apis since 3.12 instead of 3.10
509aa90... EBookCursorSortType/EBookCursorOrigin: Mark new apis since
2a5afaa... EBookClient: Mark new apis since 3.12 instead of 3.10
beb80cd... EBookClientCursor: Mark new apis since 3.12 instead of 3.10
259a657... EBookBackendSqliteDB: Mark new apis since 3.12 instead of 3
70e3ca5... EBookBackend: Mark new apis since 3.12 instead of 3.10
5418da0... EDataBookCursor: Mark new apis since 3.12 instead of 3.10
dee985c... EDataBookCursorSqlite: Mark new apis since 3.12 instead of
f4b04dc... ETransliterator: Fixing Since note to indicate 3.12 instead
93489d4... Fixing test-client-custom-summary for merge state.
02479b8... EBookClientCursor: Cursor move API changed to return number
84a5d70... EBookBackendSqliteDB: Cursor move API changed to return num
31ab371... EDataBookCursor: Cursor move API changed to return number o
983dbf3... EDataBookCursorSqlite: Cursor move API changed to return nu
70dc8f8... AddressBookCursor D-Bus API: Cursor move API changed to ret
b4b3fc5... Cursor Example: Cursor move API changed to return number of
4d4ff6c... Low Level Cursor API tests: Cursor move API changed to retu
52edd20... EBookClientCursor tests: Cursor move API changed to return
58d68b9... e-book-contacts-types.h: New flags type for new cursor step
565bcda... EBookClientCursor: New cursor step() API
2710abc... EBookBackendSqliteDB: New cursor step() API
78f6313... EDataBookCursor: New cursor step() API
f623018... EDataBookCursorSqlite: New cursor step() API
351d26a... e-client.h: New client error for list bounderies (part of c
bb26b83... AddressBookCursor D-Bus API: new cursor step() API
b4b729f... Cursor Example: updated to use new cursor step() API
a33492d... Low level cursor tests: updated to use new cursor step() AP
8c107dc... EBookClientCursor highlevel API tests: updated to use new c
499c61c... EDataBookCursor: Fix to properly calculate the position aft
05d0a8a... EBookBackendSqliteDB: Fixed e_book_backend_sqlitedb_cursor_
3b49b22... highlevel cursor tests: Fixed to expect total + 1 when over
5a21f0c... test-client-cursor-operations.c: Added tests to assert end
31aa6a1... EBookClientCursor documentation improvements.
b88ab76... Adjusted libebook documentation build.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]