summaryrefslogtreecommitdiffstats
path: root/framework/qml/Messages.qml
Commit message (Collapse)AuthorAge
* Deal with asynchronous component creation.Christian Mollekopf2018-05-14
| | | | | On windows event local components are apparently instantiated asynchronously.
* Added scrolling shortcutsChristian Mollekopf2018-04-09
|
* Conversation view keyboard navigationChristian Mollekopf2018-04-06
|
* Keyboard navigation in conversation view.Christian Mollekopf2018-04-04
| | | | | | | | One problem with the current setting is that j/k is used for scrolling in the conversation view, but for moving to the next mail in the maillist view. To normalize this we could be using j/k for moving to the next conversation instead, and n/p to go to the next/previous mail, which is also what gmail does.
* Search in conversationviewChristian Mollekopf2018-02-23
| | | | ...via syntax highligher or search api.
* 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
* Close the popup after pressing send and make sure the relevant messageChristian Mollekopf2018-01-25
| | | | is available
* Handle host not foundChristian Mollekopf2017-10-27
|
* Support reentering the password from the settingsChristian Mollekopf2017-10-08
| | | | | Additionally this fixes the loader sizing to use the implicit size. This means all settings pages need to set an implicit height.
* keyringChristian Mollekopf2017-09-22
|
* Centralized synchronization callsChristian Mollekopf2017-09-11
|
* Get the folder name in the status barChristian Mollekopf2017-05-20
|
* A new composer based on Kube.ViewChristian Mollekopf2017-05-11
| | | | | Kube.View is a sort of split-view that always only shows a fixed number of splits (and doesn't support manual resizing).
* Properly hook up the sink fabricChristian Mollekopf2017-05-04
|
* prepared composer in stacklayout, brought back statusbarChristian Mollekopf2017-05-02
|
* Another bunch of controllers goneChristian Mollekopf2017-04-24
|
* Ported more actions to the fabricChristian Mollekopf2017-04-24
|
* Use the fabric to wire up searchChristian Mollekopf2017-04-24
|
* Added the Fabric as an in application message busChristian Mollekopf2017-04-24