aboutsummaryrefslogtreecommitdiff
path: root/src/qt/transactionrecord.cpp
AgeCommit message (Expand)Author
2016-01-05Bump copyright headers to 2015MarcoFalke
2015-07-20Add have-pubkey distinction to ISMINE flagsMatt Corallo
2015-05-27Fix off-by-one error w/ nLockTime in the walletPeter Todd
2015-04-20Consensus: Create consensus/consensus.h with some constantsjtimon
2015-03-24Includes: Do not include main.h from any other headerJorge Timón
2015-03-12[Move Only] Move wallet related things to src/wallet/Jonas Schnelli
2014-12-19Added "Core" to copyright headerssandakersmann
2014-12-16Remove references to X11 licenceMichael Ford
2014-10-03[Wallet] Watch-only fixesCozz Lovan
2014-09-26Use a typedef for monetary valuesMark Friedenbach
2014-09-04Introduce BlockMap type for mapBlockIndexPieter Wuille
2014-07-21Revert "UI to alert of respend attempt affecting wallet."Wladimir J. van der Laan
2014-07-02replaced MINE_ with ISMINE_JaSK
2014-07-02Added MINE_ALL = (spendable|watchonly)JaSK
2014-07-02Fixed some stuff in TransactionDescJaSK
2014-07-02removed default argument values for ismine filterJaSK
2014-07-02Watchonly transactions are marked in transaction historyJaSK
2014-07-02Watchonly balances are shown separately in gui.JaSK
2014-06-27UI to alert of respend attempt affecting wallet.Tom Harding
2014-06-25Move network-time related functions to timedata.cpp/hWladimir J. van der Laan
2014-04-17Add AssertLockHeld for cs_main to ChainActive-using functionsWladimir J. van der Laan
2014-02-28qt: Modernize 'confirmed' terminology in shown tx statusWladimir J. van der Laan
2014-02-16Merge pull request #3646Wladimir J. van der Laan
2014-02-14qt: GUI for conflicted transactionsWladimir J. van der Laan
2014-02-12Rename IsConfirmed to IsTrusted to better match the intended behavior.Gregory Maxwell
2014-02-09Copyright header updates s/2013/2014 on files whose last git commit was done ...gubatron
2014-01-26Fix off-by-one errors in use of IsFinalTx()Peter Todd
2013-11-30Refactor: move GetValueIn(tx) to tx.GetValueIn()Gavin Andresen
2013-11-10Cleanup code using forward declarations.Brandon Dahler
2013-11-04qt: add license header to source filesWladimir J. van der Laan
2013-10-11Refactor/encapsulate chain globals into a CChain classPieter Wuille
2013-09-06qt: add vout index to transaction id in transactions details dialogWladimir J. van der Laan
2013-06-05Removed AcceptToMemoryPool method from CTransaction. This method belongs to t...Eric Lombrozo
2013-01-09Display tx nLockTime correctly when set to block #Peter Todd
2012-08-24Qt: show mined transactions at depth 1Philip Kaufmann
2012-08-23Treat generation (mined) transactions less different from receive transactionsLuke Dashjr
2012-05-24Refactor: split CKeyID/CScriptID/CTxDestination from CBitcoinAddressPieter Wuille
2012-05-20Fine-grained UI updatesWladimir J. van der Laan
2012-05-09Clean up warningsPieter Wuille
2012-04-21Remove no-longer used UI hints in bitcoin coreWladimir J. van der Laan
2012-04-17Remove headers.hPieter Wuille
2012-04-17Remove unused and unreachable codeWladimir J. van der Laan
2012-02-06Restructure credit transaction decomposition (solves issue #689)Wladimir J. van der Laan
2011-12-28Fix transaction type in UI: not all tx'es with "from"/"to" field are necessar...Wladimir J. van der Laan
2011-12-22Fix broken ExtractAddress (refactored, made callers check for addresses in ke...Gavin Andresen
2011-12-21Revert "Use standard C99 (and Qt) types for 64-bit integers"Wladimir J. van der Laan
2011-12-20Use standard C99 (and Qt) types for 64-bit integersLuke Dashjr
2011-12-19Use std::numeric_limits<> for typesafe INT_MAX/etcGavin Andresen
2011-07-27Merge branch 'master' of https://github.com/bitcoin/bitcoinWladimir J. van der Laan
2011-07-26Merge remote branch 'upstream/master'Wladimir J. van der Laan