| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2026-01-03 | internal: fix some widgets not respecting rounding scale | 2 * r + 2 * t | 5 | -7/+7 | |
| 2026-01-03 | services: add brightnessIncrement config property (#1010) | Ezekiel Gonzales | 4 | -4/+7 | |
| * 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 | 5 | -59/+446 | |
| dashboard: Added Weather tab that shows weather forecast | |||||
| 2025-12-28 | [CI] chore: update flake | github-actions | 1 | -10/+10 | |
| 2025-12-21 | [CI] chore: update flake | github-actions | 1 | -6/+6 | |
| 2025-12-21 | feat: add openExpanded notif config option (#993) | Sven Fischer | 3 | -1/+3 | |
| If set in the configuration, the notifications are opened in the expanded state, displaying the full notification text. | |||||
| 2025-12-14 | [CI] chore: update flake | github-actions | 1 | -6/+6 | |
| 2025-12-07 | [CI] chore: update flake | github-actions | 1 | -10/+10 | |
| 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-12-01 | issues: fix typo in issue description template (#943) | Dawid Lech Socha | 1 | -1/+1 | |
| 2025-11-30 | [CI] chore: update flake | github-actions | 1 | -10/+10 | |
| 2025-11-26 | bar: add config option to disable on selected screens (#920) | Bora Gülerman | 4 | -2/+21 | |
| * 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 | 3 | -5/+18 | |
| * 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-23 | [CI] chore: update flake | github-actions | 1 | -10/+10 | |
| 2025-11-20 | controlcenter: cleaned up wallpapergrid | ATMDA | 1 | -7/+1 | |
| 2025-11-20 | controlcenter: refactor SliderInput and StyledInputFields to use qt ↵ | ATMDA | 4 | -351/+172 | |
| 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: corrected background transparency on tooltips | ATMDA | 1 | -0/+2 | |
| 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 | 2 | -44/+23 | |
| 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 | |
| 2025-11-19 | cleanup: removed comments | ATMDA | 5 | -168/+0 | |
| 2025-11-19 | refactor: ToggleButton Tooltips and DeviceList | ATMDA | 13 | -849/+836 | |
| 2025-11-19 | refactor: Updated Bluetooth, Ethernet, and Wireless lists to use DeviceList ↵ | ATMDA | 6 | -326/+446 | |
| component and improved layout structure | |||||
| 2025-11-19 | refactor: SplitPaneWithDetails integrated | ATMDA | 4 | -276/+190 | |
| 2025-11-19 | refactor: NetworkConnection util created, migrated all functions | ATMDA | 7 | -143/+144 | |
| 2025-11-19 | refactor: SettingsHeader on all panels | ATMDA | 10 | -127/+127 | |
| 2025-11-19 | refactor: created pane registry | ATMDA | 4 | -70/+160 | |
| 2025-11-19 | refactor: added state module | ATMDA | 5 | -27/+55 | |
| 2025-11-19 | controlcenter: correcting margins/padding after refactor | ATMDA | 3 | -26/+14 | |
| 2025-11-19 | refactor: PaneTransition now component | ATMDA | 6 | -221/+156 | |
| 2025-11-19 | refactor: SplitPaneLayout now component | ATMDA | 6 | -1406/+1287 | |
| 2025-11-19 | controlcenter: corrected nesting of bg when transparency off | ATMDA | 3 | -2/+10 | |