tdesktop/Telegram/SourceFiles
John Preston 8884cb190a Version 1.0.27: Fix launch in Ubuntu 17.04
Ubuntu 17.04 launch results in segfault if the build was done
by GCC 6.2 (works fine with GCC 4.9). Backtrace shows that it
crashes in gtk_init_check() call somewhere in libmirclient and
tests show that it works fine with GDK_BACKEND=x11.

So we use gdk_set_allowed_backends() method to explicitly state
that we support only "x11" GDK backend, that way it doesn't try
to use libmirclient and it does not crash.

Fix #3176 #3162
2017-03-31 13:46:55 +03:00
..
_other Removed #include "stdafx.h" from all files. 2017-03-04 12:27:52 +03:00
boxes Version 1.0.26 for macOS: Fix Clang builds. 2017-03-30 15:00:02 +03:00
codegen Fix GCC warning on Release build in Emoji::Init. 2017-03-23 15:47:01 +03:00
core Version 1.0.27: Fix launch in Ubuntu 17.04 2017-03-31 13:46:55 +03:00
data Make MTPstring and MTPvector value types. 2017-03-10 23:27:26 +03:00
dialogs Calendar button added to DialogsWidget. 2017-03-07 21:59:47 +03:00
history Support reading me_url_prefix from config. 2017-03-30 12:49:16 +03:00
inline_bots Allow MTP_flags(0) and MTP_flags(single_flag). 2017-03-25 18:42:01 +03:00
intro Allow MTP_flags(0) and MTP_flags(single_flag). 2017-03-25 18:42:01 +03:00
media Allow audio and video files with duration < 1s. 2017-03-27 15:50:40 +03:00
mtproto Fix AutoConnection::debugState() for TCP connections. Fix #3171 2017-03-30 18:20:51 +03:00
overview Show video thumbnail in SendFileBox. 2017-03-10 17:14:10 +03:00
platform Version 1.0.27: Fix launch in Ubuntu 17.04 2017-03-31 13:46:55 +03:00
profile Support reading me_url_prefix from config. 2017-03-30 12:49:16 +03:00
settings Support reading me_url_prefix from config. 2017-03-30 12:49:16 +03:00
stickers Version 1.0.26 for macOS: Fix Clang builds. 2017-03-30 15:00:02 +03:00
storage WebDocument without size is allowed to load. 2017-03-30 12:49:15 +03:00
ui Support reading me_url_prefix from config. 2017-03-30 12:49:16 +03:00
window Select exception users in EditPrivacyBox. 2017-03-18 12:49:46 +03:00
apiwrap.cpp Allow MTP_flags(0) and MTP_flags(single_flag). 2017-03-25 18:42:01 +03:00
apiwrap.h Save privacy in ApiWrap. Handle privacy updates. 2017-03-18 12:49:47 +03:00
app.cpp Allow MTP_flags(0) and MTP_flags(single_flag). 2017-03-25 18:42:01 +03:00
app.h Save privacy in ApiWrap. Handle privacy updates. 2017-03-18 12:49:47 +03:00
application.cpp Notifications management moved to AuthSession. 2017-03-06 18:38:15 +03:00
application.h Moved AppClass to messenger.cpp:Messenger. 2017-02-25 19:48:20 +03:00
auth_session.cpp Use refs in AuthSession part getters. 2017-03-15 19:24:06 +03:00
auth_session.h Show warning when user edits last seen first time. 2017-03-18 12:49:48 +03:00
autoupdater.cpp Finalizing file renaming. 2017-03-04 13:23:56 +03:00
autoupdater.h
config.h Support reading me_url_prefix from config. 2017-03-30 12:49:16 +03:00
countries.h
dialogswidget.cpp Allow MTP_flags(0) and MTP_flags(single_flag). 2017-03-25 18:42:01 +03:00
dialogswidget.h Add block user box. Search isn't working yet. 2017-03-14 17:16:03 +03:00
facades.cpp Support reading me_url_prefix from config. 2017-03-30 12:49:16 +03:00
facades.h Support reading me_url_prefix from config. 2017-03-30 12:49:16 +03:00
history.cpp Pay button and messageMediaInvoice supported. 2017-03-30 12:49:15 +03:00
history.h Pay button and messageMediaInvoice supported. 2017-03-30 12:49:15 +03:00
historywidget.cpp Allow MTP_flags(0) and MTP_flags(single_flag). 2017-03-25 18:42:01 +03:00
historywidget.h Use refs in AuthSession part getters. 2017-03-15 19:24:06 +03:00
lang.cpp Removed #include "stdafx.h" from all files. 2017-03-04 12:27:52 +03:00
lang.h First version of CalendarBox is done. 2017-03-07 22:29:49 +03:00
langloaderplain.cpp Removed #include "stdafx.h" from all files. 2017-03-04 12:27:52 +03:00
langloaderplain.h
layerwidget.cpp Notifications management moved to AuthSession. 2017-03-06 18:38:15 +03:00
layerwidget.h Made base::lambda a copyable value type. 2017-02-26 21:01:23 +03:00
layout.cpp Show video thumbnail in SendFileBox. 2017-03-10 17:14:10 +03:00
layout.h Show video thumbnail in SendFileBox. 2017-03-10 17:14:10 +03:00
logs.cpp Select exception users in EditPrivacyBox. 2017-03-18 12:49:46 +03:00
logs.h
main.cpp Finalizing file renaming. 2017-03-04 13:23:56 +03:00
mainwidget.cpp Allow MTP_flags(0) and MTP_flags(single_flag). 2017-03-25 18:42:01 +03:00
mainwidget.h Use refs in AuthSession part getters. 2017-03-15 19:24:06 +03:00
mainwindow.cpp Allow MTP_flags(0) and MTP_flags(single_flag). 2017-03-25 18:42:01 +03:00
mainwindow.h Notifications management moved to AuthSession. 2017-03-06 18:38:15 +03:00
mediaview.cpp Use refs in AuthSession part getters. 2017-03-15 19:24:06 +03:00
mediaview.h Using standard library instead of std_ namespace. 2017-02-21 16:45:56 +03:00
messenger.cpp Version 1.0.26: Better appx manifest, update langs. 2017-03-30 12:49:58 +03:00
messenger.h Support reading me_url_prefix from config. 2017-03-30 12:49:16 +03:00
observer_peer.cpp Removed #include "stdafx.h" from all files. 2017-03-04 12:27:52 +03:00
observer_peer.h Using standard library instead of std_ namespace. 2017-02-21 16:45:56 +03:00
overviewwidget.cpp Allow MTP_flags(0) and MTP_flags(single_flag). 2017-03-25 18:42:01 +03:00
overviewwidget.h
passcodewidget.cpp Notifications management moved to AuthSession. 2017-03-06 18:38:15 +03:00
passcodewidget.h
qt_static_plugins.cpp Removed #include "stdafx.h" from all files. 2017-03-04 12:27:52 +03:00
settings.cpp Use refs in AuthSession part getters. 2017-03-15 19:24:06 +03:00
settings.h Use refs in AuthSession part getters. 2017-03-15 19:24:06 +03:00
shortcuts.cpp Notifications management moved to AuthSession. 2017-03-06 18:38:15 +03:00
shortcuts.h
stdafx.cpp Removed #include "stdafx.h" from all files. 2017-03-04 12:27:52 +03:00
stdafx.h
structs.cpp Make MTPstring and MTPvector value types. 2017-03-10 23:27:26 +03:00
structs.h Make MTPstring and MTPvector value types. 2017-03-10 23:27:26 +03:00