summaryrefslogtreecommitdiffstats
path: root/framework/src/domain/controller.cpp
Commit message (Collapse)AuthorAge
* Fixed the foundAllKeys feature in the composerChristian Mollekopf2018-03-01
| | | | | | | setProperty doesn't work anymore for some reason, so we use a regular Q_PROPERTY. We have to explicitly reference the composerController variable, otherwise cc/bcc refernces don't work.
* Require a recipient for a mail.Christian Mollekopf2018-01-25
|
* Found the proper solutionChristian Mollekopf2017-12-06
|
* Fixed controller clear functionChristian Mollekopf2017-12-06
| | | | | | | | Adding a property from QML changes the offset from 1 to 20 for the composercontroller, which results in the clear function not working. Since we know that QObjects property offset is 1, we can just hardcode that number. Not the cleanest solution, so it would be good to find a better approach at some point.
* Subcontrollers for list propertiesChristian Mollekopf2017-12-04
|
* Moved cpp code into src directoryChristian Mollekopf2017-04-05