ladybird/Userland/Applications/DisplaySettings
Lucas CHOLLET 2693745336 LibThreading+Everywhere: Support returning error from BackgroundAction
This patch allows returning an `Error` from the `on_complete` callback
in `BackgroundAction`.

It also adds a custom callback to manage errors returned during its
execution.
2022-12-15 17:36:57 +00:00
..
BackgroundSettings.gml LibGUI+Applications: Use the new layout system in the settings screens 2022-06-28 17:52:42 +01:00
BackgroundSettingsWidget.cpp Everywhere: Rename to_{string => deprecated_string}() where applicable 2022-12-06 08:54:33 +01:00
BackgroundSettingsWidget.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
CMakeLists.txt Everywhere: Mark dependencies of most targets as PRIVATE 2022-11-01 14:49:09 +00:00
DesktopSettings.gml DisplaySettings: Update Workspaces tab GML 2022-08-16 16:41:47 +02:00
DesktopSettingsWidget.cpp AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
DesktopSettingsWidget.h Applications: Use default constructors/destructors 2022-02-14 22:06:55 +00:00
EffectsSettings.gml LibGUI+WindowServer+DisplaySettings: Add Tooltips to SystemEffects 2022-08-16 16:53:00 +02:00
EffectsSettingsWidget.cpp AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
EffectsSettingsWidget.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
FontSettings.gml Userland+Base: Make the window titlebar font configurable separately 2022-08-01 10:29:53 +02:00
FontSettingsWidget.cpp Userland+Base: Make the window titlebar font configurable separately 2022-08-01 10:29:53 +02:00
FontSettingsWidget.h Userland+Base: Make the window titlebar font configurable separately 2022-08-01 10:29:53 +02:00
main.cpp DisplaySettings: Add an Effects tab 2022-08-09 12:08:21 +02:00
MonitorSettings.gml DisplaySettings: Capitalize s in screen settings 2022-08-03 21:49:41 +01:00
MonitorSettingsWidget.cpp AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
MonitorSettingsWidget.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
MonitorWidget.cpp LibThreading+Everywhere: Support returning error from BackgroundAction 2022-12-15 17:36:57 +00:00
MonitorWidget.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
ThemePreviewWidget.cpp LibGfx+Userland: Make Gfx::SystemTheme propagate errors 2022-12-14 18:25:28 +00:00
ThemePreviewWidget.h LibGfx+Userland: Make Gfx::SystemTheme propagate errors 2022-12-14 18:25:28 +00:00
ThemesSettings.gml LibGUI+Applications: Use the new layout system in the settings screens 2022-06-28 17:52:42 +01:00
ThemesSettingsWidget.cpp LibGfx+Userland: Make Gfx::SystemTheme propagate errors 2022-12-14 18:25:28 +00:00
ThemesSettingsWidget.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00