ladybird/Userland/Applications/SystemMonitor
Sam Atkins 0c24522635 LibGUI+Everywhere: Use fallible Window::set_main_widget() everywhere :^)
Rip that bandaid off!

This does the following, in one big, awkward jump:
- Replace all uses of `set_main_widget<Foo>()` with the `try` version.
- Remove `set_main_widget<Foo>()`.
- Rename the `try` version to just be `set_main_widget` because it's now
  the only one.

The majority of places that call `set_main_widget<Foo>()` are inside
constructors, so this unfortunately gives us a big batch of new
`release_value_but_fixme_should_propagate_errors()` calls.
2023-01-06 13:36:02 -07:00
..
CMakeLists.txt Everywhere: Mark dependencies of most targets as PRIVATE 2022-11-01 14:49:09 +00:00
GraphWidget.cpp Everywhere: Add sv suffix to strings relying on StringView(char const*) 2022-07-12 23:11:35 +02:00
GraphWidget.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
main.cpp LibGUI+Everywhere: Use fallible Window::set_main_widget() everywhere :^) 2023-01-06 13:36:02 -07:00
MemoryStatsWidget.cpp Everywhere: Remove unused includes of LibC/stdlib.h 2023-01-02 20:27:20 -05:00
MemoryStatsWidget.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
NetworkStatisticsWidget.cpp LibGfx: Avoid rounding/truncating glyph positions till blitting 2023-01-05 12:09:35 +01:00
NetworkStatisticsWidget.h SystemMonitor: Add context menu for opening adapter in NetworkSettings 2022-11-02 12:00:26 +00:00
ProcessFileDescriptorMapWidget.cpp AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
ProcessFileDescriptorMapWidget.h SystemMonitor: Move process window to GML 2022-04-03 12:21:05 +02:00
ProcessMemoryMapWidget.cpp Everywhere: Rename to_{string => deprecated_string}() where applicable 2022-12-06 08:54:33 +01:00
ProcessMemoryMapWidget.h SystemMonitor: Move process window to GML 2022-04-03 12:21:05 +02:00
ProcessModel.cpp LibCore: Rename Stream::read_all to read_until_eof 2022-12-12 14:16:42 +01:00
ProcessModel.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
ProcessStateWidget.cpp LibGfx: Move other font-related files to LibGfx/Font/ 2022-04-09 23:48:18 +02:00
ProcessStateWidget.h SystemMonitor: Move process window to GML 2022-04-03 12:21:05 +02:00
ProcessUnveiledPathsWidget.cpp AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
ProcessUnveiledPathsWidget.h SystemMonitor: Move process window to GML 2022-04-03 12:21:05 +02:00
ProcessWindow.gml SystemMonitor: Add some margin around widgets in the process inspector 2022-08-14 23:33:28 +02:00
SystemMonitor.gml SystemMonitor: Remove GML references to the deleted Hardware tab 2022-08-12 12:24:40 +02:00
ThreadStackWidget.cpp LibThreading+Everywhere: Support returning error from BackgroundAction 2022-12-15 17:36:57 +00:00
ThreadStackWidget.h SystemMonitor: Move process window to GML 2022-04-03 12:21:05 +02:00