summaryrefslogtreecommitdiffstats
path: root/framework/src/domain/composercontroller.h
Commit message (Collapse)AuthorAge
* T7024 fix: implement attachment-based forwardingRémi Nicole2018-02-21
| | | | | | | | | | | | | | | | Summary: Implement attachment-based forwarding. Some notes: - `loadAsDraft` was removed in favor of new enum `loadType` in QML, and callback based generic programming in C++ Reviewers: cmollekopf Tags: #kube Maniphest Tasks: T7024 Differential Revision: https://phabricator.kde.org/D10676
* Remove drafts after sending the messageChristian Mollekopf2018-01-08
|
* Always guard async callbacksChristian Mollekopf2017-12-08
|
* Subcontrollers for list propertiesChristian Mollekopf2017-12-04
|
* Disable encryption buttons if keys are missingChristian Mollekopf2017-11-27
|
* Only look for keys when crypto is enabledChristian Mollekopf2017-11-25
|
* Find signing keysChristian Mollekopf2017-11-22
|
* Prepping encryptionChristian Mollekopf2017-11-22
|
* Assembling html mailsChristian Mollekopf2017-10-08
|
* Attachment removalChristian Mollekopf2017-06-14
| | | | | We'd rather do something via the model index instead of requering an additional role, but this works for the time being.
* Attachment support in the composerChristian Mollekopf2017-06-14
|
* Working but ugly editor for recipients in composerChristian Mollekopf2017-06-12
| | | | | | | | | What remains to be done is: * proper delegates * removal of recipeients * at some point d&d of recipients * Perhaps something that encapsulates the whole list and the model in a nicer way
* Moved cpp code into src directoryChristian Mollekopf2017-04-05