23rd
|
dc8eb79295
|
Moved code of data send actions from Data::Session to separated file.
|
2021-08-30 23:08:57 +03:00 |
|
23rd
|
436212bb88
|
Added animation of send action for stickers to middle of text.
|
2021-08-30 20:50:36 +03:00 |
|
John Preston
|
3cd0f9d189
|
Start non-unique ChatTheme.
|
2021-08-30 20:32:57 +03:00 |
|
John Preston
|
3dadcd9352
|
Animated transition on pattern-on-gradient resize.
|
2021-08-16 10:26:08 +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 |
|
John Preston
|
116a768fde
|
Don't use MTP* for Message flags.
|
2021-07-28 15:28: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 |
|
23rd
|
a631a28092
|
Removed App::pixmapFromImageInPlace.
|
2021-07-06 12:13:06 +03:00 |
|
23rd
|
bb76818cc8
|
Split adaptive changed rpl::producer into two.
|
2021-06-24 11:25:35 +04:00 |
|
John Preston
|
03147a5426
|
Fix possible crash in case of API error.
|
2021-06-23 14:29:38 +04:00 |
|
23rd
|
62fe14d592
|
Fixed lock icon display when switching layers in one column mode.
|
2021-06-21 09:23:10 +04:00 |
|
23rd
|
b422ec025e
|
Removed Ui::show from classes that have pointer to Controller.
|
2021-06-17 10:57:45 +04:00 |
|
23rd
|
019fd83c8a
|
Removed Adaptive namespace from Dialogs::Widget.
|
2021-06-16 09:31:32 +03:00 |
|
23rd
|
54dd63d61a
|
Removed LocalPasscode global variable from facades.
|
2021-06-16 09:31:32 +03:00 |
|
23rd
|
77c8bf8176
|
Removed PeerChooseCancel global variable from facades.
|
2021-06-16 09:31:32 +03:00 |
|
23rd
|
aad38c2809
|
Replaced observable in Window::Notifications::System with rpl.
|
2021-06-16 09:31:32 +03:00 |
|
23rd
|
3340b2dc03
|
Replaced observable in Dialogs::InnerWidget with rpl.
|
2021-06-16 09:31:32 +03:00 |
|
John Preston
|
303ad02c61
|
Always call raise() before activateWindow().
|
2021-06-09 09:19:28 +04:00 |
|
23rd
|
f98e8f3e04
|
Fixed stuck of forward bar when using -sendpath argument.
Regression was introduced in b3d1602354 .
|
2021-05-31 08:54:22 +04:00 |
|
John Preston
|
eb8f709943
|
Show members list in PanelMode::Wide.
|
2021-05-24 22:45:13 +04:00 |
|
John Preston
|
25470cde3c
|
Fix unread badge styles on palette changes.
|
2021-04-19 11:26:04 +04:00 |
|
John Preston
|
1342077dcb
|
Use 48 bit [User/Chat/Channel]Id, 56 bit PeerId.
|
2021-04-09 15:05:00 +04:00 |
|
Ilya Fedin
|
0c8febce9c
|
Avoid allocations for case-insensetive compare
|
2021-03-16 12:20:48 +03:00 |
|
Ilya Fedin
|
c0c10689a1
|
Get rid of deprecated ranges::view usage
|
2021-03-13 19:14:58 +03:00 |
|
Ilya Fedin
|
f25b2a2094
|
Apply autofixes from clazy
|
2021-03-13 15:25:47 +03:00 |
|
John Preston
|
68b0a85369
|
Rename RPCError to MTP::Error.
|
2021-03-12 16:58:26 +04:00 |
|
Ilya Fedin
|
23272430b4
|
Build with QT_NO_KEYWORDS
|
2021-03-04 12:07:54 +04:00 |
|
John Preston
|
8142acc709
|
Remove legacy #feed code.
|
2021-02-25 17:03:51 +04:00 |
|
John Preston
|
f9f52302bb
|
Ignore accents in contacts list sorting.
|
2021-02-22 23:42:42 +04:00 |
|
23rd
|
0b4d0b83c2
|
Removed App::wnd from classes that have pointer to Window::Controller.
|
2021-02-04 18:13:04 +04:00 |
|
23rd
|
019e691fbb
|
Moved some session dependent methods to SessionController.
MainWindow::showAddContact(),
MainWindow::showNewGroup(),
MainWindow::showNewChannel().
|
2021-02-04 18:13:03 +04:00 |
|
John Preston
|
58733ba6ea
|
Add support for FAKE badge.
|
2021-01-25 16:50:59 +04:00 |
|
John Preston
|
19455d44db
|
Add support for imported messages.
|
2021-01-25 16:50:58 +04:00 |
|
23rd
|
dd01ece14a
|
Replaced snap util function with std::clamp.
|
2021-01-24 10:41:10 +03:00 |
|
John Preston
|
574d915c23
|
Fix build and tray icon menu on Windows.
|
2021-01-22 16:53:59 +04:00 |
|
23rd
|
1ccfcc824c
|
Updated code to be consistent with lib_ui.
|
2021-01-22 16:53:59 +04:00 |
|
John Preston
|
b6483cb65c
|
Use shared_ptr<Memento> for sections.
|
2020-12-14 18:48:10 +04:00 |
|
23rd
|
c8643aa1ee
|
Wrapped raw SectionMemento with unique_ptr.
|
2020-12-14 17:09:24 +04:00 |
|
John Preston
|
732bc38e8e
|
Show chats list badge only for non-empty calls.
|
2020-12-06 17:28:27 +04:00 |
|
John Preston
|
fdbe6bdeb2
|
Add voice chat indicator in the chats list.
|
2020-12-02 13:52:33 +03:00 |
|
John Preston
|
6a86ed1506
|
Handle SEARCH_QUERY_EMPTY in dialogs.
|
2020-12-01 09:45:21 +03:00 |
|
John Preston
|
f04b3da76a
|
Add return from bot switch_pm to Scheduled/Replies.
|
2020-11-17 12:58:06 +03:00 |
|
John Preston
|
4a8b59b788
|
Pass reply info to Window::PeerMenu.
|
2020-11-17 12:58:06 +03:00 |
|
John Preston
|
091b62bed4
|
Allow cancel search-in-chat and keep search query.
|
2020-11-09 12:41:59 +03:00 |
|
John Preston
|
ddbd36e446
|
Cancel search in chat doesn't reset search query.
|
2020-11-05 14:58:46 +03:00 |
|
John Preston
|
4432863612
|
Fix draft display in dialogs list.
|
2020-11-02 11:26:39 +03:00 |
|
John Preston
|
48dad5f477
|
Improve typing status sending.
|
2020-10-30 18:32:21 +03:00 |
|