Karol Kosek
e75d694974
Userland: Compare event MIME type list with a StringView
...
The following commit will port MIME types to String. Traits<String>
- used in Vector::contains_slow - can't compare String type with char*,
so we need to use StringView instead.
2023-09-29 14:40:21 +01:00
Lucas CHOLLET
3f35ffb648
Userland: Prefer _string
over _short_string
...
As `_string` can't fail anymore (since 3434412
), there are no real
benefits to use the short variant in most cases.
2023-08-08 07:37:21 +02:00
Sam Atkins
d00f489cdc
SoundPlayer: Rename main widget to SoundPlayerWidget
...
This is the main widget, and is never replaced by something else, so
having "AdvancedView" in there is a bit confusing.
2023-07-19 19:37:27 +01:00
Cesar Torres
fd126578d9
SoundPlayer: Add samplerate variable to visualizations
...
also fix conflict
2021-03-27 10:20:55 +01:00
Cesar Torres
e4d6a56a28
AudioPlayer: Further decouple the player from the GUI
2021-03-27 10:20:55 +01:00
Cesar Torres
7aa5297835
SoundPlayer: Update the SoundPlayer interface
...
Also fix rebase conflict
2021-03-27 10:20:55 +01:00
Andreas Kling
dc28c07fa5
Applications: Move to Userland/Applications/
2021-01-12 12:05:23 +01:00