Commit Graph

18748 Commits

Author SHA1 Message Date
23rd 2f6e8bbef9 Added ability to show popup selector for top peers from fast share. 2026-01-28 08:57:56 +03:00
23rd e2ed9baacb Added initial popup selector for top peers. 2026-01-28 08:57:56 +03:00
23rd b45896b294 Added initial implementation of userpics strip for popup selector. 2026-01-28 08:57:56 +03:00
23rd 3ea8d14521 Extracted strip selector from reactions to make dedicated popup. 2026-01-28 08:57:56 +03:00
23rd 9fb25bfada Added special bullet char to global access. 2026-01-28 08:57:56 +03:00
23rd 481de1e3e3 Added bullet separator between name and date in media viewer overlay. 2026-01-28 08:57:56 +03:00
23rd 2781e6c304 Attempted to fix rare visual glitch when pinned bar is not resized.
Fixed #30188.
2026-01-28 08:57:56 +03:00
23rd a05d85673a Improved process of replying via hotkeys for sending messages.
Fixed #30160.
2026-01-28 08:57:56 +03:00
23rd 2c68df9696 Fixed column bounds check in ShareBox for mouse to prevent cross-rows.
Fixed #30155.
2026-01-28 08:57:56 +03:00
23rd 97a1d5c592 Fixed stale state of media edit manager in history widget.
Fixed #30147.
2026-01-28 08:57:56 +03:00
23rd 7134363905 Slightly improved padding of emoji status in accounts list. 2026-01-28 08:57:56 +03:00
23rd e6369eaae1 Added chat filters to feature to kick participants from common groups. 2026-01-28 08:57:56 +03:00
23rd 8585a00051 Fixed position of freshly pinned to top stories. 2026-01-26 11:38:11 +03:00
23rd 1f072631e5 Fixed crash when forward message from web bot to forum topic. 2026-01-26 11:38:11 +03:00
23rd 8343178219 Improved forwarded info in service messages for staked dice. 2026-01-26 11:38:11 +03:00
23rd b28bb112fe Fixed display of compose search when edit media caption. 2026-01-26 11:37:53 +03:00
23rd 68f65ea000 Slightly improved position of context menu from top button in proxy box. 2026-01-26 11:37:53 +03:00
23rd 49b27d6b0d Removed notifications action buttom from profile top bar for self. 2026-01-26 11:37:53 +03:00
Ilya Fedin 18acef841b Add experimental option for QT_WIDGETS_HIGHDPI_DOWNSCALE 2026-01-21 20:59:52 +04:00
John Preston 6e412f43b2 Version 6.4.2.
- Fix non-closing popup menu items.
- Fix crash in my profile section resize.
- Fix some text glitches because of render optimizations.
2026-01-10 21:29:01 +04:00
John Preston 96230fb4d0 Fix build with GCC. 2026-01-10 11:24:46 +04:00
23rd cd065beb0c Replaced ItemBase::setClickedCallback with setActionTriggered. 2026-01-09 22:49:23 +03:00
23rd 5f8a9dddff Removed trigger filter from menu action factory. 2026-01-09 22:44:34 +03:00
23rd 659640b851 Added lottie icon while loading amount of all messages to moderate box. 2026-01-08 21:21:51 +03:00
23rd e8566002d6 Added general replies to admin log messages. 2026-01-08 07:18:46 +03:00
23rd 4f96812b90 Added ability to have duplicates in stack of sections. 2026-01-08 07:18:46 +03:00
23rd 20b5de755d Added ability to open menu from history view top bar with right click. 2026-01-07 10:15:23 +03:00
23rd b8a17d4266 Optimized repaint clip for ripple animation from history view reply. 2026-01-07 09:58:04 +03:00
23rd 5d9523466b Fixed optimized repaint of message text while swipe gesture.
Related commits: 8638d26156 and 9027e3b7ee.
2026-01-06 18:38:53 +03:00
23rd 4a1a21bc4f Fixed crash from feature to kick participants from common groups. 2026-01-06 18:33:19 +03:00
23rd 5eeb9e561d Added date of end of ban from group to admin log. 2026-01-06 17:49:29 +03:00
John Preston 4ffddae162 Fix crash in my profile resize. 2026-01-06 11:50:00 +04:00
23rd 309e3f804d Removed over-optimization from stories processing in profile top bar. 2026-01-06 09:30:01 +03:00
23rd 0d853c9393 Fixed possible crash on summarizing of caption from grouped media. 2026-01-06 09:11:19 +03:00
23rd 81820a220d Removed workaround for shadows from some menu items.
Related commits: 52d78ef724 and 4c545181ad.
2026-01-06 08:30:08 +03:00
23rd 513d4f962f Added key press handler to menu item for rate voice transcriptions. 2026-01-06 08:30:08 +03:00
23rd 9d09a637fe Slightly simplified resize handler for menu items. 2026-01-06 08:30:08 +03:00
23rd b958e0a275 Replaced generic widget-based parent with explicit Menu class in items. 2026-01-06 07:21:15 +03:00
23rd 8952277ae9 Replaced phrase for saved messages date to be more clearer. 2026-01-05 20:58:35 +03:00
23rd 4a482540cb Fixed ability to schedule message until online for notification user. 2026-01-05 20:58:35 +03:00
23rd f9ba0092bc Fixed menu items with check. 2026-01-05 20:58:35 +03:00
John Preston 3502287832 Version 6.4.1.
- Fix context menu double activations.
- Fix text rendering in animating bubbles.
2026-01-05 17:56:42 +04:00
John Preston 38a3f00de2 Fix build with GCC. 2026-01-05 17:56:42 +04:00
John Preston c5d4b3affc Fix allowed gifts list for channels. 2026-01-05 14:52:44 +04:00
John Preston 36da011736 Fix recent views / reactions menu in stories. 2026-01-05 14:24:03 +04:00
John Preston 58e9d933c3 Fix crash in NotifySettings::apply. 2026-01-05 12:45:02 +04:00
John Preston 38e586c8e2 Fix build with MSVC. 2026-01-05 12:45:02 +04:00
23rd 9027e3b7ee Fixed optimized repaint of message text while send animating.
Related commit: 8638d26156.
2026-01-05 12:45:02 +04:00
23rd bac03ac47b Fixed display of summary header in history view on unload heavy parts. 2026-01-05 12:45:02 +04:00
23rd e6c01c4434 Fixed icon fg in summary header from history view. 2026-01-05 12:45:02 +04:00