Fix update auto selection

Authored by leinir on Apr 28 2020, 7:32 AM.

Description

Fix update auto selection

Summary:
The new autoselection for updating installed entries would firstly
not be looking at the right amount of download links, and further it
would not be able to identify the links it needed to, as it did not
look at the descriptive names (where the filename is often stored),
which then would not match. These changes ensure that we look at
the right bits of information when doing this check. End result is
that updating works.

  • Ensure that the cache doesn't forget installing and updating items
  • Analyse more of the download link information, and use correct counts

BUG:419959

Test Plan:
Find an item in some KNS dialog in need of updating, and click the Update button

On the console, when launched using the correct logging categories, will
tell you about the selection process (and the UI will show that an update
is in progress, and eventually that it is completed). To do this check with
the icons kcm, run it like so:

QT_LOGGING_RULES="org.kde.knewstuff*=true" kcmshell5 kcm_icons

Reviewers: Frameworks, Plasma, bugseforuns, ngraham, mart

Reviewed By: Plasma, mart

Subscribers: kde-frameworks-devel

Tags: Frameworks

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

Details

Committed
leinirMay 4 2020, 10:46 AM
Reviewer
Plasma
Differential Revision
D29222: Fix update auto selection
Parents
R304:3f38da8a70d8: Add KPackage support to KNewStuffCore
Branches
Unknown
Tags
Unknown