WIP: Implement smooth brightness change for sysfs / backlight helper

Authored by broulik on May 20 2020, 9:10 PM.

Description

WIP: Implement smooth brightness change for sysfs / backlight helper

Has the helper do QVariantAnimation and has PowerDevil ignore any brightness
change events with a stupid QTimer.
I tried making the Auth action wait until the animation was done with a
QEventLoop but then KAuth would reject any other actions until it was done...

Details