https://bugs.kde.org/show_bug.cgi?id=474548
Alexander Lohnau <alexander.loh...@gmx.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Version Fixed In| |6.0 Latest Commit| |https://invent.kde.org/fram | |eworks/knewstuff/-/commit/a | |6a02162cd2c71fb986aadc77f3c | |e3cd32da7837 Status|ASSIGNED |RESOLVED --- Comment #17 from Alexander Lohnau <alexander.loh...@gmx.de> --- Git commit a6a02162cd2c71fb986aadc77f3ce3cd32da7837 by Alexander Lohnau, on behalf of Ismael Asensio. Committed on 26/02/2024 at 16:36. Pushed by alex into branch 'master'. QuickEngine: Fix Installed and Updateable filters When selecting the "Show only updateable entries" filter, we must invalidate the cache the same way as we do for the "installed" filter, since this is a subset of that one. Then, the attica provider launches new jobs to check if the items are updateable, which produces a lot of `DetailsLoadedEvent`, one for each checked entry. Filter out those events when they no longer apply to the new state of the filter. FIXED-IN: 6.0 M +3 -1 src/core/itemsmodel.cpp M +1 -1 src/qtquick/quickengine.cpp M +2 -1 src/qtquick/quickitemsmodel.cpp https://invent.kde.org/frameworks/knewstuff/-/commit/a6a02162cd2c71fb986aadc77f3ce3cd32da7837 -- You are receiving this mail because: You are watching all bug changes.