1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-05 23:27:35 +00:00
serenity/Userland/Applications/Presenter
Dan Klishch ccd701809f Everywhere: Add deprecated_ prefix to JsonValue::to_byte_string
`JsonValue::to_byte_string` has peculiar type-erasure semantics which is
not usually intended. Unfortunately, it also has a very stereotypical
name which does not warn about unexpected behavior. So let's prefix it
with `deprecated_` to make new code use `as_string` if it just wants to
get string value or `serialized<StringBuilder>` if it needs to do proper
serialization.
2024-01-12 17:41:34 -07:00
..
CMakeLists.txt Base+Presenter: Add icons for Presenter 2023-02-01 19:17:48 +01:00
main.cpp Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
Presentation.cpp Everywhere: Add deprecated_ prefix to JsonValue::to_byte_string 2024-01-12 17:41:34 -07:00
Presentation.h Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
PresenterWidget.cpp Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
PresenterWidget.h Presenter: Add a "Resize to Fit Content" action 2023-03-21 10:10:29 +01:00
Slide.cpp Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
Slide.h Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
SlideObject.cpp Everywhere: Add deprecated_ prefix to JsonValue::to_byte_string 2024-01-12 17:41:34 -07:00
SlideObject.h Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30