summaryrefslogtreecommitdiffstats
path: root/views/composer
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.
* Fixed composer testChristian Mollekopf2018-02-26
|
* 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
* Test a long line in the editor as well.Christian Mollekopf2018-02-05
|
* Test overly long contentChristian Mollekopf2018-02-05
|
* 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
|
* CleanupChristian Mollekopf2018-01-23
|
* Composer main.qmlChristian Mollekopf2018-01-11
|
* Test some basic properties of outgoing mailsChristian Mollekopf2018-01-11
|
* Install composer/converations/people as separate views and load themChristian Mollekopf2018-01-10
dynamically.