Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Deal with asynchronous component creation. | Christian Mollekopf | 2018-05-14 |
| | | | | | On windows event local components are apparently instantiated asynchronously. | ||
* | Fixed typo | Christian Mollekopf | 2018-05-09 |
| | |||
* | More debug information if we fail to load a component. | Christian Mollekopf | 2018-05-09 |
| | |||
* | Introduced an aborted hook to safe the draft before going down. | Christian Mollekopf | 2018-04-19 |
| | |||
* | Set the list of available account plugins from cmake | Christian Mollekopf | 2018-04-17 |
| | |||
* | Use the TextArea which properly clips the content if it is too wide | Christian Mollekopf | 2018-04-05 |
| | |||
* | Got rid of controls1 where possible, and otherwise marked it learly | Christian Mollekopf | 2018-04-04 |
| | |||
* | Replaced ToolButton by IconButton | Christian Mollekopf | 2018-04-04 |
| | | | | Controls1 components don't scale correctly on high-dpi displays. | ||
* | Search string propagation | Christian Mollekopf | 2018-04-03 |
| | |||
* | An extension mechanism load qml files at generic extension points. | Christian Mollekopf | 2018-03-23 |
| | | | | and forward the email via an extension api. | ||
* | Print an error message if we fail to load a component. | Christian Mollekopf | 2018-03-20 |
| | |||
* | Check for new folders and new messages in folder during intervalsync | Christian Mollekopf | 2018-03-02 |
| | |||
* | Visualize that a folder has new mails. | Christian Mollekopf | 2018-03-02 |
| | | | | | We listen for new mail notifications, and highlight the folder accordingly. | ||
* | Ignore messages that have nothing to say. | Christian Mollekopf | 2018-03-02 |
| | |||
* | Search in conversationview | Christian Mollekopf | 2018-02-23 |
| | | | | ...via syntax highligher or search api. | ||
* | Demonstrate reflow problems | Christian Mollekopf | 2018-02-23 |
| | | | | | | | | | ...and cleanup the sizes of the text/html part a bit. Html content with a <pre> tag, such as inserted by an apple mail reply, is not reflowed in the TextEdit (it is in the WebEngineView). And that causes the text edit to run off the side of the conversation view. | ||
* | 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 | ||
* | Add key id to encryption info | Christian Mollekopf | 2018-02-20 |
| | |||
* | Restart kube after a storage upgrade. | Christian Mollekopf | 2018-02-11 |
| | | | | | | We currently don't deal with disappearing databases, and the db's are loaded on process initialization. Thus we have to restart Kube for now when something was upgraded. | ||
* | Give focus to the loginview | Christian Mollekopf | 2018-01-31 |
| | |||
* | Upgrade screen | Christian Mollekopf | 2018-01-31 |
| | |||
* | clip send-by information in mailview | Michael Bohlender | 2018-01-24 |
| | |||
* | Don't leak popups | Christian Mollekopf | 2018-01-24 |
| | |||
* | Tested account setup | Christian Mollekopf | 2018-01-24 |
| | |||
* | Dynamically create the accountwizard | Christian Mollekopf | 2018-01-23 |
| | | | | | to avoid maintaining state. We used to see the old wizard when creating an additional account. | ||
* | The testplugin sets up the testenvironment, so always import that in tests. | Christian Mollekopf | 2018-01-23 |
| | |||
* | Avoid unnecessary references to app | Christian Mollekopf | 2018-01-23 |
| | |||
* | Avoid warning | Christian Mollekopf | 2018-01-11 |
| | |||
* | Install composer/converations/people as separate views and load them | Christian Mollekopf | 2018-01-10 |
| | | | | dynamically. | ||
* | Load extensions with a model | Christian Mollekopf | 2018-01-08 |
| | |||
* | Remove drafts after sending the message | Christian Mollekopf | 2018-01-08 |
| | |||
* | Composertest with TestStore | Christian Mollekopf | 2018-01-08 |
| | |||
* | Dynamically setup initial test state | Christian Mollekopf | 2018-01-08 |
| | |||
* | Composer test | Christian Mollekopf | 2018-01-08 |
| | |||
* | Send message test harness | Christian Mollekopf | 2018-01-08 |
| | |||
* | Avoid focusing a draft by default. | Christian Mollekopf | 2017-12-27 |
| | | | | We somehow ended up with currentIndex = 1, not quite sure how | ||
* | Verify the newMailButton receives focus initially | Christian Mollekopf | 2017-12-21 |
| | |||
* | A separate accounts module that listens for the account selection, and | Christian Mollekopf | 2017-12-21 |
| | | | | requests a login if necessary. | ||
* | elide account name | Michael Bohlender | 2017-12-21 |
| | |||
* | peopleviewtest | Christian Mollekopf | 2017-12-19 |
| | |||
* | Basic test harness for views | Christian Mollekopf | 2017-12-19 |
| | |||
* | Moved tests to the relevant component | Christian Mollekopf | 2017-12-19 |
| | |||
* | Working Accounts main.qml | Christian Mollekopf | 2017-12-19 |
| | |||
* | Removed kpackage structure | Christian Mollekopf | 2017-12-18 |
| | |||
* | We no longer need the kpackage structure | Christian Mollekopf | 2017-12-18 |
| | |||
* | Less kpackage usage | Christian Mollekopf | 2017-12-18 |
| | |||
* | Disable htmlview context menu | Christian Mollekopf | 2017-12-13 |
| | |||
* | Avoid conflicts of the signed/encrypted visualizaition with mailparts | Christian Mollekopf | 2017-12-12 |
| | |||
* | IconButtons for encrypted/signed state | Christian Mollekopf | 2017-12-08 |
| | |||
* | Less repetition in the text. | Christian Mollekopf | 2017-12-07 |
| |