aboutsummaryrefslogtreecommitdiff
path: root/src/qt/transactionrecord.cpp
AgeCommit message (Expand)Author
2022-01-14qt: Treat unconfirmed txs as unconfirmedMarcoFalke
2022-01-06Add src/wallet/* code to wallet:: namespaceRussell Yanofsky
2021-12-30scripted-diff: Bump copyright headersHennadii Stepanov
2021-01-05Replace boost::variant with std::variantMarcoFalke
2020-12-31scripted-diff: Bump copyright headersMarcoFalke
2020-06-22qt: Fix regression in TransactionTableModelHennadii Stepanov
2020-06-16Remove unused variablesMarcoFalke
2020-05-23Added best block hash to the NotifyHeaderTip and NotifyBlockTip signals.furszy
2019-12-30scripted-diff: Bump copyright of files changed in 2019MarcoFalke
2019-10-09Merge #15098: qt: Show addresses for "SendToSelf" transactionsfanquake
2019-06-19Move ismine to wallet moduleAndrew Chow
2019-06-02Make reasoning about dependencies easier by not including unused dependenciespracticalswift
2019-01-06Show addresses for "SendToSelf" transactionsHennadii Stepanov
2019-01-03Don't label transactions "Open" while catching upHennadii Stepanov
2018-10-28Remove unused `adjustedTime` parameterHennadii Stepanov
2018-08-27Make objects in range declarations immutable by default. Avoid unnecessary co...practicalswift
2018-07-27Update copyright headers to 2018DrahtBot
2018-07-09Remove useless mapRequest tracking that just effects Qt display.Matt Corallo
2018-04-07scripted-diff: Avoid `interface` keyword to fix windows gitian buildRussell Yanofsky
2018-04-04Remove direct bitcoin calls from qt transaction table filesRussell Yanofsky
2018-03-13Merge #11041: Add LookupBlockIndexWladimir J. van der Laan
2018-03-07Merge #12620: Remove TransactionTableModel::TxIDRoleWladimir J. van der Laan
2018-03-07qt: Remove TransactionTableModel::TxIDRoleJoão Barbosa
2018-03-06Add LookupBlockIndex functionJoão Barbosa
2018-02-19Split key_io (address/key encodings) off from base58Pieter Wuille
2018-01-03Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa
2017-11-16scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider
2017-11-09Merge #10368: [wallet] Remove helper conversion operator from walletWladimir J. van der Laan
2017-09-06Introduce wrappers around CBitcoinAddressPieter Wuille
2017-08-16Merge #9964: Add const to methods that do not modify the object for which it ...MarcoFalke
2017-08-07scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...practicalswift
2017-07-25Add const to methods that do not modify the object for which it is calledpracticalswift
2017-06-22scripted-diff: Remove #include <boost/foreach.hpp>Jorge Timón
2017-06-05scripted-diff: Fully remove BOOST_FOREACHJorge Timón
2017-05-24[Qt] make sure transaction table entry gets updated after bumpJonas Schnelli
2017-05-09[wallet] Remove CTransaction&() helper conversion operator from wallet implem...Karl-Johan Alm
2017-04-17[qt] Stop treating coinbase outputs differently: show them at 1confMatt Corallo
2017-01-26[Qt] fix transaction details output-index to reflect vout indexJonas Schnelli
2016-12-31Increment MIT Licence copyright header year on files modified in 2016isle2983
2016-12-02Make CWalletTx store a CTransactionRef instead of inheritingPieter Wuille
2016-12-02Rename the remaining main.{h,cpp} to validation.{h,cpp}Matt Corallo
2016-04-04Merge #7707: [RPC][QT] UI support for abandoned transactionsJonas Schnelli
2016-04-04[Qt] Support for abandoned/abandoning transactionsJonas Schnelli
2016-03-29[Qt] remove trailing output-index from transaction-idJonas Schnelli
2015-12-13Bump 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