STEPS TO REPRODUCE 1. open a GHNS window when an addon update is available 2. set the first dropdown on bottom to "Updateable only" 3. hover over an addon and click on "Uninstall" button OBSERVED RESULT the addon is uninstalled as expected but it is still listed EXPECTED RESULT not installed addon should not be listed while "Updateable only" filter is selected SOFTWARE/OS VERSIONS Operating System: KDE neon Unstable Edition KDE Plasma Version: 5.19.80 KDE Frameworks Version: 5.73.0 Qt Version: 5.14.2
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