kotatogram-desktop/Telegram/SourceFiles
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
..
_other Fix build with mallocng. 2021-05-17 13:38:28 +04:00
api Fix crash on quit in idle state. 2021-05-24 22:45:15 +04:00
boxes Allow mute for me even force-muted participants. 2021-05-31 15:46:15 +04:00
calls Fix Release build on Windows. 2021-06-07 16:21:55 +04:00
chat_helpers Show members list in PanelMode::Wide. 2021-05-24 22:45:13 +04:00
codegen/scheme
core Beta version 2.7.6. 2021-05-31 21:30:21 +04:00
data Unified and moved to single place generating of song name from SongData. 2021-05-31 08:54:22 +04:00
dialogs Fixed stuck of forward bar when using -sendpath argument. 2021-05-31 08:54:22 +04:00
export Use data_peer_id in export. 2021-04-12 10:48:17 +04:00
ffmpeg Use av_packet_alloc instead of av_init_packet. 2021-05-26 22:53:54 +04:00
history Fix some warnings from GCC 11 2021-06-01 19:33:19 +03:00
info Show members list in PanelMode::Wide. 2021-05-24 22:45:13 +04:00
inline_bots Use 48 bit [User/Chat/Channel]Id, 56 bit PeerId. 2021-04-09 15:05:00 +04:00
intro Fix legacy-style connect in Intro. 2021-05-03 12:29:21 +04:00
lang Use LOG/DEBUG_LOG from lib_base. 2021-04-20 16:42:43 +04:00
main Use 48 bit [User/Chat/Channel]Id, 56 bit PeerId. 2021-04-09 15:05:00 +04:00
media Fix video player volume level changing 2021-06-09 08:18:49 +03:00
mtproto Move some logging to DEBUG_LOG instead of LOG. 2021-05-28 15:21:15 +04:00
overview Unified and moved to single place generating of song name from SongData. 2021-05-31 08:54:22 +04:00
passport Show members list in PanelMode::Wide. 2021-05-24 22:45:13 +04:00
payments Fix crash in invoice view. 2021-04-27 22:18:35 +04:00
platform Get system dark mode state asynchronously on Linux 2021-05-31 20:31:24 +03:00
profile
settings Allow force-disabling OpenGL. 2021-05-24 22:45:15 +04:00
storage Fix build on Clang/GCC. 2021-05-24 22:45:16 +04:00
support Show members list in PanelMode::Wide. 2021-05-24 22:45:13 +04:00
ui Add video/screencast pinned/unpinned toasts. 2021-05-31 17:10:30 +04:00
window Fix crash on quit in idle state. 2021-05-24 22:45:15 +04:00
apiwrap.cpp Use 48 bit [User/Chat/Channel]Id, 56 bit PeerId. 2021-04-09 15:05:00 +04:00
apiwrap.h Use 48 bit [User/Chat/Channel]Id, 56 bit PeerId. 2021-04-09 15:05:00 +04:00
app.cpp
app.h
config.h
facades.cpp
facades.h
layout.cpp
layout.h
logs.cpp Fix some warnings from GCC 11 2021-06-01 19:33:19 +03:00
logs.h Fix possible deadlock in debug logs. 2021-05-13 15:36:08 +04:00
main.cpp
mainwidget.cpp Fixed stuck of forward bar when using -sendpath argument. 2021-05-31 08:54:22 +04:00
mainwidget.h
mainwindow.cpp Revert "Check if the window is not overlapped when is not active" 2021-04-28 10:36:15 +04:00
mainwindow.h
settings.cpp Move recent emoji and variants to common settings. 2021-04-26 10:51:10 +04:00
settings.h Move recent emoji and variants to common settings. 2021-04-26 10:51:10 +04:00
stdafx.h