Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | We no longer need the kpackage structure | 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 |
| | |||
* | Fix indefinitely growing webviews | Christian Mollekopf | 2017-09-22 |
| | |||
* | Bump to Qt 5.9 and avoid focus stealing of the webview | Christian Mollekopf | 2017-09-11 |
| | |||
* | Expose some signature details in a tooltip. | Christian Mollekopf | 2017-08-27 |
| | | | | We'll want a proper UI for that at some point, but this is a start. | ||
* | Cleanup | Christian Mollekopf | 2017-08-26 |
| | |||
* | Assign a color depending on the encryption/signature state. | Christian Mollekopf | 2017-08-26 |
| | |||
* | Install the webengineprofile as singleton | Christian Mollekopf | 2017-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 sense | Christian Mollekopf | 2017-08-19 |
| | |||
* | Fixed enum | Christian Mollekopf | 2017-08-19 |
| | |||
* | It's still necessary | Christian Mollekopf | 2017-08-03 |
| | |||
* | Set the font familiy for a much less horrible reading experience. | Christian Mollekopf | 2017-07-31 |
| | |||
* | qsTr all the strings | Michael Bohlender | 2017-07-19 |
| | |||
* | make more translatable | Michael Bohlender | 2017-07-19 |
| | |||
* | Show a mouse-cursor on hover | Christian Mollekopf | 2017-06-28 |
| | |||
* | use the correct selection color in textfield and mailviewer | Michael Bohlender | 2017-06-13 |
| | |||
* | Removed unused parts | Christian Mollekopf | 2017-06-12 |
| | |||
* | Encapsulated parts | Christian Mollekopf | 2017-06-07 |
| | |||
* | A simplistic security border | Christian Mollekopf | 2017-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 require | Christian Mollekopf | 2017-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 signatureparts | Christian Mollekopf | 2017-05-24 |
| | |||
* | Always use richtext, and avoid using a browser for simple html | Christian Mollekopf | 2017-05-23 |
| | |||
* | Mailviewer | Christian Mollekopf | 2017-05-02 |
| | |||
* | Prepare bits that keep the webview from grabbing focus | Christian Mollekopf | 2017-04-26 |
| | | | | Will be available from webengine 1.4 (qt 5.8) on. | ||
* | Added missing imports | Christian Mollekopf | 2017-04-05 |
| | |||
* | A single framework plugin | Christian Mollekopf | 2017-04-05 |
| | |||
* | port more stuff to kube theme | Michael Bohlender | 2017-03-30 |
| | |||
* | Fixed image loading | Christian Mollekopf | 2017-02-28 |
| | |||
* | Turn the mailviewer into a component as well | Christian Mollekopf | 2017-02-20 |