summaryrefslogtreecommitdiff
path: root/components (follow)
Commit message (Collapse)AuthorAgeFilesLines
* plugin: add BeatTracker2 * r + 2 * t2025-09-041-2/+1
| | | | Replaces beat-detector.cpp
* filedialog: anim empty text2 * r + 2 * t2025-09-031-1/+8
|
* filedialog: fix anims2 * r + 2 * t2025-09-032-15/+19
| | | | Assign to non reactive bindings so no update during remove anim when modelData is destroyed
* internal: refactor Paths util2 * r + 2 * t2025-09-033-3/+3
|
* plugin/fsm: incremental updates2 * r + 2 * t2025-09-031-2/+27
|
* internal: fix undef/null errors2 * r + 2 * t2025-09-022-9/+12
|
* internal: use FileSystemModel for FileDialog2 * r + 2 * t2025-09-024-44/+23
|
* plugin/cim: better sourceSize2 * r + 2 * t2025-09-011-5/+0
|
* plugin/cim: better cache impl2 * r + 2 * t2025-08-301-5/+0
|
* plugin/cim: update on size changeSoramane2025-08-291-0/+9
|
* plugin: better getDominantColour2 * r + 2 * t2025-08-271-3/+3
| | | | Use callback instead of setting prop
* plugin: add getDominantColour2 * r + 2 * t2025-08-271-58/+5
| | | | Replaces wack canvas stuff for ColouredIcon
* plugin: create caching image manager2 * r + 2 * t2025-08-273-44/+39
| | | | No need for external proc
* plugin: saveItem ensure parent dir2 * r + 2 * t2025-08-271-3/+1
| | | | Also const everything and format
* internal: async save item2 * r + 2 * t2025-08-261-3/+3
| | | | Fixes #180
* internal: cleanup2 * r + 2 * t2025-08-241-4/+0
|
* internal: use Anim component2 * r + 2 * t2025-08-2411-63/+21
|
* internal: add canim component2 * r + 2 * t2025-08-2410-54/+20
|
* internal: add anim component2 * r + 2 * t2025-08-243-12/+8
| | | | No inlining
* popouts/network: better rescan loading2 * r + 2 * t2025-08-231-0/+6
|
* internal: scale rounding properly2 * r + 2 * t2025-08-172-3/+3
|
* internal: better loading indicator2 * r + 2 * t2025-08-142-65/+193
| | | | Abstract circular progress into own component
* internal: better colourisation2 * r + 2 * t2025-08-142-1/+86
|
* picker: fix clients for special ws2 * r + 2 * t2025-08-091-2/+0
| | | | Also focus on first window if none focused on init
* internal: fix more colours2 * r + 2 * t2025-08-081-1/+1
|
* internal: colour fixes2 * r + 2 * t2025-08-081-1/+1
|
* internal: transparency support coming soon™2 * r + 2 * t2025-08-0811-18/+20
| | | | | Also fix media player selector text colour Fix colour preview not resetting light/dark mode
* internal: fix transparent transitions2 * r + 2 * t2025-08-073-3/+3
|
* internal: position slider handle correctly2 * r + 2 * t2025-08-051-19/+17
| | | | Also better labels for audio popout
* bar/popouts: add audio device switcher (#319)Laurens Duin2025-08-053-1/+118
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * feat: basic audio switcher * feat: replace VerticalSlider with StyledSlider * fix: styling * fix: formatting * chore: make sound icons consistent, change slider styling * feat: styled slider component variants * chore: cleanup * chore: cleanup * fix: pr fixes * fix: remove redundant code * chore: remove old code * fix: controls styling * fixes * more tweaks * radiobtn: add interaction stuff Anim slider --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
* internal: use device scaling for image caching (#348)Davi Ribeiro2025-08-051-3/+8
| | | | | | | | | * internal: fixes image caching (#275) * fixes --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
* internal: refactor widgets folder2 * r + 2 * t2025-08-0430-0/+1906
Split into subdirs and rename to components