1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-10-17 00:12:24 +00:00
serenity/Userland/Applications/SoundPlayer
Itamar 3a71748e5d Userland: Rename IPC ClientConnection => ConnectionFromClient
This was done with CLion's automatic rename feature and with:
find . -name ClientConnection.h
    | rename 's/ClientConnection\.h/ConnectionFromClient.h/'

find . -name ClientConnection.cpp
    | rename 's/ClientConnection\.cpp/ConnectionFromClient.cpp/'
2022-02-25 22:35:12 +01:00
..
BarsVisualizationWidget.cpp Applications: Use default constructors/destructors 2022-02-14 22:06:55 +00:00
BarsVisualizationWidget.h Applications: Use default constructors/destructors 2022-02-14 22:06:55 +00:00
CMakeLists.txt SoundPlayer: Port to LibMain :^) 2021-12-04 15:07:18 -08:00
Common.h Userland: Resolve -Woverloaded-virtual in LibGUI and SoundPlayer 2022-01-04 07:51:31 +00:00
M3UParser.cpp SoundPlayer: Make M3UParser more idiomatic 2021-10-25 23:37:18 +02:00
M3UParser.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
main.cpp Userland: Rename IPC ClientConnection => ConnectionFromClient 2022-02-25 22:35:12 +01:00
NoVisualizationWidget.cpp Applications: Use default constructors/destructors 2022-02-14 22:06:55 +00:00
NoVisualizationWidget.h Applications: Use default constructors/destructors 2022-02-14 22:06:55 +00:00
PlaybackManager.cpp Userland: Rename IPC ClientConnection => ConnectionFromClient 2022-02-25 22:35:12 +01:00
PlaybackManager.h Userland: Rename IPC ClientConnection => ConnectionFromClient 2022-02-25 22:35:12 +01:00
Player.cpp Userland: Rename IPC ClientConnection => ConnectionFromClient 2022-02-25 22:35:12 +01:00
Player.h Userland: Rename IPC ClientConnection => ConnectionFromClient 2022-02-25 22:35:12 +01:00
Playlist.cpp LibAudio: New error propagation API in Loader and Buffer 2021-11-28 13:33:51 -08:00
Playlist.h SoundPlayer: Implement playlist shuffle mode 2021-10-25 23:37:18 +02:00
PlaylistWidget.cpp Applications: Fix visibility of Object-derivative constructors 2021-11-02 22:56:53 +01:00
PlaylistWidget.h Applications: Fix visibility of Object-derivative constructors 2021-11-02 22:56:53 +01:00
SampleWidget.cpp Applications: Use default constructors/destructors 2022-02-14 22:06:55 +00:00
SampleWidget.h Applications: Use default constructors/destructors 2022-02-14 22:06:55 +00:00
SoundPlayerWidgetAdvancedView.cpp Userland: Rename IPC ClientConnection => ConnectionFromClient 2022-02-25 22:35:12 +01:00
SoundPlayerWidgetAdvancedView.h Userland: Rename IPC ClientConnection => ConnectionFromClient 2022-02-25 22:35:12 +01:00
VisualizationWidget.h Applications: Fix visibility of Object-derivative constructors 2021-11-02 22:56:53 +01:00