1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 22:38:13 +00:00
serenity/Userland/Applications/Calendar
david072 039114b728 Calendar: Move MonthListModel into Calendar.h
Previously, we had two versions of MonthListModel for the AddEventDialog
and the DatePickerDialog. Now, a unified version is in the Calendar.h
file, which can be used easily by anyone. Since that model and the
MeridiemListModel weren't used anymore in the AddEventDialog, I have
also removed them from there.
2024-01-06 10:37:53 -07:00
..
AddEventDialog.cpp Calendar: Move MonthListModel into Calendar.h 2024-01-06 10:37:53 -07:00
AddEventDialog.gml Calendar: Add inputs to change event end date/time 2023-10-26 11:10:23 +02:00
AddEventDialog.h Calendar: Move MonthListModel into Calendar.h 2024-01-06 10:37:53 -07:00
CalendarWidget.cpp Calendar: Add a link to the Manual in Help Menu 2023-12-26 18:37:35 +01: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 Calendar: Add a link to the Manual in Help Menu 2023-12-26 18:37:35 +01:00
EventCalendar.cpp Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
EventCalendar.h Calendar: Implement saving, loading, and displaying of calendars 2023-08-07 13:14:58 -06:00
EventManager.cpp Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
EventManager.h Calendar: Implement saving, loading, and displaying of calendars 2023-08-07 13:14:58 -06:00
main.cpp Calendar: Add a link to the Manual in Help Menu 2023-12-26 18:37:35 +01:00