summaryrefslogtreecommitdiffstats
path: root/framework/src/frameworkplugin.cpp
Commit message (Collapse)AuthorAge
* Implement DayLongEventModel and integrate it to calendarMinijackson2018-05-15
|
* Implement PeriodDayEventModelRémi Nicole2018-04-17
| | | | | | | | | | | | | | | | | | Summary: Implements a model to load events. When finished, should fix T8225 TODO: - Use the parent / children model in qml, instead of relying on the ".events" attribute (using DelegateModel I think) Reviewers: cmollekopf Tags: #kube Maniphest Tasks: T8225 Differential Revision: https://phabricator.kde.org/D12089
* Search in conversationviewChristian Mollekopf2018-02-23
| | | | ...via syntax highligher or search api.
* Load extensions with a modelChristian Mollekopf2018-01-08
|
* Composer testChristian Mollekopf2018-01-08
|
* Set the imageprovider as part of the framework pluginChristian Mollekopf2017-12-19
|
* Subcontrollers for list propertiesChristian Mollekopf2017-12-04
|
* TextDocumentHandler to deal with HTML formattingChristian Mollekopf2017-10-06
|
* 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
|
* cpoy over example texteditor code and expose it through the framewoks pluginMichael Bohlender2017-09-12
|
* Launch into settings without an account configuredChristian Mollekopf2017-09-07
|
* 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
* SelectableLabel to support copying individual labelsChristian Mollekopf2017-07-29
|
* Show Avatar imagesChristian Mollekopf2017-06-27
|
* Fixed stuff that got broken during the moveChristian Mollekopf2017-05-23
|
* Function name cleanupChristian Mollekopf2017-04-25
|
* Dropped the now unused action frameworkChristian Mollekopf2017-04-24
|
* Another bunch of controllers goneChristian Mollekopf2017-04-24
|
* Removed notification pluginChristian Mollekopf2017-04-24
| | | | ...which is replaced by the fabric
* Added the Fabric as an in application message busChristian Mollekopf2017-04-24
|
* Moved cpp code into src directoryChristian Mollekopf2017-04-05