purian23
ee84489b95
fix(void): updated dms-greeter stability support
...
- Updates will land in DMS v1.5.1 and users are advised to hold off on v1.5.0
Related #2788
Port 1.5
(cherry picked from commit 71ab752e1b )
2026-07-11 05:07:25 +00:00
purian23
b1beecb083
feat(void): switch package repositories to R2
...
(cherry picked from commit 204ecd0461 )
2026-07-10 18:27:26 -04:00
purian23
ffd3840058
ci(void): publish XBPS repository to R2
...
(cherry picked from commit 0fdfac366e )
2026-07-10 18:27:25 -04:00
Artem Timofeev
447b4d89b6
fix(notifications): dismiss popups when senders close notifications ( #2815 )
...
When a sender calls CloseNotification (per freedesktop spec) for a
persistent notification (expire-timeout=0), the onDropped handler
removed the wrapper from internal arrays but did not dismiss the
visible popup. The popup remained on screen forever for non-critical
notifications like YubiKey touch prompts.
Set wrapper.popup=false in onDropped so the popup exits via the
normal signal chain. This is minimal; it does not change timeout
handling, queue management, or the isPersistent marker.
Also reverts the previous workaround that special-cased non-critical
expireTimeout=0 to use DMS timeout. Upstream spec-correct behavior
is to honor the sender timeout, and fix the dismissal bug instead.
Closes #2814
(cherry picked from commit 26b2955cf3 )
2026-07-10 18:27:25 -04:00
Kangheng Liu
36772735f3
fix(player): combine trackid with text identity ( #2808 )
...
fixes #2807
(cherry picked from commit c445597f83 )
2026-07-10 18:27:25 -04:00
bbedward
375afaaf3a
widgets: fix dropdown/icon picker referencing a dead window
...
port 1.5
(cherry picked from commit 52123458c7 )
2026-07-10 21:21:42 +00:00
bbedward
fe0214d522
theme: prevent failed portal writes from reverting theme mode
...
related: #2786
port 1.5
(cherry picked from commit d82d86df5c )
2026-07-10 19:45:35 +00:00
bbedward
fce1a09790
osd/media playback: delay showing until album art is ready and avoid
...
re-showing when duplicate metadata comes from mpris
related #2787
port 1.5
(cherry picked from commit 6a58adfb29 )
2026-07-10 17:37:01 +00:00
bbedward
554e55c63a
audio: only show mic volume OSD through DMS IPCs, not external source
...
changes
fixes #2790
port 1.5
(cherry picked from commit 05feb211ba )
2026-07-10 16:44:19 +00:00
purian23
f7d8e2b56c
workflow: enhance porting logic to support inline verbiage & audits
...
(cherry picked from commit a3b2167e58 )
2026-07-10 12:04:50 -04:00
purian23
1d4572ac1c
workflow: updated target extraction regex options
...
(cherry picked from commit 494144a7c7 )
2026-07-10 12:04:50 -04:00
bbedward
c02a24fecf
calendar: add action button to events for opening links
...
fixes #2799
port 1.5
(cherry picked from commit 2a2c1ca9e6 )
2026-07-10 12:04:50 -04:00
bbedward
bf644516f8
qs/common: fix path decoding
...
fixes #2802
port 1.5
(cherry picked from commit 56b7ecb008 )
2026-07-10 12:04:50 -04:00
Evan Maddock
61f9ea4954
build: Add support for DESTDIR ( #2783 )
...
This makes it easier for distros to use the Makefile when creating
packages. It enables us to specify a base destination directory to
install the project files to. E.g., on Solus, when creating eopkgs, files
must be installed to a special directory path, which becomes the package
files. I believe Fedora packages, and others, are the same.
Signed-off-by: Evan Maddock <maddock.evan@vivaldi.net >
(cherry picked from commit 45f6232e32 )
2026-07-10 12:04:50 -04:00
Scott McKendry
5a169bea72
fix(settings): battery tab items not in search ( #2794 )
...
(cherry picked from commit 4bdb7d17b2 )
2026-07-10 12:04:50 -04:00
14Do
3d60f35683
fix(ListViewTransitions): null transitions when duration truncates to 0ms ( #2791 )
...
A zero-duration ViewTransition still engages ListView's transition
machinery but resolves within the same frame, so removed delegates are
never released and displaced items are never repositioned. On a filtered
ScriptModel that re-filters on every keystroke this leaves stale rows and
empty gaps behind, visible in any DankListView-backed list.
The shortest sub-duration (remove/add = expressiveDurations.fast =
base * 0.4) is coerced to an int, so it truncates to 0ms for any
animation base duration below 3: animation speed None (0), or a Custom
duration of 1-2ms (1*0.4=0.4->0, 2*0.4=0.8->0, only 3*0.4=1.2->1
survives). Presets (250/500/750) are unaffected, which is why this only
reproduces with animations disabled or a very small custom value.
Gate the four transitions to null whenever that shortest sub-duration
would truncate to 0, so the view takes the correct instant path instead
of a broken 0ms transition. Base >= 3 is unchanged.
(cherry picked from commit ce1595d62d )
2026-07-10 12:04:49 -04:00
bbedward
b95f4cdbf3
settings: restore lost geometric centering option
...
port 1.5
(cherry picked from commit 0b69feaa1a )
2026-07-10 15:12:40 +00:00
bbedward
b834e82668
network/iwd: improve bad credential handling
...
related #2804
port: 1.5
(cherry picked from commit 867102b82c )
2026-07-10 14:37:22 +00:00
bbedward
302cfda2f4
fix(media): resolve monochrome album art accents
...
port: 1.5
(cherry picked from commit c44ffae751 )
2026-07-09 23:40:55 +00:00
bbedward
c86676df9b
auth: add some more intelligent pam config resolution for lock screen
...
and greeter
related #2789
port: 1.5
(cherry picked from commit 9cf2ca7196 )
2026-07-09 19:12:54 +00:00
purian23
fa26dbb544
workflows: update deps
...
port/1.5
(cherry picked from commit c0eeed4e89 )
2026-07-09 16:54:26 +00:00
purian23
067d01f678
workflow: update porting logic
...
(cherry picked from commit cb0dc9c68d )
2026-07-09 12:53:05 -04:00
purian23
95c8cc80f6
Add GitHub workflows for release management
...
(cherry picked from commit 8008238ca0 )
2026-07-09 12:53:05 -04:00
purian23
b8f216dc0f
fix(workflow): void stable packages
...
(cherry picked from commit a48cce59d4 )
2026-07-09 12:53:05 -04:00
bbedward
e84e63fa3a
default apps: add configuration for geo: URIs
...
port: 1.5
(cherry picked from commit d0a4c1c56e )
2026-07-09 16:24:19 +00:00
bbedward
6d08b91004
fix(notifications): handle sound-name hint
...
(cherry picked from commit 0439d017b9 )
2026-07-09 12:07:35 -04:00
bbedward
bdfd565b72
fix words
v1.5.0
2026-07-08 12:53:54 -04:00
bbedward
f3b698590c
bump VERSION to 1.5.0
2026-07-08 12:13:41 -04:00
bbedward
7826d42ce4
i18n: sync terms and remove term freeze
2026-07-08 12:13:14 -04:00
bbedward
6cc30c289b
dankinstall/arch: add dms-greeter-bin package
2026-07-08 12:12:20 -04:00
bbedward
43cc8e69d1
window rules: fix gating of window-rules to supported compositors
2026-07-08 12:10:05 -04:00
bbedward
a62ae336e0
media: improve album art handling
2026-07-08 12:01:33 -04:00
bbedward
e94af2a7aa
dankinstall: add danksearch and dankcalendar as optional deps
2026-07-08 10:01:56 -04:00
bbedward
bb9e69e0c1
lock: add support for readline/emacs style modifiers
...
fixes #2777
2026-07-08 09:16:35 -04:00
purian23
1cc9218ff6
fix(frame): update hairline seam in notification joined surface
2026-07-07 21:54:37 -04:00
Lucas
56712f46fa
Add optional=true to niri configs ( #2776 )
...
* nix: update flake.lock
* nix/niri: use optional=true in includes
* nix: fix tests
* niri: update embedded config to add optional=true
2026-07-07 21:40:43 -04:00
bbedward
93168ee073
qs: launcher optimizations and weather tab optimizations
2026-07-07 21:16:09 -04:00
purian23
1724aedd49
fix(AudioService): update the default audio sink device handling
...
- Fixes #2764
2026-07-07 20:17:40 -04:00
bbedward
d799175c07
media: tweak seek bar accent color
2026-07-07 18:36:38 -04:00
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
purian23
32e2d96e55
fix(popout): reintroduce texture sizing during animation to prevent content shift
2026-07-07 10:01:05 -04:00
bbedward
647766b9fa
dankinstall: xray false for niri in default config
2026-07-07 09:38:45 -04:00
bbedward
0cd8974110
i18n: add Korean
2026-07-07 09:32:15 -04:00
bbedward
0c4c5fc146
changelog: enable for 1.5
2026-07-07 09:16:54 -04:00
bbedward
b447e16374
launcher: dont cache clipboard results and fix image previews
2026-07-06 23:57:27 -04:00
purian23
0bb8353a33
refactor(blurSync): reimplement blur sync in popouts & modals
2026-07-06 23:52:57 -04:00
purian23
19a7dcf17d
feat: (void-linux): add dankinstall support for auto installs
2026-07-06 23:01:16 -04:00
bbedward
8a1acb63c9
launcher: improve clipboard preview performance
...
related #2769
2026-07-06 18:15:49 -04:00