Commit Graph

1152 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
zzalli d4d78a5e62 fix(hyprsunset): remove vestigial Hyprland.dispatch broken under .lua schema 2026-05-17 15:36:14 +03: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 9eda50178b remove redundant scripts 2026-05-14 14:37:06 +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 239b532ec6 ctrl+super+shift+d for dark/light toggle (like powertoys) 2026-05-14 10:43:23 +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
Minh b7b2e6e10d fix Hyprsunset default color temperature (#3254) 2026-05-13 19:49:51 +02:00
Minh c504cdf22b Fix kitty config (#3284) 2026-05-13 19:47:06 +02:00
end-4 4c590874e0 fix dupe y 2026-05-13 00:07:46 +02:00
end-4 c53e9891cb qs: fix super key hold state properly 2026-05-12 12:07:33 +02:00
end-4 1e442f1af0 qs: temp fix super key always thought to be held down 2026-05-12 11:13:26 +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 a9dcaf0d4b Merge branch 'main' into hefty-hype 2026-05-12 07:55:05 +02:00
end-4 2e161911bc qs: fix hyprland overrides (game mode, anti flashbang) 2026-05-12 07:54:56 +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 e11d084be8 remove redundant wallpaper switching stuff 2026-05-11 23:46:23 +02:00
end-4 760c7034aa qs: fix hyprland dispatchers 2026-05-11 23:45:44 +02:00
end-4 b9f668e106 Merge branch 'main' into hefty-hype 2026-05-11 23:40:19 +02:00
electricsteve 0da83ba460 feat: notification on specific monitor 2026-05-09 19:10:43 +02:00
fb24m 74c10b915d fix kitty config 2026-05-07 21:45:11 +04:00
end-4 e7c283e91e fix terminal theming
i've got no fucking clue why this works
2026-05-04 10:24:11 +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
Reluckycf 72d950ed51 change hyprsunset default color temp to 6000 2026-04-25 18:58:48 -05: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
Minh a9dcab5e41 Fix dock preview not showing up after first hover (#3228) 2026-04-13 18:33:31 +02:00
end-4 ef9042838e Merge branch 'main' into hefty-hype 2026-04-13 16:45:05 +02:00
end-4 a57119005d update generic terminal theming to handle prompt colors 2026-04-13 16:40:41 +02:00
wbbwbwbwbwbb dbcde24003 Fix dock preview not showing up after first hover 2026-04-12 18:37:19 -07:00