https://bugs.kde.org/show_bug.cgi?id=423344
Nate Graham <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution|--- |FIXED Version| |6.7.0 Fixed/Implemented| | In| | Latest Commit| |https://invent.kde.org/plas | |ma/discover/-/commit/59c84f | |f84e5b173d697405ee319ef7a6a | |10f5cc3 --- Comment #16 from Nate Graham <[email protected]> --- Git commit 59c84ff84e5b173d697405ee319ef7a6a10f5cc3 by Nate Graham, on behalf of Tobias Fella. Committed on 12/05/2026 at 20:36. Pushed by ngraham into branch 'master'. Optionally sort installed resources by category This sorts them into the basic categories "Applications", "Addons", and "Runtimes" (ApplicationSupport) and shows those as header in the Installed Applications Page. In the future, we'll probably want to have some more fine-grained categories here; e.g., at the moment, fonts are categorized as "Application" which doesn't really sound right. We could also do some more things like making sections collapsible, but there are some issues with that (e.g. around the behavior of scroll bars) that are nontrivial to solve, so save that for later. FIXED-IN: 6.7.0 M +1 -0 discover/DiscoverObject.cpp M +1 -0 discover/discoversettings.kcfg M +30 -0 discover/qml/ApplicationsListPage.qml M +1 -0 discover/qml/InstalledPage.qml M +36 -1 libdiscover/resources/ResourcesProxyModel.cpp M +7 -0 libdiscover/resources/ResourcesProxyModel.h https://invent.kde.org/plasma/discover/-/commit/59c84ff84e5b173d697405ee319ef7a6a10f5cc3 -- You are receiving this mail because: You are watching all bug changes.
