Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Introduced a logmodel | Christian Mollekopf | 2018-07-04 |
| | | | | | To get rid of weird problems of lists converting to qmllistmodels. I'm relatively sure some crashes I've seen were related to this. | ||
* | Load files from qml | Christian Mollekopf | 2018-06-29 |
| | |||
* | Adapth icon path fixup for kube-kolabnow | Christian Mollekopf | 2018-06-21 |
| | |||
* | Deal with broken lookup paths on osx | Christian Mollekopf | 2018-06-01 |
| | |||
* | Register the icons resource from the frameworks plugin | Christian Mollekopf | 2018-05-23 |
| | | | | So we have the icons also available from the test views. | ||
* | Implement DayLongEventModel and integrate it to the calendar | Rémi Nicole | 2018-05-15 |
| | | | | | | | | | | | | | | Summary: Fixes T8697 Reviewers: cmollekopf Reviewed By: cmollekopf Tags: #kube Maniphest Tasks: T8697 Differential Revision: https://phabricator.kde.org/D12875 | ||
* | Implement PeriodDayEventModel | Rémi Nicole | 2018-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 conversationview | Christian Mollekopf | 2018-02-23 |
| | | | | ...via syntax highligher or search api. | ||
* | Load extensions with a model | Christian Mollekopf | 2018-01-08 |
| | |||
* | Composer test | Christian Mollekopf | 2018-01-08 |
| | |||
* | Set the imageprovider as part of the framework plugin | Christian Mollekopf | 2017-12-19 |
| | |||
* | Subcontrollers for list properties | Christian Mollekopf | 2017-12-04 |
| | |||
* | TextDocumentHandler to deal with HTML formatting | Christian Mollekopf | 2017-10-06 |
| | |||
* | Keyring fixes | Christian Mollekopf | 2017-09-22 |
| | | | | | | | * Avoid double free * track unlocked state * Ensure we bring up the login screen on startup and after saving the configuration. | ||
* | A login view | 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 |
| | |||
* | 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 | ||
* | SelectableLabel to support copying individual labels | Christian Mollekopf | 2017-07-29 |
| | |||
* | Show Avatar images | Christian Mollekopf | 2017-06-27 |
| | |||
* | Fixed stuff that got broken during the move | Christian Mollekopf | 2017-05-23 |
| | |||
* | Function name cleanup | Christian Mollekopf | 2017-04-25 |
| | |||
* | 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 | ||
* | Added the Fabric as an in application message bus | Christian Mollekopf | 2017-04-24 |
| | |||
* | Moved cpp code into src directory | Christian Mollekopf | 2017-04-05 |