[evolution-data-server] (118 commits) Created branch openismus-work-master
- From: Tristan Van Berkom <tvb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-data-server] (118 commits) Created branch openismus-work-master
- Date: Sat, 12 Oct 2013 01:54:57 +0000 (UTC)
The branch 'openismus-work-master' was created.
Summary of new commits:
f36a4be... EBookClient: Added async apis to connect to a DRA book.
4a41274... test-utils: Added argumement to the fixture closure data to
78882ba... EBookClient tests: Use async apis to open the client for ev
c6b03cd... ECalClient tests: Use async apis to open the client for eve
8517967... test-server-utils: Add e_test_server_utils_run_full()
c9a7235... EBookBackendSqliteDB: Adding cursor APIs
bbd6e6d... Added libedata-book test directory and added first test.
5ba8cef... Added test case test-sqlite-create-cursor
f5e2ba1... Added test case test-sqlite-cursor-move-by
fe469ea... Added test case test-sqlite-cursor-set-target.c
b43f9e9... Added test case test-sqlite-cursor-calculate.c
8e3ea50... Added test case test-sqlite-cursor-set-sexp.c
c74af17... Added tests to ensure that localized data is properly migra
458e037... Added detection of ICU libs to configure.ac
e855265... Added utility ECollator to libedataserver.
2a8746f... ECollator: Remove the "collation_type" option.
3e0bca0... ESourceBackendSummarySetup: Added apis to set collation rul
307e6ba... Revert "ESourceBackendSummarySetup: Added apis to set colla
aef3cae... EBookBackendSqliteDB: Use ECollator
e9a4d07... EBookBackendSqliteDB: Pull out the code which keeps separat
9125a35... Fixed test-sqlite-cursor-move-by for new ICU localization
a33011a... Ported test-sqlite-cursor-set-target.c to work with new ICU
29115cd... Ported test-sqlite-cursor-calculate test to use the new ICU
9a4409b... Ported test-sqlite-cursor-set-sexp to use the new ICU sorte
9bd1979... Ported data migration tests to use the new ICU sorted data.
72a65f4... Migrated sqlite cursor test cases to not specify any specif
77878eb... Added org.freedesktop.locale1 interface to private/ to gene
9ff97b5... org.gnome.evolution.AddressBook.xml: Added Locale property.
dbeb980... EBookBackend added new ->set_locale() API and ->get_locale(
601d5e4... EDataBook: Watch the system bus for locale notifications
d828004... EBookBackendSqliteDB: Added e_book_backend_sqlitedb_get/set
5cb5602... EBookBackendFile: Implement EBookBackend->set_locale() & ->
33a4a89... EBookClient: Added "locale" property.
f89fc37... tests/libedata-book: Added a testing API to set the locale
f3200b5... libedata-book tests: Changed all cursor tests to use new te
e5132ab... Added test-sqlite-cursor-change-locale.c
bbd623e... Adding D-Bus localed xml description to EXTRA_DIST to pass
c372b2b... Fix e-source-enumtypes.h generation.
4634688... Added EAlphabetIndex
2726684... ECollator: Use the private EAlphabetIndex
d8dd9e1... Added ECollator to the libedataserver gtk-doc build.
ed5a9fc... Added e-collator-test.c
4d53ea5... Fixed existing cursor tests for POSIX locale to work with A
65668db... Added ETransliteratorPrivate C++ Glue
1c700bb... ECollator: Use transliterator for Chinese locales.
51fe1ea... e-collator-test: Add special case tests for Chinese sorting
20e0121... EBookBackendSqliteDB: Added new API to set cursor target.
3d6f6c8... Fixed test cases to use the new API for setting alphabetic
3bde5e5... EBookBackendSqliteDB: Add new APIs to the gtk-doc build (ma
85fa7a8... EBookBackendSqliteDB: Cursor API change.
20f1531... EBookBackendSqliteDB Cursor tests updated.
a3d3a4f... Updated gtk-doc build for new API changes in EBookBackendSq
f1cedcb... Added tests to ensure descending order works properly with
143c168... EBookBackendSqliteDB: Changed cursor move_by() API
f86d4ab... EBookBackendSqliteDB: Fixed a nasty bug causing descending
1ba44d1... Fixed cursor tests to use the new _move_by() API.
3119842... EBookBackendSqliteDB: Fix order by statement for cursor mov
b5c2fa9... EDataBook: Create proxy to org.freedesktop.locale1 with a s
6db1950... EBookBackendSqliteDB: Added e_book_backend_sqlitedb_cursor_
70e5aa7... EBookBackendSqliteDB: Reset internal locale when get_locale
421c0f2... EBookBackendSqliteDB: gtk-doc fixup for e_book_backend_sqli
6565b82... EBookBackendSqliteDB: Cursor API enhancements.
7e2df8a... e-book-contacts-types.h: gtk-doc fixup for EBookSortType
235a0b3... Added EBookCursorOrigin enumeration used in EDataBookCursor
21fc90b... gtk-doc: libebook-contacts-sections.txt - added new enumera
f116ab6... Adding D-Bus API to create cursors.
7797964... Adding D-Bus interface to interact with cursors
878627f... Added EDataBookCursor
2424c0d... Added EDataBookCursorSqlite
d8f831c... EDataBook: Makefile.am & libedata-book.h
97ff060... EBookBackend: Added new methods for creating and deleting c
54b5908... EDataBook: Handle D-Bus calls for creating cursors and expo
12b4521... EBookBackendFile: Implement cursors.
e578ddc... Added EBookClientCursor
2c192fe... EBookClient: Implemented e_book_client_get_cursor() Sync an
0c77a23... Added first EBookClientCursor test: test-client-cursor-crea
9f8ca4f... Specified UID in test vcards.
3d7bdb0... Adding test-client-cursor-operations.c test.
00133c8... Bump required GTK+ version to 3.10
465c8c7... Adding cursor example program
86e2680... Added EBookClientCursor to the api docs
1965323... Added EDataBookCursor and EDataBookCursorSqlite to the docs
d374f30... EBookBackendSqliteDB: Various bug fixes related to upgrades
7c267c8... Fixed build with regards to GTK+ dependency.
270d749... EBookBackendSqliteDB: Fixed an inconsistency in phone numbe
fc2d257... Tests: Added 3 new contacts and a few more query tests.
1d71a0e... Changes for Review: Changed a couple of the cursor related
6ec3b50... Changes for Review: Various changes
068a98a... Changes for Review: Various changes
6dedc63... Changes for Review: EBookSortType renamed to EBookCursorSor
2406784... Changes for Review: Various changes
ed606ec... Changes for Review: ECollator to use atomic integer operati
fabfd46... Changes for Review: Various API adaptations and bug fix
f6ddc07... Changes for Review: EBookClient API adaptations.
c2662f5... Changes for Review: EBookClientCursor changes.
00b682d... Changes for Review: EBookBackendFile, various changes.
5b1c6bc... Changes for Review: Test cases and example updated for new
b4889eb... Added EDataBookCursor & EDataBookCursorSqlite to POTFILES.i
a389ada... Changes for Review: EBookClientCursor fixed spelling mistak
3e1eb9d... Changes for Review: EBookBackend fixed spelling mistakes
9503982... Changes for Review: EBookBackendSqliteDB fixed spelling mis
7d5837a... Changes for Review: EDataBook fixed spelling mistakes
2b7d766... Changes for Review: EDataBookCursor fixed spelling mistakes
c60c3e6... Changes for Review: EDataBookCursorSqlite fixed spelling mi
25cad2a... Changes for Review: CursorExample fixed spelling mistakes
bfbf7fd... Changes for Review: improved source code comment in EBookBa
8f45b0f... CursorExample: Changed include guard style from __FOO_H__ t
cbe5f64... EBookBackendSqliteDB: Adding comments around loops
ac46645... ECollator: Mark new apis since 3.12 instead of 3.10
c80749d... EBookCursorSortType/EBookCursorOrigin: Mark new apis since
a5021ce... EBookClient: Mark new apis since 3.12 instead of 3.10
ee33a5c... EBookClientCursor: Mark new apis since 3.12 instead of 3.10
236bfde... EBookBackendSqliteDB: Mark new apis since 3.12 instead of 3
8be23f2... EBookBackend: Mark new apis since 3.12 instead of 3.10
b042c2d... EDataBookCursor: Mark new apis since 3.12 instead of 3.10
901547e... EDataBookCursorSqlite: Mark new apis since 3.12 instead of
14d7ba4... ETransliterator: Fixing Since note to indicate 3.12 instead
060b149... Fixing test-client-custom-summary for merge state.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]