23rd
|
98bb520f47
|
Adjusted code for refactor of input fields in lib_ui.
|
2023-09-04 17:36:54 +04:00 |
John Preston
|
b352537279
|
Version 4.9: Fix build with Xcode.
|
2023-08-14 22:58:42 +02:00 |
John Preston
|
d52475666d
|
Suggest group-with-hidden-members admins in mentions.
|
2023-08-14 22:30:39 +02:00 |
John Preston
|
ae4d660c38
|
Improve stories controls geometry constraints.
|
2023-07-20 07:20:08 +04:00 |
John Preston
|
a02876562a
|
Finish improved stories reply area theming.
|
2023-07-20 07:20:08 +04:00 |
John Preston
|
75d2b5994f
|
Apply dark theme to reply controls in stories.
|
2023-07-20 07:20:08 +04:00 |
John Preston
|
65afa2c402
|
Detach ComposeControls from SessionController.
|
2023-05-17 15:51:52 +04:00 |
John Preston
|
e285b22398
|
Add "Send when online" to the send button context menu.
|
2023-04-22 22:26:09 +04:00 |
John Preston
|
c48ac28204
|
Search stickers by emoji.
|
2023-02-02 22:12:31 +04:00 |
John Preston
|
ce40ecc7f9
|
Show admins in participants_hidden group info.
|
2022-12-26 14:24:08 +04:00 |
John Preston
|
cb653df0f6
|
Support adaptive forum userpic rounding radius.
|
2022-12-05 16:18:10 +04:00 |
23rd
|
4fabb3f2a2
|
Replaced some qsl with u""_q literal.
|
2022-11-30 17:17:14 +03:00 |
23rd
|
00df4625e2
|
Added support of primary username to FieldAutocomplete.
|
2022-11-01 19:25:39 +04:00 |
23rd
|
5751d29c47
|
Removed username from public data members of UserData.
|
2022-11-01 19:25:38 +04:00 |
John Preston
|
749fb52113
|
Implement animated spoilers.
|
2022-09-18 16:52:30 +04:00 |
John Preston
|
bc340d75c4
|
Insert / Copy emoji from pack preview.
|
2022-09-14 14:45:23 +04:00 |
John Preston
|
8bc807dc40
|
Set name / phone texts on-demand.
|
2022-08-09 14:12:19 +03:00 |
John Preston
|
f8e22210e7
|
Move Webm sticker to UnwrappedMedia.
|
2022-08-04 13:35:34 +03:00 |
John Preston
|
4a5592e95d
|
Show premium mark in suggested stickers.
|
2022-08-02 16:47:53 +03:00 |
John Preston
|
2d6008f6ca
|
Fix custom emoji in edit caption / send files box.
|
2022-07-26 20:12:13 +03:00 |
23rd
|
13146e9c06
|
Replaced use of raw MTP* bot commands with new transitional classes.
|
2022-06-14 18:51:18 +04:00 |
23rd
|
5f8608ed90
|
Moved out BotCommand struct to separated file.
|
2022-06-14 18:45:12 +04:00 |
23rd
|
2846aa2f77
|
Moved SendMenu to separated folder.
|
2022-03-27 17:59:30 +03:00 |
23rd
|
0b336a2954
|
Fixed sending animation from inline bots with unexpected result type.
|
2022-03-15 18:02:30 +03:00 |
23rd
|
a0a857a6db
|
Added simple animation of stickers sending from autocomplete field.
|
2022-02-25 19:41:16 +03:00 |
John Preston
|
d96a8d028a
|
Support webm stickers in field autocomplete.
|
2022-01-28 19:10:07 +03:00 |
John Preston
|
8b7d2c880e
|
Support rendering Webm videos with alpha.
|
2022-01-28 19:10:07 +03:00 |
23rd
|
0143d22a21
|
Split qt_adapters to separated files.
|
2022-01-26 10:33:28 +03:00 |
John Preston
|
2c36623cfb
|
Add some icons to popup menus.
|
2021-12-29 21:22:33 +03:00 |
23rd
|
b9c64499bd
|
Moved code for api participants to separated file.
|
2021-11-26 18:00:21 +04:00 |
John Preston
|
773755d70e
|
Send as a channel in HistoryWidget.
|
2021-11-26 18:00:18 +04:00 |
Ilya Fedin
|
847c01d605
|
Add Qt 6 support
Tested only on Linux so far
|
2021-10-21 13:15:00 +04:00 |
23rd
|
cb8f49aea0
|
Removed Q_OBJECT from ScrollArea.
|
2021-09-30 18:45:38 +03:00 |
John Preston
|
8069fdd873
|
Use base/random.h instead of openssl::RandomValue.
|
2021-09-15 13:42:22 +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 |
23rd
|
2f1db4f449
|
Fixed sending of choosing type from field autocomplete.
|
2021-09-07 23:41:07 +03:00 |
John Preston
|
23e9e7b9f0
|
Remove for_const macro.
|
2021-09-06 13:13:26 +03:00 |
23rd
|
59977da2b4
|
Added choosing sticker action to field autocomplete.
|
2021-09-01 01:23:20 +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
|
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
|
65779ec37e
|
Removed Adaptive namespace from FieldAutocomplete.
|
2021-06-16 09:31:32 +03: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 |
Ilya Fedin
|
4ffe1d3acc
|
Use base::flat_map for pointer keys
|
2021-03-15 19:49:06 +03:00 |