Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Deal with asynchronous component creation. | Christian Mollekopf | 2018-05-14 |
| | | | | | On windows event local components are apparently instantiated asynchronously. | ||
* | Added scrolling shortcuts | Christian Mollekopf | 2018-04-09 |
| | |||
* | Conversation view keyboard navigation | Christian Mollekopf | 2018-04-06 |
| | |||
* | Keyboard navigation in conversation view. | Christian Mollekopf | 2018-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 conversationview | Christian Mollekopf | 2018-02-23 |
| | | | | ...via syntax highligher or search api. | ||
* | 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 | ||
* | Close the popup after pressing send and make sure the relevant message | Christian Mollekopf | 2018-01-25 |
| | | | | is available | ||
* | Handle host not found | Christian Mollekopf | 2017-10-27 |
| | |||
* | Support reentering the password from the settings | Christian Mollekopf | 2017-10-08 |
| | | | | | Additionally this fixes the loader sizing to use the implicit size. This means all settings pages need to set an implicit height. | ||
* | keyring | Christian Mollekopf | 2017-09-22 |
| | |||
* | Centralized synchronization calls | Christian Mollekopf | 2017-09-11 |
| | |||
* | Get the folder name in the status bar | Christian Mollekopf | 2017-05-20 |
| | |||
* | A new composer based on Kube.View | Christian Mollekopf | 2017-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 fabric | Christian Mollekopf | 2017-05-04 |
| | |||
* | prepared composer in stacklayout, brought back statusbar | Christian Mollekopf | 2017-05-02 |
| | |||
* | Another bunch of controllers gone | Christian Mollekopf | 2017-04-24 |
| | |||
* | Ported more actions to the fabric | Christian Mollekopf | 2017-04-24 |
| | |||
* | Use the fabric to wire up search | Christian Mollekopf | 2017-04-24 |
| | |||
* | Added the Fabric as an in application message bus | Christian Mollekopf | 2017-04-24 |