index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Applications
/
ClockSettings
/
ClockSettingsWidget.cpp
Age
Commit message (
Expand
)
Author
2023-01-07
LibGUI+Userland: Rename `try_load_from_gml()` -> `load_from_gml()` :^)
Sam Atkins
2023-01-07
Userland: Replace all uses of `load_from_gml` with `try_load_from_gml`
Sam Atkins
2022-12-06
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-05-12
ClockSettings: Set window modified state
Sam Atkins
2022-04-23
ClockSettings: Add a preview of the current time format
Sam Atkins
2022-04-23
ClockSettings: Don't change format text when checking "Custom"
Sam Atkins
2022-04-23
ClockSettings: Select radio-button that matches the saved clock format
Sam Atkins
2022-04-15
ClockSettings: Add 'show seconds' toggle to time format settings
cflip
2022-04-04
ClockSettings+Taskbar: Add settings for taskbar clock format
cflip
2022-02-03
ClockSettings: Display a text bubble with extra time zone information
Timothy Flynn
2022-02-03
ClockSettings: Display a map to show the current time zone's location
Timothy Flynn
2022-01-31
Everywhere: Update copyrights with my new serenityos.org e-mail :^)
Timothy Flynn
2022-01-25
LibTimeZone+Userland: Rename current_time_zone to system_time_zone
Timothy Flynn
2022-01-23
ClockSettings: Add a GUI application to set the system time zone
Timothy Flynn