mirror of
https://github.com/RGBCube/serenity
synced 2025-10-27 20:02:33 +00:00
The calendar now verifies that the user can't input invalid date ranges, i.e. date ranges where the end is before the start. The UI elements do this implicitly, by adjusting the values when changing the dates in an illegal way (e.g. when picking an end date that is before the start date, the end date will change to the start date). |
||
|---|---|---|
| .. | ||
| AddEventDialog.cpp | ||
| AddEventDialog.gml | ||
| AddEventDialog.h | ||
| CalendarWidget.cpp | ||
| CalendarWidget.h | ||
| CalendarWindow.gml | ||
| CMakeLists.txt | ||
| EventCalendar.cpp | ||
| EventCalendar.h | ||
| EventManager.cpp | ||
| EventManager.h | ||
| main.cpp | ||