summaryrefslogtreecommitdiff
path: root/modules/launcher/services (follow)
Commit message (Collapse)AuthorAgeFilesLines
* remove more stuffffFreya Murphy7 days1-1/+1
|
* remove themes and configs from launcherFreya Murphy7 days3-225/+0
|
* launcher: add favorite apps (#946)Bora Gülerman2026-02-191-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * launcher: add favorite apps Favorite apps always appear above non-favorite apps Accepts regex, same logic as #920 Added the same regex logic to hidden apps Added util file may need to be relocated * addressed requested changes * fix: Renamed newly added util singleton Also added a null check to favorite icon loader in AppItem.qml * controlCenter/launcherPane: added favorite apps added icons to the app list to indicate if they are favorited/hidden marking as favorite/hidden is desabled if the other is selected * favouriteApps: renamed from favorite to favourite Also disabled favorite/hidden switch for entries added as regex * appDb: added notify and emit to favoriteApps * controlCentre/Launcher: Fixed bug with favourite switch not enabling itself when no hiddenApps exist Added a comment to explain the enabled state of the switches icon loader is now a single loader rather than two, hidden icon has priority * spelling mistakes * fixed warning * formatting fixes
* plugin/appdb: forward signals2 * r + 2 * t2025-09-221-2/+2
|
* plugin/appdb: fix persistence2 * r + 2 * t2025-09-111-18/+0
|
* launcher: sort apps by usage2 * r + 2 * t2025-09-111-19/+28
| | | | Closes #588
* launcher: add config option for hiding applications (#568)anders1302025-09-101-1/+1
| | | | | | | | | | | | | * feat(launcher): add config option for excluding applications from launcher * fix(launcher): rename excludedApps to hiddenApps * chore: add example to readme * fix --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
* launcher: allow configuring actions (#558)Belal2025-09-091-140/+27
| | | | | | | | | | | * refactor: make launcher actions configurable * use variants + internal -> setMode + format * reorder readme --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
* launcher: add special search2 * r + 2 * t2025-08-231-3/+64
| | | | Closes #464
* launcher: show current scheme/variant2 * r + 2 * t2025-08-232-19/+40
| | | | Also qsTr variant stuff
* launcher: add random wallpaper action2 * r + 2 * t2025-08-231-0/+10
|
* config: add apps config2 * r + 2 * t2025-08-021-1/+1
| | | | Closes #318 and #305
* internal: use configDir -> shellDir2 * r + 2 * t2025-07-271-1/+1
| | | | configDir is deprecated
* launcher: fix state transitions2 * r + 2 * t2025-07-192-0/+2
|
* internal: move launcher stuff into subfolders2 * r + 2 * t2025-07-194-0/+330