John Preston
|
1af2cfe143
|
Extract BottomInfo from HistoryView::Message.
|
2021-12-29 21:22:33 +03:00 |
|
John Preston
|
797433ebe9
|
Fix disappearing Send As Channel button.
Fixes #17359.
|
2021-12-22 12:32:09 +00:00 |
|
John Preston
|
5e7e7eaa83
|
FullMsgId rely on PeerId instead of ChannelId.
|
2021-12-22 10:11:57 +00:00 |
|
John Preston
|
9e5117d336
|
Respect autodownload settings in reply previews.
|
2021-12-03 14:59:08 +04:00 |
|
John Preston
|
8460a62588
|
Don't show "Send As" button when editing a message.
Fixes #17302.
|
2021-11-28 16:37:11 +04:00 |
|
John Preston
|
133f64f370
|
Fix disappearing emoji selector button.
|
2021-11-28 15:45:16 +04:00 |
|
23rd
|
b9c64499bd
|
Moved code for api participants to separated file.
|
2021-11-26 18:00:21 +04:00 |
|
John Preston
|
8d66680a96
|
Show info about request chat admin incoming message.
|
2021-11-26 18:00:20 +04:00 |
|
John Preston
|
74cfaff100
|
Migrate Media::Player::Instance to rpl.
|
2021-11-26 18:00:20 +04:00 |
|
John Preston
|
80fcffcc40
|
Delete history for specific days in private chats.
|
2021-11-26 18:00:19 +04:00 |
|
John Preston
|
b47e29b182
|
Fix custom chat themes in scheduled messages.
|
2021-11-26 18:00:19 +04:00 |
|
John Preston
|
8c824edaa5
|
Choose send as in scheduled / discussions.
|
2021-11-26 18:00:19 +04:00 |
|
John Preston
|
773755d70e
|
Send as a channel in HistoryWidget.
|
2021-11-26 18:00:18 +04:00 |
|
John Preston
|
1bd74fe478
|
Choose a channel to send messages as.
|
2021-11-26 18:00:18 +04:00 |
|
John Preston
|
4691cff3f6
|
Start SendAsButton in HistoryWidget.
|
2021-11-26 18:00:18 +04:00 |
|
John Preston
|
c534f3f22e
|
Some internal HistoryItem refactoring.
Replace most IsServerMsgId / id <=> 0 with isRegular().
Track isLocal / isHistoryEntry in flags.
Remove toHistoryMessage.
|
2021-11-07 12:50:13 +04:00 |
|
23rd
|
55eb381bd2
|
Removed display of stale sponsored messages.
|
2021-11-05 11:27:26 +03:00 |
|
John Preston
|
7a57174ab1
|
Register sponsored view only on full message show.
|
2021-11-03 15:49:48 +04:00 |
|
23rd
|
27dc91e51a
|
Moved management of selecting scroll to separated class in td_ui.
|
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
|
97ae094c3c
|
Update API scheme with new cloud themes.
|
2021-10-29 18:31:07 +04:00 |
|
John Preston
|
2163957299
|
Fix empty chat history after custom themed chat.
|
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 |
|
Ilya Fedin
|
847c01d605
|
Add Qt 6 support
Tested only on Linux so far
|
2021-10-21 13:15:00 +04: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 |
|
23rd
|
455c7280a4
|
Fixed possible crash in scroll of empty HistoryWidget.
|
2021-10-08 19:10:39 +03:00 |
|
23rd
|
419f6345b3
|
Added sponsored messages to HistoryWidget.
|
2021-10-07 11:09:09 +04:00 |
|
John Preston
|
d5f935b73d
|
Put mini-previews after sender name.
|
2021-10-04 23:47:33 +04:00 |
|
John Preston
|
8c21fad642
|
Move preview paint to Dialogs::Ui::MessageView.
|
2021-10-04 23:45:21 +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
|
a8efd0ef3d
|
Show chosen element in custom theme selector.
|
2021-09-28 19:27:41 +04:00 |
|
John Preston
|
ab0d2bf9c6
|
Initial chat theme changing.
|
2021-09-28 19:27:41 +04:00 |
|
John Preston
|
1eef94e8d9
|
Fix possible crash in delayed typing updates.
|
2021-09-25 22:39:11 +04:00 |
|
John Preston
|
e0135e509d
|
Allow exporting test chat themes.
|
2021-09-19 14:40:43 +03:00 |
|
John Preston
|
13c00949ed
|
Add a simple way of testing color themes.
|
2021-09-10 22:29:30 +03:00 |
|
John Preston
|
453954f901
|
Fix forward options for text messages.
|
2021-09-10 14:33:18 +03:00 |
|
23rd
|
900a7d0b2b
|
Appended references to const auto types in loop to prevent copying.
Suggested by Apple Clang.
|
2021-09-09 16:32:04 +03:00 |
|
John Preston
|
4273167aa2
|
Adjust outgoing bubble text and icon colors.
|
2021-09-07 23:41:08 +03:00 |
|
John Preston
|
a6c98f4bb4
|
Update API scheme to layer 133.
|
2021-09-07 23:41:07 +03:00 |
|
23rd
|
c1d3e5f0c5
|
Removed sending of typing action when sticker is chose in autocomplete.
|
2021-09-07 23:41:07 +03:00 |
|
23rd
|
d4c0ac5e4a
|
Removed forwarding options for dices.
|
2021-09-07 23:41:07 +03:00 |
|
John Preston
|
241798ac29
|
Custom colors in historyDown/unreadMentions buttons.
|
2021-09-06 13:13:26 +03:00 |
|
John Preston
|
2a2607d026
|
Custom colors in history_view_service_message module.
|
2021-09-06 13:13:26 +03:00 |
|
John Preston
|
5aff4cca0e
|
Fix rare crash in message history resizing.
|
2021-09-01 19:21:39 +03:00 |
|
23rd
|
59977da2b4
|
Added choosing sticker action to field autocomplete.
|
2021-09-01 01:23:20 +03:00 |
|
John Preston
|
9dfc60026e
|
Add simple forwarding options on bar click.
|
2021-08-31 19:47:38 +03:00 |
|