Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | A calendar filter | Christian Mollekopf | 2018-08-06 |
| | |||
* | Use full date to check for today | Christian Mollekopf | 2018-08-04 |
| | |||
* | Always select first day of week initially | Christian Mollekopf | 2018-08-04 |
| | |||
* | Cleanup | Christian Mollekopf | 2018-08-04 |
| | |||
* | Use first day of week from locale | Christian Mollekopf | 2018-08-04 |
| | |||
* | Deal with month changes | Christian Mollekopf | 2018-08-04 |
| | |||
* | No opacity and dimming below events | Christian Mollekopf | 2018-08-03 |
| | |||
* | Use scrollhelper on weekview | Christian Mollekopf | 2018-08-03 |
| | |||
* | Always fully expand fullday events | Christian Mollekopf | 2018-08-03 |
| | |||
* | Tiny radius for fulldayevents | Christian Mollekopf | 2018-08-03 |
| | |||
* | Calculate indentation | Christian Mollekopf | 2018-08-03 |
| | |||
* | Weekview with calendar colors | Christian Mollekopf | 2018-08-03 |
| | |||
* | Cleanup | Christian Mollekopf | 2018-08-01 |
| | |||
* | No date hardcoding | Christian Mollekopf | 2018-08-01 |
| | |||
* | Get daylabels to start at the right date | Christian Mollekopf | 2018-08-01 |
| | |||
* | Same dimming for fullday events | Christian Mollekopf | 2018-08-01 |
| | |||
* | Display full day names | Christian Mollekopf | 2018-08-01 |
| | |||
* | A bit of opacity for events | Christian Mollekopf | 2018-08-01 |
| | |||
* | Clip events that go past the end of the day | Christian Mollekopf | 2018-08-01 |
| | |||
* | No unnecessary borders | Christian Mollekopf | 2018-08-01 |
| | |||
* | Dimm past days and show a line at the current time | Christian Mollekopf | 2018-08-01 |
| | |||
* | Avoid direct color hardcoding | Christian Mollekopf | 2018-08-01 |
| | |||
* | A margin on the right so it doesn't look like the calendar runs off the | Christian Mollekopf | 2018-08-01 |
| | | | | side | ||
* | Use the system locale | Christian Mollekopf | 2018-08-01 |
| | |||
* | Make the calendar work with the current time | Christian Mollekopf | 2018-07-11 |
| | |||
* | Experimental calendar view | Christian Mollekopf | 2018-07-11 |
| | |||
* | clip daylong events | Michael Bohlender | 2018-06-28 |
| | |||
* | 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 | ||
* | calendar++ | Michael Bohlender | 2018-04-19 |
| | |||
* | make calendar view scale with window size | Michael Bohlender | 2018-04-19 |
| | |||
* | cleanup weekview sizes a bit | Michael Bohlender | 2018-04-19 |
| | |||
* | make events appear at the right time and have the right height | Michael Bohlender | 2018-04-19 |
| | |||
* | 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 | ||
* | initial month view | Michael Bohlender | 2018-03-15 |