Skip to content

ProgressView: disable highlight effect for real and also click handler

Two commits that should not be squashed:

Author: Nate Graham <nate@kde.org>
Date:   Mon Nov 14 15:16:57 2022 -0700

    ProgressView: remove broken onClicked handler
    
    The intention here was to allow people to click on list item background
    to go to the app in question--if it is an app. However it's broken, and
    the feature is of questionable utility in the first place even if fixed.
    Let's remove it.
Author: Nate Graham <nate@kde.org>
Date:   Mon Nov 14 15:14:04 2022 -0700

    ProgressView: disable highlight effect for real
    
    The intention of this code was to have no visible highlight effect, but
    it wasn't working, causing list items to have a highlight and obscure
    the progress bar. This fixes it.
    
    BUG: 461812
    FIXED-IN: 5.26.4

Merge request reports