[evolution-data-server] (118 commits) Created branch openismus-work-3-8



The branch 'openismus-work-3-8' was created.

Summary of new commits:

  8dadeac... test-server-utils: Add e_test_server_utils_run_full()
  2052392... EBookBackendSqliteDB: Adding cursor APIs
  17ba18a... Added libedata-book test directory and added first test.
  d3ce60f... Added test case test-sqlite-create-cursor
  b9d59e7... Added test case test-sqlite-cursor-move-by
  c5e9f85... Added test case test-sqlite-cursor-set-target.c
  7ab9540... Added test case test-sqlite-cursor-calculate.c
  b9f8937... Added test case test-sqlite-cursor-set-sexp.c
  6e04d31... Added tests to ensure that localized data is properly migra
  4871bcd... EBookQuery: Added regex query API.
  4d14856... EBookBackendSexp: Support regex query types.
  1390778... EBookBackendSqliteDB: Support regex queries
  78a8797... test-server-utils: Allow reuse of existing addressbook.
  21c9c0d... test-client-custom-summary.c: Optimize test.
  d4ae702... test-client-custom-summary.c: Added tests for regex queries
  76f6c4a... Added e_book_client_connect_direct() and e_book_client_conn
  bf3deb2... test-utils: Added argumement to the fixture closure data to
  0e31506... EBookClient tests: Use async apis to open the client for ev
  5255d93... ECalClient tests: Use async apis to open the client for eve
  4edbd31... Added detection of ICU libs to configure.ac
  6b8e248... Added utility ECollator to libedataserver.
  8f084d4... ECollator: Remove the "collation_type" option.
  d597652... ESourceBackendSummarySetup: Added apis to set collation rul
  aae0b18... Revert "ESourceBackendSummarySetup: Added apis to set colla
  ad00da3... EBookBackendSqliteDB: Use ECollator
  3e55171... EBookBackendSqliteDB: Pull out the code which keeps separat
  aa33026... Fixed test-sqlite-cursor-move-by for new ICU localization
  552e616... Ported test-sqlite-cursor-set-target.c to work with new ICU
  006b1ad... Ported test-sqlite-cursor-calculate test to use the new ICU
  4a1b02f... Ported test-sqlite-cursor-set-sexp to use the new ICU sorte
  b15225b... Ported data migration tests to use the new ICU sorted data.
  a796c67... Migrated sqlite cursor test cases to not specify any specif
  5706361... Added org.freedesktop.locale1 interface to private/ to gene
  f48972a... org.gnome.evolution.AddressBook.xml: Added Locale property.
  f44aa89... EBookBackend added new ->set_locale() API and ->get_locale(
  2d287ca... EDataBook: Watch the system bus for locale notifications
  87a2a86... EBookBackendSqliteDB: Added e_book_backend_sqlitedb_get/set
  87efc5c... EBookBackendFile: Implement EBookBackend->set_locale() & ->
  744a4d6... EBookClient: Added "locale" property.
  bd69101... tests/libedata-book: Added a testing API to set the locale 
  c980420... libedata-book tests: Changed all cursor tests to use new te
  1500fd1... Added test-sqlite-cursor-change-locale.c
  137a9c0... Customize the default system addressbook
  6962bb7... Adding D-Bus localed xml description to EXTRA_DIST to pass 
  b68fc37... Fix e-source-enumtypes.h generation.
  5f4dba9... Bug 701838 - Work around a semantic API break in GObject
  e20c3e0... Added EAlphabetIndex
  03daa9e... ECollator: Use the private EAlphabetIndex
  58d059e... Added ECollator to the libedataserver gtk-doc build.
  82a8636... Added e-collator-test.c
  1a9fa96... Fixed existing cursor tests for POSIX locale to work with A
  fe9f9ec... Added ETransliteratorPrivate C++ Glue
  816a4fa... ECollator: Use transliterator for Chinese locales.
  c7ec604... e-collator-test: Add special case tests for Chinese sorting
  c9e71c2... EBookBackendSqliteDB: Added new API to set cursor target.
  6673cf5... Fixed test cases to use the new API for setting alphabetic 
  1c66f41... EBookBackendSqliteDB: Add new APIs to the gtk-doc build (ma
  2aeb45c... EBookBackendSqliteDB: Cursor API change.
  b6b1a75... EBookBackendSqliteDB Cursor tests updated.
  6c18e2e... Updated gtk-doc build for new API changes in EBookBackendSq
  7d2b734... Added tests to ensure descending order works properly with 
  b6e51ca... EBookBackendSqliteDB: Changed cursor move_by() API
  b56f3b0... EBookBackendSqliteDB: Fixed a nasty bug causing descending 
  bc7251b... Fixed cursor tests to use the new _move_by() API.
  3952d75... Adding email field to default addressbook configuration.
  2c943a1... Bumping our branch version to 3.9.90
  0c938db... Fixed C++ compiler flags to work with various GCC versions
  2cf8a86... EBookBackendSqliteDB: Fix order by statement for cursor mov
  d4f0de3... EDataBook: Create proxy to org.freedesktop.locale1 with a s
  c87700c... EBookBackendSqliteDB: Added e_book_backend_sqlitedb_cursor_
  e58791b... EBookBackendSqliteDB: Reset internal locale when get_locale
  6dce695... EBookBackendSqliteDB: gtk-doc fixup for e_book_backend_sqli
  833d36f... EBookBackendSqliteDB: Cursor API enhancements.
  f525d6d... e-book-contacts-types.h: gtk-doc fixup for EBookSortType
  f68e35e... Added EBookCursorOrigin enumeration used in EDataBookCursor
  d655fcd... gtk-doc: libebook-contacts-sections.txt - added new enumera
  30ed6d3... Adding D-Bus API to create cursors.
  8a015d2... Adding D-Bus interface to interact with cursors
  999c371... Added EDataBookCursor
  2e2fe0a... Added EDataBookCursorSqlite
  812663c... EDataBook: Makefile.am & libedata-book.h
  0a95d4e... EBookBackend: Added new methods for creating and deleting c
  1e73abb... EDataBook: Handle D-Bus calls for creating cursors and expo
  10c380f... EBookBackendFile: Implement cursors.
  088cc6a... Backported e_weak_ref_new()/e_weak_ref_free()
  e1a0219... Added EBookClientCursor
  54d4c2e... EBookClient: Implemented e_book_client_get_cursor() Sync an
  f100398... Added first EBookClientCursor test: test-client-cursor-crea
  3f5c8cc... Specified UID in test vcards.
  e087fc5... Adding test-client-cursor-operations.c test.
  8e40a96... Adding cursor example program
  4c39917... Bump required GTK+ version to 3.10
  e9b998f... Added EBookClientCursor to the api docs
  fefbe78... Added EDataBookCursor and EDataBookCursorSqlite to the docs
  5df54ee... EBookBackendFile implementing cursors fixup
  6006af2... drop GtkStock
  03025a7... Bumping EDS version on this branch to 3.11.90
  0471dca... Added ETransliterator wrapper object.
  c99eba0... EBookQuery: Added transliteration queries.
  569d94c... EBookBackendSexp: Support new transliterated query types.
  ffd94c6... EBookBackendSqliteDB: Handle new transliterated queries.
  ebe6d9a... test-client-custom-summary.c: Added tests for transliterati
  ae0228e... EBookBackendSqliteDB: Support transliterated queries.
  9c28873... Bumping version to 3.11.91 for code drop.
  7f82cb9... EBookBackendSqliteDB: Support transliterated queries for mu
  7cf2b27... CursorExample: Added a transliterated search option to the 
  cfbd374... Added missing copyright attributions.
  d3287fb... EBookClientCursor: Enhancing API documentation.
  c7be1c8... test-client-custom-summary.c: Added test for transliterated
  2710b73... CursorExample: Touching up comments in example program.
  f0a2d1b... test-client-cursor-operations.c: Added tests for using tran
  7e0e2a7... libebook: General documentation improvements
  e4213e5... configure: revert glib dependency to 2.34
  c4288a1... EBookBackendSqliteDB: Fixed upgrade_contacts() for cases wi
  5bc9eb0... EBookBackendSqliteDB: Various bug fixes related to upgrades
  f31966f... Fixed build with regards to GTK+ dependency.
  4de40cd... Bug 709198 - Add regression test for contacts database migr
  99551e6... Fixed contacts DB migration test when handling a system wit


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