Commit graph

105 commits

Author SHA1 Message Date
2 * r + 2 * t
455c4c59a6 chore: remove unnecessary id 2026-04-13 18:58:24 +10:00
2 * r + 2 * t
8106aca173 fix: even more non global access 2026-04-13 16:42:00 +10:00
2 * r + 2 * t
8c8d196e20 feat: use QQuickAttachedPropertyPropagator
Instead of manually trying to find ancestor ConfigScope, set attached
prop on ancestor and propagate via attached props
2026-04-13 03:06:13 +10:00
2 * r + 2 * t
9be9ec10a6 fix: per monitor configs
Use c++ singleton pattern for monitor manager and bind appearance tokens
properly
Also use scoped properties on ContentWindow
2026-04-11 23:44:13 +10:00
2 * r + 2 * t
71dd7b4db8 chore: format QML imports 2026-04-11 22:17:24 +10:00
2 * r + 2 * t
d99fefdd34 fix: use correct anim tokens in QML 2026-04-11 21:41:31 +10:00
2 * r + 2 * t
3a37d77d1f feat: replace qml config module with c++ module 2026-04-11 21:18:56 +10:00
Robin Seger
c588794b20
feat: fullscreen notification & toasts overlay (#1276)
* reworked fullscreen mode as transforming shell

* controlcenter configuring of toasts & notifs

* fix animation on fs switch

* border rounding & shadow animation

* change controlcenter notifications layout

* stay on WlrLayer.Overlay, use Anim

* ci: update action versions

* qmlformat

* format take two

* third time's the charm

* fix: special workspace fullscreen

* fix: bar width border.thickness on non-persistent behaviour

* merge fix

* stop layout shift on close

* last few conventions sorted

* linting

* maximized state to fullscreen

---------

Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
2026-03-29 15:22:00 +11:00
2 * r + 2 * t
be53c42f0d chore: fix format 2026-03-28 19:51:37 +11:00
2 * r + 2 * t
42a1f34ddb chore: fix property-override linter warnings 2026-03-28 18:17:36 +11:00
2 * r + 2 * t
25515fd32b chore: fix rest of formatting issues 2026-03-22 16:08:57 +11:00
2 * r + 2 * t
d0f2df9bae chore: fix all import formats 2026-03-22 06:02:19 +11:00
2 * r + 2 * t
2a54c089a4 chore: fix rest of linter warnings 2026-03-22 01:31:52 +11:00
2 * r + 2 * t
022d509f99 chore: fix components missing-property warnings 2026-03-21 15:44:03 +11:00
2 * r + 2 * t
c3fd5aa905 chore: fix unqualified access 2026-03-20 23:42:36 +11:00
2 * r + 2 * t
a3b3c88f02 fix: template string unused import false positives 2026-03-20 22:38:09 +11:00
2 * r + 2 * t
8b64d38e26 chore: remove unused imports 2026-03-20 22:33:26 +11:00
2 * r + 2 * t
d2acd1014d chore: fix PersistentProperties missing-prop linter errors 2026-03-20 22:17:36 +11:00
2 * r + 2 * t
796c2e4e76 chore: fix prop order 2026-03-20 16:03:18 +11:00
2 * r + 2 * t
9e2ccbede3 chore: format everything 2026-03-20 04:42:06 +11:00
2 * r + 2 * t
3b08cd6594 chore: add newline after id 2026-03-20 04:42:06 +11:00
2 * r + 2 * t
52e7e9732b feat: async components 2026-03-20 01:01:56 +11:00
Kalagmitan
0903a6a84b
bar/osicon: fix blurriness (#1271)
* osicon: Unblurred sidebar icon

+ The multiplier on the implicitWidth and implicitHeight caused the
distro icon on the sidebar to look blurry. I believe this is because the
screen can't render a fraction of a pixel, and so, the qtengine
compensates by using anti-aliasing which causes the icon look smudged.
+ I changed the font size of the icon to a standard integer size
(extraLarge) and removed the multipliers. A side-effect of this commit
is that the icon looks a bit bigger now, I chose extraLarge instead of
just large because the icon looked a bit too small, but I do not know of
other people's preference on this.

* feat: Adjusted root implictWidth and implicitHeight

* fix

---------

Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
2026-03-15 18:51:07 +11:00
Robin Seger
1bb7afe7b0
feat: add Logo shape component (#1247)
* Logo Shape component

- Added Logo.qml component with scaling
- Updated OsIcon to use Logo component

* missed removing tour

* [CI] chore: update flake

* Colours.palette defaults

* fixed import, added logo to Fetch.qml

* single shape parent, prop changes

* prop changes

---------

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2026-03-10 00:27:43 +11:00
2 * r + 2 * t
9d7f0c48ce internal: format 2026-01-28 19:21:44 +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
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
ee65883f97 internal: fix some widgets not respecting rounding scale 2026-01-03 19:34:14 +11:00
ATMDA
7779de55bb controlcenter: refactor SliderInput and StyledInputFields to use qt components and consolidated SliderInputs to single component 2025-11-20 21:58:55 -05:00
ATMDA
a2b00d4a0e controlcenter: corrected background transparency on tooltips 2025-11-20 13:30:38 -05:00
ATMDA
ef46a02b2f refactor: ToggleButton Tooltips and DeviceList 2025-11-19 21:04:32 -05:00
ATMDA
50e29f8be3 controlcenter: corrected nesting of bg when transparency off 2025-11-19 08:01:48 -05:00
ATMDA
b54ce46b98 controlcenter: corrected spacing between collapsiblesection headers and content 2025-11-17 19:31:31 -05:00
ATMDA
678f7e3343 controlcenter: inner scrollbar for larger sections such as fonts 2025-11-17 14:16:05 -05:00
ATMDA
ba094963bc controlcenter: added slight background to expanded collapsiblesections on appearance 2025-11-17 13:55:52 -05:00
ATMDA
821ee4389a controlcenter: taskbar panel layout reorg 2025-11-17 12:21:44 -05:00
ATMDA
d2373e03a5 controlcenter: FIXED animation bug with sub-text 2025-11-16 19:07:51 -05:00
ATMDA
b3d54fa073 controlcenter: animation correction on certain collapsiblesections 2025-11-16 16:49:54 -05:00
ATMDA
18d117557a controlcenter: clip/fade issue on certain collapsiblesections 2025-11-16 15:09:58 -05:00
ATMDA
c9edb4d064 controlcenter: animation subtext in collapsiblesection correction 2025-11-16 09:07:16 -05:00
ATMDA
483a6fe8e4 controlcenter: collapsible section sub heading animation correction 2025-11-15 21:54:33 -05:00
ATMDA
90bda07a90 controlcenter: animation bug fix on flickables 2025-11-15 21:22:14 -05:00
ATMDA
28be7e8d33 controlcenter: slider component color fix for transparency layers 2025-11-15 21:09:10 -05:00
ATMDA
4ada7ea608 controlcenter: corrected certain containers not respecting transparency layers 2025-11-15 17:16:52 -05:00
ATMDA
442b49e0e1 controlcenter: appearance pane corrections to fp/int values such as scales and border 2025-11-15 11:20:06 -05:00
2 * r + 2 * t
6a92f985d8 internal: use existing button controls
Instead of SimpleButton
2025-11-15 17:15:34 +11:00
ATMDA
90e920bf2e controlcenter: fixed anchors vs parent logs 2025-11-15 00:25:31 -05:00
ATMDA
9cdc30058a controlcenter: font size adjustments on headings 2025-11-14 14:03:10 -05:00
ATMDA
144d04b08b controlcenter: password dialog matches lockscreen 2025-11-13 22:42:46 -05:00
ATMDA
78d032e946 controlcenter: collapsiblegroups animation and styling tweaked 2025-11-13 22:16:47 -05:00