John Preston
d0cb387c6e
Fix layout of webpage preview with a sticker with small height.
2021-11-05 15:28:32 +04:00
John Preston
5565da5308
Fix webpage with ViewButton links in text.
2021-11-05 10:37:38 +04:00
John Preston
eae6e4fc60
Fix build on non-Windows.
2021-11-02 00:06:56 +04:00
John Preston
8b4a95826c
Fix webpage layout with ViewButton.
2021-11-01 14:54:44 +04:00
John Preston
60444b1fee
Fix message ViewButton rendering in 1x.
2021-11-01 13:11:34 +04:00
John Preston
510e1e9cdf
Fix one more unused variable warning.
2021-10-31 11:01:39 +04:00
23rd
c55dc00180
Added selecting scroll to sections.
...
Fixed #17136 .
2021-10-30 21:22:51 +03:00
23rd
6ef67caa73
Fixed emoji clearing in sections when sending failed due to slowmode.
...
Fixed #17149 .
2021-10-30 21:22:51 +03:00
John Preston
7ad6699bff
Show mouse hold tip when clicking record button.
2021-10-30 15:13:18 +04:00
John Preston
eb82664452
Use recent requester userIds from API.
2021-10-29 18:31:07 +04:00
John Preston
c9e5eadb06
Use a detailed phrase for single user join request.
2021-10-29 18:31:07 +04:00
John Preston
8618f6d7eb
Push recent requests from requests box to the bar.
2021-10-29 18:31:06 +04:00
John Preston
7543351bc9
Add pending requests bar in the chat.
2021-10-29 18:31:06 +04:00
John Preston
9e05e44a14
Inform about join request being sent.
2021-10-29 18:31:06 +04:00
23rd
08939ac51d
Fixed display of edit badge in albums.
2021-10-29 16:10:07 +04:00
John Preston
5aaa72e8cd
Fix crash in scheduled emoji interactions.
...
Fixes #17093 .
2021-10-25 09:43:22 +04:00
Ilya Fedin
847c01d605
Add Qt 6 support
...
Tested only on Linux so far
2021-10-21 13:15:00 +04:00
23rd
ea10cf5758
Moved api polls processing to separated file.
2021-10-20 22:56:19 +03:00
23rd
80461bd9fe
Moved ConfirmBox to Ui namespace.
2021-10-19 06:34:27 +03:00
23rd
6148edbc7d
Moved ConfirmBox to td_ui.
2021-10-19 06:34:27 +03:00
23rd
9117b3cdfa
Extracted DeleteMessagesBox to separated file.
2021-10-19 06:34:27 +03:00
CoderTimZ
c9e24c2283
Display dates with the system date format
2021-10-11 21:56:29 +04:00
23rd
6163e922b3
Added view button to webpages.
2021-10-10 19:30:38 +03:00
23rd
e2c5995a2e
Fixed timestamp highlighting in albums.
...
Fixed #17078 .
2021-10-08 10:39:36 +04:00
23rd
ef10bb2bd6
Fixed editing caption of album from context menu.
...
Fixed #17077 .
2021-10-08 10:39:36 +04:00
23rd
64aa5480ad
Fixed display edited badge in scheduled albums.
...
Moved hideEditedBadge from HistoryMessage to HistoryItem.
2021-10-08 10:39:36 +04:00
23rd
6c0dccd9ff
Fixed replying in replies by double click.
...
Fixed #16645 .
2021-10-08 10:39:36 +04:00
23rd
c2b505b78c
Added ability to open specific post from sponsored messages.
2021-10-08 10:39:27 +04:00
23rd
d8fb5be9b5
Moved opening peer from PeerClickHandler to SessionController.
2021-10-07 23:32:10 +03:00
John Preston
466aa5a14d
Fix view button style.
2021-10-07 11:38:07 +04:00
23rd
c5140f34a7
Added view button to sponsored messages.
2021-10-07 11:09:09 +04:00
23rd
b3f73bb6a9
Added badge for sponsored messages.
2021-10-07 11:09:08 +04:00
23rd
eda5cd47ad
Added manager of sponsored messages.
2021-10-07 11:09:08 +04:00
John Preston
d5f935b73d
Put mini-previews after sender name.
2021-10-04 23:47:33 +04:00
23rd
cb8f49aea0
Removed Q_OBJECT from ScrollArea.
2021-09-30 18:45:38 +03:00
John Preston
1e660fc2a2
Allocate 64 bits for message ids.
2021-09-30 13:49:37 +04:00
John Preston
19ce1edc16
Use base::SafeRound instead of std::round.
...
Previous assertion violations because of NaN from std::round were
in video streaming, see commits 27d58ba07b
, 8f5830d520
.
Now the crashes happened in the ConvertScale() call from a background
thread when preparing an image from clipboard for sending to a chat.
2021-09-27 12:13:57 +04:00
John Preston
4f6c7657bf
Fix comments root pinned view disappearing.
2021-09-19 17:48:00 +03:00
John Preston
422bfd973b
Don't play interactions without large emoji.
2021-09-19 15:12:20 +03:00
John Preston
af100c2d13
Fix poll answer check in custom chat themes.
2021-09-19 14:40:43 +03:00
John Preston
a566405598
Show correct emoticon in interaction-seen status.
2021-09-19 14:40:43 +03:00
23rd
2164caaab7
Fixed formatting of comments count.
2021-09-19 14:40:07 +03:00
John Preston
890a126423
Use shared provider for interaction animations.
2021-09-18 20:29:56 +03:00
John Preston
42cc24e167
Cache interactions in four cache keys.
2021-09-17 19:23:52 +03:00
John Preston
038f19d055
Beta version 3.0.5: Fix build on Linux.
2021-09-17 11:45:05 +03:00
John Preston
34c0d97c54
Show emoji interaction seen status.
2021-09-17 10:25:36 +03:00
John Preston
4b7f594b0e
Send emoji interaction seen requests.
2021-09-17 10:25:36 +03:00
John Preston
cfb43081c7
Play incoming interactions.
2021-09-17 10:25:36 +03:00
John Preston
de9b21e436
Correctly render interactions on inbox messages.
2021-09-17 10:25:36 +03:00
John Preston
bc2f96251f
Limit amount of playing interactions.
2021-09-17 10:25:36 +03:00