https://bugs.kde.org/show_bug.cgi?id=501788

cwo <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Latest Commit|                            |https://invent.kde.org/plas
                   |                            |ma/plasma-workspace/-/commi
                   |                            |t/d4a2cd18a7138bf8cbd3f552f
                   |                            |feafbfbde7e4a14
         Resolution|---                         |FIXED
             Status|ASSIGNED                    |RESOLVED
            Version|                            |6.7.0
  Fixed/Implemented|                            |
                 In|                            |

--- Comment #9 from cwo <[email protected]> ---
Git commit d4a2cd18a7138bf8cbd3f552ffeafbfbde7e4a14 by Christoph Wolk.
Committed on 28/05/2026 at 08:42.
Pushed by cwo into branch 'master'.

applets/kicker: make appEntry group upper case

Appentry's group property is generally the first letter of the app name,
with special handling for non-letters and CJK. The letter is case-
sensitive. This works fine in Kickoff's All Apps in list display style,
which uses ListView.section and its built-in initial letter collation,
but fails in grid display, which uses SortFilterProxyModels for the
sections, which are case-sensitive, and so do not include apps that
start with lower-case letters.

Instead, collate in the model, by always using the upper-case letter as
the group value.
FIXED-IN: 6.7.0

M  +1    -1    applets/kicker/appentry.cpp

https://invent.kde.org/plasma/plasma-workspace/-/commit/d4a2cd18a7138bf8cbd3f552ffeafbfbde7e4a14

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to