aboutsummaryrefslogtreecommitdiff
path: root/src/qt/transactionrecord.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Qt] fix transaction details output-index to reflect vout indexJonas Schnelli2017-01-261-3/+4
* Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
* Make CWalletTx store a CTransactionRef instead of inheritingPieter Wuille2016-12-021-9/+9
* Rename the remaining main.{h,cpp} to validation.{h,cpp}Matt Corallo2016-12-021-1/+1
* Merge #7707: [RPC][QT] UI support for abandoned transactionsJonas Schnelli2016-04-041-0/+2
|\
| * [Qt] Support for abandoned/abandoning transactionsJonas Schnelli2016-04-041-0/+2
* | [Qt] remove trailing output-index from transaction-idJonas Schnelli2016-03-291-4/+3
|/
* Bump copyright headers to 2015MarcoFalke2015-12-131-1/+1
* Add have-pubkey distinction to ISMINE flagsMatt Corallo2015-07-201-3/+3
* Fix off-by-one error w/ nLockTime in the walletPeter Todd2015-05-271-1/+1
* Consensus: Create consensus/consensus.h with some constantsjtimon2015-04-201-0/+1
* Includes: Do not include main.h from any other headerJorge Timón2015-03-241-0/+3
* [Move Only] Move wallet related things to src/wallet/Jonas Schnelli2015-03-121-1/+1
* Added "Core" to copyright headerssandakersmann2014-12-191-1/+1
* Remove references to X11 licenceMichael Ford2014-12-161-1/+1
* [Wallet] Watch-only fixesCozz Lovan2014-10-031-1/+1
* Use a typedef for monetary valuesMark Friedenbach2014-09-261-6/+6
* 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