summaryrefslogtreecommitdiffstats
path: root/views/calendar/qml/WeekView.qml
Commit message (Collapse)AuthorAge
* A calendar filterChristian Mollekopf2018-08-06
|
* Use full date to check for todayChristian Mollekopf2018-08-04
|
* Always select first day of week initiallyChristian Mollekopf2018-08-04
|
* CleanupChristian Mollekopf2018-08-04
|
* Use first day of week from localeChristian Mollekopf2018-08-04
|
* Deal with month changesChristian Mollekopf2018-08-04
|
* No opacity and dimming below eventsChristian Mollekopf2018-08-03
|
* Use scrollhelper on weekviewChristian Mollekopf2018-08-03
|
* Always fully expand fullday eventsChristian Mollekopf2018-08-03
|
* Tiny radius for fulldayeventsChristian Mollekopf2018-08-03
|
* Calculate indentationChristian Mollekopf2018-08-03
|
* Weekview with calendar colorsChristian Mollekopf2018-08-03
|
* CleanupChristian Mollekopf2018-08-01
|
* No date hardcodingChristian Mollekopf2018-08-01
|
* Get daylabels to start at the right dateChristian Mollekopf2018-08-01
|
* Same dimming for fullday eventsChristian Mollekopf2018-08-01
|
* Display full day namesChristian Mollekopf2018-08-01
|
* A bit of opacity for eventsChristian Mollekopf2018-08-01
|
* Clip events that go past the end of the dayChristian Mollekopf2018-08-01
|
* No unnecessary bordersChristian Mollekopf2018-08-01
|
* Dimm past days and show a line at the current timeChristian Mollekopf2018-08-01
|
* Avoid direct color hardcodingChristian Mollekopf2018-08-01
|
* A margin on the right so it doesn't look like the calendar runs off theChristian Mollekopf2018-08-01
| | | | side
* Use the system localeChristian Mollekopf2018-08-01
|
* Make the calendar work with the current timeChristian Mollekopf2018-07-11
|
* Experimental calendar viewChristian Mollekopf2018-07-11
|
* clip daylong eventsMichael Bohlender2018-06-28
|
* 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
* calendar++Michael Bohlender2018-04-19
|
* make calendar view scale with window sizeMichael Bohlender2018-04-19
|
* cleanup weekview sizes a bitMichael Bohlender2018-04-19
|
* make events appear at the right time and have the right heightMichael Bohlender2018-04-19
|
* 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
* initial month viewMichael Bohlender2018-03-15