HomePhabricator

Convert UI interface to boost::signals2.
ab1b288fa799Unpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

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.

Details

Provenance
Wladimir J. van der Laan <laanwj@gmail.com>Authored on May 6 2012, 17:40
schancelPushed on Jan 5 2018, 21:58
schancelPushed on Jan 5 2018, 21:39
schancelPushed on Jan 5 2018, 21:17
Parents
rSTAGINGfe4a655042f7: Fine-grained UI updates
Branches
Unknown
Tags
Unknown

Event Timeline

Wladimir J. van der Laan <laanwj@gmail.com> committed rSTAGINGab1b288fa799: Convert UI interface to boost::signals2. (authored by Wladimir J. van der Laan <laanwj@gmail.com>).May 20 2012, 08:44