tdesktop/Telegram/SourceFiles
John Preston ad41a81b66 Fix window size reset on every launch.
Regression was introduced in b08732cf28.

In MediaView constructor a call to setWindowState(WindowFullScreen)
invokes QWindowSystemInterface::flushWindowSystemEvents() which then
delivers some delayed system window resize event for the main window,
resetting its size to something default.
2017-09-03 22:50:15 +03:00
..
_other Improve current executable path computing. 2017-08-30 19:15:35 +03:00
base Allow to use base::lambda independently. 2017-09-03 15:45:49 +03:00
boxes Replace QFlags with base::flags. 2017-09-03 15:45:47 +03:00
calls Replace t_assert() with Assert(). 2017-08-30 19:15:42 +03:00
chat_helpers Replace QFlags with base::flags. 2017-09-03 15:45:47 +03:00
codegen Replace QFlags with base::flags. 2017-09-03 15:45:47 +03:00
core Fix working with layers. 2017-09-03 22:49:33 +03:00
data Replace t_assert() with Assert(). 2017-08-30 19:15:42 +03:00
dialogs Fix working with layers. 2017-09-03 22:49:33 +03:00
history Fix working with layers. 2017-09-03 22:49:33 +03:00
inline_bots Fix working with layers. 2017-09-03 22:49:33 +03:00
intro Replace t_assert() with Assert(). 2017-08-30 19:15:42 +03:00
lang Replace t_assert() with Assert(). 2017-08-30 19:15:42 +03:00
media Return not_null<History*> in App::history(). 2017-09-03 15:45:43 +03:00
mtproto Replace QFlags with base::flags. 2017-09-03 15:45:47 +03:00
overview Replace t_assert() with Assert(). 2017-08-30 19:15:42 +03:00
platform Fix working with layers. 2017-09-03 22:49:33 +03:00
profile Return not_null<History*> in App::history(). 2017-09-03 15:45:43 +03:00
settings Replace QFlags with base::flags. 2017-09-03 15:45:47 +03:00
storage Fix working with layers. 2017-09-03 22:49:33 +03:00
ui Fix working with layers. 2017-09-03 22:49:33 +03:00
window Fix working with layers. 2017-09-03 22:49:33 +03:00
apiwrap.cpp Replace t_assert() with Assert(). 2017-08-30 19:15:42 +03:00
apiwrap.h Replace gsl::not_null<T*> with just not_null<T*>. 2017-08-30 19:15:41 +03:00
app.cpp Replace QFlags with base::flags. 2017-09-03 15:45:47 +03:00
app.h Return not_null<History*> in App::history(). 2017-09-03 15:45:43 +03:00
application.cpp Replace t_assert() with Assert(). 2017-08-30 19:15:42 +03:00
application.h
auth_session.cpp Replace t_assert() with Assert(). 2017-08-30 19:15:42 +03:00
auth_session.h Replace gsl::not_null<T*> with just not_null<T*>. 2017-08-30 19:15:41 +03:00
autoupdater.cpp Improve current executable path computing. 2017-08-30 19:15:35 +03:00
autoupdater.h
config.h Fix possible crash in file download after error. 2017-08-30 19:15:34 +03:00
countries.h
facades.cpp Replace t_assert() with Assert(). 2017-08-30 19:15:42 +03:00
facades.h Replace gsl::not_null<T*> with just not_null<T*>. 2017-08-30 19:15:41 +03:00
layerwidget.cpp Replace gsl::not_null<T*> with just not_null<T*>. 2017-08-30 19:15:41 +03:00
layerwidget.h Replace gsl::not_null<T*> with just not_null<T*>. 2017-08-30 19:15:41 +03:00
layout.cpp
layout.h
logs.cpp Replace QFlags with base::flags. 2017-09-03 15:45:47 +03:00
logs.h Replace t_assert() with Assert(). 2017-08-30 19:15:42 +03:00
main.cpp
mainwidget.cpp Fix stack overflow in passcode lock check. 2017-09-03 15:45:48 +03:00
mainwidget.h Return not_null<History*> in App::history(). 2017-09-03 15:45:43 +03:00
mainwindow.cpp Replace QFlags with base::flags. 2017-09-03 15:45:47 +03:00
mainwindow.h Display and follow unread mentions in history. 2017-08-30 19:15:13 +03:00
mediaview.cpp Highlight all mentions when marking them read. 2017-08-30 19:15:53 +03:00
mediaview.h Replace gsl::not_null<T*> with just not_null<T*>. 2017-08-30 19:15:41 +03:00
messenger.cpp Fix window size reset on every launch. 2017-09-03 22:50:15 +03:00
messenger.h Replace t_assert() with Assert(). 2017-08-30 19:15:42 +03:00
observer_peer.cpp Remove main()->peerUpdated and some other signals. 2017-08-30 19:15:36 +03:00
observer_peer.h Fix working with layers. 2017-09-03 22:49:33 +03:00
overviewwidget.cpp Return not_null<History*> in App::history(). 2017-09-03 15:45:43 +03:00
overviewwidget.h Return not_null<History*> in App::history(). 2017-09-03 15:45:43 +03:00
passcodewidget.cpp
passcodewidget.h
qt_static_plugins.cpp
settings.cpp Improve current executable path computing. 2017-08-30 19:15:35 +03:00
settings.h
shortcuts.cpp Replace t_assert() with Assert(). 2017-08-30 19:15:42 +03:00
shortcuts.h
stdafx.cpp
stdafx.h Allow to use base::lambda independently. 2017-09-03 15:45:49 +03:00
structs.cpp Replace t_assert() with Assert(). 2017-08-30 19:15:42 +03:00
structs.h Replace QFlags with base::flags. 2017-09-03 15:45:47 +03:00