Commit Graph

148 Commits

Author SHA1 Message Date
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 f992294ec2 proper image scaling with screen scaling (#3036, #3037) 2026-05-04 09:20:12 +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 64b52f6a90 add screen translation 2026-04-03 19:31:24 +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 a06764e111 revealer: more correct visible conditions 2026-04-03 18:50:44 +02: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
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
end-4 a7f30838de Update shapes 2026-02-16 09:44:26 +01:00
end-4 9e9c6b70b6 Update shapes 2026-02-06 21:50:34 +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 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
end-4 896aa97701 fix wrong notif and overlay crosshair titlebar color 2025-12-22 00:16:19 +01:00
end-4 8842df6340 waffles: screen snip 2025-12-20 11:46:07 +01:00
end-4 93bc4d935c waffles: notif center: drag to dismiss 2025-12-13 23:07:26 +01:00
end-4 70c0adb8e5 waffles: make calendar spacing more accurate 2025-12-10 22:38:07 +01:00
end-4 8b8ac44852 waffles: polkit 2025-12-08 10:34:05 +01:00
end-4 9043ae7bf6 waffles: functioning search 2025-12-05 00:19:21 +01:00
vaguesyntax 15481c646a digital clock: add roundness slider and fix settings layout 2025-12-04 23:07:03 +03:00
end-4 4442200479 waffles: start menu base 2025-11-29 23:23:58 +01:00
end-4 677fa06b06 waffles: notifications: image support 2025-11-29 12:51:31 +01:00
vaguesyntax 21f2a9c65d fix: find a better solution on variableAxes 2025-11-28 23:48:06 +03:00
vaguesyntax fd209851d9 digital clock: use clocktext instead of styledtext 2025-11-28 23:21:58 +03:00
vaguesyntax 533b9c01f5 digital clock: several improvements 2025-11-28 23:10:33 +03:00
end-4 2fd25af353 waffles: notifications, kind of 2025-11-27 23:25:59 +01:00
end-4 0700e024d9 waffles: calendar: generalize first day of week 2025-11-27 13:17:24 +01:00
end-4 d40df98aa5 waffles: make calendar more 🍔🦅-friendly
do we care about somalia and ethiopia
2025-11-27 08:14:15 +01:00
end-4 d27fbede2a waffles: more continuous infinite scrolling calendar 2025-11-26 22:57:40 +01:00
end-4 a786f0353e listview anims always run to end 2025-11-26 22:55:09 +01:00
end-4 55961ae079 wactioncenter: bluetooth menu 2025-11-22 21:55:47 +01:00
end-4 f0a042246c bring back reload popup 2025-11-22 19:43:52 +01:00
end-4 6cb1b738c6 fancier dropdown (#2397) 2025-11-22 16:08:19 +01:00
end-4 4878f7dbb1 combobox: update color mappings 2025-11-22 16:07:10 +01:00
end-4 5c8d824749 waffles: action center: volume menu 2025-11-19 23:39:18 +01:00
end-4 f3bfe8a374 unfuck material symbols rendering 2025-11-18 20:29:34 +01:00
end-4 fcee7ce6f9 refractor quick toggles data, add volume slider for waffles action center 2025-11-17 23:43:25 +01:00
end-4 28bf94904f wbar: unpin and stuff
i realized i mixed up pinning and unpinning, but whatever
2025-11-16 21:59:42 +01:00
end-4 803f2ecb42 remove unused imports 2025-11-16 12:04:21 +01:00
end-4 d990d68472 not use anchors in children items in notif list view 2025-11-15 17:22:32 +01:00
end-4 cc519e9f60 background: make switching between clock stylies less janky 2025-11-14 22:46:11 +01:00
end-4 f8ffe5e63f format, move text color to styled text area 2025-11-14 10:57:26 +01:00
end-4 18c264a85e make menu fade anim not arbitrary 2025-11-13 23:44:21 +01:00