summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAge
* Generate a message id for new messagesChristian Mollekopf2017-12-29
|
* Demonstrate that the folderlistmodel doesn't react to new foldersChristian Mollekopf2017-12-27
|
* FolderlistModelTestChristian Mollekopf2017-12-27
|
* Removed unnecessary importChristian Mollekopf2017-12-27
|
* Avoid focusing a draft by default.Christian Mollekopf2017-12-27
| | | | We somehow ended up with currentIndex = 1, not quite sure how
* Wrapper script to start kube unlockedChristian Mollekopf2017-12-27
|
* Avoid duplicating the contentType header on replyChristian Mollekopf2017-12-22
|
* 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.
* make folderview a little more pretty when accountname is too longMichael Bohlender2017-12-21
|
* elide account nameMichael Bohlender2017-12-21
|
* peopleviewtestChristian Mollekopf2017-12-19
|
* Removed setting the theme from main.cppChristian Mollekopf2017-12-19
| | | | | | It's redundant (we're setting it from frameworkplugin), and if main.cpp doesn't contain any "special" setup code, then using qmlscene should work just as well, which is good for development.
* QtWebEngine::initialize() can be replaced by setting the appropriateChristian Mollekopf2017-12-19
| | | | attribute
* Basic test harness for viewsChristian Mollekopf2017-12-19
|
* Use a separate sink test environmentChristian Mollekopf2017-12-19
| | | | Otherwise the systems sink config and data is used.
* Moved tests to the relevant componentChristian Mollekopf2017-12-19
|
* Working Accounts main.qmlChristian Mollekopf2017-12-19
|
* Set the imageprovider as part of the framework pluginChristian Mollekopf2017-12-19
|
* Custom component metadata mechanism.Christian Mollekopf2017-12-19
|
* unusedChristian Mollekopf2017-12-19
|
* Removed kpackage structureChristian Mollekopf2017-12-18
|
* We no longer need the kpackage structureChristian Mollekopf2017-12-18
|
* Accounts without kpackageChristian Mollekopf2017-12-18
|
* Less kpackage usageChristian Mollekopf2017-12-18
|
* Html mails that don't adhere to the strict dtd are probably too complexChristian Mollekopf2017-12-13
|
* Disable htmlview context menuChristian Mollekopf2017-12-13
|
* Fixed cc and bcc on composercontrollerChristian Mollekopf2017-12-13
|
* Give the status bar a little bit of room.Christian Mollekopf2017-12-12
| | | | Otherwise the descirption text is right at the border.
* Avoid conflicts of the signed/encrypted visualizaition with mailpartsChristian Mollekopf2017-12-12
|
* Avoid using the non-threadsafe QGpgMEChristian Mollekopf2017-12-12
|
* Stop using useless abstractions (that are not even threadsafe)Christian Mollekopf2017-12-11
|
* These heuristics would even match html content from kubeChristian Mollekopf2017-12-11
| | | | so not what want.
* Fix switching to html text.Christian Mollekopf2017-12-11
| | | | | We sometimes ended up with an html string (not representation) in html model after switching for the first time.
* Removed unreachable codepathsChristian Mollekopf2017-12-10
|
* Always guard async callbacksChristian Mollekopf2017-12-08
|
* IconButtons for encrypted/signed stateChristian Mollekopf2017-12-08
|
* document-sign iconChristian Mollekopf2017-12-08
|
* Alias for background opacityChristian Mollekopf2017-12-08
|
* Less repetition in the text.Christian Mollekopf2017-12-07
|
* CleanupChristian Mollekopf2017-12-07
|
* Removed inProgressChristian Mollekopf2017-12-07
|
* Simplified verifySignatureChristian Mollekopf2017-12-07
|
* Revamped security border coloring and popup messageChristian Mollekopf2017-12-07
|
* Simplified codeChristian Mollekopf2017-12-07
|
* Removed unnecessary indentation.Christian Mollekopf2017-12-06
|
* Made signaturedetails slightly more readableChristian Mollekopf2017-12-06
|
* Found the proper solutionChristian Mollekopf2017-12-06
|
* Fixed controller clear functionChristian Mollekopf2017-12-06
| | | | | | | | Adding a property from QML changes the offset from 1 to 20 for the composercontroller, which results in the clear function not working. Since we know that QObjects property offset is 1, we can just hardcode that number. Not the cleanest solution, so it would be good to find a better approach at some point.
* Avoid crashing if we don't find a key.Christian Mollekopf2017-12-04
|