| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2025-11-19 | refactor: NetworkConnection util created, migrated all functions | ATMDA | 2 | -22/+15 | |
| 2025-11-16 | tray: wireless password popout respect transparency | ATMDA | 1 | -1/+2 | |
| 2025-11-16 | hierarchy: renamed for consistency | ATMDA | 2 | -1/+2 | |
| 2025-11-15 | controlcenter: password input errors/wrong pass | ATMDA | 1 | -34/+51 | |
| 2025-11-15 | internal: use existing button controls | 2 * r + 2 * t | 4 | -132/+70 | |
| Instead of SimpleButton | |||||
| 2025-11-15 | tray: open settings button matches other popouts | ATMDA | 2 | -2/+2 | |
| 2025-11-15 | tray: wireless password popout, no more full-rounding buttons | ATMDA | 1 | -1/+1 | |
| 2025-11-14 | tray: wireless password displays errors and resets | ATMDA | 1 | -24/+49 | |
| 2025-11-14 | tray: wireless password ripple effect fix / focus | ATMDA | 1 | -5/+24 | |
| 2025-11-14 | tray: wireless password input popout | ATMDA | 4 | -2/+719 | |
| 2025-11-13 | tray: wireless, ethernet, bluetooth cleanup | ATMDA | 3 | -8/+38 | |
| 2025-11-13 | tray: consolidating ethernet into network | ATMDA | 3 | -184/+110 | |
| 2025-11-13 | network: migrated to nmcli.qml | ATMDA | 1 | -17/+16 | |
| 2025-11-13 | tray: changed settings icon in button | ATMDA | 2 | -2/+2 | |
| 2025-11-12 | tray: minor button updates to match | ATMDA | 2 | -62/+17 | |
| 2025-11-12 | conrolcenter: debug/rewrite of wireless panel | ATMDA | 1 | -1/+1 | |
| 2025-11-11 | popout: audio and blueooth changed button to say "Open Settings" | ATMDA | 2 | -2/+2 | |
| 2025-11-10 | statusicons: made panel open in detach to match the bluetooth icon | ATMDA | 1 | -4/+2 | |
| 2025-11-10 | statusicons: sound input/output now opens controlcenter instead of pavucontrol | ATMDA | 1 | -2/+2 | |
| 2025-11-10 | statusicons: added ethernet when active and popout | ATMDA | 2 | -0/+184 | |
| 2025-10-21 | bar/popouts: allow disabling individual popouts | 2 * r + 2 * t | 1 | -4/+4 | |
| Closes #826 | |||||
| 2025-09-25 | plugin/hypr: add more helpers | 2 * r + 2 * t | 1 | -1/+1 | |
| Also refresh options on dynamic option application | |||||
| 2025-09-24 | plugin: add hypr extras (#690) | 2 * r + 2 * t | 1 | -1/+1 | |
| * move machine * works * prevent duplicate refreshes * use instead of hyprctl proc | |||||
| 2025-09-23 | popouts/kblayout: add switch layout button (#682) | AleksElixir | 1 | -2/+24 | |
| * 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-20 | internal: centralise focus grabs | 2 * r + 2 * t | 1 | -7/+0 | |
| Except detached popouts focus grab (its meant to be exclusive to the other grab) | |||||
| 2025-09-13 | internal: use templates | 2 * r + 2 * t | 1 | -6/+4 | |
| 2025-09-13 | plugin/managers: add CircularIndicatorManager | 2 * r + 2 * t | 2 | -3/+3 | |
| Basically move StyledBusyIndicator -> CircularIndicator + logic for it from js -> c++ | |||||
| 2025-09-13 | popouts/tray: better interaction | 2 * r + 2 * t | 3 | -3/+6 | |
| Not exclusive when on first layer of submenus Closes #610 | |||||
| 2025-09-03 | internal: non async popouts | 2 * r + 2 * t | 1 | -1/+0 | |
| Fixes "Component is not ready" warnings | |||||
| 2025-09-03 | bar/statusicons: add lock keys indicator (#514) | Belal | 2 | -0/+21 | |
| * [StatusIcons] Add caps lock indicator * Seprate CapsLock icon * Use material icon * fixes --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | |||||
| 2025-08-24 | internal: use Anim component | 2 * r + 2 * t | 5 | -43/+12 | |
| 2025-08-24 | internal: add canim component | 2 * r + 2 * t | 1 | -5/+2 | |
| 2025-08-24 | internal: add anim component | 2 * r + 2 * t | 3 | -18/+1 | |
| No inlining | |||||
| 2025-08-24 | internal: rename Hyprland -> Hypr | 2 * r + 2 * t | 3 | -7/+7 | |
| Prevent shadowing Fixes window info not changing on switching to an empty workspace | |||||
| 2025-08-23 | popouts/network: better rescan loading | 2 * r + 2 * t | 1 | -15/+21 | |
| 2025-08-19 | bar: add kblayout popout | 2 * r + 2 * t | 2 | -0/+11 | |
| 2025-08-14 | internal: better loading indicator | 2 * r + 2 * t | 2 | -22/+4 | |
| Abstract circular progress into own component | |||||
| 2025-08-10 | internal: more colour fixes | 2 * r + 2 * t | 2 | -2/+2 | |
| :woe: | |||||
| 2025-08-08 | internal: transparency support coming soon™ | 2 * r + 2 * t | 3 | -4/+4 | |
| Also fix media player selector text colour Fix colour preview not resetting light/dark mode | |||||
| 2025-08-07 | controlcenter: add floating mode | 2 * r + 2 * t | 1 | -0/+4 | |
| Closes #363 | |||||
| 2025-08-05 | config: add audio increment option | 2 * r + 2 * t | 1 | -2/+2 | |
| 2025-08-05 | internal: rename dcontent -> controlcenter | 2 * r + 2 * t | 1 | -4/+2 | |
| 2025-08-05 | internal: position slider handle correctly | 2 * r + 2 * t | 1 | -2/+2 | |
| Also better labels for audio popout | |||||
| 2025-08-05 | popouts/audio: scroll volume slider | 2 * r + 2 * t | 1 | -11/+24 | |
| Also more spacing | |||||
| 2025-08-05 | bar/popouts: add audio device switcher (#319) | Laurens Duin | 1 | -32/+113 | |
| * 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 | 6 | -6/+9 | |
| Split into subdirs and rename to components | |||||
| 2025-08-02 | config: add apps config | 2 * r + 2 * t | 1 | -1/+1 | |
| Closes #318 and #305 | |||||
| 2025-07-30 | config: allow configuring external audio program | Soramane | 1 | -1/+1 | |
| Closes #302 | |||||
| 2025-07-28 | popouts: unload when hidden | 2 * r + 2 * t | 3 | -3/+3 | |
| 2025-07-26 | dcontent: add bt pane | 2 * r + 2 * t | 1 | -1/+1 | |