summaryrefslogtreecommitdiff
path: root/plugin/src/Caelestia/Models/filesystemmodel.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-09-13plugin/managers: add CircularIndicatorManager2 * r + 2 * t10-162/+400
Basically move StyledBusyIndicator -> CircularIndicator + logic for it from js -> c++
2025-09-13plugin: refactor into modules2 * r + 2 * t28-47/+77
2025-09-13popouts/tray: better interaction2 * r + 2 * t4-4/+7
Not exclusive when on first layer of submenus Closes #610
2025-09-13network: fix undef errors2 * r + 2 * t1-2/+2
2025-09-13plugin/cmake: link qt quick2 * r + 2 * t1-1/+2
See #608
2025-09-13readme: update manual installation deps2 * r + 2 * t1-1/+1
2025-09-13config/launcher: set default maxShown to 72 * r + 2 * t2-2/+2
Better for 1920x1080 screens
2025-09-13launcher: fix anim2 * r + 2 * t1-4/+41
Fixes #607
2025-09-12plugin/service: fix invoke after destruction2 * r + 2 * t1-2/+19
2025-09-12internal: fix crash2 * r + 2 * t1-22/+31
2025-09-12readme: update example config2 * r + 2 * t1-0/+3
2025-09-12bar: remove idle inhibitor2 * r + 2 * t4-47/+0
Use the one in the utilities panel instead
2025-09-12launcher: fix exclusion with utilities2 * r + 2 * t1-3/+6
2025-09-12launcher: loader content2 * r + 2 * t4-50/+60
2025-09-12osd: loader content2 * r + 2 * t3-9/+19
2025-09-12dashboard: persist state2 * r + 2 * t4-15/+44
2025-09-12utilities: loader content2 * r + 2 * t1-2/+27
2025-09-12utilities: add keep awake and quick toggles2 * r + 2 * t8-27/+306
2025-09-12interactions: fix interaction area2 * r + 2 * t1-0/+2
Hyprland bug smh
2025-09-12plugin: fix floating point comparison2 * r + 2 * t2-2/+2
Closes #602
2025-09-12network: put back the ":" in SSIDs (#601)Auguste Baum1-1/+1
2025-09-11shortcuts: add dashboard shortcut2 * r + 2 * t1-0/+9
2025-09-11plugin: add requests2 * r + 2 * t5-36/+60
Replaces QML Requests singleton
2025-09-11plugin: format + refactor2 * r + 2 * t6-49/+87
2025-09-11plugin/appdb: fix persistence2 * r + 2 * t2-21/+9
2025-09-11plugin: use qt typedefs for fixed ints2 * r + 2 * t3-32/+30
2025-09-11launcher: sort apps by usage2 * r + 2 * t4-20/+325
Closes #588
2025-09-10plugin: remove multimedia dep2 * r + 2 * t3-14/+13
Also remove QML module version
2025-09-10launcher: not full rounding + better anim2 * r + 2 * t6-8/+21
2025-09-10launcher: add config option for hiding applications (#568)anders1303-2/+4
* 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: fix showOnHover2 * r + 2 * t1-1/+2
Closes #591 Fixes #562
2025-09-10launcher/wallpaper: include subfolder in search2 * r + 2 * t2-1/+1
Closes #589
2025-09-09bar/tray: add icon subs2 * r + 2 * t4-8/+17
Usage: array of { id, image | icon }
2025-09-09plugin/service: remove zero ref warning2 * r + 2 * t1-1/+0
Reloads don't play nice with it + it doesn't matter anyways
2025-09-09internal: use Qt.resolvedUrl2 * r + 2 * t7-7/+7
2025-09-09launcher: allow configuring actions (#558)Belal4-141/+241
* 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-09dashboard: fix pfp picker2 * r + 2 * t1-1/+1
Fixes #579
2025-09-09dashboard/media: fix incubation warning2 * r + 2 * t1-1/+0
2025-09-09plugin/ac: not singleton2 * r + 2 * t13-94/+241
Also add nodeId prop BeatTracker not singleton Move BeatTracker and Cava to Audio service
2025-09-09nix: fix build error with libcava (#585)Davi Ribeiro1-1/+2
libcava failing with fftw3.h not found
2025-09-09nix: fix pipewire2 * r + 2 * t1-2/+2
Fixes #583
2025-09-08bar: configurable scroll actions (#559)Belal3-3/+15
* bar: add option to disable scroll actions for volume and brightness * options for workspaces, brightness and volume * add options to readme + format --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
2025-09-08bar/statusicons: add mic indicator2 * r + 2 * t3-0/+14
Closes #578
2025-09-08internal: force threaded render loop2 * r + 2 * t1-0/+1
Fixes #153 Fixes caelestia-dots/caelestia#118 Closes caelestia-dots/caelestia#137
2025-09-08plugin: use lower case imports2 * r + 2 * t20-66/+41
2025-09-08plugin/ac: use double buffer2 * r + 2 * t4-72/+36
Double buffer instead of circular buffer
2025-09-08nix: remove cava dep2 * r + 2 * t1-2/+0
2025-09-08plugin/ac: fix idle state + reduce buffer size2 * r + 2 * t3-27/+55
2025-09-08dashboard/media: ensure visualiser heads2 * r + 2 * t2-2/+1
2025-09-08plugin/ac: rt process2 * r + 2 * t1-1/+3