Update UI through async calls MainFrameRepaint and AddressBookRepaint instead of...
authorWladimir J. van der Laan <laanwj@gmail.com>
Sat, 24 Mar 2012 17:48:18 +0000 (18:48 +0100)
committerWladimir J. van der Laan <laanwj@gmail.com>
Wed, 4 Apr 2012 07:35:01 +0000 (09:35 +0200)
commit98e61758744ed34e8b7f59b37edb6d09b33d5517
tree0eed63fc85d0dbcc851a1fbce8cdcb16b3b5b72c
parent7e7bcce2d992c6fd53fdc4d9eb40f21c951d5347
Update UI through async calls MainFrameRepaint and AddressBookRepaint instead of a timer.

- Overall, this is better design
- This fixes problems with the address book UI not updating when the address book is changed through RPC
- Move Statusbar change detection responsibility to ClientModel
13 files changed:
src/noui.h
src/qt/addressbookpage.cpp
src/qt/addresstablemodel.cpp
src/qt/addresstablemodel.h
src/qt/bitcoin.cpp
src/qt/bitcoingui.cpp
src/qt/bitcoingui.h
src/qt/clientmodel.cpp
src/qt/clientmodel.h
src/qt/walletmodel.cpp
src/qt/walletmodel.h
src/qtui.h
src/wallet.cpp