1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 20:28:11 +00:00
serenity/Userland/Applications/SoundPlayer
Tim Schumacher ce2f1b845f Everywhere: Mark dependencies of most targets as PRIVATE
Otherwise, we end up propagating those dependencies into targets that
link against that library, which creates unnecessary link-time
dependencies.

Also included are changes to readd now missing dependencies to tools
that actually need them.
2022-11-01 14:49:09 +00:00
..
AlbumCoverVisualizationWidget.cpp Everywhere: Add sv suffix to strings relying on StringView(char const*) 2022-07-12 23:11:35 +02:00
AlbumCoverVisualizationWidget.h LibAudio+LibDSP: Switch samples to 32-bit float instead of 64-bit float 2022-05-07 20:20:16 +02:00
BarsVisualizationWidget.cpp LibDSP: Rename library namespace to DSP 2022-07-19 11:17:45 +01:00
BarsVisualizationWidget.h LibAudio+LibDSP: Switch samples to 32-bit float instead of 64-bit float 2022-05-07 20:20:16 +02:00
CMakeLists.txt Everywhere: Mark dependencies of most targets as PRIVATE 2022-11-01 14:49:09 +00:00
Common.h LibGUI: Add DoClamp option to AbstractSlider::set_value() 2022-03-29 17:45:36 +02:00
M3UParser.cpp SoundPlayer: Port M3UParser to Core::Stream 2022-09-20 07:48:45 -04:00
M3UParser.h SoundPlayer: Port M3UParser to Core::Stream 2022-09-20 07:48:45 -04:00
main.cpp Userland: Let applications make use of make_command_palette_action() 2022-10-25 10:21:18 +01:00
PlaybackManager.cpp LibAudio: Rename ConnectionFromClient to ConnectionToServer 2022-07-19 11:17:45 +01:00
PlaybackManager.h LibAudio: Rename ConnectionFromClient to ConnectionToServer 2022-07-19 11:17:45 +01:00
Player.cpp LibAudio: Get rid of unused method Loader::file() 2022-10-14 23:11:23 +02:00
Player.h LibAudio: Rename ConnectionFromClient to ConnectionToServer 2022-07-19 11:17:45 +01:00
Playlist.cpp LibAudio: Get rid of unused method Loader::file() 2022-10-14 23:11:23 +02:00
Playlist.h SoundPlayer: Implement playlist shuffle mode 2021-10-25 23:37:18 +02:00
PlaylistWidget.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
PlaylistWidget.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
SampleWidget.cpp LibAudio+LibDSP: Switch samples to 32-bit float instead of 64-bit float 2022-05-07 20:20:16 +02:00
SampleWidget.h LibAudio+LibDSP: Switch samples to 32-bit float instead of 64-bit float 2022-05-07 20:20:16 +02:00
SoundPlayerWidgetAdvancedView.cpp Applications+DevTools: Remove fixed sizes from Splitters 2022-08-30 16:28:44 +01:00
SoundPlayerWidgetAdvancedView.h LibAudio: Rename ConnectionFromClient to ConnectionToServer 2022-07-19 11:17:45 +01:00
VisualizationWidget.h LibAudio+LibDSP: Switch samples to 32-bit float instead of 64-bit float 2022-05-07 20:20:16 +02:00