Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fixed the foundAllKeys feature in the composer | Christian Mollekopf | 2018-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 Mollekopf | 2018-01-25 |
| | |||
* | Found the proper solution | Christian Mollekopf | 2017-12-06 |
| | |||
* | Fixed controller clear function | Christian Mollekopf | 2017-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 properties | Christian Mollekopf | 2017-12-04 |
| | |||
* | Moved cpp code into src directory | Christian Mollekopf | 2017-04-05 |