https://bugs.kde.org/show_bug.cgi?id=395655
Nate Graham <n...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Version Fixed In| |5.19.0 Resolution|--- |FIXED Latest Commit| |https://commits.kde.org/pla | |sma-workspace/2130c848e677d | |491687ee49f28b07a2ee6f8b7c7 --- Comment #7 from Nate Graham <n...@kde.org> --- Git commit 2130c848e677d491687ee49f28b07a2ee6f8b7c7 by Nate Graham. Committed on 13/03/2020 at 04:52. Pushed by ngraham into branch 'master'. [applet/digital-clock] Show time zones in expanded representation too Summary: Right now time zones are only shown in the tooltip, which is annoying since the tooltip times out aftew a few seconds, so it often closes before I can find the timezone I'm looking for. This patch adds a view for the current tomezones in the expanded representation, and implements a mockup in https://bugs.kde.org/show_bug.cgi?id=395655 showing a proposal for how to present this information. The Expanded Representation is also ported to Layouts in order to make this task easier. FIXED-IN: 5.19.0 Test Plan: Just calendar: {F8157434} Calendar + events: {F8157435} Calendar + time zones: {F8157436} Calendar + events + time zones: {F8157437} Reviewers: #vdg, #plasma, cblack Reviewed By: #vdg, cblack Subscribers: cblack, apol, plasma-devel Tags: #plasma Maniphest Tasks: T9222 Differential Revision: https://phabricator.kde.org/D27903 M +358 -259 applets/digital-clock/package/contents/ui/CalendarView.qml M +0 -31 applets/digital-clock/package/contents/ui/Tooltip.qml M +30 -0 applets/digital-clock/package/contents/ui/main.qml https://commits.kde.org/plasma-workspace/2130c848e677d491687ee49f28b07a2ee6f8b7c7 -- You are receiving this mail because: You are watching all bug changes.