ladybird/Userland/Services/Taskbar
Karol Kosek 03a54a519a Userland: Port remaining calls to Widget::set_tooltip_deprecated()
Replaces `set_tooltip_deprecated(string);` with
`set_tooltip(MUST(String::from_deprecated_string(string)));`
purely to get rid of the deprecated function in the following commit.
2023-10-06 08:20:11 +02:00
..
ClockWidget.cpp Userland: Use nondeprecated set_tooltip for static and formatted strings 2023-10-06 08:20:11 +02:00
ClockWidget.h ClockWidget: Deduplicate logic for updating calendar buttons 2023-07-13 04:31:40 +03:30
CMakeLists.txt
main.cpp Userland: Prefer non-fallible construction for LibGUI objects 2023-09-18 18:00:45 +02:00
QuickLaunchWidget.cpp Userland: Port remaining calls to Widget::set_tooltip_deprecated() 2023-10-06 08:20:11 +02:00
QuickLaunchWidget.h Userland: Convert config listener callbacks to use StringView 2023-06-27 15:37:00 +01:00
ShutdownDialog.cpp Userland: Make Window::set_main_widget() non-fallible 2023-09-21 10:20:23 +02:00
ShutdownDialog.h Taskbar: Use Process::spawn_or_show_error() for shutdown actions 2023-03-24 22:06:38 +00:00
TaskbarButton.cpp LibGfx+Userland: Add width_rounded_up() helper 2023-04-15 15:24:50 +02:00
TaskbarButton.h
TaskbarWindow.cpp Userland: Port remaining calls to Widget::set_tooltip_deprecated() 2023-10-06 08:20:11 +02:00
TaskbarWindow.h Userland: Convert config listener callbacks to use StringView 2023-06-27 15:37:00 +01:00
WindowIdentifier.h
WindowList.cpp
WindowList.h