summaryrefslogtreecommitdiff
path: root/modules/launcher (unfollow)
Commit message (Collapse)AuthorFilesLines
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
2025-07-19config: add config for using fzf/fuzzy search2 * r + 2 * t4-2/+7
2025-07-19feat: fzf-like search instead of fuzzy2 * r + 2 * t4-51/+24
Also add license for fuzzysort lib
2025-07-16internal: use new qs importsSoramane15-38/+38
2025-07-10internal: scroll fix part 22 * r + 2 * t1-1/+1
Closes #202