summaryrefslogtreecommitdiff
path: root/modules/launcher (follow)
Commit message (Collapse)AuthorAgeFilesLines
* launcher: not full rounding + better anim2 * r + 2 * t2025-09-106-8/+21
|
* launcher: add config option for hiding applications (#568)anders1302025-09-101-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>
* launcher/wallpaper: include subfolder in search2 * r + 2 * t2025-09-101-1/+0
| | | | Closes #589
* launcher: allow configuring actions (#558)Belal2025-09-092-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>
* plugin: add qalculator2 * r + 2 * t2025-09-041-38/+5
| | | | For launcher >calc instead of qalc proc
* launcher/wallpaper: add placeholder2 * r + 2 * t2025-09-031-3/+11
|
* plugin: add FileSystemModel2 * r + 2 * t2025-08-311-2/+3
|
* wallpapers: use CAELESTIA_WALLPAPERS_DIR env2 * r + 2 * t2025-08-301-1/+1
| | | | Env var overrides config option
* internal: use Anim component2 * r + 2 * t2025-08-244-39/+13
|
* internal: add canim component2 * r + 2 * t2025-08-241-5/+2
|
* internal: add anim component2 * r + 2 * t2025-08-242-12/+0
| | | | No inlining
* launcher: add special search2 * r + 2 * t2025-08-232-4/+65
| | | | Closes #464
* launcher: show current scheme/variant2 * r + 2 * t2025-08-235-36/+86
| | | | Also qsTr variant stuff
* launcher: add random wallpaper action2 * r + 2 * t2025-08-231-0/+10
|
* launcher: exact calculation for wallpaper width2 * r + 2 * t2025-08-234-8/+33
| | | | Fixes #322
* config: make appearance configurable2 * r + 2 * t2025-08-091-4/+6
|
* internal: colour fixes2 * r + 2 * t2025-08-083-3/+3
|
* internal: transparency support coming soon™2 * r + 2 * t2025-08-084-4/+4
| | | | | Also fix media player selector text colour Fix colour preview not resetting light/dark mode
* launcher: allow wallpaper switch when exactly 2 wallpapers (#343)Laurens Duin2025-08-051-11/+11
|
* internal: refactor widgets folder2 * r + 2 * t2025-08-049-9/+14
| | | | Split into subdirs and rename to components
* internal: better shadow2 * r + 2 * t2025-08-031-6/+3
|
* config: add apps config2 * r + 2 * t2025-08-022-2/+2
| | | | Closes #318 and #305
* launcher: add optional vim-like keybinds (#282)Joel R.2025-07-281-0/+21
|
* internal: use configDir -> shellDir2 * r + 2 * t2025-07-271-1/+1
| | | | configDir is deprecated
* dcontent: impl bt settings2 * r + 2 * t2025-07-261-1/+0
|
* config: allow enable/disable panels2 * r + 2 * t2025-07-261-1/+1
| | | | Closes #240
* launcher: fix2 * r + 2 * t2025-07-191-0/+1
|
* launcher: fix state transitions2 * r + 2 * t2025-07-193-87/+113
|
* internal: move launcher stuff into subfolders2 * r + 2 * t2025-07-1912-5/+33
|
* launcher: better scheme search2 * r + 2 * t2025-07-191-1/+7
|
* config: add config for using fzf/fuzzy search2 * r + 2 * t2025-07-194-2/+7
|
* feat: fzf-like search instead of fuzzy2 * r + 2 * t2025-07-194-51/+24
| | | | Also add license for fuzzysort lib
* internal: use new qs importsSoramane2025-07-1615-38/+38
|
* internal: scroll fix part 22 * r + 2 * t2025-07-101-1/+1
| | | | Closes #202
* internal: use layer.effect2 * r + 2 * t2025-07-021-33/+20
| | | | Also use clipping rect for wallpaper item
* config: fix overwrite on startup2 * r + 2 * t2025-06-281-1/+1
|
* icons: some fixes for previous axes change2 * r + 2 * t2025-06-261-1/+1
| | | | | Mostly spacing fixes Also qsTr windowinfo class and title when none
* launcher: fix wallpaper preview exit2 * r + 2 * t2025-06-251-3/+1
|
* drawers: give back focus when close2 * r + 2 * t2025-06-231-1/+6
| | | | | | For launcher and session, give back focus to previously open one on close Also use execDetached for session buttons
* popouts: convert to layout2 * r + 2 * t2025-06-211-1/+1
| | | | | Also add expand button Change launcher calc item icon
* feat: launcher calculator2 * r + 2 * t2025-06-214-1/+194
| | | | Requires libqalculate
* launcher: fix height when one item2 * r + 2 * t2025-06-201-1/+1
|
* launcher: better empty text2 * r + 2 * t2025-06-191-16/+19
| | | | Also reload wallpapers when path changes
* session: fix logout button2 * r + 2 * t2025-06-191-1/+1
| | | | And launcher logout action
* internal: fix qmlls freezing2 * r + 2 * t2025-06-191-5/+1
|
* launcher: fix size when rapid close and reopen2 * r + 2 * t2025-06-171-0/+4
| | | | Only for when a short period but not super short periods
* launcher: fix transition between lists2 * r + 2 * t2025-06-172-23/+11
| | | | Also fix wallpaper preview not switching back when using non dynamic scheme
* launcher: fix wallpaper preview colours2 * r + 2 * t2025-06-172-0/+3
| | | | Also disable transparency action (not impled and won't be in the near future)
* feat: impl variant launcher action2 * r + 2 * t2025-06-175-7/+183
|
* internal: use execDetached2 * r + 2 * t2025-06-172-36/+6
|