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
Age
Commit message (
Expand
)
Author
2023-01-12
LibCore+Userland: Make Core::Timer::create_repeating() return ErrorOr
Sam Atkins
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-15
ClockSettings: Add a factory function for TimeZoneSettingsWidget
Baitinq
2022-12-06
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-11-01
Everywhere: Mark dependencies of most targets as PRIVATE
Tim Schumacher
2022-10-12
Userland: Properly populate GENERATED_SOURCES
Ali Mohammad Pur
2022-09-22
ClockSettings: Increase max visible items for time zone ComboBox
thankyouverycool
2022-09-05
LibLocale: Move locale source files to the LibLocale library
Timothy Flynn
2022-09-05
LibLocale: Move locale source files to the LibLocale folder
Timothy Flynn
2022-09-05
Userland: Move files destined for LibLocale to the Locale namespace
Timothy Flynn
2022-09-05
LibUnicode+Userland: Migrate generated CLDR data to LibLocaleData
Timothy Flynn
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-06-30
Applications+Games+LibGUI: Fix layout problems
FrHun
2022-06-03
Applications: Use spawn_or_show_error() for common spawn pattern
MacDue
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: Tweak timezone layout spacing to not crop the ComboBox
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-21
LibGUI+Applications: Add --open-tab option to FooSettings applications
Sam Atkins
2022-04-21
LibGUI+Applications: Give SettingsWindow tabs a string ID
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-07
Meta+Userland: Run the GML formatter on CI and pre-commit
kleines Filmröllchen
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