summaryrefslogtreecommitdiffstats
path: root/framework/src
Commit message (Collapse)AuthorAge
...
* Handle host not foundChristian Mollekopf2017-10-27
|
* Use a loader so we can load different components depending on the errorChristian Mollekopf2017-10-25
|
* Prepare logview for error merging.Christian Mollekopf2017-10-25
|
* Only load the login view for accounts that require a keyringChristian Mollekopf2017-10-24
|
* Load html messages as htmlChristian Mollekopf2017-10-12
|
* Don't use QWebEnginePage to convert to plaintextChristian Mollekopf2017-10-09
| | | | | | | Turns out it doesn't return consistent results. (mailtemplatetest testHtmlReply() sometimes comes back with "HTML text" and sometimes with "HTML text", depending on the host). Let's see into what limitations we run with QTextDocument instead.
* HtmlBodyResultChristian Mollekopf2017-10-09
|
* CleanupChristian Mollekopf2017-10-09
|
* Clear all formatting when converting to plain text.Christian Mollekopf2017-10-08
| | | | | | We used to end up with whatever formatting the current cursor had. Task: https://phabricator.kde.org/T7160
* Simplified code a bitChristian Mollekopf2017-10-08
|
* Html with attachmentsChristian Mollekopf2017-10-08
|
* Assembling html mailsChristian Mollekopf2017-10-08
|
* Fixed settingstestChristian Mollekopf2017-10-06
| | | | We no longer store the password in settings.
* TextDocumentHandler to deal with HTML formattingChristian Mollekopf2017-10-06
|
* We don't need a log entry for a status change, we have an errorChristian Mollekopf2017-09-26
| | | | notification already for that.
* Avoid storing the password on disk for the time beingChristian Mollekopf2017-09-22
|
* Fixed showing a loginview after the account setupChristian Mollekopf2017-09-22
| | | | | | The view managment is starting to become a mess. I guess we'll need something like a state machine in the long run managing the view transitions.
* Keyring fixesChristian Mollekopf2017-09-22
| | | | | | | * Avoid double free * track unlocked state * Ensure we bring up the login screen on startup and after saving the configuration.
* A login viewChristian Mollekopf2017-09-22
|
* keyringChristian Mollekopf2017-09-22
|
* Fixed space after changing formattingChristian Mollekopf2017-09-13
|
* Replaced the invisible char hack with a better solutionChristian Mollekopf2017-09-13
| | | | | | We now cache the format until the next char is inserted, which seems to work fine, doesn't break selection and is overall much cleaner.
* Extract html or plaintext depending on settingChristian Mollekopf2017-09-13
|
* Keep TextEditor as our html editorChristian Mollekopf2017-09-13
|
* Skip over invisible charChristian Mollekopf2017-09-13
|
* Got html formatting to work with the great invisible char hackChristian Mollekopf2017-09-13
|
* remove file loading/saving related code from documenthandlerMichael Bohlender2017-09-12
|
* cpoy over example texteditor code and expose it through the framewoks pluginMichael Bohlender2017-09-12
|
* Synchronize drafts and contacts when opening the composer.Christian Mollekopf2017-09-11
|
* Add some more info about errors to the logview.Christian Mollekopf2017-09-07
|
* Launch into settings without an account configuredChristian Mollekopf2017-09-07
|
* Removed unused codepathChristian Mollekopf2017-09-07
|
* Fixed RE: prefixing on repliesChristian Mollekopf2017-09-07
|
* Translatable stringsChristian Mollekopf2017-08-28
|
* Deal with connection lostChristian Mollekopf2017-08-28
|
* 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
|
* Fixed some warningsChristian Mollekopf2017-08-25
|
* Encoding testsChristian Mollekopf2017-08-25
|
* Fixed some warningsChristian Mollekopf2017-08-25
|
* Disable applyCharset while it's brokenChristian Mollekopf2017-08-24
| | | | It currently breaks some special characters such as the hyphen.
* Fully tested the account settingsChristian Mollekopf2017-08-23
| | | | | * Fixed account and davresource loading. * Use resource type instead of capabilities for loading of the resource.
* A single test for all accountsettings.Christian Mollekopf2017-08-23
| | | | | Only the imaptest was working anyways and all of them tested the same things.
* Removed obsolete fileChristian Mollekopf2017-08-23
|
* cmake cleanupChristian Mollekopf2017-08-23
|
* The grand cmake cleanupChristian Mollekopf2017-08-23
| | | | | | We had a ton of duplication in our cmake code because we had no common toplevel settings. This is now cleaned up so we can sanely change settings and so we know what we have set.
* Get mailtemplatetest to passChristian Mollekopf2017-08-23
|
* Test for and fix setting the username.Christian Mollekopf2017-08-23
|
* Get the imapsettingstest to work again.Christian Mollekopf2017-08-23
| | | | The resource removal part failed.