Summary: | Show KCM in search results if English title matches query, even when the system is using another language | ||
---|---|---|---|
Product: | [Applications] systemsettings | Reporter: | Flo Edelmann <git> |
Component: | sidebarview | Assignee: | Marco Martin <notmart> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | git, nate, plasma-bugs, qydwhotmail |
Priority: | NOR | Keywords: | usability |
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Neon | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/plasma/systemsettings/commit/4aab8225fb24a4659b9df6b520ae711bb62f5969 | Version Fixed In: | 5.24 |
Sentry Crash Report: |
Description
Flo Edelmann
2021-11-30 16:54:56 UTC
A possibly relevant merge request was started @ https://invent.kde.org/plasma/systemsettings/-/merge_requests/101 Git commit 4aab8225fb24a4659b9df6b520ae711bb62f5969 by Fushan Wen. Committed on 02/12/2021 at 23:33. Pushed by ngraham into branch 'master'. Always add English keywords even when the system is using another language 1. FEATURE: Always add English keywords to the list of keywords. 2. Add `doesRemoveDuplicates` bool parameter to `MenuItem::keywords`, so `removeDuplicates()` will not be done in the subitems to improve the performance. 3. Port away from deprecated `KPluginMetaData::readTranslatedString` to `KJsonUtils::readTranslatedString`. 4. Port away from foreach in `MenuItem::keywords`. 5. Add const keyword to `MenuItem::keywords`. FIXED-IN: 5.24 M +11 -4 core/MenuItem.cpp M +3 -1 core/MenuItem.h https://invent.kde.org/plasma/systemsettings/commit/4aab8225fb24a4659b9df6b520ae711bb62f5969 A possibly relevant merge request was started @ https://invent.kde.org/plasma/systemsettings/-/merge_requests/102 MR https://invent.kde.org/plasma/systemsettings/-/merge_requests/102 was merged, so this is fixed now :) |