1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-24 22:47:44 +00:00
serenity/Userland/Applications/Piano
Andreas Kling 687a12d7fb Userland: Add GUI::Window::add_menu() and use it everywhere
Applications previously had to create a GUI::Menubar object, add menus
to it, and then call GUI::Window::set_menubar().

This patch introduces GUI::Window::add_menu() which creates the menubar
automatically and adds items to it. Application code becomes slightly
simpler as a result. :^)
2021-07-21 21:24:26 +02:00
..
AudioPlayerLoop.cpp Piano: Add Play/Pause, Forward and Back buttons 2021-07-14 12:07:43 +04:30
AudioPlayerLoop.h Piano: Add Play/Pause, Forward and Back buttons 2021-07-14 12:07:43 +04:30
CMakeLists.txt Piano: Add Play/Pause, Forward and Back buttons 2021-07-14 12:07:43 +04:30
KeysWidget.cpp Piano: Use the return key emoji in the key labels 2021-05-17 00:16:49 +01:00
KeysWidget.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
KnobsWidget.cpp Piano: Add track Volume and improve QOL 2021-04-25 11:30:41 +02:00
KnobsWidget.h Piano: Add track Volume and improve QOL 2021-04-25 11:30:41 +02:00
main.cpp Userland: Add GUI::Window::add_menu() and use it everywhere 2021-07-21 21:24:26 +02:00
MainWidget.cpp Piano: Add Play/Pause, Forward and Back buttons 2021-07-14 12:07:43 +04:30
MainWidget.h Piano: Add Play/Pause, Forward and Back buttons 2021-07-14 12:07:43 +04:30
Music.h Piano: Use AudioServer instead of /dev/audio for audio 2021-07-05 19:33:55 +02:00
PlayerWidget.cpp LibGfx: Use "try_" prefix for static factory functions 2021-07-21 18:02:15 +02:00
PlayerWidget.h Piano: Add Play/Pause, Forward and Back buttons 2021-07-14 12:07:43 +04:30
RollWidget.cpp LibGfx: Use "try_" prefix for static factory functions 2021-07-21 18:02:15 +02:00
RollWidget.h LibGUI: Rename ScrollableWidget => AbstractScrollableWidget 2021-05-03 21:03:13 +02:00
SamplerWidget.cpp LibGfx: Use "try_" prefix for static factory functions 2021-07-21 18:02:15 +02:00
SamplerWidget.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
Track.cpp Everywhere: Use AK/Math.h if applicable 2021-07-19 16:34:21 +04:30
Track.h AK: Add support for removing SinglyLinkedList nodes during iteration 2021-06-15 23:59:21 +01:00
TrackManager.cpp Piano: Add Play/Pause, Forward and Back buttons 2021-07-14 12:07:43 +04:30
TrackManager.h Piano: Add Play/Pause, Forward and Back buttons 2021-07-14 12:07:43 +04:30
WaveWidget.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
WaveWidget.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00