summaryrefslogtreecommitdiff
path: root/components/controls (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-11-16controlcenter: animation subtext in collapsiblesection correctionATMDA1-3/+2
2025-11-15controlcenter: collapsible section sub heading animation correctionATMDA1-9/+30
2025-11-15controlcenter: animation bug fix on flickablesATMDA1-0/+7
2025-11-15controlcenter: slider component color fix for transparency layersATMDA1-1/+1
2025-11-15controlcenter: corrected certain containers not respecting transparency layersATMDA4-4/+4
2025-11-15controlcenter: appearance pane corrections to fp/int values such as scales ↵ATMDA2-6/+70
and border
2025-11-15internal: use existing button controls2 * r + 2 * t1-3/+6
Instead of SimpleButton
2025-11-15controlcenter: fixed anchors vs parent logsATMDA1-1/+1
2025-11-14controlcenter: font size adjustments on headingsATMDA1-1/+1
2025-11-13controlcenter: password dialog matches lockscreenATMDA1-1/+1
2025-11-13controlcenter: collapsiblegroups animation and styling tweakedATMDA1-43/+68
2025-11-13cleanup: trailing whitespace removeal (entire project)ATMDA1-1/+1
2025-11-12controlcenter: refactored wifi/ethernet panelsATMDA1-0/+29
2025-11-12controlcenter: refactoring into componentsATMDA1-0/+2
2025-11-12controlcenter: refactoring into componentsATMDA4-0/+265
2025-09-24internal: add option for splitbutton menu pos2 * r + 2 * t1-0/+12
2025-09-23dashboard/media: improve ui2 * r + 2 * t3-7/+19
2025-09-23popouts/kblayout: add switch layout button (#682)AleksElixir1-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>
2025-09-19internal: better scroll bar2 * r + 2 * t1-8/+72
2025-09-15internal: fix splitbutton expand statelayer2 * r + 2 * t1-2/+2
2025-09-15utilities: fix colours2 * r + 2 * t3-7/+15
Fix transparency + some button colours
2025-09-15utilities/toggles: convert to row of icon buttons2 * r + 2 * t1-1/+4
2025-09-15utilities/record: allow pause/resume recording2 * r + 2 * t4-31/+41
2025-09-15utilities/record: select mode2 * r + 2 * t5-6/+355
2025-09-14utilities: add recording delete confirmation2 * r + 2 * t2-3/+69
2025-09-14utilities: add recording control2 * r + 2 * t2-1/+81
2025-09-13internal: use templates2 * r + 2 * t4-4/+7
2025-09-13plugin: managers -> internal2 * r + 2 * t1-1/+1
2025-09-13plugin/managers: add CircularIndicatorManager2 * r + 2 * t3-157/+111
Basically move StyledBusyIndicator -> CircularIndicator + logic for it from js -> c++
2025-09-12internal: fix crash2 * r + 2 * t1-22/+31
2025-09-12osd: loader content2 * r + 2 * t1-3/+7
2025-08-24internal: use Anim component2 * r + 2 * t5-27/+10
2025-08-24internal: add canim component2 * r + 2 * t3-20/+4
2025-08-23popouts/network: better rescan loading2 * r + 2 * t1-0/+6
2025-08-17internal: scale rounding properly2 * r + 2 * t2-3/+3
2025-08-14internal: better loading indicator2 * r + 2 * t2-65/+193
Abstract circular progress into own component
2025-08-08internal: fix more colours2 * r + 2 * t1-1/+1
2025-08-08internal: transparency support coming soon™2 * r + 2 * t4-6/+8
Also fix media player selector text colour Fix colour preview not resetting light/dark mode
2025-08-07internal: fix transparent transitions2 * r + 2 * t1-1/+1
2025-08-05internal: position slider handle correctly2 * r + 2 * t1-19/+17
Also better labels for audio popout
2025-08-05bar/popouts: add audio device switcher (#319)Laurens Duin3-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>
2025-08-04internal: refactor widgets folder2 * r + 2 * t7-0/+638
Split into subdirs and rename to components