summaryrefslogtreecommitdiffstats
path: root/views/composer/qml
Commit message (Collapse)AuthorAge
* Introduced setup() signal for views.Christian Mollekopf2018-01-31
| | | | | | | onCompleted is apparently not guaranteed to be called after all properties have been set (reply broke). The onSetup handler is now the standard handler for views to setup their initial state.
* Ensure that we can load replies.Christian Mollekopf2018-01-31
| | | | The webengine based code we use to create replies needs a QApplication.
* Require a recipient for a mail.Christian Mollekopf2018-01-25
|
* Install composer/converations/people as separate views and load themChristian Mollekopf2018-01-10
dynamically.