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
c79cd0b692
Use Images::Read instead of App::readImage.
2021-08-11 18:55:08 +03:00
John Preston
868c494299
Extract Mosaic::Layout::AbstractMosaicLayout.
2021-07-28 17:00:46 +03:00
John Preston
c170a86189
Fix build on Windows.
2021-07-28 15:59:42 +03:00
John Preston
22e77bf3af
Don't use MTP* for ReplyMarkup flags.
2021-07-28 15:16:23 +03:00
23rd
dcc8a64d37
Removed App::sendBotCommand.
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
23rd
793f748d2e
Replaced overview and inline mosaic layouts with new mosaic layout.
2021-07-26 17:38:51 +03:00
23rd
2256482ae0
Moved layout utils to td_ui.
2021-07-26 17:38:51 +03:00
23rd
73bb1382b1
Replaced MatrixRowShift with layout utils.
2021-07-23 15:42:17 +03:00
23rd
81c39af122
Replaced mosaic drawing in InlineBots::Layout::Inner.
2021-07-23 15:42:17 +03:00
23rd
9699aeb1cd
Slightly simplified ChatHelpers::GifsListWidget.
2021-07-23 15:42:17 +03:00
23rd
c4d8d52aed
Replaced mosaic drawing in ChatHelpers::GifsListWidget.
2021-07-23 15:42:17 +03:00
Ilya Fedin
ba9b72e038
Fix -Wunused-variable warnings with gcc
2021-07-19 22:31:27 +03:00
John Preston
4276b6cce0
Use rpl for Window::Theme::Background updates.
2021-07-15 16:42:36 +03:00
Ilya Fedin
79cc797aff
Fix -Wunused-variable warnings
2021-07-13 21:43:34 +03:00
nyakze
a283049b34
Expand moderator mode + fix
...
Apparently for commands to work, they have to be bind to 1-9 keys, apart from any other alternative hotkeys. It should address this issue, as well as expanding to ease the usage on numpad.
2021-07-13 16:04:16 +03:00
John Preston
4206ff0483
Don't use MTP* for StickersSet flags.
2021-07-09 09:08:58 +03:00
John Preston
75090dedaa
Don't store MTPInputStickerSet in data.
2021-07-08 22:08:59 +03:00
John Preston
2ffda9f240
Don't use MTP* for ChatAdminRight / ChatRestriction.
2021-07-08 13:34:06 +03:00
nyakze
68e351b7c8
Attempt to fix not working commands
...
Attempt to fix not working commands by using more conventional keys
2021-07-06 17:16:46 +03:00
John Preston
8eedc7b2ba
Fix build on Windows.
2021-07-06 15:56:43 +03:00
23rd
a631a28092
Removed App::pixmapFromImageInPlace.
2021-07-06 12:13:06 +03:00
23rd
b2a1c10036
Removed masks panel when there are no masks.
2021-07-06 12:13:05 +03:00
23rd
2a58d01927
Removed search and featured buttons from masks panel.
2021-07-06 12:13:05 +03:00
23rd
de108c8efe
Fixed removing masks set from StickersListWidget.
2021-07-06 12:13:05 +03:00
23rd
2d17bd02a3
Moved mask management to separate box.
2021-07-06 12:13:05 +03:00
23rd
8d62800e77
Moved stickerSetInstalled from ApiWrap to Data::Stickers.
2021-07-06 12:13:05 +03:00
23rd
1cdb83462e
Added initial implementation of masks panel.
2021-07-06 12:13:05 +03:00
23rd
7d2b20e624
Made TabbedSelector more flexible.
2021-07-06 12:13:05 +03:00
John Preston
aaefeed3f1
Support custom keyboard placeholders.
2021-07-05 21:12:52 +03:00
John Preston
b930bc0e6d
Track bot commands separately in different chats.
2021-07-02 20:41:48 +03:00
John Preston
93d99d6173
Track only strings in BotCommand struct.
2021-07-02 20:41:46 +03:00
John Preston
a8df3dcf91
Remove test code for animated path thumbnails.
2021-07-02 20:40:32 +03:00
John Preston
b22e2ffe1d
Animate inline path thumbnails with sliding gradient.
2021-07-02 20:40:32 +03:00
John Preston
4124c2eb57
Show inline path thumbnails for stickers.
2021-07-02 13:13:48 +03:00
23rd
bb76818cc8
Split adaptive changed rpl::producer into two.
2021-06-24 11:25:35 +04:00
23rd
b422ec025e
Removed Ui::show from classes that have pointer to Controller.
2021-06-17 10:57:45 +04:00
23rd
65779ec37e
Removed Adaptive namespace from FieldAutocomplete.
2021-06-16 09:31:32 +03:00
23rd
daa14466e5
Replaced observable in Lang::CloudManager with rpl.
2021-06-16 09:31:32 +03:00
23rd
386fae952b
Replaced observable in SessionController with rpl.
2021-06-16 09:31:32 +03:00
John Preston
f2286fdffd
Fix possible crash in emoji suggestions.
2021-06-11 19:31:16 +04:00
John Preston
468d43c4c7
Don't send by Enter elements, chosen by mouse.
2021-06-11 14:20:00 +04:00
John Preston
eb8f709943
Show members list in PanelMode::Wide.
2021-05-24 22:45:13 +04:00
Daniil
d8ffc114d3
Revert number keys check
2021-04-28 09:38:23 +03:00
Daniil
23bd76a8dd
Expand moderating mode some more
...
Revert key check, since number keys stopped working if bot have
Add missing commands since last PR, also add keys to respect both keypad and regular keyboard users.
2021-04-28 09:38:23 +03:00
John Preston
5bb73d8d3d
Move recent emoji and variants to common settings.
...
Fixes #16163 , fixes #4018 , partially fixes #10123 .
2021-04-26 10:51:10 +04:00