| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2026-03-12 | appdb: cache favourite status during sort and avoid double sort | 2 * r + 2 * t | 1 | -11/+18 | |
| 2026-02-19 | launcher: add favorite apps (#946) | Bora Gülerman | 1 | -1/+48 | |
| * 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 | |||||
| 2025-10-14 | internal: use QQmlListProperty | 2 * r + 2 * t | 1 | -21/+28 | |
| Fix lsp errors | |||||
| 2025-09-25 | plugin/appdb: delete when backing entries deleted | 2 * r + 2 * t | 1 | -3/+38 | |
| 2025-09-24 | plugin/fsm: fix crash | 2 * r + 2 * t | 1 | -3/+1 | |
| Fixes #663 Fixes #681 Fixes #647 also build dev plugin with RelWithDebInfo | |||||
| 2025-09-23 | plugin: fix clazy warnings | 2 * r + 2 * t | 1 | -5/+6 | |
| 2025-09-22 | plugin: delete entries after emitting signal | 2 * r + 2 * t | 1 | -1/+3 | |
| 2025-09-22 | plugin/appdb: debounce updating entries | 2 * r + 2 * t | 1 | -1/+6 | |
| Fixes #667 | |||||
| 2025-09-22 | plugin/appdb: forward signals | 2 * r + 2 * t | 1 | -3/+13 | |
| 2025-09-17 | plugin: delete -> deleteLater | 2 * r + 2 * t | 1 | -1/+1 | |
| 2025-09-11 | plugin/appdb: fix persistence | 2 * r + 2 * t | 1 | -3/+9 | |
| 2025-09-11 | launcher: sort apps by usage | 2 * r + 2 * t | 1 | -0/+201 | |
| Closes #588 | |||||