| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Change-Id: I18816772a2ce5a925cd35e73c7140dc1482d9bb5
Reviewed-by: Pekka Vuorela <[email protected]>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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]>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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]>
|
|
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]>
|