John Preston
|
4efeaacf5c
|
Add send context menu to StickerSetBox.
|
2021-11-02 20:11:20 +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 |
John Preston
|
b78b27f517
|
Move dialogs_layout to dialogs/ui/.
|
2021-10-04 23:45:21 +04:00 |
John Preston
|
a6c98f4bb4
|
Update API scheme to layer 133.
|
2021-09-07 23:41:07 +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 |
John Preston
|
cc7f569c77
|
Fix build on non-Windows.
|
2021-07-09 21:39:08 +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 |
23rd
|
038de9ef15
|
Changed behavior to keep StickerSetBox until pack is archived.
|
2021-07-06 12:13:06 +03:00 |
23rd
|
4701c5d6e3
|
Added ability to archive mask packs.
|
2021-07-06 12:13:06 +03:00 |
23rd
|
e7104b5ebe
|
Added support for archived masks.
|
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
|
7e04bf9533
|
Added ability to install mask sets.
|
2021-07-06 12:13:05 +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 |
John Preston
|
e0159e15b2
|
Close StickerSetBox on error.
|
2021-06-17 11:06:17 +04:00 |
23rd
|
b422ec025e
|
Removed Ui::show from classes that have pointer to Controller.
|
2021-06-17 10:57:45 +04:00 |
c0re100
|
ee156fc6a8
|
Add "Archive Sticker" into Sticker Box 3dots menu
|
2021-05-11 10:54:25 +03:00 |
Ilya Fedin
|
ae0b9141dd
|
Trying to get rid of unused variables...
|
2021-03-15 11:40:44 +03:00 |
John Preston
|
68b0a85369
|
Rename RPCError to MTP::Error.
|
2021-03-12 16:58:26 +04:00 |
23rd
|
0b4d0b83c2
|
Removed App::wnd from classes that have pointer to Window::Controller.
|
2021-02-04 18:13:04 +04:00 |
John Preston
|
2b91eedcd4
|
Update API scheme.
|
2020-12-13 23:27:51 +04:00 |
John Preston
|
dde94d486b
|
Change button round radius.
|
2020-12-08 11:19:23 +04:00 |
John Preston
|
05eb549a3d
|
Move App::roundRect to Ui::FillRoundRect.
|
2020-10-30 18:32:18 +03:00 |
23rd
|
94468ecf6d
|
Added ability to copy link of not installed sticker pack.
|
2020-09-29 19:02:52 +03:00 |
John Preston
|
eb1845e33b
|
Fix crash in session destruction.
Also use rpl::event_stream for downloaderTaskFinished.
|
2020-07-01 12:26:29 +04:00 |
John Preston
|
357caf8007
|
Keep separate MTP::Config's for separate accounts.
|
2020-06-23 21:53:41 +04:00 |
John Preston
|
b0f9ad71dd
|
Check some more App::main()s.
|
2020-06-23 21:53:40 +04:00 |
John Preston
|
0ad7dcaef9
|
Remove MTP::MainInstance() global access point.
|
2020-06-23 21:53:40 +04:00 |
John Preston
|
ad4afe9293
|
Move session data localstorage -> storage_account.
|
2020-06-23 21:53:39 +04:00 |
John Preston
|
fc174f742a
|
Move stickers code to Data::Stickers class.
|
2020-06-23 21:53:38 +04:00 |
John Preston
|
f4cd84c313
|
Fix crash in stickers.
|
2020-06-01 18:09:34 +04:00 |
John Preston
|
36fbdfb380
|
Simplify Image, remove ImageSource.
|
2020-06-01 18:09:33 +04:00 |
John Preston
|
803593cd8d
|
Change Stickers::Set from value to object type.
|
2020-06-01 18:09:33 +04:00 |
John Preston
|
bf616036b3
|
Check loaded status through DocumentMedia if possible.
|
2020-06-01 18:09:30 +04:00 |
John Preston
|
33f4946242
|
Start using document bytes from DocumentMedia.
|
2020-06-01 18:09:30 +04:00 |
John Preston
|
70c79eb6bd
|
Move sticker image to DocumentMedia.
|
2020-06-01 18:09:30 +04:00 |
John Preston
|
ed715fb810
|
Update API scheme to layer 111.
|
2020-03-27 20:36:01 +04:00 |
John Preston
|
ee94e78533
|
All mtproto downloads using DownloadMtprotoTask.
|
2019-12-05 11:32:33 +03:00 |
John Preston
|
e943264823
|
Pass MTP::Instance to MTP::Sender.
|
2019-11-29 15:36:05 +03:00 |
John Preston
|
88e0342e02
|
Update to the latest submodules.
|
2019-11-05 14:27:42 +03:00 |
John Preston
|
a6c84c36c0
|
Use layers and boxes from lib_ui.
|
2019-10-19 12:27:52 +04:00 |
John Preston
|
849deb57e2
|
Move many widget classes to lib_ui.
|
2019-10-01 23:59:46 +03:00 |
John Preston
|
0c713a930a
|
Remove app.h / facades.h from precompiled header.
|
2019-10-01 23:59:46 +03:00 |
John Preston
|
76f0abecfd
|
Show sticker set on Ctrl+Click in stickers list.
|
2019-09-10 00:48:34 +03:00 |