[plasmashell] [Bug 404292] Digital clock settings option for toggling between 12 and 24 hour clock format is broken

2019-02-15 Thread Alexander Kowalski
https://bugs.kde.org/show_bug.cgi?id=404292 Alexander Kowalski changed: What|Removed |Added CC||alexan...@kowalski.pw --- Comment #4 from

[plasmashell] [Bug 404292] Digital clock settings option for toggling between 12 and 24 hour clock format is broken

2019-02-14 Thread Chris Holland
https://bugs.kde.org/show_bug.cgi?id=404292 Chris Holland changed: What|Removed |Added Resolution|--- |FIXED Version Fixed In|

[plasmashell] [Bug 404292] Digital clock settings option for toggling between 12 and 24 hour clock format is broken

2019-02-14 Thread Chris Holland
https://bugs.kde.org/show_bug.cgi?id=404292 --- Comment #2 from Chris Holland --- Ah, seems like the QQC1.CheckBox.checkedState property was renamed QQC2.CheckBox.checkState * https://doc.qt.io/qt-5.11/qml-qtquick-controls2-checkbox.html#checkState-prop In any case, here's a patch:

[plasmashell] [Bug 404292] Digital clock settings option for toggling between 12 and 24 hour clock format is broken

2019-02-14 Thread Chris Holland
https://bugs.kde.org/show_bug.cgi?id=404292 --- Comment #1 from Chris Holland --- Why the heck is this config property an unsigned int instead of a bool? Oh right. It's a tri-state button that defaults to whatever the system locale chooses. // config/main.xml Force the clock

[plasmashell] [Bug 404292] Digital clock settings option for toggling between 12 and 24 hour clock format is broken

2019-02-14 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=404292 Nate Graham changed: What|Removed |Added Component|fuzzy-clock |Digital Clock Version|unspecified