John Preston
4934b026d3
Improve call / voicechat title controls on Windows 11.
2022-01-18 15:53:04 +03:00
23rd
e11904e05b
Removed TextParseRichText.
2022-01-12 11:54:24 +03:00
RadRussianRus
98f2683e5e
Updated TDesktop sources to 3.4.3
2022-01-10 03:04:51 +03:00
John Preston
20411be9bd
Allow creating separate windows for peers.
2022-01-04 14:18:13 +03:00
Klemens Nanni
b61250e101
Remove unused variables
...
Not used anymore since 29c0956d61dd0d4e621ccedd76e80cc35fc79bc4
"Always try to play video in voice chats.".
2021-12-29 20:16:04 +03:00
RadRussianRus
7de9e06e9f
Revert "Remove minimum window size ( #238 )"
...
This reverts commit a2c2e06fd5105d0678249ac91601fb3d5a3ba46f.
2021-12-27 01:37:30 +03:00
Artem Prokop
a2c2e06fd5
Remove minimum window size ( #238 )
2021-12-17 16:51:09 +03:00
RadRussianRus
3d1eb14ff7
Updated TDesktop sources to 3.3
2021-12-08 19:05:46 +03:00
RadRussianRus
f418e7ff73
Updated TDesktop sources to 3.2.5
2021-12-07 14:28:17 +03:00
23rd
3647241f71
Removed unused MTP::Error from callbacks on fail.
2021-11-30 17:37:07 +04:00
23rd
b9c64499bd
Moved code for api participants to separated file.
2021-11-26 18:00:21 +04:00
John Preston
f13e28a9c5
Use in-class initializers for bitfields.
2021-11-26 18:00:19 +04:00
John Preston
773755d70e
Send as a channel in HistoryWidget.
2021-11-26 18:00:18 +04:00
John Preston
045689fab1
Highlight links in about.
2021-10-29 18:31:07 +04:00
John Preston
47d957f942
Add 5 lines of About to group call context menu.
2021-10-29 18:31:07 +04:00
John Preston
d0606a3798
Show PeerShortInfoCover in group call context menu.
2021-10-29 18:31:07 +04:00
John Preston
dcc14a4726
Add info rows to PeerShortInfoBox.
2021-10-29 18:31:07 +04:00
John Preston
ab58aa020e
Allow many custom elements in PeerListRow.
2021-10-29 18:31:06 +04:00
John Preston
9e05e44a14
Inform about join request being sent.
2021-10-29 18:31:06 +04:00
23rd
70e9b4a332
Moved type of call id to alias.
2021-10-29 16:10:07 +04:00
Ilya Fedin
847c01d605
Add Qt 6 support
...
Tested only on Linux so far
2021-10-21 13:15:00 +04:00
John Preston
c04cdff7f7
Disable group call logs to console.
2021-10-07 11:42:24 +04:00
John Preston
19ce1edc16
Use base::SafeRound instead of std::round.
...
Previous assertion violations because of NaN from std::round were
in video streaming, see commits 27d58ba07b, 8f5830d520.
Now the crashes happened in the ConvertScale() call from a background
thread when preparing an image from clipboard for sending to a chat.
2021-09-27 12:13:57 +04:00
RadRussianRus
fa4931a0e0
Updated TDesktop sources to 3.1
2021-09-20 04:56:43 +03:00
John Preston
155bbed3f4
Show correct video recording status.
2021-09-19 14:42:56 +03:00
RadRussianRus
3f08b7ec96
Updated TDesktop sources to 3.0.1
2021-09-17 17:28:15 +03:00
John Preston
8069fdd873
Use base/random.h instead of openssl::RandomValue.
2021-09-15 13:42:22 +03:00
John Preston
ce256161f1
Couple of crash fixes.
2021-09-13 17:39:17 +03:00
John Preston
f73264025d
Fix a crash after joining broadcasts.
2021-09-13 14:21:01 +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
John Preston
14314df26a
Show userpics in who read context item.
2021-09-09 00:10:49 +03:00
John Preston
d00226d51e
Don't show important tooltips above layers.
2021-09-07 23:41:08 +03:00
23rd
4582d2d0d5
Attempted to fix ordering buttons above boxes in group calls panel.
2021-09-07 23:41:08 +03:00
23rd
cd59ba6629
Added ability to start video recording in group calls.
2021-09-07 23:41:08 +03:00
John Preston
9f43719075
Fix build with Xcode.
2021-09-07 12:18:18 +03:00
John Preston
463da7e410
Allow Ui::GL::Renderer::deinit on lost context.
2021-09-06 13:13:26 +03:00
John Preston
16c9031f88
Fix a phrase in voice chat settings.
2021-09-06 13:13:26 +03:00
John Preston
f6175e7b7c
Invite by link in case of non-self voice chat join.
2021-09-02 11:04:28 +03:00
John Preston
e9a5c45f34
Use separate strings for channel voice chats.
2021-08-31 17:59:29 +03:00
John Preston
29c0956d61
Always try to play video in voice chats.
2021-08-30 20:32:57 +03:00
John Preston
0cfede984c
Update API scheme to layer 132.
2021-08-30 20:32:56 +03:00
John Preston
1cc9a52461
Fix my speaking status freeze in voice chats.
2021-08-18 17:52:23 +03:00
John Preston
cd52982752
Hopefully fix an assertion violation in voice chats.
2021-08-18 17:45:21 +03:00
John Preston
ca31a08182
Fix 'Sorry, group is inac...' in scheduled voice chat.
2021-08-18 11:34:16 +03:00
John Preston
c79cd0b692
Use Images::Read instead of App::readImage.
2021-08-11 18:55:08 +03:00
John Preston
46885b7f9f
Fix mouse input in layers in call window.
2021-08-11 11:06:34 +03:00
John Preston
91ef6f13c8
Use good bitrate for screen capture in calls.
2021-08-10 15:46:18 +03:00
John Preston
f3ab01604c
Version 2.9: Fix build on Linux.
2021-07-30 21:03:49 +03:00
John Preston
66bcc20f58
Fix requesting screencast rights on macOS.
2021-07-30 20:45:00 +03:00
John Preston
bd78bac4bf
Warn admins about many voice chat participants.
2021-07-30 16:06:27 +03:00