ladybird/Userland/Applications/ClockSettings
Tim Schumacher ce2f1b845f Everywhere: Mark dependencies of most targets as PRIVATE
Otherwise, we end up propagating those dependencies into targets that
link against that library, which creates unnecessary link-time
dependencies.

Also included are changes to readd now missing dependencies to tools
that actually need them.
2022-11-01 14:49:09 +00:00
..
ClockSettingsWidget.cpp Everywhere: Add sv suffix to strings relying on StringView(char const*) 2022-07-12 23:11:35 +02:00
ClockSettingsWidget.gml Applications+Games+LibGUI: Fix layout problems 2022-06-30 11:51:25 +02:00
ClockSettingsWidget.h ClockSettings: Add a preview of the current time format 2022-04-23 10:48:51 -07:00
CMakeLists.txt Everywhere: Mark dependencies of most targets as PRIVATE 2022-11-01 14:49:09 +00:00
main.cpp Everywhere: Add sv suffix to strings relying on StringView(char const*) 2022-07-12 23:11:35 +02:00
TimeZoneSettingsWidget.cpp LibLocale: Move locale source files to the LibLocale folder 2022-09-05 14:37:16 -04:00
TimeZoneSettingsWidget.gml ClockSettings: Increase max visible items for time zone ComboBox 2022-09-22 21:37:26 +02:00
TimeZoneSettingsWidget.h Applications: Use spawn_or_show_error() for common spawn pattern 2022-06-03 12:29:56 +01:00