tdesktop/Telegram/SourceFiles/core
John Preston ae08a2f697 Alpha 1.0.17: crash fix in file open.
ShellExecute() call reenters Qt event loop, so each time we
schedule a delayed action (like destroying FileLoader) and after
that we call ShellExecute (in psOpenFile) we destroy it inside
this call and can't use it after.

So now we perform ShellExecute calls only delayed (using task queue).
2017-02-28 11:18:27 +03:00
..
basic_types.h Updated Xcode build for using standard library. 2017-02-21 17:37:53 +03:00
build_config.h Version 1.0 stable: bump copyright date to 2017. 2017-01-11 23:02:13 +04:00
click_handler.cpp Removed legacy HistoryItem::type() code. 2017-02-10 17:16:50 +03:00
click_handler.h Made base::lambda a copyable value type. 2017-02-26 21:01:23 +03:00
click_handler_types.cpp Version 1.0 stable: bump copyright date to 2017. 2017-01-11 23:02:13 +04:00
click_handler_types.h Version 1.0 stable: bump copyright date to 2017. 2017-01-11 23:02:13 +04:00
lambda.h GTK file chooser image preview support added. #2968 2017-02-26 22:27:57 +03:00
observer.cpp Version 1.0 stable: bump copyright date to 2017. 2017-01-11 23:02:13 +04:00
observer.h Updated Xcode build for using standard library. 2017-02-21 17:37:53 +03:00
ordered_set.h Version 1.0 stable: bump copyright date to 2017. 2017-01-11 23:02:13 +04:00
parse_helper.cpp Version 1.0 stable: bump copyright date to 2017. 2017-01-11 23:02:13 +04:00
parse_helper.h Version 1.0 stable: bump copyright date to 2017. 2017-01-11 23:02:13 +04:00
qthelp_regex.h Using standard library instead of std_ namespace. 2017-02-21 16:45:56 +03:00
qthelp_url.cpp Version 1.0 stable: bump copyright date to 2017. 2017-01-11 23:02:13 +04:00
qthelp_url.h Version 1.0 stable: bump copyright date to 2017. 2017-01-11 23:02:13 +04:00
runtime_composer.cpp Version 1.0 stable: bump copyright date to 2017. 2017-01-11 23:02:13 +04:00
runtime_composer.h Using standard library instead of std_ namespace. 2017-02-21 16:45:56 +03:00
single_timer.cpp Made base::lambda a copyable value type. 2017-02-26 21:01:23 +03:00
single_timer.h Made base::lambda a copyable value type. 2017-02-26 21:01:23 +03:00
task_queue.cpp Made base::lambda a copyable value type. 2017-02-26 21:01:23 +03:00
task_queue.h Made base::lambda a copyable value type. 2017-02-26 21:01:23 +03:00
type_traits.h Using standard library instead of std_ namespace. 2017-02-21 16:45:56 +03:00
utils.cpp MTP global state moved to MTP::Instance class. 2017-02-25 19:48:21 +03:00
utils.h Ability to delete authorization keys added. 2017-02-25 19:48:22 +03:00
version.h Alpha 1.0.17: crash fix in file open. 2017-02-28 11:18:27 +03:00
virtual_method.h Using standard library instead of std_ namespace. 2017-02-21 16:45:56 +03:00
zlib_help.h Version 1.0 stable: bump copyright date to 2017. 2017-01-11 23:02:13 +04:00