John Preston
|
e9a0df4715
|
Show correct limit of accounts.
|
2026-05-26 10:51:51 +04:00 |
|
John Preston
|
74eccef9a4
|
Build on Windows on ARM with v145.
|
2026-05-26 10:09:53 +04:00 |
|
John Preston
|
c6541e1e91
|
Fix unnecessary rebuilds because of shaders.
|
2026-05-26 10:09:53 +04:00 |
|
23rd
|
9ed0b1e6ef
|
Fixed build on macOS.
|
2026-05-25 21:56:40 +03:00 |
|
23rd
|
047a24185f
|
Enabled Qt RHI renderer by default on macOS in experimental options.
|
2026-05-25 21:56:40 +03:00 |
|
23rd
|
fce19ac336
|
Aligned userpic and text in top bar suggestion with dialog row column.
|
2026-05-25 21:56:40 +03:00 |
|
23rd
|
546f822d04
|
Replaced regular test top-bar suggestion with contact birthday variant.
|
2026-05-25 21:56:40 +03:00 |
|
23rd
|
79fb35cc15
|
Added top-edge sheen to top bar suggestion pill on dark themes.
|
2026-05-25 21:56:40 +03:00 |
|
23rd
|
8b948d7f49
|
Added explicitly disable of Qt RHI env vars when experimental is off.
Concept of env-as-source-of-truth.
|
2026-05-25 18:55:12 +03:00 |
|
John Preston
|
292d07308f
|
Fix possible crash in background caching.
|
2026-05-25 19:06:56 +04:00 |
|
John Preston
|
ec12715527
|
Don't pass badge as constructed widget.
|
2026-05-25 18:23:18 +04:00 |
|
John Preston
|
6537d970ed
|
Remove suggestion to set tag in broadcasts.
|
2026-05-25 18:21:12 +04:00 |
|
John Preston
|
3cb167b7e5
|
Fix possible crash in livestream story destruction.
|
2026-05-25 17:56:53 +04:00 |
|
John Preston
|
12582da1b8
|
Attempt to fix crash in grouped edit apply.
|
2026-05-25 17:07:09 +04:00 |
|
John Preston
|
e76abf5776
|
Don't show full topics list for trivial searches.
|
2026-05-25 15:08:22 +04:00 |
|
Mukthar
|
9245d88a7d
|
Accessibility: Use Unpin instead of Cancel for pinned message bar close button
|
2026-05-25 14:44:46 +04:00 |
|
John Preston
|
5ea656e20b
|
Fix layout error in passport password prompt.
|
2026-05-25 14:19:10 +04:00 |
|
John Preston
|
78bb54492e
|
Unify macOS icon in Icon name.
|
2026-05-25 14:07:23 +04:00 |
|
John Preston
|
43373c8584
|
Use structured approach to Info::Profile content.
|
2026-05-25 14:07:15 +04:00 |
|
23rd
|
224673be69
|
[qrhi] Fixed group call viewport crash by reusing stale tile slots.
|
2026-05-22 22:29:59 +03:00 |
|
23rd
|
6c88a90d28
|
[thanos] Broadcast item-about-to-destroy on TTL and clear paths too.
|
2026-05-22 14:02:40 +03:00 |
|
23rd
|
f037e75ba0
|
[thanos] Deferred per-item resource destruction.
|
2026-05-22 14:02:40 +03:00 |
|
23rd
|
dd2a3bda91
|
[thanos] Switched frame time tracking from QElapsedTimer to crl::now.
|
2026-05-22 14:02:40 +03:00 |
|
23rd
|
0a7e4e6665
|
[thanos] Improved code style.
|
2026-05-22 14:02:40 +03:00 |
|
23rd
|
ffbc704b94
|
[thanos] Guarded zero-division on extreme aspect.
|
2026-05-22 14:02:40 +03:00 |
|
23rd
|
559b172ebc
|
[thanos] Split compute init and update into separate passes for barrier.
|
2026-05-22 14:02:26 +03:00 |
|
23rd
|
fabd16817f
|
[thanos] Removed awful repaint pattern with self short timer.
|
2026-05-22 13:54:00 +03:00 |
|
23rd
|
195224e1bf
|
[qrhi] Skipped shader baking on Qt 5 builds without qsb tool.
|
2026-05-22 13:54:00 +03:00 |
|
23rd
|
b5baa2e042
|
[thanos] Added static assertion against seed-multiplier overflow.
|
2026-05-22 13:54:00 +03:00 |
|
23rd
|
55777458d7
|
[thanos] Improved release to also reset seed counter.
|
2026-05-22 13:54:00 +03:00 |
|
23rd
|
ed3efab1af
|
[thanos] Improved offscreen header scope to non-Mac non-Windows.
|
2026-05-22 13:54:00 +03:00 |
|
23rd
|
fd8fc689c9
|
[thanos] Improved refresh cleanup to reset collapse state too.
|
2026-05-22 13:54:00 +03:00 |
|
23rd
|
b40f21e196
|
[thanos] Fixed collapse skip to fire only when item is fully below.
|
2026-05-22 13:54:00 +03:00 |
|
23rd
|
f0aa7f0406
|
[thanos] Improved per-item init dispatch via dedicated flag.
|
2026-05-22 13:54:00 +03:00 |
|
23rd
|
94ab8451a7
|
[thanos] Fixed pending snapshot leak in releaseResources.
|
2026-05-22 13:54:00 +03:00 |
|
23rd
|
584f4d8f1d
|
[thanos] Added QRhi create return checks for animating items.
|
2026-05-22 13:54:00 +03:00 |
|
23rd
|
7413b90e42
|
[thanos] Added sticky flag to recover from pipeline create fail.
|
2026-05-22 13:54:00 +03:00 |
|
23rd
|
48f0410e38
|
[thanos] Improved Linux probe by pinning OpenGL 4.3 core profile.
|
2026-05-22 13:54:00 +03:00 |
|
23rd
|
25d8e24c33
|
[thanos] Added probe-failure logging on macOS and Windows.
|
2026-05-22 13:54:00 +03:00 |
|
23rd
|
99ccb3b253
|
[thanos] Improved gating to honor PowerSaving::kAnimations.
|
2026-05-22 13:54:00 +03:00 |
|
23rd
|
59b1b3cd54
|
[thanos] Improved frame delta clamp to roughly fifteen FPS.
|
2026-05-22 12:22:06 +03:00 |
|
23rd
|
4a89119188
|
[thanos] Fixed pending snapshot leak when compute is unavailable.
|
2026-05-22 12:22:06 +03:00 |
|
23rd
|
265dbd94b9
|
[thanos] Added device-lost recovery to drop compute state.
|
2026-05-22 12:22:06 +03:00 |
|
23rd
|
71d2995f48
|
[thanos] Improved pre-captured lookup by keying on FullMsgId.
|
2026-05-22 12:22:06 +03:00 |
|
23rd
|
07a01bf7c7
|
[thanos] Improved scroll restore to fire only at collapse end.
|
2026-05-22 12:22:06 +03:00 |
|
23rd
|
06323a99f2
|
[thanos] Fixed pre-capture state when captureView short-circuits.
|
2026-05-22 12:22:06 +03:00 |
|
23rd
|
4b3cb4f0fe
|
[thanos] Fixed UAF in allDone callback via weak_ptr guard.
|
2026-05-22 12:22:06 +03:00 |
|
23rd
|
fce7ac6277
|
[thanos] Fixed UAF in controller dtor by stopping collapse anim.
|
2026-05-22 12:22:06 +03:00 |
|
23rd
|
92ae7f1dd4
|
[thanos] Fixed gap merge coords on fresh-capture deletion paths.
|
2026-05-22 12:22:06 +03:00 |
|
23rd
|
d13a38cb76
|
[thanos] Fixed renderer releaseResources to no-op on re-entry.
|
2026-05-22 12:22:06 +03:00 |
|