https://bugs.kde.org/show_bug.cgi?id=428096
Nate Graham <n...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Latest Commit| |https://invent.kde.org/plas | |ma/plasma-workspace/commit/ | |87f904721b1df7a9dfcb4d8a1be | |7d8063c736907 Resolution|--- |FIXED Version Fixed In| |5.21 --- Comment #16 from Nate Graham <n...@kde.org> --- Git commit 87f904721b1df7a9dfcb4d8a1be7d8063c736907 by Nate Graham. Committed on 11/11/2020 at 00:04. Pushed by ngraham into branch 'master'. [applets/digital-clock] Overhaul how to change between timezones Right now we have a usability problem: the Digital Clock applet has two ways to let you change the timezone displayed in the applet itself, but has no easy link to the correct way to change the timezone systemwide. As a result, users change the timezone in the clock and wonder why times are wrong everywhere else throughout the OS. This commit removes the feature of changing the timezone in just the clock, and replaces it with an overhauled Time Zones page in the config dialog and a new button in the popup that links you to the Date & Time KCM where you can change the systemwide time zone in the correct way. I anticipate that this may cause some grumbling from people who currently use the "mouse wheel to cycle through timezones" behavior, but now that all the timezones and their times are displayed prominently in the popup, you can just click on the applet to show the popup instead of rolling the mouse wheel over it to cycle through times; it's different, but no worse. FIXED-IN: 5.21 M +2 -6 applets/digital-clock/package/contents/config/main.xml M +23 -13 applets/digital-clock/package/contents/ui/CalendarView.qml M +0 -38 applets/digital-clock/package/contents/ui/DigitalClock.qml M +158 -45 applets/digital-clock/package/contents/ui/configTimeZones.qml M +1 -0 applets/digital-clock/plugin/timezonedata.h M +22 -3 applets/digital-clock/plugin/timezonemodel.cpp M +6 -1 applets/digital-clock/plugin/timezonemodel.h https://invent.kde.org/plasma/plasma-workspace/commit/87f904721b1df7a9dfcb4d8a1be7d8063c736907 -- You are receiving this mail because: You are watching all bug changes.