23rd
c138c74ab3
Moved out some ui effects to td_ui.
2022-06-02 01:22:16 +03:00
John Preston
2362d6c6fb
Introduce premium reactions preview box.
2022-05-27 19:42:05 +04:00
John Preston
be16a7725c
Show premium stickers toast on double click.
2022-05-26 12:30:50 +04:00
John Preston
0b2a5a22ba
Update API scheme on layer 143 + transcribe.
2022-05-24 23:38:40 +04:00
23rd
51ed3af14c
Added new section for premium settings.
2022-05-20 13:18:22 +03:00
John Preston
ca731968ca
Improve premium sticker sync / preview.
2022-05-19 17:27:03 +04:00
John Preston
201edb2e69
Play premium video avatars in chats list.
2022-05-19 17:27:03 +04:00
John Preston
739123dedc
Implement simple premium limits boxes.
2022-05-19 17:27:02 +04:00
23rd
a72953411b
Added step section of email confirm to cloud password settings.
2022-05-10 08:53:30 +03:00
23rd
db46f84f2c
Added initial implementation of cloud password management to settings.
2022-05-10 08:53:30 +03:00
23rd
9a57347973
Added step section of email input to cloud password settings.
2022-05-10 08:53:30 +03:00
23rd
c9c988e5f4
Added step section of hint input to cloud password settings.
2022-05-10 08:53:30 +03:00
23rd
5e2acdeaa3
Added step section of password input to cloud password settings.
2022-05-10 08:53:30 +03:00
23rd
5a4d1a1e85
Added first step section to cloud password settings.
2022-05-10 08:53:30 +03:00
23rd
7e3c54f8d0
Added common initial helpers for steps of cloud password settings.
2022-05-10 08:53:29 +03:00
23rd
c27db754a7
Added initial implementation of first screen for local passcode.
2022-05-05 16:52:09 +03:00
23rd
de194c4aa2
Initialized empty files for tray implementations.
2022-05-03 04:25:35 +03:00
23rd
1349989494
Moved settings of blocked peers to section.
2022-05-03 04:25:35 +03:00
23rd
a994c9f017
Moved EditPeerHistoryVisibilityBox to td_ui.
2022-04-25 22:35:02 +04:00
23rd
e3ac84a849
Moved boxes for reporting messages or peers to separated file.
2022-04-19 09:39:01 +04:00
23rd
6dce8dfa20
Moved api for report messages to separated file.
2022-04-19 09:39:01 +04:00
23rd
4216d72c67
Added ability to set favorite reaction from settings.
2022-04-13 15:06:23 +04:00
23rd
4304071d18
Added ability to configure quick action on double click.
2022-04-13 15:06:23 +04:00
23rd
08f2bbef4e
Moved out nested class for merged message search to separated file.
2022-04-07 19:18:47 +03:00
23rd
d224b3d301
Added quick actions for folders to menu from chats list.
2022-04-06 12:36:32 +03:00
23rd
c04a0e42a7
Added initial ability to configure notification sound.
2022-04-05 15:28:48 +03:00
23rd
085c6f9c12
Added initial api ability to upload ringtones from files.
2022-04-05 11:52:34 +03:00
23rd
36bb23c54c
Moved out data of notify settings to separated module.
2022-04-01 15:53:58 +04:00
23rd
5a3bbfbf62
Renamed Data::NotifySettings to Data::PeerNotifySettings.
2022-04-01 15:53:58 +04:00
23rd
3c4f575bc2
Added ability to set auto-delete from profile info.
2022-04-01 15:53:57 +04:00
23rd
8b7ea09fa9
Added initial implementation of detailed mute menu.
2022-04-01 15:53:57 +04:00
John Preston
aa7143a831
Allow adding Settings::Section-s without changing Type.
2022-04-01 15:53:23 +04:00
John Preston
c6ded00461
Move webview attach code to a separate module.
2022-03-30 12:23:05 +04:00
John Preston
649f2908e8
Improve phrases in adding a bot as an admin.
2022-03-30 12:23:05 +04:00
23rd
2846aa2f77
Moved SendMenu to separated folder.
2022-03-27 17:59:30 +03:00
23rd
69e37ad978
Added initial implementation of search of messages in dialogs.
2022-03-23 10:03:43 +04:00
23rd
12fbb53ada
Added initial implementation of separated api class for message search.
2022-03-23 10:03:43 +04:00
23rd
964b0f4f79
Moved MultiSelect to td_ui.
2022-03-20 10:24:10 +03:00
23rd
8909b654d3
Added ability to start livestream with RTMP.
2022-02-28 08:05:02 +03:00
23rd
b46adec413
Added initial controller of message sending animations.
2022-02-25 19:41:15 +03:00
John Preston
91c46dbc85
Allow Info::Media::ListWidget use different data providers.
2022-02-25 19:41:15 +03:00
John Preston
e4a7c01541
Move window_outdated_bar to td_ui subproject.
2022-02-25 14:14:43 +03:00
John Preston
280d79fecc
Add observing Data::DownloadManager.
2022-02-25 14:14:43 +03:00
John Preston
4f4ef941c6
Move SendPreloadRequest out of HistoryWidget.
2022-02-10 15:20:37 +03:00
John Preston
e9c79886d2
Track unread mentions and unread reactions the same way.
2022-01-28 19:10:07 +03:00
John Preston
4aafcebef5
Add empty experimental settings section.
2022-01-28 19:10:07 +03:00
John Preston
28f2c213f7
Remove app module. Support delayed quit by Cmd+Q on macOS.
2022-01-27 15:54:20 +03:00
Ilya Fedin
ceb323ac7c
Use QMenuBar instead of own global menu implementation on Linux
...
This is another attempt of 79f96480c2
2022-01-22 21:18:37 +04:00
Ilya Fedin
b65d40a22b
Get rid of custom SNI implementation
...
XDG is inventing new tray specification, so SNI will be outdated soon and it's better to just use QSystemTrayIcon.
I believe all the major drawbacks of QSystemTrayIcon are solved and we can live with minor ones.
Given the planned MainWindow refactoring, it seems it's the best time to do that.
2022-01-22 21:18:37 +04:00
John Preston
0ab26f0c82
Initial reaction effects implementation.
2022-01-14 21:55:47 +03:00