ladybird/Userland/Applications/Calendar
david072 a84778f6ee Calendar/AddEventDialog: Prevent inputting invalid date ranges
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).
2024-01-06 10:37:53 -07:00
..
AddEventDialog.cpp Calendar/AddEventDialog: Prevent inputting invalid date ranges 2024-01-06 10:37:53 -07:00
AddEventDialog.gml Calendar/AddEventDialog: Add a cancel button 2024-01-06 10:37:53 -07:00
AddEventDialog.h Calendar/AddEventDialog: Prevent inputting invalid date ranges 2024-01-06 10:37:53 -07:00
CalendarWidget.cpp Calendar: Ask about unsaved changes when closing the window :^) 2024-01-06 10:37:53 -07:00
CalendarWidget.h Calendar: Ask about unsaved changes when closing the window :^) 2024-01-06 10:37:53 -07:00
CalendarWindow.gml Calendar: Implement saving, loading, and displaying of calendars 2023-08-07 13:14:58 -06:00
CMakeLists.txt Calendar: Add a link to the Manual in Help Menu 2023-12-26 18:37:35 +01:00
EventCalendar.cpp Calendar/EventManager: Store events as structs 2024-01-06 10:37:53 -07:00
EventCalendar.h Calendar: Implement saving, loading, and displaying of calendars 2023-08-07 13:14:58 -06:00
EventManager.cpp Calendar/EventManager: Set m_dirty directly 2024-01-06 10:37:53 -07:00
EventManager.h Calendar/EventManager: Set m_dirty directly 2024-01-06 10:37:53 -07:00
main.cpp Calendar: Ask about unsaved changes when closing the window :^) 2024-01-06 10:37:53 -07:00