summaryrefslogtreecommitdiff
path: root/plugin/src/Caelestia/appdb.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* appdb: cache favourite status during sort and avoid double sort2 * r + 2 * t11 days1-11/+18
|
* launcher: add favorite apps (#946)Bora Gülerman2026-02-191-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
* internal: use QQmlListProperty2 * r + 2 * t2025-10-141-21/+28
| | | | Fix lsp errors
* plugin/appdb: delete when backing entries deleted2 * r + 2 * t2025-09-251-3/+38
|
* plugin/fsm: fix crash2 * r + 2 * t2025-09-241-3/+1
| | | | | | | | Fixes #663 Fixes #681 Fixes #647 also build dev plugin with RelWithDebInfo
* plugin: fix clazy warnings2 * r + 2 * t2025-09-231-5/+6
|
* plugin: delete entries after emitting signal2 * r + 2 * t2025-09-221-1/+3
|
* plugin/appdb: debounce updating entries2 * r + 2 * t2025-09-221-1/+6
| | | | Fixes #667
* plugin/appdb: forward signals2 * r + 2 * t2025-09-221-3/+13
|
* plugin: delete -> deleteLater2 * r + 2 * t2025-09-171-1/+1
|
* plugin/appdb: fix persistence2 * r + 2 * t2025-09-111-3/+9
|
* launcher: sort apps by usage2 * r + 2 * t2025-09-111-0/+201
Closes #588