serenity/Userland/Applications/Piano
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
..
ProcessorParameterWidget Piano: Remove unused include of AK/StdLibExtraDetails.h 2023-01-02 20:27:20 -05:00
AudioPlayerLoop.cpp Piano: Overhaul AudioPlayerLoop and throw out event loops 2022-12-15 00:21:00 -07:00
AudioPlayerLoop.h Piano: Overhaul AudioPlayerLoop and throw out event loops 2022-12-15 00:21:00 -07:00
CMakeLists.txt Piano: Overhaul AudioPlayerLoop and throw out event loops 2022-12-15 00:21:00 -07:00
KeysWidget.cpp Meta+Userland: Pass Gfx::IntPoint by value 2022-12-07 11:48:27 +01:00
KeysWidget.h Meta+Userland: Pass Gfx::IntPoint by value 2022-12-07 11:48:27 +01:00
KnobsWidget.cpp AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
KnobsWidget.h
main.cpp LibGUI+Everywhere: Use fallible Window::set_main_widget() everywhere :^) 2023-01-06 13:36:02 -07:00
MainWidget.cpp Piano: Only treat unmodified key presses as playing notes 2022-12-14 18:25:02 +00:00
MainWidget.h Piano: Only treat unmodified key presses as playing notes 2022-12-14 18:25:02 +00:00
Music.h
PlayerWidget.cpp AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
PlayerWidget.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
RollWidget.cpp Everywhere: Fix badly-formatted includes 2023-01-02 11:06:15 -05:00
RollWidget.h
SamplerWidget.cpp AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
SamplerWidget.h
TrackManager.cpp Piano: Guard against all allocations at top level of the audio pipeline 2022-11-13 19:17:21 +00:00
TrackManager.h Everywhere: Remove unused includes of AK/Array.h 2023-01-02 20:08:35 +00:00
WaveWidget.cpp
WaveWidget.h