summaryrefslogtreecommitdiff
path: root/components/controls (follow)
Commit message (Collapse)AuthorAgeFilesLines
* controlcenter: corrected nesting of bg when transparency offATMDA2025-11-191-1/+4
|
* controlcenter: corrected spacing between collapsiblesection headers and contentATMDA2025-11-171-1/+1
|
* controlcenter: inner scrollbar for larger sections such as fontsATMDA2025-11-171-7/+89
|
* controlcenter: added slight background to expanded collapsiblesections on ↵ATMDA2025-11-171-0/+16
| | | | appearance
* controlcenter: FIXED animation bug with sub-textATMDA2025-11-161-68/+12
|
* controlcenter: animation correction on certain collapsiblesectionsATMDA2025-11-161-2/+1
|
* controlcenter: clip/fade issue on certain collapsiblesectionsATMDA2025-11-161-2/+38
|
* controlcenter: animation subtext in collapsiblesection correctionATMDA2025-11-161-3/+2
|
* controlcenter: collapsible section sub heading animation correctionATMDA2025-11-151-9/+30
|
* controlcenter: animation bug fix on flickablesATMDA2025-11-151-0/+7
|
* controlcenter: slider component color fix for transparency layersATMDA2025-11-151-1/+1
|
* controlcenter: corrected certain containers not respecting transparency layersATMDA2025-11-154-4/+4
|
* controlcenter: appearance pane corrections to fp/int values such as scales ↵ATMDA2025-11-152-6/+70
| | | | and border
* internal: use existing button controls2 * r + 2 * t2025-11-151-3/+6
| | | | Instead of SimpleButton
* controlcenter: fixed anchors vs parent logsATMDA2025-11-151-1/+1
|
* controlcenter: font size adjustments on headingsATMDA2025-11-141-1/+1
|
* controlcenter: password dialog matches lockscreenATMDA2025-11-131-1/+1
|
* controlcenter: collapsiblegroups animation and styling tweakedATMDA2025-11-131-43/+68
|
* cleanup: trailing whitespace removeal (entire project)ATMDA2025-11-131-1/+1
|
* controlcenter: refactored wifi/ethernet panelsATMDA2025-11-121-0/+29
|
* controlcenter: refactoring into componentsATMDA2025-11-121-0/+2
|
* controlcenter: refactoring into componentsATMDA2025-11-124-0/+265
|
* internal: add option for splitbutton menu pos2 * r + 2 * t2025-09-241-0/+12
|
* 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-191-8/+72
|
* 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-155-6/+355
|
* 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-131-1/+1
|
* plugin/managers: add CircularIndicatorManager2 * r + 2 * t2025-09-133-157/+111
| | | | Basically move StyledBusyIndicator -> CircularIndicator + logic for it from js -> c++
* internal: fix crash2 * r + 2 * t2025-09-121-22/+31
|
* osd: loader content2 * r + 2 * t2025-09-121-3/+7
|
* internal: use Anim component2 * r + 2 * t2025-08-245-27/+10
|
* internal: add canim component2 * r + 2 * t2025-08-243-20/+4
|
* 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: fix more colours2 * r + 2 * t2025-08-081-1/+1
|
* internal: transparency support coming soon™2 * r + 2 * t2025-08-084-6/+8
| | | | | Also fix media player selector text colour Fix colour preview not resetting light/dark mode
* internal: fix transparent transitions2 * r + 2 * t2025-08-071-1/+1
|
* 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: refactor widgets folder2 * r + 2 * t2025-08-047-0/+638
Split into subdirs and rename to components