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 |
|
23rd
|
8c17e3e578
|
Added sending action when choosing sticker.
|
2021-08-30 20:50:32 +03:00 |
|
John Preston
|
85e4c8527b
|
Always write local drafts the same way.
|
2021-08-30 20:32:58 +03:00 |
|
John Preston
|
beff635e45
|
Colorize bubbles according to a custom chat theme.
|
2021-08-30 20:32:57 +03:00 |
|
John Preston
|
0a1e84ddb2
|
Move ChatTheme to td_ui.
|
2021-08-30 20:32:57 +03:00 |
|
John Preston
|
3cd0f9d189
|
Start non-unique ChatTheme.
|
2021-08-30 20:32:57 +03:00 |
|
John Preston
|
33936195a1
|
Animate the chat background in Saved Messages.
|
2021-08-18 11:33:37 +03:00 |
|
John Preston
|
7a06eccaec
|
Make complex gradients animate on outgoing messages.
|
2021-08-16 16:07:43 +03:00 |
|
John Preston
|
3dadcd9352
|
Animated transition on pattern-on-gradient resize.
|
2021-08-16 10:26:08 +03:00 |
|
John Preston
|
474a6a71d9
|
Move unread mentions menu to chat_helpers/send_context_menu.
|
2021-08-12 10:06:16 +03:00 |
|
John Preston
|
393173c1da
|
Finish 'Mark mentions as read' context menu.
|
2021-08-12 09:46:02 +03:00 |
|
test
|
f189ffc6ac
|
Summary
|
2021-08-12 08:52:56 +03:00 |
|
Ilya Fedin
|
414456d003
|
Revert "Use gtk clipboard when available to avoid https://bugreports.qt.io/browse/QTBUG-56595"
Fixed in Qt by https://codereview.qt-project.org/c/qt/qtbase/+/306771
This reverts commit 3a91003eea .
|
2021-08-12 08:51:10 +03:00 |
|
23rd
|
76eb00cea9
|
Added drafts saving on account switching.
|
2021-08-12 02:36:41 +03:00 |
|
John Preston
|
c79cd0b692
|
Use Images::Read instead of App::readImage.
|
2021-08-11 18:55:08 +03:00 |
|
Ilya Fedin
|
97262a99c7
|
Get rid of osx and linux32 special targets
|
2021-08-11 16:59:27 +03:00 |
|
23rd
|
479611f6df
|
Removed ui_getPeerForMouseAction.
|
2021-07-27 02:50:08 +03:00 |
|
23rd
|
a030907598
|
Refactored sending bot commands.
|
2021-07-27 02:50:08 +03:00 |
|
23rd
|
34cac3092f
|
Moved utils for sending bot commands to separated file.
|
2021-07-27 02:50:08 +03:00 |
|
23rd
|
93bcd90fd4
|
Provided more context for click handlers.
|
2021-07-27 02:18:49 +03:00 |
|
John Preston
|
b27dc4ef8d
|
Fix crash in messages animation.
|
2021-07-23 21:41:43 +03:00 |
|
John Preston
|
773912f586
|
Apply local / server comment updates together.
|
2021-07-20 12:20:22 +03:00 |
|
John Preston
|
c789349b24
|
Support add item animation in ListWidget (sections).
|
2021-07-20 12:20:22 +03:00 |
|
John Preston
|
7bbc4b7191
|
Add basic new messages animation.
|
2021-07-20 12:20:22 +03:00 |
|
John Preston
|
4276b6cce0
|
Use rpl for Window::Theme::Background updates.
|
2021-07-15 16:42:36 +03:00 |
|