• Wladimir J. van der Laan's avatar
    Convert UI interface to boost::signals2. · c0857bc0
    Wladimir J. van der Laan authored
    - 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.
    c0857bc0
wallet.cpp 49.8 KB