aboutsummaryrefslogtreecommitdiff
path: root/src/qt/transactionrecord.cpp
Commit message (Expand)AuthorAgeFilesLines
* Introduce BlockMap type for mapBlockIndexPieter Wuille2014-09-041-1/+1
* Revert "UI to alert of respend attempt affecting wallet."Wladimir J. van der Laan2014-07-211-7/+3
* replaced MINE_ with ISMINE_JaSK2014-07-021-6/+6
* Added MINE_ALL = (spendable|watchonly)JaSK2014-07-021-1/+1
* Fixed some stuff in TransactionDescJaSK2014-07-021-3/+3
* removed default argument values for ismine filterJaSK2014-07-021-1/+1
* Watchonly transactions are marked in transaction historyJaSK2014-07-021-0/+7
* Watchonly balances are shown separately in gui.JaSK2014-07-021-5/+12
* UI to alert of respend attempt affecting wallet.Tom Harding2014-06-271-3/+7
* Move network-time related functions to timedata.cpp/hWladimir J. van der Laan2014-06-251-0/+1
* Add AssertLockHeld for cs_main to ChainActive-using functionsWladimir J. van der Laan2014-04-171-0/+2
* qt: Modernize 'confirmed' terminology in shown tx statusWladimir J. van der Laan2014-02-281-28/+31
* Merge pull request #3646Wladimir J. van der Laan2014-02-161-1/+1
|\
| * Copyright header updates s/2013/2014 on files whose last git commit was done ...gubatron2014-02-091-1/+1
* | qt: GUI for conflicted transactionsWladimir J. van der Laan2014-02-141-1/+5
* | Rename IsConfirmed to IsTrusted to better match the intended behavior.Gregory Maxwell2014-02-121-1/+1
|/
* Fix off-by-one errors in use of IsFinalTx()Peter Todd2014-01-261-2/+2
* Refactor: move GetValueIn(tx) to tx.GetValueIn()Gavin Andresen2013-11-301-1/+1
* Cleanup code using forward declarations.Brandon Dahler2013-11-101-9/+11
* qt: add license header to source filesWladimir J. van der Laan2013-11-041-0/+4
* Refactor/encapsulate chain globals into a CChain classPieter Wuille2013-10-111-3/+3
* qt: add vout index to transaction id in transactions details dialogWladimir J. van der Laan2013-09-061-2/+7
* Removed AcceptToMemoryPool method from CTransaction. This method belongs to t...Eric Lombrozo2013-06-051-2/+2
* Display tx nLockTime correctly when set to block #Peter Todd2013-01-091-1/+1
* Qt: show mined transactions at depth 1Philip Kaufmann2012-08-241-12/+2
* Treat generation (mined) transactions less different from receive transactionsLuke Dashjr2012-08-231-6/+6
* Refactor: split CKeyID/CScriptID/CTxDestination from CBitcoinAddressPieter Wuille2012-05-241-6/+7
* Fine-grained UI updatesWladimir J. van der Laan2012-05-201-92/+89
* Clean up warningsPieter Wuille2012-05-091-1/+1
* Remove no-longer used UI hints in bitcoin coreWladimir J. van der Laan2012-04-211-1/+1
* Remove headers.hPieter Wuille2012-04-171-1/+1
* Remove unused and unreachable codeWladimir J. van der Laan2012-04-171-6/+0
* Restructure credit transaction decomposition (solves issue #689)Wladimir J. van der Laan2012-02-061-37/+23
* Fix transaction type in UI: not all tx'es with "from"/"to" field are necessar...Wladimir J. van der Laan2011-12-281-20/+19
* Fix broken ExtractAddress (refactored, made callers check for addresses in ke...Gavin Andresen2011-12-221-2/+2
* Revert "Use standard C99 (and Qt) types for 64-bit integers"Wladimir J. van der Laan2011-12-211-11/+9
* Use standard C99 (and Qt) types for 64-bit integersLuke Dashjr2011-12-201-9/+11
* Use std::numeric_limits<> for typesafe INT_MAX/etcGavin Andresen2011-12-191-1/+1
* Merge branch 'master' of https://github.com/bitcoin/bitcoinWladimir J. van der Laan2011-07-271-1/+1
* Merge remote branch 'upstream/master'Wladimir J. van der Laan2011-07-261-6/+8
* remove magic number: change threshold for nLockTime to constantWladimir J. van der Laan2011-07-091-1/+1
* Export functionality for transaction listWladimir J. van der Laan2011-07-071-0/+6
* update core to d0d80170a2ca73004e08fb85007fe055cbf4e411 (CWallet class)Wladimir J. van der Laan2011-06-261-10/+11
* number of confirmations is no longer magic valueWladimir J. van der Laan2011-06-201-1/+1
* remove commented code, use // for one-line comments and comments inside funct...Wladimir J. van der Laan2011-06-181-1/+2
* move back to original directory structureWladimir J. van der Laan2011-06-111-0/+254