1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 20:28:11 +00:00
serenity/Userland/Applications
Cygnix Proto 806a55eda1 LibGfx+Userland: Make Gfx::SystemTheme propagate errors
This patch introduces error propagation to Gfx::SystemTheme to remove
instances of release_value_but_fixme_should_propagate_errors().

Userland applications that have been affected by this change have been
updated to utilise this propagation and as a result 4 such instances of
the aforementioned method have been removed.
2022-12-14 18:25:28 +00:00
..
3DFileViewer 3DFileViewer: Properly propagate errors from WavefrontOBJLoader 2022-12-06 17:24:45 +00:00
About Everywhere: Mark dependencies of most targets as PRIVATE 2022-11-01 14:49:09 +00:00
AnalogClock Everywhere: Rename to_{string => deprecated_string}() where applicable 2022-12-06 08:54:33 +01:00
Assistant Everywhere: Rename to_{string => deprecated_string}() where applicable 2022-12-06 08:54:33 +01:00
Browser Browser: Inject cookies timestamps as integers rather than doubles 2022-12-14 09:21:30 -05:00
BrowserSettings Everywhere: Stop shoving things into ::std and mentioning them as such 2022-12-14 11:44:32 +01:00
Calculator Everywhere: Rename to_{string => deprecated_string}() where applicable 2022-12-06 08:54:33 +01:00
Calendar AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
CalendarSettings Everywhere: Mark dependencies of most targets as PRIVATE 2022-11-01 14:49:09 +00:00
CharacterMap Everywhere: Rename to_{string => deprecated_string}() where applicable 2022-12-06 08:54:33 +01:00
ClockSettings Everywhere: Rename to_{string => deprecated_string}() where applicable 2022-12-06 08:54:33 +01:00
CrashReporter CrashReporter: Factorize exiting behavior to window->close() 2022-12-08 17:20:51 +01:00
Debugger Everywhere: Rename to_{string => deprecated_string}() where applicable 2022-12-06 08:54:33 +01:00
DisplaySettings LibGfx+Userland: Make Gfx::SystemTheme propagate errors 2022-12-14 18:25:28 +00:00
Escalator AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
FileManager FileManager: Display message box if stat()'ing a file to activate fails 2022-12-14 15:48:25 +00:00
FontEditor Everywhere: Rename to_{string => deprecated_string}() where applicable 2022-12-06 08:54:33 +01:00
GamesSettings AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
Help Help: Move-capture help page path 2022-12-14 15:06:38 +00:00
HexEditor Everywhere: Rename to_{string => deprecated_string}() where applicable 2022-12-06 08:54:33 +01:00
ImageViewer Everywhere: Rename to_{string => deprecated_string}() where applicable 2022-12-06 08:54:33 +01:00
KeyboardMapper Everywhere: Rename to_{string => deprecated_string}() where applicable 2022-12-06 08:54:33 +01:00
KeyboardSettings KeyboardSettings: Disable "activate keymap" button if keymap is active 2022-12-10 12:00:30 +00:00
Magnifier Magnifier: Add a manual to Help menu and propagate construction errors 2022-12-10 13:15:35 +01:00
Mail Meta+Userland: Pass Gfx::IntPoint by value 2022-12-07 11:48:27 +01:00
MailSettings AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
MouseSettings WindowServer+MouseSettings: Improve buttons_switched naming 2022-12-08 07:04:09 -05:00
NetworkSettings LibCore: Rename Stream::read_all to read_until_eof 2022-12-12 14:16:42 +01:00
PartitionEditor AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
PDFViewer PDFViewer: Let users change image rendering 2022-12-10 10:49:03 +01:00
Piano Piano: Only treat unmodified key presses as playing notes 2022-12-14 18:25:02 +00:00
PixelPaint PixelPaint: Add background color options to "new image" dialog 2022-12-14 15:23:07 +00:00
Presenter Presenter: Ignore unhandled keydown events 2022-12-14 18:25:02 +00:00
Run AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
Settings AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
SoundPlayer LibCore: Rename Stream::read_all to read_until_eof 2022-12-12 14:16:42 +01:00
SpaceAnalyzer SpaceAnalyzer: Ignore unhandled keydown events 2022-12-14 18:25:02 +00:00
Spreadsheet LibJS: Remove Object(Object& prototype) footgun 2022-12-14 15:11:57 +01:00
SystemMonitor LibCore: Rename Stream::read_all to read_until_eof 2022-12-12 14:16:42 +01:00
Terminal Meta+Userland: Pass Gfx::IntSize by value 2022-12-07 11:48:27 +01:00
TerminalSettings LibGUI: Split OpacitySlider into vertical and horizontal helper classes 2022-12-09 00:25:30 +01:00
TextEditor LibGUI+TextEditor: Add a relative line number option for TextEditor 2022-12-12 16:02:06 +00:00
ThemeEditor LibGfx+Userland: Make Gfx::SystemTheme propagate errors 2022-12-14 18:25:28 +00:00
VideoPlayer Everywhere: Rename to_{string => deprecated_string}() where applicable 2022-12-06 08:54:33 +01:00
Welcome AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
CMakeLists.txt Applications: Add Presenter 2022-11-25 14:28:33 -07:00