1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-18 23:10:59 +00:00
serenity/Userland/Applications/SoundPlayer
Max Wipfli 229414b002 Applications: Use titlecase and distinct underlined characters in menus
This changes (context) menus across the system to conform to titlecase
capitalization and to not underline the same character twice (for
accessing actions with Alt).
2021-05-21 18:41:28 +01:00
..
AudioAlgorithms.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
AudioAlgorithms.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
BarsVisualizationWidget.cpp Userland: Don't explicitly call Vector<T>::is_null() 2021-05-16 17:49:42 +02:00
BarsVisualizationWidget.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
CMakeLists.txt SoundPlayer: Add samplerate variable to visualizations 2021-03-27 10:20:55 +01:00
Common.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
M3UParser.cpp Everywhere: Remove empty line after function body opening curly brace 2021-04-25 20:20:00 +02:00
M3UParser.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
main.cpp Applications: Use titlecase and distinct underlined characters in menus 2021-05-21 18:41:28 +01:00
NoVisualizationWidget.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
NoVisualizationWidget.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
PlaybackManager.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
PlaybackManager.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
Player.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
PlaylistWidget.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
PlaylistWidget.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
SampleWidget.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
SampleWidget.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
SoundPlayerWidgetAdvancedView.cpp AK: Rename adopt() to adopt_ref() 2021-04-23 16:46:57 +02:00
SoundPlayerWidgetAdvancedView.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
VisualizationBase.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00