Commit graph

1745 commits

Author SHA1 Message Date
2 * r + 2 * t
6c1765c2e1 controlcenter: remove qt5compat dep 2026-01-28 19:20:12 +11:00
2 * r + 2 * t
7097cdcab8 plugin: fix libcava update issues 2026-01-28 19:08:36 +11:00
github-actions
b334406849 [CI] chore: update flake 2026-01-25 01:37:12 +00:00
Evertiro
8430fa5725
readme: update for the new showWifi config option (#1108)
Signed-off-by: Dan Griffiths <dgriffiths@widgitlabs.com>
2026-01-24 14:47:26 +11:00
ATDMA
617f7a19f3
controlcenter: fix desktop clock settings (#1114)
Add missing desktop clock properties to serializeBackground() function:
- desktopClock.scale
- desktopClock.position
- desktopClock.invertColors
- desktopClock.background.enabled
- desktopClock.background.opacity
- desktopClock.background.blur
- desktopClock.shadow.enabled
- desktopClock.shadow.opacity
- desktopClock.shadow.blur

This fixes the issue where the desktop clock background enabled toggle
(and other desktop clock settings) would not persist when the control
center was reloaded.
2026-01-22 20:21:54 +11:00
Robin Seger
2ddc367e4e
controlcenter: added VPN settings & management (#1095)
* 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-21 00:12:08 +11:00
Evertiro
d50f6080ec
bar/statusicons: allow disabling wifi icon when ethernet is active (#1107)
Signed-off-by: Dan Griffiths <dgriffiths@widgitlabs.com>
2026-01-20 23:37:45 +11:00
2 * r + 2 * t
685ad569a3 background: fix desktop clock 12h format 2026-01-20 20:53:34 +11:00
ATDMA
a17fe72be5
controlcenter: add per-application audio controls (#1098)
* feat: per-application audio controls in controlcenter and popout

* removed: per-application volume control removed from audio popout
2026-01-19 16:04:17 +11:00
AleksElixir
60a567bbba
popouts/kblayout: revamp to be actually functional (#971)
* 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 15:51:08 +11:00
Ezekiel Gonzales
146aeb7e74
controlcenter: add desktopClock configurations (#1097)
* controlCenter: Added desktopClock configurations

* fix dropdown overlay & animation

---------

Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
2026-01-19 15:25:02 +11:00
github-actions
408c523d25 [CI] chore: update flake 2026-01-18 01:34:44 +00:00
Ezekiel Gonzales
fd1165f153
background: redesign desktop clock and allow positioning (#1092)
* 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-18 01:19:53 +11:00
Ezekiel Gonzales
a48abd216a
launcher: add Settings action to open controlCenter (#1088) 2026-01-18 00:25:30 +11:00
Evertiro
50e541efde
paths: simulate variable expansion so $HOME works (#1093)
Signed-off-by: Dan Griffiths <dgriffiths@widgitlabs.com>
2026-01-18 00:24:41 +11:00
Evertiro
96942d5ff3
sysinfo: allow overriding OS icon (#1091)
* Allow overriding OS icon

Signed-off-by: Dan Griffiths <dgriffiths@widgitlabs.com>

* Support icons and live reloading

Signed-off-by: Dan Griffiths <dgriffiths@widgitlabs.com>

* isDefaultLogo should default to true

Signed-off-by: Dan Griffiths <dgriffiths@widgitlabs.com>

---------

Signed-off-by: Dan Griffiths <dgriffiths@widgitlabs.com>
2026-01-17 16:58:06 +11:00
Ezekiel Gonzales
d2c06587f5
utilities: fix fullscreen record (#1085) 2026-01-16 22:10:33 +11:00
2 * r + 2 * t
2d000c1052 notifs: fix image caching 2026-01-16 02:22:13 +11:00
2 * r + 2 * t
4da25b5e95 internal: fix lock null warnings 2026-01-16 02:11:17 +11:00
2 * r + 2 * t
fae21cd73a dashboard: fix flickering on switch panes 2026-01-16 02:09:38 +11:00
2 * r + 2 * t
33c1c694de internal: fix errors due to sync loaders 2026-01-16 01:59:20 +11:00
2 * r + 2 * t
4f7f21a86d internal: no async loaders
Fixes reload issue and all stuff not loading issues
2026-01-16 01:40:38 +11:00
2 * r + 2 * t
44e8d811c1 background: non async loader
Fixes #1074
Closes #1080
2026-01-16 01:27:13 +11:00
2 * r + 2 * t
3bb58e6da8 plugin/cutils: fix copyfile when overwrite file doesn't exist 2026-01-12 22:48:55 +11:00
Pawan Poudel Sharma
3ebd63df2b
readme: add Discord server link to FAQ section (#1072)
* Add Discord server link to FAQ section

Added a Discord server link for assistance.

* Add Discord server link to FAQ section

Updated FAQ section to clarify support options and provide Discord link.
2026-01-12 18:11:06 +11:00
2 * r + 2 * t
a6f54084ca popouts/network: fix rescan circ prog center 2026-01-12 16:17:46 +11:00
2 * r + 2 * t
1097c7fb37
readme: add discord invite 2026-01-11 22:59:24 +11:00
github-actions
15e637c980 [CI] chore: update flake 2026-01-11 01:34:54 +00:00
github-actions
1b4b90a3ad [CI] chore: update flake 2026-01-04 01:35:42 +00:00
2 * r + 2 * t
229934a986 lock: fix weather 2026-01-04 00:15:40 +11:00
2 * r + 2 * t
ff087e23b3 weather: better padding for forecast label 2026-01-03 23:10:16 +11:00
2 * r + 2 * t
19104850ee fix: get city for weather when given lat,long
Fixes #1036
2026-01-03 23:09:56 +11:00
2 * r + 2 * t
ee65883f97 internal: fix some widgets not respecting rounding scale 2026-01-03 19:34:14 +11:00
Ezekiel Gonzales
49b94e7b18
services: add brightnessIncrement config property (#1010)
* feat: Add brightnessIncrement config property

* birghtness increment applies on bar scroll
2026-01-03 19:04:00 +11:00
2 * r + 2 * t
04bfc87f65 bluetooth: make device sort order stable
Closes #948
2026-01-03 18:58:40 +11:00
2 * r + 2 * t
26943eebc7 weather: use tPalette for containers 2026-01-03 18:53:17 +11:00
2 * r + 2 * t
e47579c58d dashboard: fix scrolling between panes 2026-01-03 18:50:34 +11:00
2 * r + 2 * t
88d70a7f22 dash: more expressive shapes 2026-01-03 18:45:25 +11:00
2 * r + 2 * t
30adbfb42f dashboard: fix index not initialised 2026-01-03 18:27:43 +11:00
Ezekiel Gonzales
7d92c19358
dashboard: add weather tab
dashboard: Added Weather tab that shows weather forecast
2026-01-03 18:25:11 +11:00
2 * r + 2 * t
bdcd13222f
Merge pull request #906 from atdma/main
controlcenter: many setting panes and minor features
2026-01-03 17:53:06 +11:00
github-actions
dfa28d7f85 [CI] chore: update flake 2025-12-28 01:33:47 +00:00
github-actions
66e509ae48 [CI] chore: update flake 2025-12-21 01:25:11 +00:00
Sven Fischer
8d63cd41b6
feat: add openExpanded notif config option (#993)
If set in the configuration, the notifications are opened in the
expanded state, displaying the full notification text.
2025-12-21 08:20:23 +11:00
github-actions
d819bf2fc3 [CI] chore: update flake 2025-12-14 01:25:11 +00:00
github-actions
982d64d5e5 [CI] chore: update flake 2025-12-07 01:30:49 +00:00
senkun
16229e4219
dashboard/media: fix log warnings (#949)
* 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-02 17:06:32 +11:00
tsukasa
578cd3666e
picker: copy screenshot to clipboard (#940)
added screenshotClip and screenshotFreezeClip to allow directly copying
screenshots to clipboard instead of opening it in swappy
2025-12-01 22:52:44 +11:00
Dawid Lech Socha
800161b0f1
issues: fix typo in issue description template (#943) 2025-12-01 22:48:37 +11:00
github-actions
40813e5205 [CI] chore: update flake 2025-11-30 01:30:11 +00:00