Commit graph

2085 commits

Author SHA1 Message Date
2 * r + 2 * t
d778734c67 fix: remove sminNoBulge cause useless 2026-04-07 17:14:50 +10:00
2 * r + 2 * t
9ce0224d0a fix: reduce deform amount 2026-04-07 17:02:17 +10:00
2 * r + 2 * t
31e29c16a8 fix: blob sdf rect-rect edge sink 2026-04-07 17:01:41 +10:00
2 * r + 2 * t
ed33b3d8ff dev: update direnv watch paths 2026-04-07 03:13:07 +10:00
2 * r + 2 * t
c126075d40 chore: clean out legacy background code 2026-04-06 23:42:47 +10:00
2 * r + 2 * t
0e50b62413 refactor: move drawers window -> ContentWindow.qml 2026-04-06 23:38:36 +10:00
2 * r + 2 * t
612f828b9f fix: don't loader variants
Change model instead
This may or may not help with the background not loading
2026-04-06 23:04:48 +10:00
2 * r + 2 * t
ffa7d88cae ci: use clang format dry-run -Werror 2026-04-06 21:13:38 +10:00
Robin Seger
673b096261
fix: iface -> interface in VPN service (#1376) 2026-04-06 19:18:30 +10:00
2 * r + 2 * t
a40b1c2c77 fix: use bound component context 2026-04-03 22:37:35 +11:00
2 * r + 2 * t
009c5519fd Merge branch 'main' into cxx-listview 2026-04-03 20:52:06 +11:00
2 * r + 2 * t
5b153fde8f fix: batch clear all notifs to prevent blocking 2026-04-03 20:47:13 +11:00
2 * r + 2 * t
b83ac6e50a feat: use curve for notif clear all anim
Speeds up clearing large numbers of notifications
2026-04-03 20:25:04 +11:00
2 * r + 2 * t
2fbdfad472 fix: notif group collapse lag
It sort of breaks the anim but it's a worthwhile tradeoff
Without this it is just wayyy too laggy with large amounts of notifs
2026-04-03 19:59:14 +11:00
2 * r + 2 * t
08809320de fix: qFuzzyCompare + 1.0 2026-04-03 19:30:42 +11:00
2 * r + 2 * t
8f3f1b9056 feat: map listview delegates to indexes 2026-04-03 18:49:07 +11:00
2 * r + 2 * t
1c09222dd7 fix: only destroy delegates when visually out of viewport 2026-04-03 18:37:14 +11:00
2 * r + 2 * t
700ad61969 feat: listview async delegate creation and destruction 2026-04-03 18:34:07 +11:00
2 * r + 2 * t
ea776c20e0 fix: lazy list view spacing + debounce relayout 2026-04-03 18:14:49 +11:00
2 * r + 2 * t
20983ffa6e feat: replace notif group list with lazy list view 2026-04-03 17:59:27 +11:00
2 * r + 2 * t
cf8b68be3b fix: add null guards to notifs 2026-04-03 17:03:18 +11:00
2 * r + 2 * t
faaae7be44 chore: format 2026-04-03 16:09:00 +11:00
2 * r + 2 * t
916b702562 fix: use visible height to calc contentHeight 2026-04-03 16:04:51 +11:00
Evertiro
f924dbfbbb
feat: show battery status in Bluetooth popout (#1130)
* Display bluetooth battery in popout when possible

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

* Actually return the alert icon if battery status can't be determined

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

* Fix lint error

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

* move icon to right + static popout width

---------

Signed-off-by: Dan Griffiths <dgriffiths@widgitlabs.com>
Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
2026-04-03 15:32:00 +11:00
2 * r + 2 * t
051b8caee6 fix: move anim logic to qml
Fixes closing in quick succession not updating movement correctly
2026-04-03 03:51:33 +11:00
2 * r + 2 * t
0252be370e fix: delegate size not being tracked after rearrange 2026-04-03 02:57:15 +11:00
2 * r + 2 * t
2acd8f13f8 fix: don't recreate all delegates on model change 2026-04-03 02:55:04 +11:00
Robin Seger
dfc5bcf8b9
fix: preserve VPN interface and command fields (#1373) 2026-04-03 02:43:22 +11:00
2 * r + 2 * t
9e35e93f76 fix: model change sigabrt crash + resize anim 2026-04-03 02:27:53 +11:00
2 * r + 2 * t
736eda6715 feat: c++ resizable list view component
Partially fixes notif dock lag
2026-04-03 02:13:47 +11:00
İlyas
9fa889536c
fix: reset lyrics when player is killed (#1359)
Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
2026-04-02 21:49:22 +11:00
İlyas
ffe9bb851a
fix: notif image and vpn serialisation (#1370)
* fix: serialize VPN interface name when configured via UI

* fix: override last icon notification history

* screw qmlls

---------

Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
2026-04-02 21:37:45 +11:00
2 * r + 2 * t
c2221a6d8e fix: use height scaled region for top panel detection
Same as bottom panel, doesn't take into account the 5px offset this way
2026-04-02 15:57:24 +11:00
2 * r + 2 * t
2dffd4fbfd Merge branch 'main' into sdfs 2026-04-02 15:30:15 +11:00
2 * r + 2 * t
4714fe8795 feat: use logging categories 2026-04-02 15:29:40 +11:00
2 * r + 2 * t
a2a63977c1 fix: guard pw timer & stream for null 2026-04-02 15:03:52 +11:00
八奈見 レイ
36aac876cc
feat: add option to change notif dock placeholder (#1190)
* config: added option to change NotifDock Pictures

* NotifDock: change config option `notifDockPic` to `noNotifsPic` and similar for lockscreen too

* lockscreenNoNotifsPic -> lockNoNotifsPic

* fix lint

---------

Co-authored-by: Soramane <61896496+soramanew@users.noreply.github.com>
2026-03-31 16:29:16 +11:00
Chea Vuthearith
3fe54c5be8
feat: add c-p and c-n to vim bindings (#1325)
Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
2026-03-30 14:35:56 +11:00
2 * r + 2 * t
b57d596230 Merge branch 'main' into sdfs 2026-03-30 02:10:22 +11:00
2 * r + 2 * t
3bdffca061 feat: c++ visualiser
Closes #1126
2026-03-30 01:54:06 +11:00
2 * r + 2 * t
1f3656c2f6 fix: performance cpu/gpu name overlapping usage
Fixes #1337
2026-03-30 01:41:26 +11:00
Robin Seger
5c59e4490a
feat: VPN fixes & improvements (#1116)
* 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

* vpn: reworked managment & fixes

       - Switched to primarily use provider status json
         - Emitting more detailed toasts and errors/states
       - Authentication prompt button to open in browser
       - Better resets and provider change

* vpn: replace use of qt5compat

* fixing providers, status and adding custom option

* local qml-lint script lied to me

* format

* section order

* linting

---------

Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
2026-03-29 15:25:52 +11: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
Chloé Legué
b5f761666d
fix: weather not using system timezone (#1346)
* adjusted weather.qml to ensure that it tracks system local time and date while ignoring API times if using VPN

* adjusted weather.qml to ensure that it tracks system local time and date while ignoring API times if using VPN

---------

Co-authored-by: Chris <102560999+ItsABigIgloo@users.noreply.github.com>
Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
2026-03-29 02:56:38 +11:00
2 * r + 2 * t
980dd0b209 fix: nix duplicate property set 2026-03-29 02:13:12 +11:00
2 * r + 2 * t
552c2e1480 Merge branch 'main' into sdfs 2026-03-29 01:25:49 +11:00
2 * r + 2 * t
793cc8234c feat: set hypr blur configs dynamically 2026-03-29 01:24:52 +11:00
2 * r + 2 * t
e32e1fd81c feat: disable reloads for installed shell 2026-03-28 22:22:22 +11:00
2 * r + 2 * t
ab4070aac9 Merge branch 'main' into sdfs 2026-03-28 21:58:51 +11:00
İlyas
c64119a22b
fix: YouTube thumbnail fallback for missing mpris:artUrl (#1347)
* fix: YouTube thumbnail fallback for missing mpris:artUrl

* fix

---------

Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
2026-03-28 21:58:16 +11:00