summaryrefslogtreecommitdiff
path: root/modules/launcher (unfollow)
Commit message (Collapse)AuthorFilesLines
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
2025-07-02internal: use layer.effect2 * r + 2 * t1-33/+20
Also use clipping rect for wallpaper item
2025-06-28config: fix overwrite on startup2 * r + 2 * t1-1/+1
2025-06-26icons: some fixes for previous axes change2 * r + 2 * t1-1/+1
Mostly spacing fixes Also qsTr windowinfo class and title when none
2025-06-25launcher: fix wallpaper preview exit2 * r + 2 * t1-3/+1
2025-06-23drawers: give back focus when close2 * r + 2 * t1-1/+6
For launcher and session, give back focus to previously open one on close Also use execDetached for session buttons
2025-06-21popouts: convert to layout2 * r + 2 * t1-1/+1
Also add expand button Change launcher calc item icon
2025-06-21feat: launcher calculator2 * r + 2 * t4-1/+194
Requires libqalculate
2025-06-20launcher: fix height when one item2 * r + 2 * t1-1/+1
2025-06-19launcher: better empty text2 * r + 2 * t1-16/+19
Also reload wallpapers when path changes
2025-06-19session: fix logout button2 * r + 2 * t1-1/+1
And launcher logout action
2025-06-19internal: fix qmlls freezing2 * r + 2 * t1-5/+1
2025-06-17launcher: fix size when rapid close and reopen2 * r + 2 * t1-0/+4
Only for when a short period but not super short periods
2025-06-17launcher: fix transition between lists2 * r + 2 * t2-23/+11
Also fix wallpaper preview not switching back when using non dynamic scheme
2025-06-17launcher: fix wallpaper preview colours2 * r + 2 * t2-0/+3
Also disable transparency action (not impled and won't be in the near future)
2025-06-17feat: impl variant launcher action2 * r + 2 * t5-7/+183
2025-06-17internal: use execDetached2 * r + 2 * t2-36/+6
2025-06-17feat: impl scheme launcher action2 * r + 2 * t5-44/+227
2025-06-16launcher: completely hide disabled actions2 * r + 2 * t2-36/+15
2025-06-15feat: user config file2 * r + 2 * t9-20/+20
Config file at `~/.config/caelestia/shell.json`
2025-06-13launcher: use standard logout commandTim Hämisch1-1/+1
2025-06-13launcher: add opt-in for dangerous actionsTim Hämisch2-12/+38
2025-06-12Add shutdown, reboot, and logout actions to launcherTim Hämisch1-0/+48
2025-06-05drawers: fix interaction areas2 * r + 2 * t2-2/+2
Outer corners shouldn't be part of interaction area
2025-05-28drawers: change anim durations2 * r + 2 * t1-1/+1