kepka/Telegram/SourceFiles
John Preston a27ea2d631 Fix possible crash in mtpFileLoader.
If several cdn file parts hashes are received in getCdnFileHashesDone
and some middle one of them cancels the entire loader (for example
because of a file write error) a !_finished assert violation happens.
2017-12-08 17:13:13 +04:00
..
_other Use /permissive- flag for Visual Studio builds. 2017-11-16 07:59:10 +04:00
base Move shareContact and readServerHistory to ApiWrap. 2017-12-07 17:43:05 +04:00
boxes Fix possible crash in CalendarBox. 2017-12-08 16:44:52 +04:00
calls Don't use AEC on modern macOS. 2017-12-08 13:13:05 +04:00
chat_helpers Display admin badges in supergroups. 2017-12-01 22:38:44 +04:00
codegen Divide structs into several data/ modules. 2017-11-16 07:59:04 +04:00
core Alpha version 1.1.27. 2017-12-06 19:30:51 +04:00
data Add call button to Info::Profile top bar. 2017-12-07 19:17:53 +04:00
dialogs Remove send actions in Saved Messages. 2017-12-07 18:27:59 +04:00
history Read silent flag from PeerData, not SilentToggle. 2017-12-08 15:52:12 +04:00
info Focus search field in Info layer. 2017-12-08 12:22:02 +04:00
inline_bots API scheme updated to layer 73. 2017-12-05 12:44:27 +04:00
intro Handle PHONE_NUMBER_BANNED error in login. 2017-11-24 21:41:09 +04:00
lang Optimize and rename base::weak_unique_ptr. 2017-11-30 21:33:27 +04:00
media Fix planar audio playback (for example .flac). 2017-12-08 12:57:43 +04:00
mtproto Move shareContact and readServerHistory to ApiWrap. 2017-12-07 17:43:05 +04:00
overview Improve selected shared media items layout. 2017-11-23 18:58:00 +04:00
platform Fixed awesome WM tray icon. 2017-12-07 09:11:39 +04:00
profile Add call button to Info::Profile top bar. 2017-12-07 19:17:53 +04:00
rpl Rename weak(QObject*) to make_weak(QObject*). 2017-11-30 22:04:13 +04:00
settings Refactor userpic storage and access in PeerData. 2017-12-05 11:58:18 +04:00
storage Fix possible crash in mtpFileLoader. 2017-12-08 17:13:13 +04:00
ui Read silent flag from PeerData, not SilentToggle. 2017-12-08 15:52:12 +04:00
window Read silent flag from PeerData, not SilentToggle. 2017-12-08 15:52:12 +04:00
apiwrap.cpp Read silent flag from PeerData, not SilentToggle. 2017-12-08 15:52:12 +04:00
apiwrap.h Read silent flag from PeerData, not SilentToggle. 2017-12-08 15:52:12 +04:00
app.cpp Refactor userpic storage and access in PeerData. 2017-12-05 11:58:18 +04:00
app.h Refactor userpic storage and access in PeerData. 2017-12-05 11:58:18 +04:00
application.cpp Replace t_assert() with Assert(). 2017-08-30 19:15:42 +03:00
application.h Remove Q_OBJECT dependency from ApiWrap. 2017-04-07 18:13:19 +03:00
auth_session.cpp Replace SelectedItemSet with MessageIdsList. 2017-12-06 14:13:38 +04:00
auth_session.h Replace SelectedItemSet with MessageIdsList. 2017-12-06 14:13:38 +04:00
autoupdater.cpp Improve current executable path computing. 2017-08-30 19:15:35 +03:00
autoupdater.h
config.h Add SharedMediaSlice to observe shared media. 2017-11-16 07:59:02 +04:00
countries.h
facades.cpp Move shareContact and readServerHistory to ApiWrap. 2017-12-07 17:43:05 +04:00
facades.h Optimize and rename base::weak_unique_ptr. 2017-11-30 21:33:27 +04:00
layout.cpp Remove RTL Override symbols from filenames. 2017-11-16 07:59:09 +04:00
layout.h Shared media multiple items selection. 2017-11-16 07:59:07 +04:00
logs.cpp Fix planar audio playback (for example .flac). 2017-12-08 12:57:43 +04:00
logs.h Replace t_assert() with Assert(). 2017-08-30 19:15:42 +03:00
main.cpp Fix sending files from "Send To" in Windows. 2017-09-05 16:45:58 +03:00
mainwidget.cpp Read silent flag from PeerData, not SilentToggle. 2017-12-08 15:52:12 +04:00
mainwidget.h Read silent flag from PeerData, not SilentToggle. 2017-12-08 15:52:12 +04:00
mainwindow.cpp Fix possible crash. 2017-12-08 15:53:28 +04:00
mainwindow.h Fix build with GCC. 2017-11-16 07:59:07 +04:00
mediaview.cpp Replace SelectedItemSet with MessageIdsList. 2017-12-06 14:13:38 +04:00
mediaview.h Remove old shared media overview section. 2017-11-16 07:59:11 +04:00
messenger.cpp Rename weak(QObject*) to make_weak(QObject*). 2017-11-30 22:04:13 +04:00
messenger.h Fix edit name button in Settings. 2017-11-30 18:01:01 +04:00
observer_peer.cpp Improve compile time. 2017-11-21 14:20:52 +04:00
observer_peer.h Improve compile time. 2017-11-21 14:20:52 +04:00
passcodewidget.cpp Change *[Fast|Animated] to anim::type in FadeWrap. 2017-11-16 07:59:06 +04:00
passcodewidget.h
qt_static_plugins.cpp Add hime inputcontext plugin for linux version 2017-06-29 10:49:31 +03:00
settings.cpp Fix two crashes in OS X 10.6. 2017-12-02 16:10:52 +04:00
settings.h Fix two crashes in OS X 10.6. 2017-12-02 16:10:52 +04:00
shortcuts.cpp Replace t_assert() with Assert(). 2017-08-30 19:15:42 +03:00
shortcuts.h Using media player for voice / video messages. 2017-05-24 16:25:12 +03:00
stdafx.cpp Removed #include "stdafx.h" from all files. 2017-03-04 12:27:52 +03:00
stdafx.h Fix build for the original range-v3. 2017-11-26 18:20:22 +04:00