summaryrefslogtreecommitdiffstats
path: root/views/composer/qml/View.qml
Commit message (Collapse)AuthorAge
* adujst draftlist delegate accordinglyMichael Bohlender2018-07-05
|
* move draft scrollbar to the rightMichael Bohlender2018-07-05
|
* Force keyboard focusChristian Mollekopf2018-07-05
| | | | otherwise the element won't highlight as it should.
* The TextEditor should be reachable with tabChristian Mollekopf2018-07-05
|
* Avoid binding loop on initialTextChristian Mollekopf2018-07-05
| | | | which broke html -> plain conversion
* Made the Drafts title boldChristian Mollekopf2018-07-04
|
* Test html loading in composerChristian Mollekopf2018-07-01
| | | | Currently fails due to broken test setup
* Enable HTML mode when loading an html message.Christian Mollekopf2018-07-01
|
* Introduced an aborted hook to safe the draft before going down.Christian Mollekopf2018-04-19
|
* Got rid of controls1 where possible, and otherwise marked it learlyChristian Mollekopf2018-04-04
|
* Avoid circular bindings and set a default valueChristian Mollekopf2018-03-25
|
* Fixed loadMessage in the composer.Christian Mollekopf2018-03-23
|
* 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.
* 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
* 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.