26338 Commits

Author SHA1 Message Date
Daniel Novomeský
4d4da471fb Update libde265, libheif 2026-09-18 11:49:39 +03:00
John Preston
089118f144 Replace a leftover qCeil in the external webapp shell. 2026-09-17 13:57:07 +04:00
John Preston
fb2e332095 Version 7.2.9.
- Fix some tlottie incorrect renderings.
v7.2.9
2026-09-17 12:38:31 +04:00
John Preston
b0e8237606 Fix build on x64 with Qt 5. 2026-09-17 12:38:31 +04:00
John Preston
73f055c44e Use brace-init instead of make_pair. 2026-09-17 12:38:30 +04:00
John Preston
78789925c6 Update lib_ui. 2026-09-17 12:38:30 +04:00
John Preston
0b7af2d638 Patch tlottie to fix broken sticker rendering
Stickers that showed only an outline, gift patterns without their dots
and gift models that were not drawn at all now render like in rlottie.
2026-09-17 12:38:30 +04:00
John Preston
173c0f138d Make the unsupported notice badge smaller and pointy 2026-09-16 23:53:35 +04:00
23rd
8d5cf8672e Fixed profile about copy and translate including peer id. 2026-09-16 22:53:00 +04:00
John Preston
8316d84d72 Update tlottie to latest revision. 2026-09-16 22:09:16 +04:00
John Preston
9ce8e9b995 Update lib_webview. 2026-09-16 21:54:41 +04:00
Ilya Fedin
0bf3e7e9ad Fix the scale of the external webapp shell.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-09-16 21:54:22 +04:00
John Preston
db3405699f Remove legacy interpret path helper. 2026-09-16 21:42:13 +04:00
23rd
0b63ca4365 Fixed shortcuts on non-latin layouts in media viewer. 2026-09-15 13:16:50 +03:00
23rd
e1ef28b03c Fixed out of range alpha in speed boost arrows from media viewer. 2026-09-15 13:16:50 +03:00
23rd
aca7dd8b9a Fixed video frame timing at non-default playback speed. 2026-09-15 13:16:49 +03:00
23rd
4542a0ecd1 Fixed hold-to-speedup reset by seek or quality change in media viewer. 2026-09-15 12:40:07 +03:00
23rd
6714926049 Slightly improved code style in country select box. 2026-09-15 09:09:22 +03:00
23rd
24e6443fc6 Replaced floorclamp and ceilclamp with Ui::RowsInRange. 2026-09-15 08:49:44 +03:00
23rd
3a346455fc Slightly improved code style in field autocomplete. 2026-09-15 08:29:25 +03:00
23rd
b7ff51114b Slightly improved code style in stickers box. 2026-09-15 08:29:25 +03:00
23rd
52945553e8 Slightly improved code style in sticker set box. 2026-09-15 08:29:25 +03:00
23rd
6e8d16bc54 Replaced qRound with base::SafeRound. 2026-09-14 18:41:41 +03:00
23rd
3eece12f67 Added clang-tidy ban of qRound. 2026-09-14 18:41:40 +03:00
23rd
9f3d070fe1 Replaced qFloor with int(std::floor()). 2026-09-14 18:22:38 +03:00
23rd
fdc60c4d97 Added clang-tidy ban of qFloor. 2026-09-14 18:22:38 +03:00
23rd
bc92322ce0 Replaced qCeil with int(std::ceil()). 2026-09-14 18:16:44 +03:00
23rd
3cd0f0323b Added clang-tidy ban of qCeil. 2026-09-14 18:16:44 +03:00
23rd
657ac9957f Replaced qSwap, qMakePair and qSin with std equivalents. 2026-09-14 18:03:31 +03:00
23rd
4e07bc8397 Extended clang-tidy ban to Qt helpers wrapping std functions. 2026-09-14 18:03:16 +03:00
23rd
13aebb12f4 Added tests of house rules hook. 2026-09-14 18:03:15 +03:00
23rd
75228e03c4 Added rationing of comments to one line with WHY exception. 2026-09-14 18:03:15 +03:00
23rd
09071b498f Added refusal of banned functions in edits and in commits. 2026-09-14 18:03:15 +03:00
23rd
3535fafe1a Replaced qMin, qMax and qAbs with std::min, std::max and std::abs. 2026-09-14 18:03:15 +03:00
23rd
52b50714c2 Added clang-tidy ban of qMin, qMax, qAbs and qBound. 2026-09-14 16:22:17 +03:00
23rd
346d0f3a85 Updated Qt patches to fix macOS update timer assert and dup3 crash. 2026-09-14 12:15:36 +03:00
23rd
01c440a5ac Added recent actions shortcut to threads in history view chat section.
Related commit: 93dfa63097.
2026-09-14 11:40:31 +03:00
23rd
d623608993 Fixed confirmation texts of mark as read for archive and all chats. 2026-09-14 10:03:23 +03:00
23rd
e23059df87 Added grouping and admins preload to participants saved state.
Related commits: 9fa11844f2, 969ade40f3.
2026-09-14 07:27:09 +03:00
23rd
d64208dacb Added saving of profile tab state in section memento.
Related commits: 76e26ebbb1, e01a603a80.
2026-09-14 07:27:09 +03:00
23rd
b84d21d07b Added retry of scroll top restore while info page grows. 2026-09-14 07:27:09 +03:00
23rd
0de38af1c2 Replaced session pointer with unique id in compose thread keys. 2026-09-13 10:05:38 +03:00
23rd
f242bafce3 Fixed accumulation of cached media views in system media controls. 2026-09-13 10:05:38 +03:00
23rd
38e7dd11bb Fixed accumulation of story userpics in chats list state. 2026-09-13 10:05:38 +03:00
23rd
29e6fe700a Fixed leaks of sending albums on logout and paid media failure. 2026-09-13 10:05:38 +03:00
23rd
e957235cac Fixed leak of premium preview preloads after show expiry. 2026-09-13 10:05:38 +03:00
23rd
3507534767 Fixed retain cycle of suggest post state through payment helper. 2026-09-13 10:05:38 +03:00
23rd
460f41d1d3 Fixed leak of setup email unlock subscription in session. 2026-09-13 10:05:38 +03:00
23rd
b86d8d1362 Fixed retain cycles of credits entry image states. 2026-09-13 10:05:38 +03:00
23rd
82eff3440e Fixed leak of usernames cache request on failed load. 2026-09-13 10:05:38 +03:00