summaryrefslogtreecommitdiff
path: root/modules/launcher (unfollow)
Commit message (Collapse)AuthorFilesLines
2026-03-16remove more stuffffFreya Murphy1-1/+1
2026-03-16remove themes and configs from launcherFreya Murphy10-739/+8
2026-02-19launcher: add favorite apps (#946)Bora Gülerman2-3/+19
* 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
2026-01-16internal: no async loaders2 * r + 2 * t2-2/+0
Fixes reload issue and all stuff not loading issues
2025-11-15controlcenter: corrected certain containers not respecting transparency layersATMDA1-1/+1
2025-11-15controlcenter: corrected wallpaper flicker issueATMDA1-0/+1
2025-11-13launcher: reverted python launcher item to not exist, changes back to c0ea060fATMDA3-142/+2
2025-11-10launcher: python execution like calculator functionalityATMDA3-2/+142
2025-10-03launcher: fix exclusion with sidebarSoramane1-2/+2
2025-09-22plugin/appdb: forward signals2 * r + 2 * t1-2/+2
2025-09-19internal: better scroll bar2 * r + 2 * t1-2/+3
2025-09-18launcher: fix open anim2 * r + 2 * t1-1/+5
Fixes #639
2025-09-13launcher: prevent overlap with dashboard2 * r + 2 * t3-4/+19
Fixes #612
2025-09-13internal: use templates2 * r + 2 * t3-5/+5
2025-09-13plugin: refactor into modules2 * r + 2 * t1-1/+1
2025-09-13launcher: fix anim2 * r + 2 * t1-4/+41
Fixes #607
2025-09-12launcher: fix exclusion with utilities2 * r + 2 * t1-3/+6
2025-09-12launcher: loader content2 * r + 2 * t4-50/+60
2025-09-11plugin/appdb: fix persistence2 * r + 2 * t1-18/+0
2025-09-11launcher: sort apps by usage2 * r + 2 * t1-19/+28
Closes #588
2025-09-10launcher: not full rounding + better anim2 * r + 2 * t6-8/+21
2025-09-10launcher: add config option for hiding applications (#568)anders1301-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>
2025-09-10launcher/wallpaper: include subfolder in search2 * r + 2 * t1-1/+0
Closes #589
2025-09-09launcher: allow configuring actions (#558)Belal2-141/+28
* 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>
2025-09-04plugin: add qalculator2 * r + 2 * t1-38/+5
For launcher >calc instead of qalc proc
2025-09-03launcher/wallpaper: add placeholder2 * r + 2 * t1-3/+11
2025-08-31plugin: add FileSystemModel2 * r + 2 * t1-2/+3
2025-08-30wallpapers: use CAELESTIA_WALLPAPERS_DIR env2 * r + 2 * t1-1/+1
Env var overrides config option
2025-08-24internal: use Anim component2 * r + 2 * t4-39/+13
2025-08-24internal: add canim component2 * r + 2 * t1-5/+2
2025-08-24internal: add anim component2 * r + 2 * t2-12/+0
No inlining
2025-08-23launcher: add special search2 * r + 2 * t2-4/+65
Closes #464
2025-08-23launcher: show current scheme/variant2 * r + 2 * t5-36/+86
Also qsTr variant stuff
2025-08-23launcher: add random wallpaper action2 * r + 2 * t1-0/+10
2025-08-23launcher: exact calculation for wallpaper width2 * r + 2 * t4-8/+33
Fixes #322
2025-08-09config: make appearance configurable2 * r + 2 * t1-4/+6
2025-08-08internal: colour fixes2 * r + 2 * t3-3/+3
2025-08-08internal: transparency support coming soon™2 * r + 2 * t4-4/+4
Also fix media player selector text colour Fix colour preview not resetting light/dark mode
2025-08-05launcher: allow wallpaper switch when exactly 2 wallpapers (#343)Laurens Duin1-11/+11
2025-08-04internal: refactor widgets folder2 * r + 2 * t9-9/+14
Split into subdirs and rename to components
2025-08-03internal: better shadow2 * r + 2 * t1-6/+3
2025-08-02config: add apps config2 * r + 2 * t2-2/+2
Closes #318 and #305
2025-07-28launcher: add optional vim-like keybinds (#282)Joel R.1-0/+21
2025-07-27internal: use configDir -> shellDir2 * r + 2 * t1-1/+1
configDir is deprecated
2025-07-26dcontent: impl bt settings2 * r + 2 * t1-1/+0
2025-07-26config: allow enable/disable panels2 * r + 2 * t1-1/+1
Closes #240
2025-07-19launcher: fix2 * r + 2 * t1-0/+1
2025-07-19launcher: fix state transitions2 * r + 2 * t3-87/+113
2025-07-19internal: move launcher stuff into subfolders2 * r + 2 * t12-5/+33
2025-07-19launcher: better scheme search2 * r + 2 * t1-1/+7