| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2026-02-08 | fix: bluetooth battery bar (#1153) | Evertiro | 1 | -9/+3 | |
| Signed-off-by: Dan Griffiths <dgriffiths@widgitlabs.com> | |||||
| 2026-02-04 | config: allow adjusting the speed of gifs (#1147) | Evertiro | 3 | -3/+3 | |
| Signed-off-by: Dan Griffiths <dgriffiths@widgitlabs.com> | |||||
| 2026-02-03 | desktopclock: background blur GameMode support (#1145) | Ezekiel Gonzales | 1 | -1/+1 | |
| 2026-01-28 | config: serialize brightnessIncrement (#1117) | Ezekiel Gonzales | 1 | -2/+2 | |
| * config: serialize brightnessIncrement * add brightness increment on OSD scroll | |||||
| 2026-01-28 | internal: format | 2 * r + 2 * t | 56 | -1246/+1353 | |
| 2026-01-28 | controlcenter: remove qt5compat dep | 2 * r + 2 * t | 2 | -97/+166 | |
| 2026-01-21 | controlcenter: added VPN settings & management (#1095) | Robin Seger | 8 | -17/+1402 | |
| * feat: add VPN settings and management UI - Add VPN configuration UI - Update VPN toggle visibility to check enabled providers * controlcenter: VPN modal transitions & cleanup * controlcenter: VPN modal styling * controlcenter: VPN modal scrim * controlcenter: VPN modal padding * controlcenter: VPN modal enter & exit behaviour | |||||
| 2026-01-20 | bar/statusicons: allow disabling wifi icon when ethernet is active (#1107) | Evertiro | 2 | -6/+16 | |
| Signed-off-by: Dan Griffiths <dgriffiths@widgitlabs.com> | |||||
| 2026-01-20 | background: fix desktop clock 12h format | 2 * r + 2 * t | 3 | -18/+20 | |
| 2026-01-19 | controlcenter: add per-application audio controls (#1098) | ATDMA | 1 | -0/+145 | |
| * feat: per-application audio controls in controlcenter and popout * removed: per-application volume control removed from audio popout | |||||
| 2026-01-19 | popouts/kblayout: revamp to be actually functional (#971) | AleksElixir | 4 | -29/+364 | |
| * Replacement KbLayout.qml for keyboard layout management * Add files via upload * Update KbLayout source component import * Remove KbLayout.qml and relocate to kblayout folder The KbLayout.qml file has been removed and relocated to the kblayout folder. * Code fixes, and added kbLimit config that toust would be dissableable * Add 'kbLimit' to configuration options Added the keyboard limit toast config to the README * Update KbLayout.qml * Update KbLayoutModel.qml * Update BarConfig.qml * Update Content.qml * remove old file --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | |||||
| 2026-01-19 | controlcenter: add desktopClock configurations (#1097) | Ezekiel Gonzales | 2 | -4/+214 | |
| * controlCenter: Added desktopClock configurations * fix dropdown overlay & animation --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | |||||
| 2026-01-18 | background: redesign desktop clock and allow positioning (#1092) | Ezekiel Gonzales | 2 | -21/+259 | |
| * background(desktop clock): Redesigned the Desktop Clock and allow positioning and scaling * desktopClock: initial fix for contrast and added debug tool * fix properties * fix BackgroundConfig.qml for desktopClock * removed debugging tool and applied maintainer suggestions * added invert colors, opacity, and fix positioning * added blur, fix layout, allow invert colors * added implicitWidth behavior and small change | |||||
| 2026-01-16 | internal: fix lock null warnings | 2 * r + 2 * t | 1 | -2/+2 | |
| 2026-01-16 | dashboard: fix flickering on switch panes | 2 * r + 2 * t | 1 | -0/+10 | |
| 2026-01-16 | internal: fix errors due to sync loaders | 2 * r + 2 * t | 9 | -17/+20 | |
| 2026-01-16 | internal: no async loaders | 2 * r + 2 * t | 39 | -64/+0 | |
| Fixes reload issue and all stuff not loading issues | |||||
| 2026-01-16 | background: non async loader | 2 * r + 2 * t | 1 | -1/+0 | |
| Fixes #1074 Closes #1080 | |||||
| 2026-01-12 | popouts/network: fix rescan circ prog center | 2 * r + 2 * t | 1 | -12/+8 | |
| 2026-01-04 | lock: fix weather | 2 * r + 2 * t | 1 | -24/+5 | |
| 2026-01-03 | weather: better padding for forecast label | 2 * r + 2 * t | 1 | -0/+1 | |
| 2026-01-03 | services: add brightnessIncrement config property (#1010) | Ezekiel Gonzales | 1 | -2/+2 | |
| * feat: Add brightnessIncrement config property * birghtness increment applies on bar scroll | |||||
| 2026-01-03 | bluetooth: make device sort order stable | 2 * r + 2 * t | 2 | -6/+3 | |
| Closes #948 | |||||
| 2026-01-03 | weather: use tPalette for containers | 2 * r + 2 * t | 1 | -3/+4 | |
| 2026-01-03 | dashboard: fix scrolling between panes | 2 * r + 2 * t | 1 | -9/+3 | |
| 2026-01-03 | dash: more expressive shapes | 2 * r + 2 * t | 1 | -1/+12 | |
| 2026-01-03 | dashboard: fix index not initialised | 2 * r + 2 * t | 1 | -2/+3 | |
| 2026-01-03 | dashboard: add weather tab | Ezekiel Gonzales | 3 | -0/+287 | |
| dashboard: Added Weather tab that shows weather forecast | |||||
| 2025-12-21 | feat: add openExpanded notif config option (#993) | Sven Fischer | 1 | -1/+1 | |
| If set in the configuration, the notifications are opened in the expanded state, displaying the full notification text. | |||||
| 2025-12-02 | dashboard/media: fix log warnings (#949) | senkun | 1 | -2/+2 | |
| * fix(dashboard): Media.qml module QML warnings due to stricter updated Qt6 checks * fix(dashboard): Media.qml module QML warnings * fix(dashboard): Media.qml module QML warnings | |||||
| 2025-12-01 | picker: copy screenshot to clipboard (#940) | tsukasa | 2 | -1/+49 | |
| added screenshotClip and screenshotFreezeClip to allow directly copying screenshots to clipboard instead of opening it in swappy | |||||
| 2025-11-26 | bar: add config option to disable on selected screens (#920) | Bora Gülerman | 2 | -2/+19 | |
| * modules/drawers: Added a bar config option to disable the bar on selected screens Extended the visualizer on screens that the bar is hidden * modules/drawers: surrounded barwrapper with a loader * fix/modules/drawers: fix a null reference missed to fix a reference to bar object to barLoader.item * modules/drawers: added regex support also reverted the barLoader, added a disabled property to BarLoader instead * fix: module/drawers: applied requested changes | |||||
| 2025-11-24 | bar/activewindow: add option to invert rotate (#922) | Sven Fischer | 1 | -5/+10 | |
| * feat(activeWindow): Add rotation option to rotate counter-clockwise * feat(activeWindow): Change rotation to inverted boolean option * feat(activeWindow): Do not expose inverted property | |||||
| 2025-11-20 | controlcenter: cleaned up wallpapergrid | ATMDA | 1 | -7/+1 | |
| 2025-11-20 | controlcenter: refactor SliderInput and StyledInputFields to use qt ↵ | ATMDA | 3 | -351/+92 | |
| components and consolidated SliderInputs to single component | |||||
| 2025-11-20 | controlcenter: corrected taskbar panel container margins/padding | ATMDA | 1 | -3/+7 | |
| 2025-11-20 | controlcenter: wallpaper now uses gridview, removed custom lazy loading | ATMDA | 2 | -337/+44 | |
| 2025-11-20 | background: enable asynchronous loading for background component | ATMDA | 1 | -0/+1 | |
| 2025-11-20 | controlcenter: WallpaperGrid color updates to style | ATMDA | 1 | -4/+14 | |
| 2025-11-20 | controlcenter: wallpaper title overlay to black | ATMDA | 1 | -12/+4 | |
| 2025-11-20 | controlcenter: updated wireless icons | ATMDA | 1 | -34/+1 | |
| 2025-11-20 | refactor: EthernetList styling | ATMDA | 1 | -5/+11 | |
| 2025-11-20 | refactor: EthernetList correction on selected style | ATMDA | 1 | -16/+38 | |
| 2025-11-20 | refactor: EthernetList and WirelessList components removed border properties | ATMDA | 2 | -20/+64 | |
| 2025-11-19 | refactor: replaced wallpaper logic with WallpaperGrid component | ATMDA | 2 | -513/+518 | |
| 2025-11-19 | refactor: update ConnectedButtonGroup | ATMDA | 1 | -92/+13 | |
| 2025-11-19 | refactor: replaced CollapsibleSection with FontsSection | ATMDA | 2 | -269/+288 | |
| 2025-11-19 | refactor: reorganized AppearancePane sections into dedicated components | ATMDA | 10 | -501/+659 | |
| 2025-11-19 | refactor: replaced input fields with SliderInput components | ATMDA | 7 | -1074/+550 | |
| 2025-11-19 | cleanup: removed unnecessary comments | ATMDA | 22 | -194/+9 | |