Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | adujst draftlist delegate accordingly | Michael Bohlender | 2018-07-05 |
| | |||
* | move draft scrollbar to the right | Michael Bohlender | 2018-07-05 |
| | |||
* | Force keyboard focus | Christian Mollekopf | 2018-07-05 |
| | | | | otherwise the element won't highlight as it should. | ||
* | The TextEditor should be reachable with tab | Christian Mollekopf | 2018-07-05 |
| | |||
* | Avoid binding loop on initialText | Christian Mollekopf | 2018-07-05 |
| | | | | which broke html -> plain conversion | ||
* | Made the Drafts title bold | Christian Mollekopf | 2018-07-04 |
| | |||
* | Test html loading in composer | Christian Mollekopf | 2018-07-01 |
| | | | | Currently fails due to broken test setup | ||
* | Enable HTML mode when loading an html message. | Christian Mollekopf | 2018-07-01 |
| | |||
* | Introduced an aborted hook to safe the draft before going down. | Christian Mollekopf | 2018-04-19 |
| | |||
* | Got rid of controls1 where possible, and otherwise marked it learly | Christian Mollekopf | 2018-04-04 |
| | |||
* | Avoid circular bindings and set a default value | Christian Mollekopf | 2018-03-25 |
| | |||
* | Fixed loadMessage in the composer. | Christian Mollekopf | 2018-03-23 |
| | |||
* | 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. | ||
* | T7024 fix: implement attachment-based forwarding | Rémi Nicole | 2018-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 Mollekopf | 2018-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 Mollekopf | 2018-01-31 |
| | | | | The webengine based code we use to create replies needs a QApplication. | ||
* | Require a recipient for a mail. | Christian Mollekopf | 2018-01-25 |
| | |||
* | Install composer/converations/people as separate views and load them | Christian Mollekopf | 2018-01-10 |
dynamically. |