aboutsummaryrefslogtreecommitdiff
path: root/src/qt/transactiondesc.cpp
Commit message (Expand)AuthorAgeFilesLines
* qt: translate more user-exposed stringschromatic2021-08-141-2/+2
* Move COINBASE_MATURITY to the consensus parameters (#1426)Ross Nicoll2018-09-191-2/+3
* 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-15/+15
* Rename the remaining main.{h,cpp} to validation.{h,cpp}Matt Corallo2016-12-021-1/+1
* Merge #8672: Qt: Show transaction size in transaction details windowJonas Schnelli2016-09-201-0/+1
|\
| * qt: Adding transaction size to transaction details windowHampus Sjöberg2016-09-061-0/+1
|/
* Merge #7707: [RPC][QT] UI support for abandoned transactionsJonas Schnelli2016-04-041-1/+1
|\
| * [Qt] Support for abandoned/abandoning transactionsJonas Schnelli2016-04-041-1/+1
* | [Qt] remove trailing output-index from transaction-idJonas Schnelli2016-03-291-1/+2
|/
* Merge pull request #7205Wladimir J. van der Laan2016-01-051-1/+1
|\
| * Bump copyright headers to 2015MarcoFalke2015-12-131-1/+1
* | [Qt] add InMempool() info to transaction detailsJonas Schnelli2015-12-021-1/+3
|/
* Add have-pubkey distinction to ISMINE flagsMatt Corallo2015-07-201-2/+2
* [Qt] remove std namespace polution from codePhilip Kaufmann2015-07-161-4/+2
* qt: define QT_NO_KEYWORDSWladimir J. van der Laan2015-07-151-2/+2
* Fix off-by-one error w/ nLockTime in the walletPeter Todd2015-05-271-1/+1
* Merge pull request #6022Wladimir J. van der Laan2015-04-301-1/+0
|\
| * Separate CTranslationInterface from CClientUIInterfaceJorge Timón2015-04-161-1/+0
* | Consensus: Create consensus/consensus.h with some constantsjtimon2015-04-201-0/+2
* | [Qt, Trivial] remove two unneeded includes of wallet/db.hPhilip Kaufmann2015-04-201-1/+0
|/
* [Move Only] Move wallet related things to src/wallet/Jonas Schnelli2015-03-121-2/+2
* Added "Core" to copyright headerssandakersmann2014-12-191-1/+1
* Remove references to X11 licenceMichael Ford2014-12-161-1/+1
* Use a typedef for monetary valuesMark Friedenbach2014-09-261-7/+7
* [Qt] include and file header cleanupPhilip Kaufmann2014-09-181-2/+2
* Move CScript class and dependencies to script/scriptjtimon2014-09-081-1/+1
* Rename script.h/.cpp to scriptutils.h/.cpp (plus remove duplicated includes)jtimon2014-09-081-1/+1
* Split up util.cpp/hWladimir J. van der Laan2014-08-261-0/+1
* [Qt] small Qt-only include cleanupPhilip Kaufmann2014-07-251-1/+1
* Merge remote-tracking branch 'upstream/master'Roy Badami2014-07-071-35/+51
|\
| * replaced MINE_ with ISMINE_JaSK2014-07-021-16/+16
| * Added MINE_ALL = (spendable|watchonly)JaSK2014-07-021-7/+7
| * Fixed some stuff in TransactionDescJaSK2014-07-021-19/+13
| * removed default argument values for ismine filterJaSK2014-07-021-7/+7
| * fixed tiny glitch and improved readability like laanwj suggestedJaSK2014-07-021-3/+3
| * Watchonly balances are shown separately in gui.JaSK2014-07-021-19/+45
| * Move network-time related functions to timedata.cpp/hWladimir J. van der Laan2014-06-251-0/+1
| * Remove `using namespace std` from header fileWladimir J. van der Laan2014-06-161-0/+2
| * [Qt] Fix Transaction details shows wrong To:Cozz Lovan2014-05-281-20/+13
* | Implement SI-style (thin space) thoudands separatorRoy Badami2014-05-171-12/+12
|/
* Solve chainActive-related locking issuesWladimir J. van der Laan2014-04-181-205/+200
* Add AssertLockHeld for cs_main to ChainActive-using functionsWladimir J. van der Laan2014-04-171-0/+1
* 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
* | Handle "conflicted" transactions properlyGavin Andresen2014-02-141-1/+3
|/
* Fix off-by-one errors in use of IsFinalTx()Peter Todd2014-01-261-2/+2
* [Qt] Show and store message of normal bitcoin:URICozz Lovan2014-01-211-0/+5
* Refactor: move GetValueIn(tx) to tx.GetValueIn()Gavin Andresen2013-11-301-1/+1
* Cleanup code using forward declarations.Brandon Dahler2013-11-101-13/+15