ladybird/Userland/Applications/Calendar
Michal Grich 331a19efe8 Calendar: Save time of the event and display it in Calendar
This PR introduces the ability to save calendar event times
and adds functionality for displaying saved times in the calendar.
Additionally, it addresses the issue where changes to the time
value in the dropdown were not being saved.
2023-09-05 15:08:42 +01:00
..
AddEventDialog.cpp Calendar: Save time of the event and display it in Calendar 2023-09-05 15:08:42 +01:00
AddEventDialog.h Calendar: Implement saving, loading, and displaying of calendars 2023-08-07 13:14:58 -06:00
CalendarWidget.cpp LibGUI+Userland: Remove Toolbar::try_add_{action,separator}() 2023-08-15 15:56:34 +02:00
CalendarWidget.h Calendar: Promote view_type ActionGroup to CalendarWidget's member 2023-08-13 22:34:14 +02:00
CalendarWindow.gml Calendar: Implement saving, loading, and displaying of calendars 2023-08-07 13:14:58 -06:00
CMakeLists.txt Meta: Rename compile_gml to stringify_gml 2023-08-11 21:33:48 +02:00
EventCalendar.cpp Calendar: Save time of the event and display it in Calendar 2023-09-05 15:08:42 +01:00
EventCalendar.h Calendar: Implement saving, loading, and displaying of calendars 2023-08-07 13:14:58 -06:00
EventManager.cpp Calendar: Implement saving, loading, and displaying of calendars 2023-08-07 13:14:58 -06:00
EventManager.h Calendar: Implement saving, loading, and displaying of calendars 2023-08-07 13:14:58 -06:00
main.cpp Calendar: Implement saving, loading, and displaying of calendars 2023-08-07 13:14:58 -06:00