Linus Groh
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
...
We have a new, improved string type coming up in AK (OOM aware, no null
state), and while it's going to use UTF-8, the name UTF8String is a
mouthful - so let's free up the String name by renaming the existing
class.
Making the old one have an annoying name will hopefully also help with
quick adoption :^)
2022-12-06 08:54:33 +01:00
Sam Atkins
3cc1a86ef5
ClockSettings: Add a preview of the current time format
...
When writing a custom format especially, it's nice to be able to see how
it will look as you write it.
2022-04-23 10:48:51 -07:00
cflip
0a92dbd390
ClockSettings: Add 'show seconds' toggle to time format settings
2022-04-15 08:24:20 -04:00
cflip
5bb0b6ba7a
ClockSettings+Taskbar: Add settings for taskbar clock format
2022-04-04 13:15:13 +02:00
Timothy Flynn
362e167239
ClockSettings: Display a text bubble with extra time zone information
2022-02-03 16:11:15 +01:00
Timothy Flynn
4d2ea773db
ClockSettings: Display a map to show the current time zone's location
2022-02-03 16:11:15 +01:00
Timothy Flynn
6efbafa6e0
Everywhere: Update copyrights with my new serenityos.org e-mail :^)
2022-01-31 18:23:22 +00:00
Timothy Flynn
d365559839
ClockSettings: Add a GUI application to set the system time zone
...
This application can be expanded with other clock-related options. For
an initial iteration, it has just an option to change the time zone.
2022-01-23 12:48:26 +00:00