23rd
cfbbce26c4
Added suitable name for floating badge colors.
2021-06-09 09:19:27 +04:00
John Preston
dfb26cabfc
Closed alpha version 2.7.6.1.
2021-06-09 09:19:27 +04:00
John Preston
70f0cce340
Update API scheme.
2021-06-09 09:19:27 +04:00
Alexander Bushnev
3af0c37c6b
Fix video player volume level changing
...
Bug:
Sometimes changing of the volume level or mute/unmute has no effect.
It happens because Fader::onTimer get a current volume level from the Mixer,
but it gets an event about the volume modification from the settings.
Bug appear when the method onTimer calling between updating
of the settings and the Mixer volume.
Solution:
Updating the Mixer volume before the settings.
(maybe will be better to get the volume level
from the settings in place of the Mixer,
but I am not sure about other side effects of this)
2021-06-09 08:18:49 +03:00
Anthony Axenov
b1906a778e
Actual link to Vazir Fonts license in README
2021-06-09 08:17:53 +03:00
Alexander Bushnev
d752aa3481
Add volume controls to the PiP window
...
Add volume toggle and volume level controls to the PiP window.
2021-06-09 08:17:32 +03:00
John Preston
afc5191644
Update mallocng.
2021-06-07 16:21:55 +04:00
John Preston
254b02ad6b
Fix Release build on Windows.
2021-06-07 16:21:55 +04:00
23rd
885365a1c2
Fixed Github CI Windows build.
2021-06-04 11:47:32 +03:00
23rd
245be4cd63
Fixed Github CI macOS build.
2021-06-04 11:47:32 +03:00
Ilya Fedin
ce413f2946
Update tg_owt in snap
2021-06-04 11:47:01 +03:00
Ilya Fedin
0d84ba406f
Exclude some development files from snap
2021-06-04 11:47:01 +03:00
Ilya Fedin
9047b3c121
Prime tg_owt dependencies
2021-06-04 11:47:01 +03:00
Ilya Fedin
3ff9543106
Fix rnnoise installation path
2021-06-04 11:47:01 +03:00
Ilya Fedin
46b4a5fc5a
Fix snap build
2021-06-02 14:00:43 +03:00
Ilya Fedin
bd456568ed
Set -DTG_OWT_BUILD_AUDIO_BACKENDS=OFF in snapcraft.yaml
2021-06-01 19:33:43 +03:00
Ilya Fedin
93fa0e1df5
Add rnnoise to snapcraft.yaml
2021-06-01 19:33:43 +03:00
Ilya Fedin
fe4c5155eb
Fix some warnings from GCC 11
2021-06-01 19:33:19 +03:00
John Preston
24c435bb5f
Improve hide media viewer workaround on Windows.
2021-06-01 16:56:38 +04:00
John Preston
e6977b2c33
Start sharing without source choosing in case of PipeWire.
2021-06-01 14:58:30 +04:00
John Preston
28f83f2af4
Show participants Bio when not speaking.
2021-06-01 14:16:55 +04:00
John Preston
5a6e8a0a8c
Improve style of desktop capture source choosing.
2021-06-01 13:58:15 +04:00
John Preston
003da28699
Beta version 2.7.6: Update submodules.
2021-05-31 23:54:09 +04:00
John Preston
e8dd969e78
Fix paint-image vertex shader on macOS.
2021-05-31 23:53:41 +04:00
John Preston
acce2a217d
Beta version 2.7.6: Fix build on macOS.
2021-05-31 21:51:47 +04:00
Ilya Fedin
b964c681f8
Get system dark mode state asynchronously on Linux
2021-05-31 20:31:24 +03:00
Ilya Fedin
c6dcc57c5e
Set _KDE_NET_WM_DESKTOP_FILE on X11
2021-05-31 20:30:51 +03:00
John Preston
cf8e1cfd0f
Beta version 2.7.6.
...
- Optimized video playback in media viewer and Picture-in-Picture
on Windows and Linux.
- Added integration with System Media Transport Controls
on Windows 10.
- Added "Archive Sticker" into the "..." menu of the Sticker Set Box.
- Fixed memory not being freed on Linux.
- Several crash fixes.
2021-05-31 21:30:21 +04:00
John Preston
78b40a1f66
Revert test code in 'tgcalls'.
2021-05-31 21:27:14 +04:00
John Preston
2fe75f8296
Add large / small video animation.
2021-05-31 21:25:15 +04:00
John Preston
b22363224f
Track tiles visibility separately from geometry.
2021-05-31 18:40:53 +04:00
John Preston
b3c92ed3f4
Rejoin if the call started accepting video.
2021-05-31 18:00:41 +04:00
John Preston
464b0a0f30
Use old media viewer hide workaround on macOS.
2021-05-31 17:39:15 +04:00
John Preston
dfcc13c7e6
Warn user about pinning of his screencast.
2021-05-31 17:35:41 +04:00
John Preston
ba6cee6f81
Add video/screencast pinned/unpinned toasts.
2021-05-31 17:10:30 +04:00
John Preston
bcdfd2150d
Auto-pin new screencasts.
2021-05-31 15:53:15 +04:00
John Preston
d19d6bbcd9
Group call owner chat/channel is always admin.
2021-05-31 15:52:51 +04:00
John Preston
4080fa9bdc
Allow mute for me even force-muted participants.
2021-05-31 15:46:15 +04:00
John Preston
ce091b0b63
Fix second click in media viewer double-click.
2021-05-31 14:54:56 +04:00
John Preston
136e930362
Paint outline in raster mode.
2021-05-31 08:54:23 +04:00
23rd
78dfe940ef
Added Windows SMTC support.
...
System Media Transport Controls.
2021-05-31 08:54:23 +04:00
23rd
690fbe83fd
Unified and moved to single place generating of song name from SongData.
2021-05-31 08:54:22 +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
23rd
63febef3ed
Added Dock menu for macOS.
2021-05-30 23:39:55 +03:00
23rd
2599ae45d6
Fixed handle of last message on Up arrow in sections with key modifiers.
2021-05-30 23:39:55 +03:00
23rd
bfb03621c2
Fixed GIFs in EditCaptionBox on Retina screens.
2021-05-30 23:39:55 +03:00
23rd
be53bd5293
Added ability to start recording voice chat without title.
2021-05-30 23:39:55 +03:00
23rd
a429500b57
Fixed first animation of album thumbs in SendFilesBox on Retina screens.
2021-05-30 23:39:55 +03:00
John Preston
ec9fa00f46
Bring second large peer video to the top.
2021-05-31 00:07:11 +04:00
John Preston
6a001f2e6c
Auto-switch large video by speaking participant.
2021-05-30 23:52:01 +04:00