1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 07:37:44 +00:00
serenity/Userland/Applications/Calendar
david072 d0a4f6678c Calendar/AddEventDialog: Change SpinBoxes to accept 24-hour values
Since the meridiem selection was removed in the previous commit and
there currently doesn't seem to be a way to change the system time
format, I'm changing the SpinBoxes here to accept 24-hour format values
for now.
2024-01-06 10:37:53 -07:00
..
AddEventDialog.cpp Calendar/AddEventDialog: Remove meridiem selection 2024-01-06 10:37:53 -07:00
AddEventDialog.gml Calendar/AddEventDialog: Change SpinBoxes to accept 24-hour values 2024-01-06 10:37:53 -07:00
AddEventDialog.h Calendar/AddEventDialog: Remove meridiem selection 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