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



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

Summary of new commits:

  86efc53... test-server-utils: Add e_test_server_utils_run_full()
  781641d... EBookBackendSqliteDB: Adding cursor APIs
  c481132... Added libedata-book test directory and added first test.
  4cb2a78... Added test case test-sqlite-create-cursor
  3493476... Added test case test-sqlite-cursor-move-by
  8714c87... Added test case test-sqlite-cursor-set-target.c
  da3a783... Added test case test-sqlite-cursor-calculate.c
  45226ba... Added test case test-sqlite-cursor-set-sexp.c
  e7e6ae9... Added tests to ensure that localized data is properly migra
  b08590d... Added detection of ICU libs to configure.ac
  27e3e78... Added utility ECollator to libedataserver.
  9a54e35... ECollator: Remove the "collation_type" option.
  4034f13... ESourceBackendSummarySetup: Added apis to set collation rul
  9ad25a0... Revert "ESourceBackendSummarySetup: Added apis to set colla
  13c6178... EBookBackendSqliteDB: Use ECollator
  a2163d5... EBookBackendSqliteDB: Pull out the code which keeps separat
  4e401ce... Fixed test-sqlite-cursor-move-by for new ICU localization
  1676aad... Ported test-sqlite-cursor-set-target.c to work with new ICU
  89a3e90... Ported test-sqlite-cursor-calculate test to use the new ICU
  1a2f6c6... Ported test-sqlite-cursor-set-sexp to use the new ICU sorte
  aeb2f4a... Ported data migration tests to use the new ICU sorted data.
  d801b81... Migrated sqlite cursor test cases to not specify any specif
  63bebb8... Added org.freedesktop.locale1 interface to private/ to gene
  47a6282... org.gnome.evolution.AddressBook.xml: Added Locale property.
  7ef3faa... EBookBackend added new ->set_locale() API and ->get_locale(
  17df57c... EDataBook: Watch the system bus for locale notifications
  93ad370... EBookBackendSqliteDB: Added e_book_backend_sqlitedb_get/set
  c83fe74... EBookBackendFile: Implement EBookBackend->set_locale() & ->
  96e091a... EBookClient: Added "locale" property.
  2fad939... tests/libedata-book: Added a testing API to set the locale 
  26c70e4... libedata-book tests: Changed all cursor tests to use new te
  2a49344... Added test-sqlite-cursor-change-locale.c
  a6a6909... Adding D-Bus localed xml description to EXTRA_DIST to pass 
  8995b42... Fix e-source-enumtypes.h generation.
  59ac4df... Added EAlphabetIndex
  958f22b... ECollator: Use the private EAlphabetIndex
  fcaa5fe... Added ECollator to the libedataserver gtk-doc build.
  c2bfd1f... Added e-collator-test.c
  84a0458... Fixed existing cursor tests for POSIX locale to work with A
  7cac6ad... Added ETransliteratorPrivate C++ Glue
  d69455c... ECollator: Use transliterator for Chinese locales.
  41b855c... e-collator-test: Add special case tests for Chinese sorting
  c93aceb... EBookBackendSqliteDB: Added new API to set cursor target.
  78ed2a7... Fixed test cases to use the new API for setting alphabetic 
  485dd00... EBookBackendSqliteDB: Add new APIs to the gtk-doc build (ma
  8546512... EBookBackendSqliteDB: Cursor API change.
  f35be67... EBookBackendSqliteDB Cursor tests updated.
  8f825d5... Updated gtk-doc build for new API changes in EBookBackendSq
  8453225... Added tests to ensure descending order works properly with 
  6fe3acf... EBookBackendSqliteDB: Changed cursor move_by() API
  9179353... EBookBackendSqliteDB: Fixed a nasty bug causing descending 
  1c57df0... Fixed cursor tests to use the new _move_by() API.
  4f1e36c... EBookBackendSqliteDB: Fix order by statement for cursor mov
  8d1c0e7... EDataBook: Create proxy to org.freedesktop.locale1 with a s
  2b1fb56... EBookBackendSqliteDB: Added e_book_backend_sqlitedb_cursor_
  c975451... EBookBackendSqliteDB: Reset internal locale when get_locale
  f96a506... EBookBackendSqliteDB: gtk-doc fixup for e_book_backend_sqli
  dfe0285... EBookBackendSqliteDB: Cursor API enhancements.
  1c8c3aa... e-book-contacts-types.h: gtk-doc fixup for EBookSortType
  c732f6d... Added EBookCursorOrigin enumeration used in EDataBookCursor
  a5f2b63... gtk-doc: libebook-contacts-sections.txt - added new enumera
  1d17966... Adding D-Bus API to create cursors.
  3020fc5... Adding D-Bus interface to interact with cursors
  88b53de... Added EDataBookCursor
  56431c1... Added EDataBookCursorSqlite
  5e191a7... EDataBook: Makefile.am & libedata-book.h
  94b2e3b... EBookBackend: Added new methods for creating and deleting c
  2afca9c... EDataBook: Handle D-Bus calls for creating cursors and expo
  622ed2c... EBookBackendFile: Implement cursors.
  7b938fd... Added EBookClientCursor
  1966302... EBookClient: Implemented e_book_client_get_cursor() Sync an
  ac659c0... Added first EBookClientCursor test: test-client-cursor-crea
  0937054... Specified UID in test vcards.
  2c61901... Adding test-client-cursor-operations.c test.
  3dc31d7... Bump required GTK+ version to 3.10
  10772e2... Adding cursor example program
  248cc7a... Added EBookClientCursor to the api docs
  bc59067... Added EDataBookCursor and EDataBookCursorSqlite to the docs
  511204d... EBookBackendSqliteDB: Various bug fixes related to upgrades
  372cebd... Fixed build with regards to GTK+ dependency.
  1dbd5cb... Tests: Added 3 new contacts and a few more query tests.
  0351935... Changes for Review: Changed a couple of the cursor related 
  4d1af62... Changes for Review: Various changes
  80b6624... Changes for Review: Various changes
  72a0c25... Changes for Review: EBookSortType renamed to EBookCursorSor
  579538b... Changes for Review: Various changes
  6b69a4e... Changes for Review: ECollator to use atomic integer operati
  d4cd699... Changes for Review: Various API adaptations and bug fix
  ecda9e5... Changes for Review: EBookClient API adaptations.
  6dfd5d8... Changes for Review: EBookClientCursor changes.
  f81e3c1... Changes for Review: EBookBackendFile, various changes.
  2b23dc3... Changes for Review: Test cases and example updated for new 
  c21feb7... Added EDataBookCursor & EDataBookCursorSqlite to POTFILES.i
  e884909... Changes for Review: EBookClientCursor fixed spelling mistak
  1beaa01... Changes for Review: EBookBackend fixed spelling mistakes
  3166dc8... Changes for Review: EBookBackendSqliteDB fixed spelling mis
  50f7644... Changes for Review: EDataBook fixed spelling mistakes
  f506fa4... Changes for Review: EDataBookCursor fixed spelling mistakes
  bfd94d6... Changes for Review: EDataBookCursorSqlite fixed spelling mi
  9291a58... Changes for Review: CursorExample fixed spelling mistakes
  312dfd7... Changes for Review: improved source code comment in EBookBa
  a4c8d7d... CursorExample: Changed include guard style from __FOO_H__ t
  28ff205... EBookBackendSqliteDB: Adding comments around loops
  f09a338... ECollator: Mark new apis since 3.12 instead of 3.10
  0cf9615... EBookCursorSortType/EBookCursorOrigin: Mark new apis since 
  99cac91... EBookClient: Mark new apis since 3.12 instead of 3.10
  de2fb61... EBookClientCursor: Mark new apis since 3.12 instead of 3.10
  3549d1b... EBookBackendSqliteDB: Mark new apis since 3.12 instead of 3
  af8bb5b... EBookBackend: Mark new apis since 3.12 instead of 3.10
  3c187b5... EDataBookCursor: Mark new apis since 3.12 instead of 3.10
  8b20052... EDataBookCursorSqlite: Mark new apis since 3.12 instead of 
  457b80d... ETransliterator: Fixing Since note to indicate 3.12 instead
  aa3cd55... Fixing test-client-custom-summary for merge state.
  e6e88f8... EBookClientCursor: Cursor move API changed to return number
  5c22d2b... EBookBackendSqliteDB: Cursor move API changed to return num
  08cb874... EDataBookCursor: Cursor move API changed to return number o
  e898b26... EDataBookCursorSqlite: Cursor move API changed to return nu
  da9530e... AddressBookCursor D-Bus API: Cursor move API changed to ret
  83c12c5... Cursor Example: Cursor move API changed to return number of
  172b72d... Low Level Cursor API tests: Cursor move API changed to retu
  1dc66e7... EBookClientCursor tests: Cursor move API changed to return 
  df041ed... e-book-contacts-types.h: New flags type for new cursor step
  8cdd01f... EBookClientCursor: New cursor step() API
  0649868... EBookBackendSqliteDB: New cursor step() API
  acc93bf... EDataBookCursor: New cursor step() API
  f777626... EDataBookCursorSqlite: New cursor step() API
  0e5627c... e-client.h: New client error for list bounderies (part of c
  235aa26... AddressBookCursor D-Bus API: new cursor step() API
  8a4364f... Cursor Example: updated to use new cursor step() API
  0e3d458... Low level cursor tests: updated to use new cursor step() AP
  fac20ba... EBookClientCursor highlevel API tests: updated to use new c
  d805c8c... EDataBookCursor: Fix to properly calculate the position aft
  52e93a6... EBookBackendSqliteDB: Fixed e_book_backend_sqlitedb_cursor_
  30193f0... highlevel cursor tests: Fixed to expect total + 1 when over
  7676b86... test-client-cursor-operations.c: Added tests to assert end 
  c46b0b2... EBookClientCursor documentation improvements.
  0fd7e33... Adjusted libebook documentation build.
  2ab53f5... EBookClientCursor docs fixup
  c49f80a... EBookBackendSqliteDB: Spelling mistake fix in gtk-doc
  6bc3b32... EBookClientCursor: docs fixups
  74aa466... EDataBookCursor docs fixup
  39018f7... Fixed color in cursor-positions-step.png
  b3d0fd5... Fixed cursor-positions-step.png to indicate E_CLIENT_ERROR_
  0be794d... EBookClientCursor: s/E_CLIENT_ERROR_END_OF_LIST/E_CLIENT_ER
  6aa0e23... EDataBookCursorSqlite: s/E_CLIENT_ERROR_END_OF_LIST/E_CLIEN
  f71bc86... EDataBookCursor: s/E_CLIENT_ERROR_END_OF_LIST/E_CLIENT_ERRO
  69dd4ba... Cursor Example: s/E_CLIENT_ERROR_END_OF_LIST/E_CLIENT_ERROR
  12fbf59... Cursor tests: s/E_CLIENT_ERROR_END_OF_LIST/E_CLIENT_ERROR_Q
  f371884... Removed E_CLIENT_ERROR_END_OF_LIST
  55476ad... Diagram fixup


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