1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-15 10:17:36 +00:00
serenity/Userland/Applications/SoundPlayer
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
..
AudioAlgorithms.cpp Everywhere: Use AK/Math.h if applicable 2021-07-19 16:34:21 +04:30
AudioAlgorithms.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
BarsVisualizationWidget.cpp Everywhere: Use AK/Math.h if applicable 2021-07-19 16:34:21 +04:30
BarsVisualizationWidget.h SoundPlayer: Show the context menu right under the cursor 2021-07-11 21:15:56 +02:00
CMakeLists.txt Everywhere: Add component declarations 2021-06-17 11:03:51 +02:00
Common.h SoundPlayer: Fix playback slider page stepping 2021-06-02 09:39:30 +02:00
M3UParser.cpp SoundPlayer: Fix a spelling mistake in a variable name 2021-07-19 11:27:58 +02:00
M3UParser.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
main.cpp Userland: Add GUI::Window::add_menu() and use it everywhere 2021-07-21 21:24:26 +02:00
NoVisualizationWidget.cpp LibGfx: Use "try_" prefix for static factory functions 2021-07-21 18:02:15 +02:00
NoVisualizationWidget.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
PlaybackManager.cpp SoundPlayer: Handle any input file sample rate 2021-06-21 03:13:59 +04:30
PlaybackManager.h SoundPlayer: Handle any input file sample rate 2021-06-21 03:13:59 +04:30
Player.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
PlaylistWidget.cpp AK+Everywhere: Add and use static APIs for LexicalPath 2021-06-30 11:13:54 +02:00
PlaylistWidget.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
SampleWidget.cpp Everywhere: Use AK/Math.h if applicable 2021-07-19 16:34:21 +04:30
SampleWidget.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
SoundPlayerWidgetAdvancedView.cpp LibGfx: Use "try_" prefix for static factory functions 2021-07-21 18:02:15 +02:00
SoundPlayerWidgetAdvancedView.h SoundPlayer: Handle any input file sample rate 2021-06-21 03:13:59 +04:30
VisualizationBase.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00