- 12 Nov, 2020 1 commit
-
-
Alexander Lohnau authored
-
- 25 Oct, 2020 1 commit
-
-
Alexander Lohnau authored
With frameworks/kservice!16 and all the commits that followed we can remove this hack. CCBUG: 398803
-
- 23 Oct, 2020 1 commit
-
-
Laurent Montel authored
-
- 15 Oct, 2020 1 commit
-
-
Kai Uwe Broulik authored
We already find KCMs explicitly
-
- 02 Oct, 2020 1 commit
-
-
Alexander Lohnau authored
-
- 26 Sep, 2020 1 commit
-
-
Alexander Lohnau authored
-
- 16 Sep, 2020 1 commit
-
-
Harald Sitter authored
this frees the internal per-thread inotify instance used to watch database changes meaning runner applications no longer claim N inotify instances (N=size of threadweaver pool). the database is still reloaded by ksyscoca internally if it finds the backing file has changed. CCBUG: 423818
-
- 14 Sep, 2020 1 commit
-
-
Harald Sitter authored
kcms are handy but not nearly as handy as an actual application. this is particular notable with the test case where the user could type 'virt' but that wouldn't have pushed virtualization software to the top but kcms since kcms are kde things so they always get a .09 bump to relevance. the revised scoring excludes kcms from the bump and further reduces the relvance by the tiniest fraction. this results in all applications that match at least as well as the KCM to outscore the KCM
-
- 09 Sep, 2020 1 commit
-
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
- 10 Jul, 2020 1 commit
-
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
- 08 Jul, 2020 2 commits
-
-
We have to check for the presence of a X-KDE-System-Settings-Parent-Category entry when opening a KCM in systemsettings. BUG: 423612 (cherry picked from commit 2ebf8ab3)
-
We have to check for the presence of a X-KDE-System-Settings-Parent-Category entry when opening a KCM in systemsettings. BUG: 423612
-
- 21 Jun, 2020 1 commit
-
-
Friedrich W. H. Kossebau authored
-
- 18 Jun, 2020 3 commits
-
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
- 17 Jun, 2020 3 commits
-
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
- 15 Jun, 2020 1 commit
-
-
Alexander Lohnau authored
-
- 11 Jun, 2020 2 commits
-
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
- 09 Jun, 2020 1 commit
-
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
- 11 May, 2020 1 commit
-
-
Marco Martin authored
Summary: as we can't kill completely kcmshell just yet, hack intothe services runner to replace on the fly the exec line of the service to systemsettings BUG: 402790 FIXED-IN: 5.19.0 Test Plan: search and launch directly for a module, systemsettings is launched wit hthe proper module loaded Reviewers: #plasma, ngraham Reviewed By: ngraham Subscribers: broulik, ngraham, davidre, plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D29157
-
- 17 Apr, 2020 1 commit
-
-
Kai Uwe Broulik authored
Regression introduced in 6e660cf9 since it's now a URL with a scheme, e.g. "applications". Service actions cannot be dragged out but that wasn't the case before either I believe. Differential Revision: https://phabricator.kde.org/D28907
-
- 06 Apr, 2020 3 commits
-
-
Kai Uwe Broulik authored
Use ApplicationLauncherJob and CommandLauncherJob. Also, for services runner pass a KServiceAction to the job so it invokes the appropriate jump list action Differential Revision: https://phabricator.kde.org/D28347
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
- 20 Mar, 2020 1 commit
-
-
Harald Sitter authored
Summary: build the runner itself in a static lib we can use for testing and then link that into a module lib together with the factory entry point to compose the final lib for installation means servicesrunner.cpp is now only built once, whereas before it was built twice through 100% duplicative targets Test Plan: test still passes, installing and restarting krunner still yields working service searches Reviewers: broulik, davidedmundson Reviewed By: davidedmundson Subscribers: plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D28137
-
- 19 Mar, 2020 1 commit
-
-
Harald Sitter authored
Summary: - be more consty (and don't risk detatching containers) - init members - don't ql1s to qstring - use auto when newing an object Test Plan: test passes Reviewers: broulik Reviewed By: broulik Subscribers: plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D28138
-
- 09 Mar, 2020 1 commit
-
-
Kai Uwe Broulik authored
HelperMatch type was used to identify them in run but this also causes them to score way higher than anything else (except ExactMatch). CCBUG: 418529 Differential Revision: https://phabricator.kde.org/D27886
-
- 16 Feb, 2020 2 commits
-
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
- 07 Feb, 2020 1 commit
-
-
Yuri Chornoivan authored
-
- 06 Jan, 2020 1 commit
-
-
Méven Car authored
Reviewers: #plasma, davidedmundson, ivan Reviewed By: #plasma, davidedmundson, ivan Subscribers: ivan, davidedmundson, plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D26438
-
- 27 Nov, 2019 1 commit
-
-
Yuri Chornoivan authored
-
- 20 Oct, 2019 1 commit
-
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
- 10 Oct, 2019 3 commits
-
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-