[Night Color KCM] Reset seconds and milliseconds in provided timings

Authored by zzag on Oct 29 2019, 3:29 PM.

Description

[Night Color KCM] Reset seconds and milliseconds in provided timings

Summary:
When a user tries to set operation mode to "Times", the Apply button
remains enabled after it's been clicked. The reason for that is timings
provided by the kcm include seconds and milliseconds, while timings
sent by KWin don't.

Because seconds and milliseconds are different, CompositorAdapter::
checkStaged() will return false even though hours and minutes haven't
been modified by the user.

In order to address this problem, my patch adjusts the TimeField
component so it provides Date objects with seconds and milliseconds set
to 0. There is another way to fix this issue though. We could check in
CompositorAdaptor::checkStaged() method whether only hours and
minutes have been modified.

Test Plan:

  • Set operation mode to "Times"
  • Click the Apply button
  • Check that the Apply button is disabled

Reviewers: Plasma, broulik

Reviewed By: Plasma, broulik

Subscribers: plasma-devel

Tags: Plasma

Differential Revision: https://phabricator.kde.org/D25047

Details

Committed
zzagOct 31 2019, 9:15 AM
Reviewer
Plasma
Differential Revision
D25047: [Night Color KCM] Reset seconds and milliseconds in provided timings
Parents
R119:38ffc13cf94a: Update version number for 5.17.2 GIT_SILENT
Branches
Unknown
Tags
Unknown