]> Git Repo - VerusCoin.git/commit
qt: Move initialization/shutdown to a thread
authorWladimir J. van der Laan <[email protected]>
Tue, 7 Jan 2014 10:30:17 +0000 (11:30 +0100)
committerWladimir J. van der Laan <[email protected]>
Sat, 11 Jan 2014 09:20:28 +0000 (10:20 +0100)
commit202d853bbea8ecb2164b9c9dc69e2129b45f05f8
tree86b48c4d03a96ca3698962ac9baac5c2ab085483
parent6a0e2376a14c77585888373099109d51a08bd74f
qt: Move initialization/shutdown to a thread

Move AppInit2 and Shutdown to a thread.

This allows a more responsive splash screen, prevents 'process does not respond'
messages from the window system and will allow for showing a user friendly
window while shutting down.
src/qt/Makefile.am
src/qt/bitcoin.cpp
src/qt/splashscreen.cpp
This page took 0.025545 seconds and 4 git commands to generate.