Update CMakeLists.txt - play with openssl
[novacoin.git] / src / qt / transactionrecord.cpp
2022-01-02 svostRemove boost foreach macro
2016-03-11 CryptoManiacKeep address labels for pubkey pair addresses.
2016-03-06 CryptoManiacCleanup
2016-02-23 alexAdd CWallet::ExtractAddress method
2016-02-23 CryptoManiacRemove testnet condition
2016-02-23 CryptoManiacExperimental: use Solver to find out all solutions...
2014-12-31 fsb4000Add removeaddress RPC call
2014-12-27 CryptoManiacCode cleanup
2014-07-26 CryptoManiacRemove old maturity handling code
2014-07-26 CryptoManiacImplement IsMine filter 24/head
2014-07-25 CryptoManiacBugfix: Unspendable inputs handling
2014-07-19 CryptoManiacHandle unspendable inputs correctly.
2014-02-14 MASM fanRename IsConfirmed() to IsTrusted()
2014-01-12 alexPre-0.4.8 update
2013-05-10 alexupdate to 0.4.1 v0.4.1-nvc
2013-04-15 alexhzupdate to 0.4 preview
2012-11-10 Sunny KingPPCoin: Qt: display coinstake as single 'mint by stake...
2012-04-21 Wladimir J. van... Remove no-longer used UI hints in bitcoin core
2012-04-17 Pieter WuilleRemove headers.h
2012-04-17 Wladimir J. van... Remove unused and unreachable code
2012-02-08 Wladimir J. van... Restructure credit transaction decomposition (solves...
2012-02-06 Wladimir J. van... Restructure credit transaction decomposition (solves...
2012-01-04 Wladimir J. van... Fix transaction type in UI: not all tx'es with "from...
2011-12-28 Wladimir J. van... Fix transaction type in UI: not all tx'es with "from...
2011-12-22 Gavin AndresenFix broken ExtractAddress (refactored, made callers...
2011-12-21 Wladimir J. van... Revert "Use standard C99 (and Qt) types for 64-bit...
2011-12-20 Luke DashjrUse standard C99 (and Qt) types for 64-bit integers
2011-12-20 Gavin AndresenUse std::numeric_limits<> for typesafe INT_MAX/etc
2011-07-27 Wladimir J. van... Merge branch 'master' of https://github.com/bitcoin...
2011-07-26 Wladimir J. van... Merge remote branch 'upstream/master'
2011-07-09 Wladimir J. van... remove magic number: change threshold for nLockTime...
2011-07-07 Wladimir J. van... Export functionality for transaction list
2011-06-26 Wladimir J. van... update core to d0d80170a2ca73004e08fb85007fe055cbf4e411...
2011-06-20 Wladimir J. van... number of confirmations is no longer magic value
2011-06-18 Wladimir J. van... remove commented code, use // for one-line comments...
2011-06-11 Wladimir J. van... move back to original directory structure