Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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 |
| | |||
* | Revamped security border coloring and popup message | Christian Mollekopf | 2017-12-07 |
| | |||
* | Subcontrollers for list properties | Christian Mollekopf | 2017-12-04 |
| | |||
* | Disable encryption buttons if keys are missing | Christian Mollekopf | 2017-11-27 |
| | |||
* | An explicit maximum widht is necessary, | Christian Mollekopf | 2017-11-27 |
| | | | | otherwise the item just grows beyond the layout. | ||
* | Only look for keys when crypto is enabled | Christian Mollekopf | 2017-11-25 |
| | |||
* | Fixed recipient removal | Christian Mollekopf | 2017-11-23 |
| | |||
* | Prepping encryption | Christian Mollekopf | 2017-11-22 |
| | |||
* | Show the host not found error dialog on connection error as well. | Christian Mollekopf | 2017-11-22 |
| | |||
* | new icon for logview | Michael Bohlender | 2017-11-16 |
| | |||
* | Don't get stuck on a subtype | Christian Mollekopf | 2017-11-06 |
| | |||
* | place popup notificaitons at the bottom | Michael Bohlender | 2017-11-02 |
| |