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
d5f9afe7c0
qs: remove no longer necessary unlock refocus hack
2026-05-14 14:34:45 +02:00
Minh
ad12fe6ddf
feat: notification on specific monitor ( #3292 )
2026-05-13 20:01:56 +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
f992294ec2
proper image scaling with screen scaling ( #3036 , #3037 )
2026-05-04 09:20:12 +02:00
end-4
94fa3f9c40
bar: make lower-center group more compact
2026-04-11 21:07:22 +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
d44bbcfefc
fix some "overrides a member of the base object" warnings
2026-04-07 22:59:38 +02:00
end-4
2d0ac6e7db
screen translator: more error handling & refetch token when expired
2026-04-05 23:19:08 +02:00
end-4
aea6216a7f
ai: update default prompt
2026-04-04 23:33:32 +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
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
f6f07d4f65
ColorUtils: more robust solveOverlayColor
2026-03-29 23:52:26 +02: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
be1838e40d
add anti-flashbang with shader
2026-03-19 12:40:05 +01:00
end-4
7cf704d450
refactor GameModeToggle's conf opt fetching
2026-03-19 12:39:12 +01:00
Ivan Rosinskii
4eedd030df
Merge branch 'end-4:main' into parallax
2026-03-19 12:09:22 +01:00
end-4
9a11a0d8f9
make game mode persistent ( #3084 )
2026-03-18 08:27:14 +01:00
Ivan Rosinskii
47c5ffe5f9
Merge branch 'end-4:main' into parallax
2026-02-18 11:15:57 +01:00
end-4
a7f30838de
Update shapes
2026-02-16 09:44:26 +01:00
Ivan Rosinskii
44244ed1bf
Merge branch 'end-4:main' into parallax
2026-02-10 20:50:56 +01:00
Ivan Rosinskii
33b4ef42f4
Merge branch 'end-4:main' into parallax
2026-02-08 20:34:11 +01:00
end-4
633afb54c9
clearer session screen download warning, update check config option
2026-02-08 20:33:53 +01:00
end-4
9e9c6b70b6
Update shapes
2026-02-06 21:50:34 +01:00
Ivan Rosinskii
ce6d5969e0
Merge branch 'end-4:main' into parallax
2026-01-02 15:47:43 +01:00
end-4
171cf6059f
Update shapes
2026-01-01 11:41:39 +01:00
end-4
199845bf59
update shapes submodule
2026-01-01 10:43:13 +01:00
end-4
76fbe3d04a
feat(clock): Improve digital clock style ( #2593 )
2025-12-29 18:48:24 +01:00
end-4
e1f30bf85c
less transparent light mode
2025-12-27 12:02:08 +01:00
end-4
13a827c0f4
group panels more properly
2025-12-27 09:58:14 +01:00
end-4
db60f8775d
ai: default to gemini 2.5
2025-12-26 22:06:18 +01:00
end-4
1e2a972747
fix translator lang selector transparency
2025-12-26 21:42:55 +01:00
end-4
a658aced0d
fix transparent combobox
2025-12-25 21:21:40 +01:00
Ivan Rosinskii
6ad8717a47
Merge branch 'end-4:main' into parallax
2025-12-23 23:35:22 +01:00