]> Git Repo - VerusCoin.git/commit - src/qt/walletmodel.cpp
Convert UI interface to boost::signals2.
authorWladimir J. van der Laan <[email protected]>
Sun, 6 May 2012 17:40:58 +0000 (19:40 +0200)
committerWladimir J. van der Laan <[email protected]>
Sun, 20 May 2012 08:44:50 +0000 (10:44 +0200)
commitab1b288fa7994db5f036e93d5f8ba73372017c40
tree6454168811d3f2c011e907770b3ac7cfe8c49495
parentfe4a655042f7de31dce120aeed72345579f1b59f
Convert UI interface to boost::signals2.

- Signals now go directly from the core to WalletModel/ClientModel.
  - WalletModel subscribes to signals on CWallet: Prepares for multi-wallet support, by no longer assuming an implicit global wallet.
- Gets rid of noui.cpp, the few lines that were left are merged into init.cpp
- Rename wxXXX message flags to MF_XXX, to make them UI indifferent.
- ThreadSafeMessageBox no longer returns the value `4` which was never used, converted to void.
21 files changed:
src/bitcoinrpc.cpp
src/init.cpp
src/keystore.cpp
src/keystore.h
src/main.cpp
src/makefile.linux-mingw
src/makefile.mingw
src/makefile.osx
src/makefile.unix
src/net.cpp
src/noui.cpp [deleted file]
src/qt/bitcoin.cpp
src/qt/clientmodel.cpp
src/qt/clientmodel.h
src/qt/qtipcserver.cpp
src/qt/walletmodel.cpp
src/qt/walletmodel.h
src/ui_interface.h
src/util.cpp
src/wallet.cpp
src/wallet.h
This page took 0.030744 seconds and 4 git commands to generate.