https://bugs.kde.org/show_bug.cgi?id=358485
--- Comment #5 from Roland Pallai <da...@magex.hu> --- Git commit c3a317ac1e085535034ef862d9e9dbf4551cfb99 by Roland Pallai. Committed on 20/11/2017 at 21:48. Pushed by gerrit into branch 'master'. 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 Change-Id: I5dcb128d8fa9012561096361fbdbe0ff19493e29 M +22 -0 CMakeLists.txt A +73 -0 src/Plugins/AkonadiAddressbook/AkonadiAddressbook.cpp [License: GPL (v2/3)] A +67 -0 src/Plugins/AkonadiAddressbook/AkonadiAddressbook.h [License: GPL (v2/3)] A +87 -0 src/Plugins/AkonadiAddressbook/AkonadiAddressbookCompletionJob.cpp [License: GPL (v2/3)] A +51 -0 src/Plugins/AkonadiAddressbook/AkonadiAddressbookCompletionJob.h [License: GPL (v2/3)] A +69 -0 src/Plugins/AkonadiAddressbook/AkonadiAddressbookNamesJob.cpp [License: GPL (v2/3)] A +49 -0 src/Plugins/AkonadiAddressbook/AkonadiAddressbookNamesJob.h [License: GPL (v2/3)] https://commits.kde.org/trojita/c3a317ac1e085535034ef862d9e9dbf4551cfb99 -- You are receiving this mail because: You are watching all bug changes.