end-4
ad7a7fe566
Merge branch 'main' into hefty-hype
2026-05-24 23:37:13 +02:00
end-4
a15f2a8a39
add a weak anti flashbang variant
2026-05-24 23:37:01 +02:00
RamonBritoDev
6eaa869fac
fix(qs): NotificationItem polish() loop on Qt 6.11
...
summaryText.Layout.fillWidth depended on summaryRow.implicitWidth,
its own parent RowLayout, creating a circular dependency:
summaryText.Layout.fillWidth
-> changes summaryText.width
-> changes summaryRow.implicitWidth
-> re-evaluates summaryText.Layout.fillWidth (loop)
Qt 6.10 tolerated this through layout settling heuristics, but
Qt 6.11.1 detects the loop and emits "ColumnLayout called polish()
inside updatePolish() of ColumnLayout" warnings repeatedly, pinning
CPU at 100% and freezing the sidebar/notification UI when opened.
Use root.width (the stable width inherited from the parent ListView)
as the reference for the elision threshold instead of the recursive
summaryRow.implicitWidth.
2026-05-21 16:23:40 +00:00
end-4
21689e1d51
Merge branch 'main' into hefty-hype
2026-05-14 14:37:23 +02:00
end-4
d5f9afe7c0
qs: remove no longer necessary unlock refocus hack
2026-05-14 14:34:45 +02:00
end-4
20d9f80336
fix wrong merge
2026-05-14 09:34:19 +02:00
end-4
bac0b388ad
Merge branch 'main' into hefty-hype
2026-05-13 20:37:34 +02:00
Minh
ad12fe6ddf
feat: notification on specific monitor ( #3292 )
2026-05-13 20:01:56 +02:00
end-4
9279a5a181
Merge branch 'main' into hefty-hype
2026-05-12 09:27:19 +02:00
end-4
807c761ed0
qs: fix some manual hyprland dispatches
2026-05-12 08:28:10 +02:00
electricsteve
0da83ba460
feat: notification on specific monitor
2026-05-09 19:10:43 +02:00
end-4
b9acc518e9
Merge branch 'main' into hefty-hype
2026-05-04 10:18:09 +02:00
end-4
f992294ec2
proper image scaling with screen scaling ( #3036 , #3037 )
2026-05-04 09:20:12 +02:00
end-4
283995ca99
fix notif drag getting stuck
2026-04-16 22:32:54 +02:00
end-4
94fa3f9c40
bar: make lower-center group more compact
2026-04-11 21:07:22 +02:00
end-4
87939110bf
Merge branch 'main' into hefty-hype
2026-04-10 22:12:48 +02:00
end-4
3e0561578c
background: parallax: make amount configurable, fix change reactivity, disable by default
2026-04-10 21:36:24 +02:00
end-4
fa3bf6f5df
make ScrollEdgeFade color less weird
2026-04-08 17:43:32 +02:00
end-4
0db4f8bd5d
Merge branch 'main' into hefty-hype
2026-04-08 10:18:18 +02:00
end-4
d44bbcfefc
fix some "overrides a member of the base object" warnings
2026-04-07 22:59:38 +02:00
end-4
d87fbf5523
merge main
2026-04-05 23:20:10 +02:00
end-4
2d0ac6e7db
screen translator: more error handling & refetch token when expired
2026-04-05 23:19:08 +02:00
end-4
35c272c807
Merge branch 'main' into hefty-hype
2026-04-04 23:33:46 +02:00
end-4
aea6216a7f
ai: update default prompt
2026-04-04 23:33:32 +02:00
end-4
566e100623
Merge branch 'main' into hefty-hype
2026-04-03 19:34:59 +02:00
end-4
f88b21e681
add missing bezier curve for screen translator
2026-04-03 19:33:28 +02:00
end-4
64b52f6a90
add screen translation
2026-04-03 19:31:24 +02:00
end-4
2674382b5f
refactor toolbar fab
2026-04-03 19:27:28 +02:00
end-4
01e2eb433b
add MultiTurnProcess
2026-04-03 19:26:47 +02:00
end-4
2c30b28fb6
revealer: more correct reveal condition
2026-04-03 19:26:36 +02:00
end-4
7c27da5336
lock: refactor error shake
2026-04-03 19:26:23 +02:00
end-4
ec3b92a938
add MultiTurnProcess
2026-04-03 18:53:50 +02:00
end-4
59398595a5
refactor toolbar fab
2026-04-03 18:53:33 +02:00
end-4
eef2b691e7
lock: refactor error shake anim
2026-04-03 18:51:24 +02:00
end-4
347ada664d
region selector: repage image after crop
2026-04-03 18:51:06 +02:00
end-4
a06764e111
revealer: more correct visible conditions
2026-04-03 18:50:44 +02:00
Ivan Rosinskii
fe8d9887fa
Merge branch 'end-4:main' into parallax
2026-04-01 01:00:47 +02:00
end-4
906d7adf3e
Merge branch 'main' into hefty-hype
2026-03-29 23:59:28 +02:00
end-4
f6f07d4f65
ColorUtils: more robust solveOverlayColor
2026-03-29 23:52:26 +02:00
end-4
0b2dfb1910
Merge branch 'main' into hefty-hype
2026-03-27 23:20:08 +01:00
Ivan Rosinskii
74329eb294
Merge branch 'end-4:main' into parallax
2026-03-26 18:37:09 +01:00
altrup
f86d42d8f2
fix anchors formatting
2026-03-24 13:12:32 -04:00
end-4
8f66afe109
minor formatting fix
2026-03-24 17:17:01 +01:00
Ivan Rosinskii
b4956cc05c
Merge branch 'end-4:main' into parallax
2026-03-23 08:09:39 +01:00
altrup
e06a3be726
Fix small visual bug when slider goes over divider
2026-03-22 23:38:21 -04:00
altrup
3e0f480ce0
Add padding logic to background
2026-03-22 23:14:26 -04:00
altrup
065b34ccde
Add divider to brightness quick slider
2026-03-22 23:05:09 -04:00
altrup
9d065f2c8e
Undo temp fix
2026-03-22 16:37:25 -04:00
altrup
4caa59dd9e
Decrease gamma when brightness is requested to go lower beyond 0
2026-03-22 16:36:17 -04:00
end-4
30583abf36
hefty: bar: add system tray
2026-03-22 20:54:44 +01:00