Add AkonadiAddressbook plugin
commitc3a317ac1e085535034ef862d9e9dbf4551cfb99
authorRoland Pallai <dap78@magex.hu>
Sun, 29 Oct 2017 17:14:38 +0000 (29 18:14 +0100)
committerRoland Pallai <dap78@magex.hu>
Mon, 20 Nov 2017 21:48:45 +0000 (20 22:48 +0100)
tree3607b33979bcf706cb0e92b61c9d9cef19651adf
parent6a8417809a6e267b81e3d43ba2273649424ca6f0
Add AkonadiAddressbook plugin

Akonadi is centralized database to store, index and retrieve the user's
contacts and more since KDE SC 4.4. This plugin adds support for
completion and pretty names.

Once upon a time there was an Akonadi plugin but has been removed due
to KDE4/Qt4 dependencies [1]. This plugin is pure KF5 port.

[1] See 5f3f05ef and 5eb88fad

CCBUG:358485
Change-Id: I5dcb128d8fa9012561096361fbdbe0ff19493e29
CMakeLists.txt
src/Plugins/AkonadiAddressbook/AkonadiAddressbook.cpp [new file with mode: 0644]
src/Plugins/AkonadiAddressbook/AkonadiAddressbook.h [new file with mode: 0644]
src/Plugins/AkonadiAddressbook/AkonadiAddressbookCompletionJob.cpp [new file with mode: 0644]
src/Plugins/AkonadiAddressbook/AkonadiAddressbookCompletionJob.h [new file with mode: 0644]
src/Plugins/AkonadiAddressbook/AkonadiAddressbookNamesJob.cpp [new file with mode: 0644]
src/Plugins/AkonadiAddressbook/AkonadiAddressbookNamesJob.h [new file with mode: 0644]