summaryrefslogtreecommitdiffstats
path: root/framework/src/domain/perioddayeventmodel.cpp
Commit message (Collapse)AuthorAge
* A calendar filterChristian Mollekopf2018-08-06
|
* Support for events spanning daysChristian Mollekopf2018-08-03
|
* Calculate indentationChristian Mollekopf2018-08-03
|
* Weekview with calendar colorsChristian Mollekopf2018-08-03
|
* Dimm past days and show a line at the current timeChristian Mollekopf2018-08-01
|
* Use Overlap Sink query in PeriodDayEventModelRémi Nicole2018-06-19
| | | | | | | | | | | | | Summary: And completely removed filtering (SInk should guaranteed events returned are within the period so out-of-bounds segfaults should not happen) Depends on D13477 Reviewers: cmollekopf Tags: #kube Differential Revision: https://phabricator.kde.org/D13490
* Implement DayLongEventModel and integrate it to the calendarRémi Nicole2018-05-15
| | | | | | | | | | | | | | Summary: Fixes T8697 Reviewers: cmollekopf Reviewed By: cmollekopf Tags: #kube Maniphest Tasks: T8697 Differential Revision: https://phabricator.kde.org/D12875
* 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