1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 20:28:11 +00:00
serenity/Userland/Applications
Zaggy1024 a4c7672802 LibVideo: Rename Status -> State in PlaybackStatusChangeEvent class
A bit of a bikeshed, but status sounds more like a result of an action,
and state sounds more accurate to what the `PlaybackManager` does.

The previous and current state fields of the `PlaybackStateChangeEvent`
are now removed, since they were unused (for now).

This is a lead-up to the refactoring of VideoPlaybackManager to make
that diff more legible.
2023-02-08 21:52:42 +01:00
..
3DFileViewer AK: Remove try_ prefix from FixedArray creation functions 2023-01-28 22:41:36 +01:00
About LibGUI+About: Make AboutDialog creation fallible 2023-02-07 10:43:15 +00:00
AnalogClock LibGUI+Everywhere: Use fallible Window::set_main_widget() everywhere :^) 2023-01-06 13:36:02 -07:00
Assistant LibGfx: Remove try_ prefix from bitmap creation functions 2023-01-26 20:24:37 +00:00
Browser Everywhere: Use ReadonlySpan<T> instead of Span<T const> 2023-02-08 19:15:45 +00:00
BrowserSettings LibGUI+Userland: Switch order of parameters for InputBox::show 2023-02-04 18:46:39 -07:00
Calculator Calculator: Treat constants and pasted numbers as input 2023-02-05 08:07:45 +00:00
Calendar LibGfx: Remove try_ prefix from bitmap creation functions 2023-01-26 20:24:37 +00:00
CalendarSettings LibGUI+Userland: Rename try_load_from_gml() -> load_from_gml() :^) 2023-01-07 14:39:30 +01:00
CharacterMap LibGUI+Userland: Switch order of parameters for InputBox::show 2023-02-04 18:46:39 -07:00
ClockSettings Everywhere: Use ReadonlySpan<T> instead of Span<T const> 2023-02-08 19:15:45 +00:00
CrashReporter AK: Remove StringBuilder::build() in favor of to_deprecated_string() 2023-01-27 20:38:49 +00:00
Debugger Debugger: Support attaching to a running process 2023-02-08 19:23:07 +01:00
DisplaySettings DisplaySettings: Made select wallpaper use allowed file types 2023-02-02 04:05:42 -07:00
Escalator LibGUI+Userland: Rename try_load_from_gml() -> load_from_gml() :^) 2023-01-07 14:39:30 +01:00
FileManager LibGUI+Userland: Switch order of parameters for InputBox::show 2023-02-04 18:46:39 -07:00
FontEditor LibGUI+Userland: Switch order of parameters for InputBox::show 2023-02-04 18:46:39 -07:00
GamesSettings Chess+GamesSettings: Give chess pieces some breathing room 2023-02-04 12:29:03 +01:00
Help LibGfx: Remove try_ prefix from bitmap creation functions 2023-01-26 20:24:37 +00:00
HexEditor Everywhere: Use ReadonlySpan<T> instead of Span<T const> 2023-02-08 19:15:45 +00:00
ImageViewer LibGfx: Remove try_ prefix from bitmap creation functions 2023-01-26 20:24:37 +00:00
KeyboardMapper LibGUI+Everywhere: Use fallible Window::set_main_widget() everywhere :^) 2023-01-06 13:36:02 -07:00
KeyboardSettings KeyboardSettings: Replace uses of JsonObject::get_deprecated()/get_ptr() 2023-01-27 08:07:24 -05:00
Magnifier LibGfx: Remove try_ prefix from bitmap creation functions 2023-01-26 20:24:37 +00:00
Mail LibGfx: Remove try_ prefix from bitmap creation functions 2023-01-26 20:24:37 +00:00
MailSettings LibGUI+Userland: Rename try_load_from_gml() -> load_from_gml() :^) 2023-01-07 14:39:30 +01:00
MouseSettings LibGfx: Remove try_ prefix from bitmap creation functions 2023-01-26 20:24:37 +00:00
NetworkSettings NetworkSettings: Replace uses of JsonObject::get_deprecated()/get_ptr() 2023-01-27 08:07:24 -05:00
PartitionEditor LibGUI+Userland: Rename try_load_from_gml() -> load_from_gml() :^) 2023-01-07 14:39:30 +01:00
PDFViewer LibGUI+Userland: Switch order of parameters for InputBox::show 2023-02-04 18:46:39 -07:00
Piano Piano: Propagate errors in PlayerWidget 2023-02-02 14:47:24 +01:00
PixelPaint PixelPaint: Correct move tool alignment with the layer boundary 2023-02-08 20:29:48 +01:00
Presenter Base+Presenter: Add icons for Presenter 2023-02-01 19:17:48 +01:00
Run LibGUI+Userland: Rename try_load_from_gml() -> load_from_gml() :^) 2023-01-07 14:39:30 +01:00
Settings Settings: Improve default window size 2023-02-08 11:28:20 +01:00
SoundPlayer SoundPlayer: Remove AutoSlider for the seek bar in favor of Slider 2023-02-07 14:36:58 +00:00
SpaceAnalyzer SpaceAnalyzer: "Open Containing Folder" => "Reveal in File Manager" 2023-02-07 17:01:55 +01:00
Spreadsheet AK: Move memory streams from LibCore 2023-01-29 19:16:44 -07:00
SystemMonitor SystemMonitor: Replace uses of JsonObject::get_deprecated()/get_ptr() 2023-01-27 08:07:24 -05:00
Terminal LibGfx: Pass font width to FontDatabase::get() 2023-02-05 08:06:06 +00:00
TerminalSettings LibGUI+Userland: Rename try_load_from_gml() -> load_from_gml() :^) 2023-01-07 14:39:30 +01:00
TextEditor TextEditor: "Open Containing Folder" => "Reveal in File Manager" 2023-02-07 17:01:55 +01:00
ThemeEditor Userland: Remove a bunch of unveil calls on /sys/kernel/processes 2023-01-13 13:41:30 +01:00
VideoPlayer LibVideo: Rename Status -> State in PlaybackStatusChangeEvent class 2023-02-08 21:52:42 +01:00
Welcome Welcome: Rename m_initial_tip_index=>m_tip_index 2023-01-29 18:27:34 +00:00
CMakeLists.txt Applications: Add Presenter 2022-11-25 14:28:33 -07:00