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



The branch 'openismus-work' was created.

Summary of new commits:

  5486846... EBookBackendSqliteDB: Fixed sexp interpretation for 'id' fi
  b5233b8... EBookBackendSqliteDB: Added e_book_backend_sqlitedb_get/set
  cb50d7d... Local file backend modified to use sqlite db exclusively
  516d8a4... Added e_enum_from_string() and e_enum_to_string() utilities
  51c02ca... EContact: Added boxed type E_CONTACT_TYPE_ATTR_LIST and e_c
  4bc4caa... Added ESourceAddressBookConfig extension
  8210b73... EBookBackendSqliteDB: Added e_book_backend_sqlitedb_new_ful
  243cb6e... EBookBackendFile: Use the new ESourceAddressBookConfig to c
  13a2f44... Added test case to create a book with custom summary fields
  81796e4... Fixing e_book_backend_sexp_match_contact() for emails and p
  7003b2c... Adding test case proving there is a write-write race condit
  19aa56d... Refined test case to avoid conflicting EContactFields
  b50f3b2... Avoid race conditions when concurrently writing contacts in
  4f2215d... ESourceAddressBookConfig: Added revision-guards option
  6f86e70... EBookBackendFile: Conditionally check revisions on modified
  16aa570... EBookBackendSqliteDB: Enable WAL journal mode
  e80008e... EDataBook: Added direct access APIs
  0eb3aa0... EBookClient: Added e_book_client_new_direct()
  49e08f0... First mega-patch in libebook --> libebook-contacts split/mi
  9a65084... Added missing files from last commit
  38bf8ad... Added missing makefile
  4a0eafe... Fixing header files for new library libebook-contacts
  e460be9... More fixing the build for new libebook/libebook-contacts sp
  e6c62f5... EDataBook: Added hash table to bookkeep the directly loaded
  a275c74... Added ESourceDirectAccess extension
  466d6d0... Bug 686421 - Restore libebook tests to minimum working cond
  bf928d7... client-test-utils.c: Modified to use the ESourceDirectAcces
  8af22de... Make libebook require libebook-contacts in the pkg-config f
  1ae19b2... Adding missing header file to install in new libebook-conta
  fbbdbf7... Fixed pkg-config files, libebook requires libebook-contacts
  8a4758d... EBookClient: Fixed EBookClient async open routine to chain 
  2c6cfc4... Reviving async client test
  516db92... Fixing build after mega-merge
  92793df... Currently make the tests use direct read access by default
  0bbb79d... EDataBookView: Adding direct access APIs and GSignals for n
  4fbcbb3... EDataBook: Added direct access apis for fetching an EDataBo
  474edd5... EBookClientView: Added constructor for direct access
  5cd6a52... EBookClient: If the client is a direct access client, then 
  aadbd04... Fixup e_enum_to_string()
  57993d9... Fixup e_contact_field_type()
  c588b82... Added e_util_utf8_normalize()
  476bc53... EBookBackendSqliteDB: Backporting fixes from openismus-work
  87ed378... EBookBackendSqliteDB: More fixups
  afcd20a... EBookBackendSexp: Fixed to use the new e_util_utf8_normaliz
  4f92766... EBookBackendSexp: Using a const pointer in compare_phone() 
  95cf44f... Split up ESourceAddressBookConfig and ESourceBackendSummary
  11e7742... e_book_backend_sqlitedb_new_full(): Simplified to take the 
  870345d... Adding missing header file
  a787584... EBookBackendFile: Updated to use the new constructor for e_
  41ab781... Updating test case for new name ESourceBackendSummarySetup
  40a5b13... Fixing gtk-doc comment for new ESourceBackendSummarySetup e
  39e1944... tests: Don't use g_ensure_type() yet
  d226804... Removing ESourceDirectAccess extension
  91eff09... Added EGdbusBookDirect
  33dadc9... Added EDataBookDirect
  a7d605e... EBookClient: Now fetch the direct backend details over D-Bu
  0d72bce... EBookBackendFile: Implement the new backend methods for dir
  e163e7b... client-test-utils: Use direct access mode, now without usin
  d52a7e0... EBookBackendSqliteDB: Avoid errors on conflicting summaries
  722869b... Fix regression on fields-of-interest as much as possible.
  00207af... Fixed bad merge of previous commit (fixing regression for U
  79faafe... Revert "EBookClientView: Added constructor for direct acces
  378b405... Revert addition of e_data_book_get_view() APIs
  61d0d97... Revert "EDataBookView: Adding direct access APIs and GSigna
  3598ccc... Revert "EBookClient: If the client is a direct access clien
  b09de28... Make test-client-custom-summary also use DRA mode
  552d13e... client-test-utils.c: Only use direct access if DEBUG_DIRECT
  9ce9052... Add support for direct access queries in book views
  645c73b... EBookBackendSqliteDB: Fix e_book_backend_sqlitedb_search_ui
  ee65019... Extending test-client-custom-summary to try e_book_client_g
  ba21103... Fixing e_book_backend_sqlitedb_search_uids()
  0a0e176... Adding test case for e_book_client_get_contacts_uids()
  7365dcd... Fix lock of loaded modules in EDataBook
  b577067... Adding test that fires up multiple EBookClientViews
  9f79f9c... test-client-custom-summary: Added a query on the EVC_N vcar
  7bf3b91... Adjusted vala build for library splitup of libebook & libeb
  ea80c37... Fixed GIR build and vala build for libebook
  34d6626... Remove libedataserverui and make google backend optional
  0cf2fbd... revision checking: off by default
  d28edff... Cleanup GTK+ dependency removal
  60df11b... Fixing make dist for libebook
  49435f8... Specify DIST_SUBDIRS in addressbook/backends/Makefile.am
  6abbf36... Add libebook-contacts to the gir-compiler includes
  2156080... tests: Port test-client-custom-summary.c to gtest
  c581590... tests: Use absolute paths for SRCDIR
  4441018... Updated revision guards API to return an E_CLIENT_ERROR
  fd7c3cd... Updated test-client-write-write.c to watch for the new E_CL
  8c89f9d... client-test-utils.c: Enable revision guards for test cases
  4b5d222... For openismus-work branch, make test-client-custom-summary 
  016ad78... Fixing GTK+ dependency removal patch
  32af29e... Prototype a D-Bus unit test harness.
  0df9014... tests: Add a few missing license headers
  c67b5a5... tests: Add configured datadir to the D-Bus dirs
  7dcc566... tests: Use private D-Bus session in EBookClient test
  69d0588... tests: Add shared new_custom_temp_client()
  b168c28... tests: Port libebook/test-query.c to GTest
  57759bd... tests: Verify more EBook queries
  162eaff... build: Move langinfo checks into autoconf macro
  9ef3e74... libedata-book: Use slice allocator for EbSdbSearchData
  b6a4db8... libedata-book: Simplify signature of sexp helpers
  fc79607... libebook-contacts: Reduce code-duplication in e_book_query_
  d7a63db... libebook-contacts: Document EBookQueryTest
  ec1c87b... libedataserver: Don't print warning if e_sexp_parse() fails
  7f5a56d... libedataserver: Add phone number utilities
  4371bc3... libebook-contacts: Add phone number specific queries
  d398306... sqlitedb: Permit indexing of phone numbers
  399e0a9... sqlitedb: Store E.164 param in vcards
  73e1361... tests: Verify upgrade to SQLite-only addressbook
  45377f3... sqlitedb: Avoid warnings on upgrade from BDB format
  aa4e8e6... tests: Actually commit the upgrade test
  ec20fbb... sqlitedb: Properly restore vCards from summary
  4c627d1... Added EDS_ADDRESS_BOOK_MODULES and EDS_CALENDAR_MODULES
  45352a2... ESourceRegistry: Do not mandate builtin sources.
  c376e8c... Refixing up Makefile to avoid removing the old framework (o
  0256495... Adding test-server-utils
  4bb5fa3... Ported all tests in tests/ebook/client to use new test fram
  50353f1... Make relocatable addressbooks work with direct access.
  befd8f0... Ported test-client-upgrade-addressbook to new test framewor
  f8e48ef... Ported EBook (deprecated) test cases to use the new test-se
  0e8fef4... Ported ECal tests to new test framework
  c2c77cd... Ported ECalClient tests to use ETestServerFixture framework
  abe6958... Again fixing makefile to keep the old dbus utils



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