serenity/Userland/Applications/SoundPlayer
Dan Klishch 5ed7cd6e32 Everywhere: Use east const in more places
These changes are compatible with clang-format 16 and will be mandatory
when we eventually bump clang-format version. So, since there are no
real downsides, let's commit them now.
2024-04-19 06:31:19 -04:00
..
AlbumCoverVisualizationWidget.cpp
AlbumCoverVisualizationWidget.h
BarsVisualizationWidget.cpp
BarsVisualizationWidget.h
CMakeLists.txt AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
M3UParser.cpp Everywhere: Use to_number<T> instead of to_{int,uint,float,double} 2023-12-23 20:41:07 +01:00
M3UParser.h Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
main.cpp SoundPlayer: Don't drop the unix pledge 2024-01-19 09:08:37 +01:00
PlaybackManager.cpp LibCore: Stop obsessing about tiny OOMs in Core::Timer 2024-04-17 07:16:52 +02:00
PlaybackManager.h
Player.cpp Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
Player.h Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
Playlist.cpp LibFileSystem+Userland: Rename size() to size_from_stat() 2024-02-24 15:54:52 -07:00
Playlist.h Everywhere: Use east const in more places 2024-04-19 06:31:19 -04:00
PlaylistWidget.cpp Userland: Prefer _string over _short_string 2023-08-08 07:37:21 +02:00
PlaylistWidget.h SoundPlayer: Use an enum for PlaylistModel columns 2023-07-19 19:37:27 +01:00
SampleWidget.cpp
SampleWidget.h
SoundPlayerWidget.cpp Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
SoundPlayerWidget.h LibGUI: Split HorizontalSlider to separate header 2023-12-08 01:06:09 +01:00
VisualizationWidget.h