| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2025-11-16 | controlcenter: animation subtext in collapsiblesection correction | ATMDA | 1 | -3/+2 | |
| 2025-11-15 | controlcenter: collapsible section sub heading animation correction | ATMDA | 1 | -9/+30 | |
| 2025-11-15 | controlcenter: animation bug fix on flickables | ATMDA | 1 | -0/+7 | |
| 2025-11-15 | controlcenter: slider component color fix for transparency layers | ATMDA | 1 | -1/+1 | |
| 2025-11-15 | controlcenter: corrected certain containers not respecting transparency layers | ATMDA | 4 | -4/+4 | |
| 2025-11-15 | controlcenter: appearance pane corrections to fp/int values such as scales ↵ | ATMDA | 2 | -6/+70 | |
| and border | |||||
| 2025-11-15 | internal: use existing button controls | 2 * r + 2 * t | 1 | -3/+6 | |
| Instead of SimpleButton | |||||
| 2025-11-15 | controlcenter: fixed anchors vs parent logs | ATMDA | 1 | -1/+1 | |
| 2025-11-14 | controlcenter: font size adjustments on headings | ATMDA | 1 | -1/+1 | |
| 2025-11-13 | controlcenter: password dialog matches lockscreen | ATMDA | 1 | -1/+1 | |
| 2025-11-13 | controlcenter: collapsiblegroups animation and styling tweaked | ATMDA | 1 | -43/+68 | |
| 2025-11-13 | cleanup: trailing whitespace removeal (entire project) | ATMDA | 1 | -1/+1 | |
| 2025-11-12 | controlcenter: refactored wifi/ethernet panels | ATMDA | 1 | -0/+29 | |
| 2025-11-12 | controlcenter: refactoring into components | ATMDA | 1 | -0/+2 | |
| 2025-11-12 | controlcenter: refactoring into components | ATMDA | 4 | -0/+265 | |
| 2025-09-24 | internal: add option for splitbutton menu pos | 2 * r + 2 * t | 1 | -0/+12 | |
| 2025-09-23 | dashboard/media: improve ui | 2 * r + 2 * t | 3 | -7/+19 | |
| 2025-09-23 | popouts/kblayout: add switch layout button (#682) | AleksElixir | 1 | -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-19 | internal: better scroll bar | 2 * r + 2 * t | 1 | -8/+72 | |
| 2025-09-15 | internal: fix splitbutton expand statelayer | 2 * r + 2 * t | 1 | -2/+2 | |
| 2025-09-15 | utilities: fix colours | 2 * r + 2 * t | 3 | -7/+15 | |
| Fix transparency + some button colours | |||||
| 2025-09-15 | utilities/toggles: convert to row of icon buttons | 2 * r + 2 * t | 1 | -1/+4 | |
| 2025-09-15 | utilities/record: allow pause/resume recording | 2 * r + 2 * t | 4 | -31/+41 | |
| 2025-09-15 | utilities/record: select mode | 2 * r + 2 * t | 5 | -6/+355 | |
| 2025-09-14 | utilities: add recording delete confirmation | 2 * r + 2 * t | 2 | -3/+69 | |
| 2025-09-14 | utilities: add recording control | 2 * r + 2 * t | 2 | -1/+81 | |
| 2025-09-13 | internal: use templates | 2 * r + 2 * t | 4 | -4/+7 | |
| 2025-09-13 | plugin: managers -> internal | 2 * r + 2 * t | 1 | -1/+1 | |
| 2025-09-13 | plugin/managers: add CircularIndicatorManager | 2 * r + 2 * t | 3 | -157/+111 | |
| Basically move StyledBusyIndicator -> CircularIndicator + logic for it from js -> c++ | |||||
| 2025-09-12 | internal: fix crash | 2 * r + 2 * t | 1 | -22/+31 | |
| 2025-09-12 | osd: loader content | 2 * r + 2 * t | 1 | -3/+7 | |
| 2025-08-24 | internal: use Anim component | 2 * r + 2 * t | 5 | -27/+10 | |
| 2025-08-24 | internal: add canim component | 2 * r + 2 * t | 3 | -20/+4 | |
| 2025-08-23 | popouts/network: better rescan loading | 2 * r + 2 * t | 1 | -0/+6 | |
| 2025-08-17 | internal: scale rounding properly | 2 * r + 2 * t | 2 | -3/+3 | |
| 2025-08-14 | internal: better loading indicator | 2 * r + 2 * t | 2 | -65/+193 | |
| Abstract circular progress into own component | |||||
| 2025-08-08 | internal: fix more colours | 2 * r + 2 * t | 1 | -1/+1 | |
| 2025-08-08 | internal: transparency support coming soon™ | 2 * r + 2 * t | 4 | -6/+8 | |
| Also fix media player selector text colour Fix colour preview not resetting light/dark mode | |||||
| 2025-08-07 | internal: fix transparent transitions | 2 * r + 2 * t | 1 | -1/+1 | |
| 2025-08-05 | internal: position slider handle correctly | 2 * r + 2 * t | 1 | -19/+17 | |
| Also better labels for audio popout | |||||
| 2025-08-05 | bar/popouts: add audio device switcher (#319) | Laurens Duin | 3 | -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-04 | internal: refactor widgets folder | 2 * r + 2 * t | 7 | -0/+638 | |
| Split into subdirs and rename to components | |||||