aboutsummaryrefslogtreecommitdiff
path: root/src/qt/transactionrecord.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers to 2018DrahtBot2018-07-271-1/+1
* Remove useless mapRequest tracking that just effects Qt display.Matt Corallo2018-07-091-8/+0
* scripted-diff: Avoid `interface` keyword to fix windows gitian buildRussell Yanofsky2018-04-071-3/+3
* Remove direct bitcoin calls from qt transaction table filesRussell Yanofsky2018-04-041-47/+39
* Merge #11041: Add LookupBlockIndexWladimir J. van der Laan2018-03-131-4/+1
|\
| * Add LookupBlockIndex functionJoão Barbosa2018-03-061-4/+1
* | Merge #12620: Remove TransactionTableModel::TxIDRoleWladimir J. van der Laan2018-03-071-1/+1
|\ \
| * | qt: Remove TransactionTableModel::TxIDRoleJoão Barbosa2018-03-071-1/+1
| |/
* / Split key_io (address/key encodings) off from base58Pieter Wuille2018-02-191-1/+1
|/
* Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa2018-01-031-1/+1
* scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider2017-11-161-6/+6
* Merge #10368: [wallet] Remove helper conversion operator from walletWladimir J. van der Laan2017-11-091-1/+1
|\
| * [wallet] Remove CTransaction&() helper conversion operator from wallet implem...Karl-Johan Alm2017-05-091-1/+1
* | Introduce wrappers around CBitcoinAddressPieter Wuille2017-09-061-2/+2
* | Merge #9964: Add const to methods that do not modify the object for which it ...MarcoFalke2017-08-161-1/+1
|\ \
| * | Add const to methods that do not modify the object for which it is calledpracticalswift2017-07-251-1/+1
* | | scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...practicalswift2017-08-071-1/+1
|/ /
* | scripted-diff: Remove #include <boost/foreach.hpp>Jorge Timón2017-06-221-1/+0
* | scripted-diff: Fully remove BOOST_FOREACHJorge Timón2017-06-051-2/+2
* | [Qt] make sure transaction table entry gets updated after bumpJonas Schnelli2017-05-241-2/+2
|/
* [qt] Stop treating coinbase outputs differently: show them at 1confMatt Corallo2017-04-171-8/+2
* [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