[evolution-data-server] (134 commits) Created branch openismus-work-master



The branch 'openismus-work-master' was created.

Summary of new commits:

  68419da... test-server-utils: Add e_test_server_utils_run_full()
  5507cbb... EBookBackendSqliteDB: Adding cursor APIs
  cee5f74... Added libedata-book test directory and added first test.
  906b182... Added test case test-sqlite-create-cursor
  e9aad29... Added test case test-sqlite-cursor-move-by
  c910312... Added test case test-sqlite-cursor-set-target.c
  274ffd2... Added test case test-sqlite-cursor-calculate.c
  c0ad158... Added test case test-sqlite-cursor-set-sexp.c
  75ca95b... Added tests to ensure that localized data is properly migra
  55e21a3... Added detection of ICU libs to configure.ac
  b4829c2... Added utility ECollator to libedataserver.
  d189767... ECollator: Remove the "collation_type" option.
  ad7572e... ESourceBackendSummarySetup: Added apis to set collation rul
  22e0575... Revert "ESourceBackendSummarySetup: Added apis to set colla
  1b76d00... EBookBackendSqliteDB: Use ECollator
  c8e0ae8... EBookBackendSqliteDB: Pull out the code which keeps separat
  f5a8902... Fixed test-sqlite-cursor-move-by for new ICU localization
  a396c29... Ported test-sqlite-cursor-set-target.c to work with new ICU
  dc695ae... Ported test-sqlite-cursor-calculate test to use the new ICU
  278970d... Ported test-sqlite-cursor-set-sexp to use the new ICU sorte
  eb2dbf8... Ported data migration tests to use the new ICU sorted data.
  8228134... Migrated sqlite cursor test cases to not specify any specif
  446c0e8... Added org.freedesktop.locale1 interface to private/ to gene
  9286866... org.gnome.evolution.AddressBook.xml: Added Locale property.
  947a23e... EBookBackend added new ->set_locale() API and ->get_locale(
  6a8c9c0... EDataBook: Watch the system bus for locale notifications
  1459bdd... EBookBackendSqliteDB: Added e_book_backend_sqlitedb_get/set
  4e491a3... EBookBackendFile: Implement EBookBackend->set_locale() & ->
  f0a4dde... EBookClient: Added "locale" property.
  58fa0c3... tests/libedata-book: Added a testing API to set the locale 
  d46f5f0... libedata-book tests: Changed all cursor tests to use new te
  08f72ad... Added test-sqlite-cursor-change-locale.c
  5a9262f... Adding D-Bus localed xml description to EXTRA_DIST to pass 
  4b608bf... Fix e-source-enumtypes.h generation.
  ff132e8... Added EAlphabetIndex
  82ad28f... ECollator: Use the private EAlphabetIndex
  1062a14... Added ECollator to the libedataserver gtk-doc build.
  331e7db... Added e-collator-test.c
  87191cc... Fixed existing cursor tests for POSIX locale to work with A
  4b99b5e... Added ETransliteratorPrivate C++ Glue
  ce70837... ECollator: Use transliterator for Chinese locales.
  0169305... e-collator-test: Add special case tests for Chinese sorting
  e1e61d4... EBookBackendSqliteDB: Added new API to set cursor target.
  1d073dd... Fixed test cases to use the new API for setting alphabetic 
  290444e... EBookBackendSqliteDB: Add new APIs to the gtk-doc build (ma
  f678459... EBookBackendSqliteDB: Cursor API change.
  f465d48... EBookBackendSqliteDB Cursor tests updated.
  b31d172... Updated gtk-doc build for new API changes in EBookBackendSq
  25b056f... Added tests to ensure descending order works properly with 
  0325898... EBookBackendSqliteDB: Changed cursor move_by() API
  44623bd... EBookBackendSqliteDB: Fixed a nasty bug causing descending 
  0673c6e... Fixed cursor tests to use the new _move_by() API.
  dafdd0c... EBookBackendSqliteDB: Fix order by statement for cursor mov
  61cd6c6... EDataBook: Create proxy to org.freedesktop.locale1 with a s
  5a01e3f... EBookBackendSqliteDB: Added e_book_backend_sqlitedb_cursor_
  1810967... EBookBackendSqliteDB: Reset internal locale when get_locale
  f72c429... EBookBackendSqliteDB: gtk-doc fixup for e_book_backend_sqli
  70e938b... EBookBackendSqliteDB: Cursor API enhancements.
  e2d0359... e-book-contacts-types.h: gtk-doc fixup for EBookSortType
  2006f85... Added EBookCursorOrigin enumeration used in EDataBookCursor
  82cb0fe... gtk-doc: libebook-contacts-sections.txt - added new enumera
  ce6ff1e... Adding D-Bus API to create cursors.
  5c240e4... Adding D-Bus interface to interact with cursors
  a6492bb... Added EDataBookCursor
  043a5ab... Added EDataBookCursorSqlite
  e360802... EDataBook: Makefile.am & libedata-book.h
  dae7fb4... EBookBackend: Added new methods for creating and deleting c
  6c487dd... EDataBook: Handle D-Bus calls for creating cursors and expo
  dac245c... EBookBackendFile: Implement cursors.
  99d2fce... Added EBookClientCursor
  7877db7... EBookClient: Implemented e_book_client_get_cursor() Sync an
  ccf1934... Added first EBookClientCursor test: test-client-cursor-crea
  2bc66bb... Specified UID in test vcards.
  337c0b6... Adding test-client-cursor-operations.c test.
  1cfd96a... Bump required GTK+ version to 3.10
  47de599... Adding cursor example program
  965f526... Added EBookClientCursor to the api docs
  9fe0c3b... Added EDataBookCursor and EDataBookCursorSqlite to the docs
  0429fba... EBookBackendSqliteDB: Various bug fixes related to upgrades
  4de1406... Fixed build with regards to GTK+ dependency.
  4953375... Tests: Added 3 new contacts and a few more query tests.
  ca6cd7b... Changes for Review: Changed a couple of the cursor related 
  79f194c... Changes for Review: Various changes
  492ff71... Changes for Review: Various changes
  90352bd... Changes for Review: EBookSortType renamed to EBookCursorSor
  3f61c65... Changes for Review: Various changes
  644699f... Changes for Review: ECollator to use atomic integer operati
  ff81136... Changes for Review: Various API adaptations and bug fix
  44badd9... Changes for Review: EBookClient API adaptations.
  ae43b9e... Changes for Review: EBookClientCursor changes.
  57f36c8... Changes for Review: EBookBackendFile, various changes.
  73679b6... Changes for Review: Test cases and example updated for new 
  6c34b32... Added EDataBookCursor & EDataBookCursorSqlite to POTFILES.i
  86862f9... Changes for Review: EBookClientCursor fixed spelling mistak
  2bcf51b... Changes for Review: EBookBackend fixed spelling mistakes
  02f7870... Changes for Review: EBookBackendSqliteDB fixed spelling mis
  5f34df3... Changes for Review: EDataBook fixed spelling mistakes
  7c5ac92... Changes for Review: EDataBookCursor fixed spelling mistakes
  b155603... Changes for Review: EDataBookCursorSqlite fixed spelling mi
  c771394... Changes for Review: CursorExample fixed spelling mistakes
  ad485ae... Changes for Review: improved source code comment in EBookBa
  e24db81... CursorExample: Changed include guard style from __FOO_H__ t
  feecd50... EBookBackendSqliteDB: Adding comments around loops
  834d59d... ECollator: Mark new apis since 3.12 instead of 3.10
  e3dcf26... EBookCursorSortType/EBookCursorOrigin: Mark new apis since 
  f68af92... EBookClient: Mark new apis since 3.12 instead of 3.10
  032e6c5... EBookClientCursor: Mark new apis since 3.12 instead of 3.10
  d51b208... EBookBackendSqliteDB: Mark new apis since 3.12 instead of 3
  2df5283... EBookBackend: Mark new apis since 3.12 instead of 3.10
  672a519... EDataBookCursor: Mark new apis since 3.12 instead of 3.10
  0e9129a... EDataBookCursorSqlite: Mark new apis since 3.12 instead of 
  966734e... ETransliterator: Fixing Since note to indicate 3.12 instead
  9c543d7... Fixing test-client-custom-summary for merge state.
  e1cbb9b... EBookClientCursor: Cursor move API changed to return number
  97e7fc8... EBookBackendSqliteDB: Cursor move API changed to return num
  05da057... EDataBookCursor: Cursor move API changed to return number o
  f85ee15... EDataBookCursorSqlite: Cursor move API changed to return nu
  1eab633... AddressBookCursor D-Bus API: Cursor move API changed to ret
  f71859a... Cursor Example: Cursor move API changed to return number of
  809920b... Low Level Cursor API tests: Cursor move API changed to retu
  482d21b... EBookClientCursor tests: Cursor move API changed to return 
  53fe642... e-book-contacts-types.h: New flags type for new cursor step
  0aad958... EBookClientCursor: New cursor step() API
  c95bd84... EBookBackendSqliteDB: New cursor step() API
  3312cb1... EDataBookCursor: New cursor step() API
  f78c4dc... EDataBookCursorSqlite: New cursor step() API
  9642f8c... e-client.h: New client error for list bounderies (part of c
  0116634... AddressBookCursor D-Bus API: new cursor step() API
  349933c... Cursor Example: updated to use new cursor step() API
  33bb2a9... Low level cursor tests: updated to use new cursor step() AP
  7f290e3... EBookClientCursor highlevel API tests: updated to use new c
  b1e4e0e... EDataBookCursor: Fix to properly calculate the position aft
  6f01cf8... EBookBackendSqliteDB: Fixed e_book_backend_sqlitedb_cursor_
  97fefff... highlevel cursor tests: Fixed to expect total + 1 when over


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]