| Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
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.
|
|
* 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
|
|
Signed-off-by: Dan Griffiths <dgriffiths@widgitlabs.com>
|
|
|
|
* feat: per-application audio controls in controlcenter and popout
* removed: per-application volume control removed from audio popout
|
|
* 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>
|
|
* controlCenter: Added desktopClock configurations
* fix dropdown overlay & animation
---------
Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
|
|
|
|
* 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
|
|
|
|
Signed-off-by: Dan Griffiths <dgriffiths@widgitlabs.com>
|
|
* 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>
|
|
|
|
|
|
|
|
|
|
|
|
Fixes reload issue and all stuff not loading issues
|
|
Fixes #1074
Closes #1080
|
|
|
|
* 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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixes #1036
|
|
|
|
* feat: Add brightnessIncrement config property
* birghtness increment applies on bar scroll
|
|
Closes #948
|
|
|
|
|
|
|
|
|
|
dashboard: Added Weather tab that shows weather forecast
|
|
|
|
|
|
If set in the configuration, the notifications are opened in the
expanded state, displaying the full notification text.
|
|
|
|
|
|
* 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
|
|
added screenshotClip and screenshotFreezeClip to allow directly copying
screenshots to clipboard instead of opening it in swappy
|
|
|
|
|
|
* 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
|
|
* feat(activeWindow): Add rotation option to rotate counter-clockwise
* feat(activeWindow): Change rotation to inverted boolean option
* feat(activeWindow): Do not expose inverted property
|