Commit Graph

852 Commits

Author SHA1 Message Date
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
end-4 9b149e6fef qs: sidebar: quick toggle: friendlier/shorter default state text 2026-05-24 23:34:21 +02:00
Minh eb3613d3ed fix: show escaped text for selected entry in clipboard (#3303) 2026-05-24 23:28:35 +02:00
Minh c58bb07a6b fix(qs): NotificationItem polish() loop on Qt 6.11 — freezes sidebar (#3388) 2026-05-24 22:52:56 +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
Jihed Kdiss 8f9cf67be7 fix(screenCorners): remove shadowing screen property to fix multi-monitor corner rendering 2026-05-21 14:16:22 +01:00
end-4 c0706258b1 add back some repetitive keybinds to cheatsheet 2026-05-16 23:27:26 +02: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 5c66902900 qs: fix wrong capitalization in cheatsheet 2026-05-14 14:34:07 +02:00
end-4 74e4e698d9 Merge branch 'main' into hefty-hype 2026-05-14 14:32:52 +02:00
end-4 d1daedc6d2 qs: cheatsheet: display categories nicely 2026-05-14 09:37: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 9e1568fcdc qs: rename config option notifications.monitor to notifications.forceMonitor 2026-05-13 20:01:21 +02:00
end-4 da47151345 Merge branch 'main' into hefty-hype 2026-05-12 10:47:55 +02:00
end-4 ae7f6bd165 fix keybind cheatsheet 2026-05-12 09:28:07 +02:00
end-4 9279a5a181 Merge branch 'main' into hefty-hype 2026-05-12 09:27:19 +02:00
lnb 403f7aa685 fix: show escaped text for selected entry in clipboard 2026-05-12 12:04:28 +05:30
end-4 807c761ed0 qs: fix some manual hyprland dispatches 2026-05-12 08:28:10 +02:00
end-4 a23d050df5 qs: hyprland dispatcher fixes 2026-05-12 07:24:29 +02:00
end-4 7aa9e603d5 Merge branch 'main' into hefty-hype 2026-05-12 07:23:24 +02:00
end-4 760c7034aa qs: fix hyprland dispatchers 2026-05-11 23:45:44 +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 464cddad00 Merge branch 'main' into hefty-hype 2026-04-16 22:33:02 +02:00
end-4 283995ca99 fix notif drag getting stuck 2026-04-16 22:32:54 +02:00
end-4 96bf8dcbf0 dock: fix window title alignment on popup 2026-04-13 18:40:30 +02:00
end-4 ef9042838e Merge branch 'main' into hefty-hype 2026-04-13 16:45:05 +02:00
wbbwbwbwbwbb dbcde24003 Fix dock preview not showing up after first hover 2026-04-12 18:37:19 -07: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 a62e64e2ef Merge branch 'main' into hefty-hype 2026-04-08 10:23:53 +02:00
end-4 dd26742d52 screen translator: handle rotated text 2026-04-08 10:22:55 +02:00
end-4 493fb9b686 fix more member overrides base object member warning 2026-04-08 10:19:03 +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 15002949ee hefty: bar: adjust hresources spacing 2026-04-07 22:58:40 +02:00
end-4 74b869c30b Merge branch 'main' into hefty-hype 2026-04-07 16:01:49 +02:00
end-4 6589158f51 sidebar: ai: dont scroll automatically
it used to work fine but now it's extremely annoying
2026-04-07 16:01:39 +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 c8eb9d2830 hefty: bar: fix stacked exclusivity when theres multiple monitors 2026-04-05 00:45:10 +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