summaryrefslogtreecommitdiffstats
path: root/framework/src/domain/perioddayeventmodel.cpp
Commit message (Collapse)AuthorAge
* Fixed comparison warningChristian Mollekopf2018-08-22
|
* Fixed out of bounds array access.Christian Mollekopf2018-08-20
| | | | Happened with events that are partially within the range.
* Fetching the calendar colors once is enough.Christian Mollekopf2018-08-20
|
* Invert the calendar filter so all calendars are enabled by defaultChristian Mollekopf2018-08-15
| | | | unless explicitly disabled.
* 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