Commit Graph

908 Commits

Author SHA1 Message Date
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 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 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
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 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 ae7f6bd165 fix keybind cheatsheet 2026-05-12 09:28:07 +02:00
end-4 807c761ed0 qs: fix some manual hyprland dispatches 2026-05-12 08:28:10 +02:00
end-4 2e161911bc qs: fix hyprland overrides (game mode, anti flashbang) 2026-05-12 07:54:56 +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
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 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 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 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
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 dd26742d52 screen translator: handle rotated text 2026-04-08 10:22:55 +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 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 f3ab1366d8 hyprconfigurator: create conf file if doesn't exist 2026-04-07 16:01:12 +02:00
end-4 2d0ac6e7db screen translator: more error handling & refetch token when expired 2026-04-05 23:19:08 +02:00
Minh d24e227245 refactor(musicRecognition): replace parec/ffmpeg pipeline with songrec listen fix:#3057 (#3058) 2026-04-05 21:45:18 +02:00
end-4 fad2a5f8ae Update LauncherSearch.qml
fix /wallpaper in launcher not working
2026-04-05 20:22:36 +02:00
end-4 1e2a6d23e3 starship: fix ass contrast when unthemed #3189 2026-04-05 20:19:18 +02:00
end-4 aea6216a7f ai: update default prompt 2026-04-04 23:33:32 +02:00
end-4 77ce65a53c overview: search: fix contrast issue on highlighted item 2026-04-04 23:32:07 +02:00
end-4 799bfae184 screen translator: open on focused monitor 2026-04-03 20:50:37 +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