kleines Filmröllchen
adc845e0cb
Userland: Port to automatic GML initializer where possible
2024-01-29 05:21:48 -07:00
kleines Filmröllchen
63687c46ff
CalendarSettings: Use new GML compiler
2024-01-19 10:50:15 +00:00
Tim Ledbetter
a6f6a1afd2
Userland: Prefer non-fallible construction for LibGUI objects
2023-09-18 18:00:45 +02:00
Karol Kosek
e36e465b41
CalendarSettings: Propagate errors when creating CalendarSettingsWidget
...
We need to add another pair of parenthesizes when propagating an
initialization of ItemListModel, because a comma in a template argument
would work as a separator of macro arguments, leading to a compile
error.
2023-06-10 07:19:06 +02:00
Sam Atkins
f0395a2042
LibGUI+Userland: Rename try_load_from_gml()
-> load_from_gml()
:^)
...
It's the only one, so the `try` prefix is unnecessary now.
2023-01-07 14:39:30 +01:00
Sam Atkins
54b1326165
Userland: Replace all uses of load_from_gml
with try_load_from_gml
...
MOAR FIXMES! ;^)
2023-01-07 14:39:30 +01:00
Tobias Christiansen
eca559d65d
CalendarSettings: Add Weekend-specific settings
...
In some calendars, weekends start on other days than saturday and can
also have different lengths than 2 days. This patch allows you to set
these values, however they don't do anything yet as Serenity's Calendar
doesn't care about Weekends at the moment.
2022-10-04 12:13:54 -04:00
Olivier De Cannière
a1d98b825d
Calendar: Add setting to choose default view
...
This commit adds an entry to the Calendar Settings to allow the user to
select between the month and year views as the startup default.
2022-09-20 13:12:00 -04:00
Olivier De Cannière
0eceed4fd7
Calendar: Add a Calendar settings dialog for the first day of the week
...
This commit adds a new settings dialog for the Calendar application and
applet. It allows the user to specify their preferred first day of the
week.
2022-09-20 13:12:00 -04:00