Summary: | GHNS windows: Addons list should immediately be updated after we uninstall an addon while "Installed only" or "Updateable only" filters are selected | ||
---|---|---|---|
Product: | [Frameworks and Libraries] frameworks-knewstuff | Reporter: | Patrick Silva <bugseforuns> |
Component: | general | Assignee: | Jeremy Whiting <jpwhiting> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | admin, alexander.lohnau, kdelibs-bugs, nate |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Neon | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/frameworks/knewstuff/commit/8531bbcc004bdafa0a0c6060966c2daec457b776 | Version Fixed In: | 5.74 |
Sentry Crash Report: |
Description
Patrick Silva
2020-08-08 11:27:13 UTC
humm, if "Installed only" filter is selected, addon is still listed after uninstalling. *** Bug 418037 has been marked as a duplicate of this bug. *** This is only an issue with the new QtQuick dialog. The QWidgets one has no updatable sort mode and when using the installed filter and uninstalling an entry you see the "Install again" button . A possibly relevant merge request was started @ https://invent.kde.org/frameworks/knewstuff/-/merge_requests/44 Git commit 8531bbcc004bdafa0a0c6060966c2daec457b776 by Alexander Lohnau. Committed on 31/08/2020 at 09:45. Pushed by alex into branch 'master'. Remove entries if they do not match filter anymore The state of the entries already gets updated, but they are still contained in the list of entries that match the filter. So we have to remove it. FIXED-IN: 5.74 M +8 -0 src/qtquick/quickitemsmodel.cpp https://invent.kde.org/frameworks/knewstuff/commit/8531bbcc004bdafa0a0c6060966c2daec457b776 |