summaryrefslogtreecommitdiffstats
path: root/components/mailviewer
Commit message (Collapse)AuthorAge
* Prepared auto load imagesChristian Mollekopf2018-07-01
|
* Open the browser on new view requestsChristian Mollekopf2018-07-01
|
* 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
|
* 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
|
* Search string propagationChristian Mollekopf2018-04-03
|
* 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.
* Add key id to encryption infoChristian Mollekopf2018-02-20
|
* clip send-by information in mailviewMichael Bohlender2018-01-24
|
* We no longer need the kpackage structureChristian 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
|
* Fix indefinitely growing webviewsChristian Mollekopf2017-09-22
|
* Bump to Qt 5.9 and avoid focus stealing of the webviewChristian Mollekopf2017-09-11
|
* Expose some signature details in a tooltip.Christian Mollekopf2017-08-27
| | | | We'll want a proper UI for that at some point, but this is a start.
* CleanupChristian Mollekopf2017-08-26
|
* Assign a color depending on the encryption/signature state.Christian Mollekopf2017-08-26
|
* Install the webengineprofile as singletonChristian Mollekopf2017-08-22
| | | | | | | | | This fixes the bug that the main process would hang on exit as long as we have a requestinterceptor installed. It's most likely a bug that this does not work, but the new solution anyways cleans up the code a bit, so that's a nice sideeffect. Fixes T5570
* A column with one item doesn't make much senseChristian Mollekopf2017-08-19
|
* Fixed enumChristian Mollekopf2017-08-19
|
* It's still necessaryChristian Mollekopf2017-08-03
|
* Set the font familiy for a much less horrible reading experience.Christian Mollekopf2017-07-31
|
* qsTr all the stringsMichael Bohlender2017-07-19
|
* make more translatableMichael Bohlender2017-07-19
|
* Show a mouse-cursor on hoverChristian Mollekopf2017-06-28
|
* use the correct selection color in textfield and mailviewerMichael Bohlender2017-06-13
|
* Removed unused partsChristian Mollekopf2017-06-12
|
* Encapsulated partsChristian Mollekopf2017-06-07
|
* A simplistic security borderChristian Mollekopf2017-06-06
| | | | | Still a bit obnoxious and doesn't really convey a whole lot of information. Consider it a stub for now
* Reduced the messagetreeparser to aproximately what we actually requireChristian Mollekopf2017-06-04
| | | | | | | | | | | While in a much more managable state it's still not pretty. However, further refactoring can now gradually happen as we need to do further work on it. Things that should happen eventually: * Simplify the logic that creates the messageparts (we don't need the whole formatter plugin complexity) * Get rid of the nodehelper (let the parts hold the necessary data) * Get rid of partmetadata (let the part handleit)
* Fixed signaturepartsChristian Mollekopf2017-05-24
|
* Always use richtext, and avoid using a browser for simple htmlChristian Mollekopf2017-05-23
|
* MailviewerChristian Mollekopf2017-05-02
|
* Prepare bits that keep the webview from grabbing focusChristian Mollekopf2017-04-26
| | | | Will be available from webengine 1.4 (qt 5.8) on.
* Added missing importsChristian Mollekopf2017-04-05
|
* A single framework pluginChristian Mollekopf2017-04-05
|
* port more stuff to kube themeMichael Bohlender2017-03-30
|
* Fixed image loadingChristian Mollekopf2017-02-28
|
* Fixed component pathChristian Mollekopf2017-02-22
|
* Turn the mailviewer into a component as wellChristian Mollekopf2017-02-20
|
* make mailviewer textcontent follow the themeMichael Bohlender2016-12-12
|
* don't draw a white rectangle under every mail componentMichael Bohlender2016-12-08
|
* Use ErrorType and ErrorString from EncryptionSandro Knauß2016-11-23
|
* mailviewer html content: disable everything by defaultMichael Bohlender2016-11-15
|
* This is called a DelegateModel now.Christian Mollekopf2016-11-14
| | | | Same thing, new name.