summaryrefslogtreecommitdiffstats
path: root/framework/domain/composercontroller.h
Commit message (Collapse)AuthorAge
* Make clear on the controller workChristian Mollekopf2017-01-24
|
* Less boilerplateChristian Mollekopf2017-01-02
|
* Outboxcontroller and MailcontrollerChristian Mollekopf2017-01-02
|
* Instead of using the action system we use controllers only.Christian Mollekopf2017-01-02
| | | | | It's simpler, and the action system was just too complex to use in a typesafe way.
* Encapsulate completer and selector.Christian Mollekopf2016-12-30
|
* A typesafe action contextChristian Mollekopf2016-12-29
|
* Close the composer when doneChristian Mollekopf2016-12-16
|
* Revamp of composercontroller to use actions more.Christian Mollekopf2016-12-16
| | | | | | | | | | | | | Instead of setting all properties individually we directly assign all properties to a context that we assign to the actions. This way actions can automatically update themselves as new data becomes available, and we avoid the setter/getter boilerplate, at the cost of a less explicit interface (But that could be improved by allowing to define the required properties of a context in c++). By relying on prehandler/posthandler to execute certain actions we simplify the control flow and enable the future extension with handlers that i.e. do encryption etc.
* AutocompleteLineEditChristian Mollekopf2016-11-17
|
* Let the controller retrieve what it requires, remember the id of theChristian Mollekopf2016-05-11
| | | | draft to modfiy.
* Support for loading draftsChristian Mollekopf2016-05-10
|
* Use the MailtransportResource for mailtransport.Christian Mollekopf2016-04-10
|
* enable ugly add_attachments in composerMichael Bohlender2016-03-10
|
* rename composer -> composercontrollerMichael Bohlender2016-03-09