Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | FolderlistModelTest | Christian Mollekopf | 2017-12-27 |
| | |||
* | Custom component metadata mechanism. | Christian Mollekopf | 2017-12-19 |
| | |||
* | Accounts without kpackage | Christian Mollekopf | 2017-12-18 |
| | |||
* | Support unlocking the keyring from the commandline | Christian Mollekopf | 2017-11-24 |
| | |||
* | TextDocumentHandler to deal with HTML formatting | Christian Mollekopf | 2017-10-06 |
| | |||
* | keyring | Christian Mollekopf | 2017-09-22 |
| | |||
* | cpoy over example texteditor code and expose it through the framewoks plugin | Michael Bohlender | 2017-09-12 |
| | |||
* | Launch into settings without an account configured | Christian Mollekopf | 2017-09-07 |
| | |||
* | A single test for all accountsettings. | Christian Mollekopf | 2017-08-23 |
| | | | | | Only the imaptest was working anyways and all of them tested the same things. | ||
* | The grand cmake cleanup | Christian Mollekopf | 2017-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. | ||
* | 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 | ||
* | Filter enabled folders using a krecursivefilterproxymodel | Christian Mollekopf | 2017-08-20 |
| | | | | | | | The KRecursiveFilterProxyModel is necessary until Qt 5.10 when QSortFilterProxyModel will support recursive filtering. For the recursive filtering to work we need to make all data available, so we trigger fetchMore on all added indexes. | ||
* | Run the messageparsing in a thread | Christian Mollekopf | 2017-08-17 |
| | | | | | ...with signatures a single message quickly takes 50 - 150ms, which is too long to be blocking. | ||
* | Commit missing files | Christian Mollekopf | 2017-08-03 |
| | |||
* | SelectableLabel to support copying individual labels | Christian Mollekopf | 2017-07-29 |
| | |||
* | Use imported targets instead of qt5_use_modules | Heiko Becker | 2017-07-29 |
| | | | | | | | | | | | | | | | | | | From Qt's documentation: "This macro is obsolete. Use target_link_libraries with IMPORTED targets instead." It's only recommended with cmake >=2.8.9 & < 2.8.12. Kube already requires cmake 3.0. One advantage of using the imported targets is, that cmake complains if a target isn't found before it's used, like Qt5Concurrent missing from the find_package_call here. Reviewers: #kube, cmollekopf Reviewed By: #kube, cmollekopf Subscribers: #kube Differential Revision: https://phabricator.kde.org/D6362 | ||
* | Fixed multipart/alternative replies | Christian Mollekopf | 2017-07-11 |
| | |||
* | Fixed html to plaintext conversion | Christian Mollekopf | 2017-06-30 |
| | |||
* | Show Avatar images | Christian Mollekopf | 2017-06-27 |
| | |||
* | No more dummy values in the people view | Christian Mollekopf | 2017-06-27 |
| | |||
* | 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 stuff that got broken during the move | Christian Mollekopf | 2017-05-23 |
| | |||
* | Moved MIME related stuff to a mime subdir | Christian Mollekopf | 2017-05-23 |
| | |||
* | Builds but doesn't link, no formatters yet | Christian Mollekopf | 2017-05-23 |
| | |||
* | Linkify plain text mails | Christian Mollekopf | 2017-05-23 |
| | |||
* | Removed the old models that we're not even using anymore | Christian Mollekopf | 2017-05-02 |
| | |||
* | Dropped the now unused action framework | Christian Mollekopf | 2017-04-24 |
| | |||
* | Another bunch of controllers gone | Christian Mollekopf | 2017-04-24 |
| | |||
* | Removed notification plugin | Christian Mollekopf | 2017-04-24 |
| | | | | ...which is replaced by the fabric | ||
* | Ported more actions to the fabric | Christian Mollekopf | 2017-04-24 |
| | |||
* | Added the Fabric as an in application message bus | Christian Mollekopf | 2017-04-24 |
| | |||
* | Ported away from webkit and to webengine | Christian Mollekopf | 2017-04-13 |
| | |||
* | Cleanup | Christian Mollekopf | 2017-04-05 |
| | |||
* | Moved cpp code into src directory | Christian Mollekopf | 2017-04-05 |