https://bugs.kde.org/show_bug.cgi?id=368600
Nate Graham <n...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Version Fixed In| |5.14.0 Latest Commit|https://commits.kde.org/kde |https://commits.kde.org/kde |-gtk-config/7b56c23870798ad |-gtk-config/b943d4ac6e2c752 |beb3f110eacae7f1020dcad6f |14e24c7d7e352d54e08181ddd Resolution|--- |FIXED Status|CONFIRMED |RESOLVED --- Comment #17 from Nate Graham <n...@kde.org> --- Git commit b943d4ac6e2c75214e24c7d7e352d54e08181ddd by Nathaniel Graham. Committed on 20/09/2018 at 15:25. Pushed by ngraham into branch 'master'. Sort icon and cursor themes case-insensitively Summary: Stick a QSortFilterProxyModel between the model and the view, and tell it to sort case-insensitively. Thanks to https://stackoverflow.com/a/5732026/2934226 for providing the solution. FIXED-IN: 5.14.0 Test Plan: Could not test as I was unable to locate a working GTK 2 or 3 theme that started with a lowercase letter. But theoretically this code should do the trick, and it does not appear to cause any regressions at least. Reviewers: apol, #plasma, broulik Reviewed By: apol Subscribers: wbauer, cfeck, broulik, plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D15598 M +0 -2 src/cursorthemesmodel.cpp M +16 -3 src/gtkconfigkcmodule.cpp M +0 -2 src/iconthemesmodel.cpp https://commits.kde.org/kde-gtk-config/b943d4ac6e2c75214e24c7d7e352d54e08181ddd -- You are receiving this mail because: You are watching all bug changes.