1
0
mirror of https://github.com/SerenityOS/serenity synced 2024-07-09 11:00:46 +00:00
serenity/Userland/Applications/Calendar
Dan Klishch 5ed7cd6e32 Everywhere: Use east const in more places
These changes are compatible with clang-format 16 and will be mandatory
when we eventually bump clang-format version. So, since there are no
real downsides, let's commit them now.
2024-04-19 06:31:19 -04:00
..
AddEventDialog.cpp Calendar: Use new GML compiler 2024-01-19 10:50:15 +00:00
AddEventDialog.gml Calendar: Use new GML compiler 2024-01-19 10:50:15 +00:00
AddEventDialog.h Calendar: Use new GML compiler 2024-01-19 10:50:15 +00:00
AddEventWidget.cpp Userland: Propagate errors with TRY() where possible 2024-02-14 17:46:06 -05:00
AddEventWidget.h Calendar: Use new GML compiler 2024-01-19 10:50:15 +00:00
CalendarWidget.cpp Everywhere: Use east const in more places 2024-04-19 06:31:19 -04:00
CalendarWidget.gml Calendar: Use new GML compiler 2024-01-19 10:50:15 +00:00
CalendarWidget.h LibFileSystemAccessClient+Userland: Return file paths as ByteStrings 2024-01-29 23:14:39 +00:00
CMakeLists.txt AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04: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 Userland: Avoid some conversions from rvalue strings to StringView 2024-04-04 11:23:21 +02:00
EventManager.h LibFileSystemAccessClient+Userland: Return file paths as ByteStrings 2024-01-29 23:14:39 +00:00
main.cpp Calendar: Ask about unsaved changes when closing the window :^) 2024-01-06 10:37:53 -07:00
ViewEventDialog.cpp Calendar: Add ability to view events 2024-02-08 08:13:04 -07:00
ViewEventDialog.gml Calendar: Add ability to view events 2024-02-08 08:13:04 -07:00
ViewEventDialog.h Calendar: Add ability to view events 2024-02-08 08:13:04 -07:00
ViewEventWidget.cpp Calendar: Add ability to view events 2024-02-08 08:13:04 -07:00
ViewEventWidget.h Calendar: Add ability to view events 2024-02-08 08:13:04 -07:00