Revision 534af32...

Go back to digest for 28th July 2013

Features in KDE-PIM

Christian Mollekopf committed changes in [akonadi] /:

Support for Gid (globally unique identifier).

This patch adds a new column for the gid of an item to the pimitemtable.
Support for:
* append commands
* store command
* fetch command

We ignore the collection/resource context for now.
Otherwise fetch jobs may silently fail due to a selected collection
(apparently the selection is not reset by a new fetchjob).

Increased the protocol version to 34.

File Changes

Modified 18 files
  •   libs/protocol_p.h
  •   server/src/akonadiconnection.cpp
  •   server/src/handler/akappend.cpp
  •   server/src/handler/append.cpp
  •   server/src/handler/copy.cpp
  •   server/src/handler/fetch.cpp
  •   server/src/handler/fetchhelper.cpp
  •   server/src/handler/fetchhelper.h
  •   server/src/handler/scope.cpp
  •   server/src/handler/scope.h
  •   server/src/handler/store.cpp
  •   server/src/handler/store.h
  •   server/src/storage/akonadidb.xml
  •   server/src/storage/datastore.cpp
  •   server/src/storage/datastore.h
  •   server/src/storage/itemqueryhelper.cpp
  •   server/src/storage/itemqueryhelper.h
  •   server/tests/unittest/scopetest.cpp
18 files changed in total