summaryrefslogtreecommitdiffstats
path: root/components
Commit message (Collapse)AuthorAge
* Check for new folders and new messages in folder during intervalsyncChristian Mollekopf2018-03-02
|
* Visualize that a folder has new mails.Christian Mollekopf2018-03-02
| | | | | We listen for new mail notifications, and highlight the folder accordingly.
* Ignore messages that have nothing to say.Christian Mollekopf2018-03-02
|
* Search in conversationviewChristian Mollekopf2018-02-23
| | | | ...via syntax highligher or search api.
* Demonstrate reflow problemsChristian Mollekopf2018-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 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
* Add key id to encryption infoChristian Mollekopf2018-02-20
|
* Restart kube after a storage upgrade.Christian Mollekopf2018-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 loginviewChristian Mollekopf2018-01-31
|
* Upgrade screenChristian Mollekopf2018-01-31
|
* clip send-by information in mailviewMichael Bohlender2018-01-24
|
* Don't leak popupsChristian Mollekopf2018-01-24
|
* Tested account setupChristian Mollekopf2018-01-24
|
* Dynamically create the accountwizardChristian Mollekopf2018-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 Mollekopf2018-01-23
|
* Avoid unnecessary references to appChristian Mollekopf2018-01-23
|
* Avoid warningChristian Mollekopf2018-01-11
|
* Install composer/converations/people as separate views and load themChristian Mollekopf2018-01-10
| | | | dynamically.
* Load extensions with a modelChristian Mollekopf2018-01-08
|
* Remove drafts after sending the messageChristian Mollekopf2018-01-08
|
* Composertest with TestStoreChristian Mollekopf2018-01-08
|
* Dynamically setup initial test stateChristian Mollekopf2018-01-08
|
* Composer testChristian Mollekopf2018-01-08
|
* Send message test harnessChristian Mollekopf2018-01-08
|
* Avoid focusing a draft by default.Christian Mollekopf2017-12-27
| | | | We somehow ended up with currentIndex = 1, not quite sure how
* Verify the newMailButton receives focus initiallyChristian Mollekopf2017-12-21
|
* A separate accounts module that listens for the account selection, andChristian Mollekopf2017-12-21
| | | | requests a login if necessary.
* elide account nameMichael Bohlender2017-12-21
|
* peopleviewtestChristian Mollekopf2017-12-19
|
* Basic test harness for viewsChristian Mollekopf2017-12-19
|
* Moved tests to the relevant componentChristian Mollekopf2017-12-19
|
* Working Accounts main.qmlChristian Mollekopf2017-12-19
|
* Removed kpackage structureChristian Mollekopf2017-12-18
|
* We no longer need the kpackage structureChristian Mollekopf2017-12-18
|
* Less kpackage usageChristian Mollekopf2017-12-18
|
* Disable htmlview context menuChristian Mollekopf2017-12-13
|
* Avoid conflicts of the signed/encrypted visualizaition with mailpartsChristian Mollekopf2017-12-12
|
* IconButtons for encrypted/signed stateChristian Mollekopf2017-12-08
|
* Less repetition in the text.Christian Mollekopf2017-12-07
|
* Revamped security border coloring and popup messageChristian Mollekopf2017-12-07
|
* Subcontrollers for list propertiesChristian Mollekopf2017-12-04
|
* Disable encryption buttons if keys are missingChristian Mollekopf2017-11-27
|
* An explicit maximum widht is necessary,Christian Mollekopf2017-11-27
| | | | otherwise the item just grows beyond the layout.
* Only look for keys when crypto is enabledChristian Mollekopf2017-11-25
|
* Fixed recipient removalChristian Mollekopf2017-11-23
|
* Prepping encryptionChristian Mollekopf2017-11-22
|
* Show the host not found error dialog on connection error as well.Christian Mollekopf2017-11-22
|
* new icon for logviewMichael Bohlender2017-11-16
|
* Don't get stuck on a subtypeChristian Mollekopf2017-11-06
|
* place popup notificaitons at the bottomMichael Bohlender2017-11-02
|