summaryrefslogtreecommitdiff
path: root/components (follow)
Commit message (Collapse)AuthorAgeFilesLines
* plugin: add image analyser2 * r + 2 * t2025-09-241-4/+9
|
* dashboard/media: improve ui2 * r + 2 * t2025-09-233-7/+19
|
* popouts/kblayout: add switch layout button (#682)AleksElixir2025-09-231-1/+7
| | | | | | | | | | | | | | | | | * keyboard layout * Update KbLayout.qml Code cleanup * Update KbLayout.qml more code cleanup * fix --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
* internal: better scroll bar2 * r + 2 * t2025-09-192-10/+75
|
* internal: fix splitbutton expand statelayer2 * r + 2 * t2025-09-151-2/+2
|
* utilities: fix colours2 * r + 2 * t2025-09-153-7/+15
| | | | Fix transparency + some button colours
* utilities/toggles: convert to row of icon buttons2 * r + 2 * t2025-09-151-1/+4
|
* utilities/record: allow pause/resume recording2 * r + 2 * t2025-09-154-31/+41
|
* utilities/record: select mode2 * r + 2 * t2025-09-156-6/+356
|
* internal: add opacity mask component2 * r + 2 * t2025-09-141-0/+9
|
* utilities: add recording delete confirmation2 * r + 2 * t2025-09-142-3/+69
|
* utilities: add recording control2 * r + 2 * t2025-09-142-1/+81
|
* internal: use templates2 * r + 2 * t2025-09-134-4/+7
|
* plugin: managers -> internal2 * r + 2 * t2025-09-132-2/+2
|
* plugin/managers: add CircularIndicatorManager2 * r + 2 * t2025-09-133-157/+111
| | | | Basically move StyledBusyIndicator -> CircularIndicator + logic for it from js -> c++
* plugin: refactor into modules2 * r + 2 * t2025-09-132-2/+2
|
* internal: fix crash2 * r + 2 * t2025-09-121-22/+31
|
* osd: loader content2 * r + 2 * t2025-09-121-3/+7
|
* 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