Summary: | KRunner remembers searches done through the application launcher | ||
---|---|---|---|
Product: | [Plasma] krunner | Reporter: | Riccardo Robecchi <sephiroth_pk> |
Component: | general | Assignee: | Alexander Lohnau <alexander.lohnau> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | alexander.lohnau, natalie_clarius |
Priority: | NOR | ||
Version: | 5.27.4 | ||
Target Milestone: | --- | ||
Platform: | Neon | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/plasma/plasma-workspace/-/commit/b35da284e93a6c577ffaad71333eb50d59717865 | Version Fixed In: | 6.0 |
Sentry Crash Report: |
Description
Riccardo Robecchi
2023-04-23 11:52:02 UTC
I am working on this this is taken care of by https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/2915/commits and https://invent.kde.org/frameworks/krunner/-/merge_requests/136 A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/2969 Git commit 0e1b7e93f1bea769b865259b87adc75c726e0488 by Alexander Lohnau. Committed on 02/06/2023 at 05:19. Pushed by alex into branch 'master'. Allow use of different state config group This way, one can support different autocompletion groups when using the KRunner model. For example, if the Kicker and KRunner history should be handled separately. M +17 -0 autotests/runnermanagertest.cpp M +9 -3 src/model/resultsmodel.cpp M +1 -0 src/model/resultsmodel.h M +2 -2 src/model/runnerresultsmodel.cpp M +2 -1 src/model/runnerresultsmodel_p.h M +11 -4 src/runnermanager.cpp M +1 -0 src/runnermanager.h https://invent.kde.org/frameworks/krunner/-/commit/0e1b7e93f1bea769b865259b87adc75c726e0488 Git commit b35da284e93a6c577ffaad71333eb50d59717865 by Alexander Lohnau. Committed on 02/06/2023 at 05:37. Pushed by alex into branch 'master'. applets/kicker: Save KRunner history in different state config FIXED-IN: 6.0 M +5 -1 applets/kicker/plugin/runnermatchesmodel.cpp https://invent.kde.org/plasma/plasma-workspace/-/commit/b35da284e93a6c577ffaad71333eb50d59717865 Thank you for fixing this, Alexander! I admit I would have liked to see the fix before Plasma 6.0, but if anything it makes the next version of Plasma even better. Thanks! |