FLO-wallet-core/src
Wladimir J. van der Laan ab1b288fa7 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.
2012-05-20 10:44:50 +02:00
..
json
obj
obj-test
qt Convert UI interface to boost::signals2. 2012-05-20 10:44:50 +02:00
test change strings to Bitcoin (uppercase), where it is used as a noun and update strings to use "Qt" (and not qt or QT) / update initialisation of notificator to use qApp->applicationName() instead of a static string 2012-05-18 23:13:58 +02:00
addrman.cpp Clean up warnings 2012-05-09 03:48:30 +02:00
addrman.h Split synchronization mechanisms from util.{h,cpp} 2012-05-11 18:13:51 +02:00
allocators.h
base58.h change strings to Bitcoin (uppercase), where it is used as a noun and update strings to use "Qt" (and not qt or QT) / update initialisation of notificator to use qApp->applicationName() instead of a static string 2012-05-18 23:13:58 +02:00
bignum.h
bitcoinrpc.cpp Convert UI interface to boost::signals2. 2012-05-20 10:44:50 +02:00
bitcoinrpc.h Support multi-threaded JSON-RPC 2012-05-08 20:11:17 -04:00
checkpoints.cpp
checkpoints.h
compat.h
crypter.cpp
crypter.h
db.cpp Default to DB_TXN_WRITE_NOSYNC for all transactional operations 2012-05-19 01:25:06 -04:00
db.h Default to DB_TXN_WRITE_NOSYNC for all transactional operations 2012-05-19 01:25:06 -04:00
init.cpp Convert UI interface to boost::signals2. 2012-05-20 10:44:50 +02:00
init.h Move help message out of AppInit2 2012-05-13 18:41:19 +02:00
irc.cpp Corrected grammar. As per Principle Of Least Surprise. 2012-05-17 18:52:38 +01:00
irc.h
key.cpp
key.h
keystore.cpp Convert UI interface to boost::signals2. 2012-05-20 10:44:50 +02:00
keystore.h Convert UI interface to boost::signals2. 2012-05-20 10:44:50 +02:00
main.cpp Convert UI interface to boost::signals2. 2012-05-20 10:44:50 +02:00
main.h Fine-grained UI updates 2012-05-20 10:41:54 +02:00
makefile.linux-mingw Convert UI interface to boost::signals2. 2012-05-20 10:44:50 +02:00
makefile.mingw Convert UI interface to boost::signals2. 2012-05-20 10:44:50 +02:00
makefile.osx Convert UI interface to boost::signals2. 2012-05-20 10:44:50 +02:00
makefile.unix Convert UI interface to boost::signals2. 2012-05-20 10:44:50 +02:00
mruset.h
net.cpp Convert UI interface to boost::signals2. 2012-05-20 10:44:50 +02:00
net.h CAddrDB: Replace BDB-managed addr.dat with internally managed peers.dat 2012-05-16 22:11:19 -04:00
netbase.cpp Use getnameinfo() to get canonical IPv6 addresses 2012-05-14 01:41:15 +02:00
netbase.h Separate listening sockets, -bind=<addr> 2012-05-11 15:29:20 +02:00
protocol.cpp
protocol.h
rpcdump.cpp Fine-grained UI updates 2012-05-20 10:41:54 +02:00
script.cpp
script.h
serialize.h
strlcpy.h
sync.cpp Use boost::thread locking instead of interprocess 2012-05-18 16:56:12 +02:00
sync.h Use boost::thread locking instead of interprocess 2012-05-18 16:56:12 +02:00
ui_interface.h Convert UI interface to boost::signals2. 2012-05-20 10:44:50 +02:00
uint256.h
util.cpp Convert UI interface to boost::signals2. 2012-05-20 10:44:50 +02:00
util.h Merge pull request #1302 from laanwj/2012_05_utilstrings 2012-05-20 01:30:18 -07:00
version.cpp
version.h Fix version numbers of archive builds 2012-05-11 11:44:53 +02:00
wallet.cpp Convert UI interface to boost::signals2. 2012-05-20 10:44:50 +02:00
wallet.h Convert UI interface to boost::signals2. 2012-05-20 10:44:50 +02:00
walletdb.cpp ensure that no double timestamps show up in the debug.log, by removing manual timestamps from the source (now only -logtimestamps parameter adds timestamps to debug.log) 2012-05-13 14:36:35 +02:00
walletdb.h