bbedward
ee6f7b4798
qs/media: replace FBOs with ClippingRectangle and rewrite seekbar as a
...
shader
2026-07-07 18:16:26 -04:00
bbedward
0511cd19df
qs: numerous performance optimizations
...
- ClippingRectangle usages
- Asynchronous loader usages
- Replace cava visualizers with shaders
2026-07-07 16:11:11 -04:00
bbedward
71b1901ab0
notepad: add inline tab renaming and bump tab size
2026-07-07 11:05:14 -04:00
bbedward
6f298d3f52
workspace: fix hiding index numbers on sway
...
fixes #2768
2026-07-06 16:20:31 -04:00
bbedward
3e481a566b
wallpaper: more resilience to updatesEnabled missing expose/update
...
events
2026-07-06 15:57:19 -04:00
bbedward
405ea708b3
wallpaper: optimize caching and performance of wallpaper tab
2026-07-06 13:52:31 -04:00
bbedward
cc0bec2682
dash: fix clock index hardcoded at tab 0
2026-07-06 13:06:30 -04:00
bbedward
240adfa28f
calendar: support tasks/VTODO from dank calendar
2026-07-06 12:40:41 -04:00
bbedward
c175f4823a
hyprland: workaround for focus re-grabbing a closing surface
...
related #2577
2026-07-06 11:45:38 -04:00
bbedward
35613ebba8
worksapces: attempt to fix hyprland workspace stability in ScriptModel
...
related #2754
2026-07-06 11:27:49 -04:00
purian23
590555dfc6
fix(dankdash): update tabIndex reordering for media & weather widgets
...
- Fixes #2762
2026-07-06 00:33:42 -04:00
David Mireles
8d9d7ff0ef
fix(notifications): dismiss popup reliably on user-initiated close paths ( #2761 )
...
The notification popup's close button (X), action button clicks, and the
cardClick body's else branch all set notificationData.popup = false
directly. This relies on wrapperConn.onPopupChanged firing startExit(),
which can be interrupted by four races:
1. enterDelay (160 ms Timer) starts notificationData.timer after the
user clicks, on an already-orphan wrapper.
2. The dismiss Timer keeps running post-click and flips popup again.
3. wrapperConn.target is set imperatively in onNotificationDataChanged
(line 293) and may be stale after NotificationPopupManager._sync()
reorders wrappers.
4. exiting or _isDestroying stuck true gates wrapperConn.enabled.
Introduce a single helper dismissPopupReliably() that stops the timer,
sets popup = false, and kicks off startExit() via Qt.callLater as a
belt-and-suspenders fallback. Apply to the three vulnerable handlers.
This matches the existing upstream pattern used in the hover, contextMenu,
and Component.onDestruction paths (which all stop the timer before
mutating popup state).
Closes #2760
2026-07-05 22:01:31 -04:00
Scott McKendry
acc39ceb16
fix(settings): missing vpn confirm delete modal ( #2759 )
2026-07-05 22:00:57 -04:00
bbedward
43863a86fb
workspaces: use stable references for placeholders in ScriptModel to fix
...
animation jitter
related #2754
2026-07-05 21:59:52 -04:00
bbedward
78e823e23a
workspaces: skip placeholders in findClosestWorkspace
...
related #2754
2026-07-05 11:26:38 -04:00
bbedward
b6a27dc713
wallpaper: rewrite CachingImage and make it work with file browser
...
fixes #2756
2026-07-05 11:17:21 -04:00
bbedward
79dfd34ca2
control center: fix height expansion animation being out of sync
2026-07-05 10:42:15 -04:00
bbedward
2b12292895
Revert "dankbar: keep blur enabled at opacity-0"
...
This reverts commit 8a5e7c78fb .
fixes #2750
2026-07-05 00:20:31 -04:00
bbedward
3df801e3b2
keyboard layout: add support for sway
...
fixes #1681
2026-07-04 22:55:50 -04:00
purian23
74d220767d
fix(greeter): update user cursor theme support
...
- Fixes #2054
2026-07-04 22:52:16 -04:00
purian23
c5c3105469
fix(Bluetooth): update codec selection and error handling
...
Fixes #2240
2026-07-04 21:48:34 -04:00
bbedward
8a5e7c78fb
dankbar: keep blur enabled at opacity-0
2026-07-04 20:57:07 -04:00
purian23
fefc0afa6f
fix(SystemTrayBar): improve menu position boundaries
...
- Fixes #2252
2026-07-04 20:24:59 -04:00
bbedward
7355cc54b2
display config: persist applied layout to auto profile and skip no-op re-apply on startup
...
related #2526
2026-07-04 20:03:11 -04:00
purian23
187b7ba8ff
feat(Settings): add option to show icon for focused windows
...
- Closes #2122
2026-07-04 18:42:40 -04:00
purian23
c0e7c1b2b4
feat(Battery): add horizontal battery pill style option in widget settings
2026-07-04 18:41:52 -04:00
purian23
81a4d3b4e0
feat(Notepad): add notepad desktop entry & IPC commands file handling
2026-07-04 16:10:56 -04:00
Scott McKendry
bfda5f2d66
fix(lockscreen): clock off-center with single hour digit ( #2745 )
2026-07-04 15:18:34 -04:00
bbedward
65c4167ab2
display config: fix mixed ID/model identifiers
...
fixes #2736
2026-07-04 13:24:53 -04:00
bbedward
e7bd8e4002
greeter: fix weather location sync
...
fixes #2303
2026-07-04 13:06:49 -04:00
bbedward
25a1b125b7
keyboard layout: add consistent helper to map layout codes to display
...
fixes #1849
2026-07-04 11:57:17 -04:00
bbedward
9911698237
lock: synchronize password inputs between displays and fix video
...
screensave/password focus
fixes #1933
2026-07-04 11:29:41 -04:00
Huỳnh Thiện Lộc
7e095415a7
refactor(battery): align status layout and add individual notification types ( #2743 )
...
* refactor(battery): restore status list layout and add individual notification types
* settings/battery: fix RTL display of top tablular-like view
---------
Co-authored-by: bbedward <bbedward@gmail.com >
2026-07-04 11:20:44 -04:00
Scott McKendry
7b1c542585
feat: lockscreen screen filter ( #2740 )
...
this makes use of the existing getFilteredScreens function to allow
users to specify which displays the lockscreen should appear on. prior
to this change, it was "all" or just one.
2026-07-04 11:04:59 -04:00
Kangheng Liu
52ed719489
fix: add missing vertical anchor for cava/music icon ( #2742 )
2026-07-04 10:58:55 -04:00
bbedward
8cb4e21716
animations: fix regression eliding button group text caused by recently
...
RTL fixes
fixes #2741
2026-07-04 10:44:02 -04:00
bbedward
19b44b1782
settings: make display config identify only show when interacting
2026-07-04 10:30:24 -04:00
purian23
0509694d78
fix(Notifications): update flexible image caching in DankCircularImage
...
- Fixes #2480
2026-07-04 01:26:56 -04:00
purian23
c554d973ef
fix(Hover): refactor & update hover tracking w/context menus
...
Fixes #2737
2026-07-04 00:08:58 -04:00
bbedward
2861cc89c6
idle: fix screensaver inhibit interfering with manually triggered
...
inhibitor
2026-07-03 23:27:19 -04:00
bbedward
9f77b3127c
control center: fix brightness icon not showing up if no pinned devices
...
fixes #2488
2026-07-03 21:59:01 -04:00
Huỳnh Thiện Lộc
8465ed4311
feat(plugins): add update all CLI flag and settings updates dialog ( #2682 )
...
* feat(plugins): add update all CLI flag and settings update dialog
* feat(plugins): add comparison diff URL support and update button styling
* feat(plugins): skip system plugins in bulk CLI update
* fix(plugins): remove check shorthand to resolve conflict with config flag
* feat(plugins): inline update dialog, show version tags, restructure buttons
2026-07-03 21:51:39 -04:00
bbedward
6e3e178721
running apps: fix alignment of fallback icons in non-compact mode
...
fixes #1963
fixes #2024
2026-07-03 17:04:45 -04:00
purian23
7178563c2c
fix(sway): correctly handle Sway named workspaces
...
- Fixes #2531
2026-07-03 16:33:44 -04:00
bbedward
dfe309a543
dock: fix launcher button color override
...
fixes #2530
2026-07-03 16:29:06 -04:00
bbedward
04962ffed1
desktop widgets: fix rounding of system monitor graphs
...
fixes #2356
2026-07-03 15:50:06 -04:00
bbedward
5008406be8
display config: fix monitor names overflowing, add identity overlay to
...
ease configuration
fixes #1398
2026-07-03 15:45:58 -04:00
bbedward
930a36bcfc
animations: add DankColorAnimation helper to properly animate between
...
colors with different alpha values
fixes #2720
2026-07-03 15:36:45 -04:00
bbedward
3253adb6dd
workspace: fix display of named workspace + icon set on vertical bars
...
fixes #2067
2026-07-03 15:21:13 -04:00
purian23
b8fd52e00f
fix(Notifications): update hasNotificationImage logic to support file paths
...
- Fixes #2533
2026-07-03 13:38:21 -04:00