summaryrefslogtreecommitdiffstats
path: root/components
Commit message (Collapse)AuthorAge
* CleanupChristian Mollekopf2018-08-18
|
* Account name from metadata.jsonChristian Mollekopf2018-08-18
|
* Search view updatesChristian Mollekopf2018-07-23
|
* More encryption state fixesChristian Mollekopf2018-07-16
|
* Separated colors for encryption and signature.Christian Mollekopf2018-07-16
| | | | | | Typically we have a good encryption and potentialyl a problem with the signature. It's weird if there is a problem with the encryption indicated, while there isn't actually one.
* signatureIsGood is a catchallChristian Mollekopf2018-07-16
| | | | so we have to check for that at the end.
* use template textarea instead of controls textarea so that we don't get ↵Michael Bohlender2018-07-12
| | | | strange borderaround our mail content depending on the native controls style
* Less textcolor abuseChristian Mollekopf2018-07-12
|
* Handle navigation requests from qml.Christian Mollekopf2018-07-06
| | | | Meaning we no longer need the custom profile.
* Fixed error messageChristian Mollekopf2018-07-05
|
* Avoid pushing background views onto the stackChristian Mollekopf2018-07-02
|
* Prepared auto load imagesChristian Mollekopf2018-07-01
|
* Open the browser on new view requestsChristian Mollekopf2018-07-01
|
* Fixed and tested the viewmanager.Christian Mollekopf2018-06-30
| | | | We failed to forward the properties to the view.
* Safeguard against too long textChristian Mollekopf2018-06-29
| | | | The UI will simply freeze while the textview tries to render.
* Support loading a mime message from a fileChristian Mollekopf2018-06-29
|
* TooltipsChristian Mollekopf2018-06-28
|
* Only show the logview if notificaitons are availableChristian Mollekopf2018-06-28
| | | | and rename to Notification view
* Deal with asynchronous component creation.Christian Mollekopf2018-05-14
| | | | | On windows event local components are apparently instantiated asynchronously.
* Fixed typoChristian Mollekopf2018-05-09
|
* More debug information if we fail to load a component.Christian Mollekopf2018-05-09
|
* Introduced an aborted hook to safe the draft before going down.Christian Mollekopf2018-04-19
|
* Set the list of available account plugins from cmakeChristian Mollekopf2018-04-17
|
* Use the TextArea which properly clips the content if it is too wideChristian Mollekopf2018-04-05
|
* Got rid of controls1 where possible, and otherwise marked it learlyChristian Mollekopf2018-04-04
|
* Replaced ToolButton by IconButtonChristian Mollekopf2018-04-04
| | | | Controls1 components don't scale correctly on high-dpi displays.
* Search string propagationChristian Mollekopf2018-04-03
|
* An extension mechanism load qml files at generic extension points.Christian Mollekopf2018-03-23
| | | | and forward the email via an extension api.
* Print an error message if we fail to load a component.Christian Mollekopf2018-03-20
|
* 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
|