Commit Graph

26327 Commits

Author SHA1 Message Date
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
23rd
d54eac4c6c Fixed leak of admin log kick handler through own lifetime. 2026-09-13 10:05:37 +03:00
23rd
d0320d0e29 Fixed leak of URL auth state after declined authorization. 2026-09-13 10:05:37 +03:00
23rd
d949d50948 Fixed self-retaining native window poll on macOS with Qt 6.8+. 2026-09-13 10:05:37 +03:00
23rd
6309ad7857 Fixed leaks of share states in recipient choose and contact boxes. 2026-09-13 10:05:37 +03:00
23rd
7a9f6fccd4 Fixed leak of affiliate program recipients state in bot profile. 2026-09-13 10:05:37 +03:00
23rd
074a791131 Fixed retain cycles of radio groups through change callbacks. 2026-09-13 10:05:37 +03:00
23rd
0bd5cf3d81 Fixed video cover media not released with heavy parts. 2026-09-13 10:05:37 +03:00
23rd
4f62edc419 Fixed read of destroyed QR box state from render thread. 2026-09-13 10:05:37 +03:00
23rd
353fbd6b7d Fixed destruction of running poll media reupload callback. 2026-09-13 10:05:37 +03:00
23rd
d5cdc269d2 Fixed use of destroyed dictionary loader from unpacking thread. 2026-09-13 10:05:37 +03:00
23rd
b8ca763fdf Fixed dangling userpic update callbacks in recipient popup menus. 2026-09-13 10:05:37 +03:00