summaryrefslogtreecommitdiffstats
path: root/src/plugins/plugins.pro
Commit message (Collapse)AuthorAgeFilesLines
* Add a credential plugin based on SSODamien Caliste2025-01-151-0/+3
| | | | | Change-Id: I18816772a2ce5a925cd35e73c7140dc1482d9bb5 Reviewed-by: Pekka Vuorela <[email protected]>
* Remove qmfsettings pluginPekka Vuorela2024-05-211-1/+0
| | | | | | | | | | | | | This seems quite useless. With QMF_NO_WIDGETS it builds a plugin which more or less has a class that returns a displayname string for itself. With widgets it also creates a configuration widget which doesn't have anything to adjust (storagelocations.cpp having only hard-coded empty location). Change-Id: I0cbbf07010a8e926101bcae9b24618b1980b0d27 Reviewed-by: Damien Caliste <[email protected]> Reviewed-by: Matthew Vogt <[email protected]>
* Add an interface for cryptographic operationsDamien Caliste2018-10-241-0/+5
| | | | | | | | | | | | | | Create a new interface for cryptographic operations like digital signatures. Also implement two plug-ins based on GPGme implementing the OpenPGP and S/MIME protocols. To allow digital signature checking to work, pristine data as received from the server need to be stored. This patch is adding such "undecodedData()" information to the content manager. The IMAP implementation has been updated also to ensure that pristine data can be retrieved and saved. Change-Id: Ic801b0de84b42c16f6c64fffdd67dc51c2b8b9b9 Reviewed-by: Christopher Adams <[email protected]>
* Rework the build system to better use parallel builds.4.0.3Robin Burchell2013-08-071-0/+8
Instead of having one gigantic master .pro, split things out into multiple SUBDIRS templates. This allows for slightly better grained build dependencies without losing the sanity of a clearly understandable build system. Change-Id: Ib09cd6170bcf8be55a1b351731f9a6451bb82d27 Reviewed-by: Oswald Buddenhagen <[email protected]> Reviewed-by: Matthew Vogt <[email protected]>