index
:
discoin
1.10-archive
1.14-maint
1.14.4-dev
1.14.5-dev
1.17-dev
1.18-dev
1.21-dev
1.4-archive
1.6-archive
1.7-archive
1.8-archive
1.8-safemode
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
qt
/
transactiondesc.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
qt: translate more user-exposed strings
chromatic
2021-08-14
1
-2
/
+2
*
Move COINBASE_MATURITY to the consensus parameters (#1426)
Ross Nicoll
2018-09-19
1
-2
/
+3
*
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-12-31
1
-1
/
+1
*
Make CWalletTx store a CTransactionRef instead of inheriting
Pieter Wuille
2016-12-02
1
-15
/
+15
*
Rename the remaining main.{h,cpp} to validation.{h,cpp}
Matt Corallo
2016-12-02
1
-1
/
+1
*
Merge #8672: Qt: Show transaction size in transaction details window
Jonas Schnelli
2016-09-20
1
-0
/
+1
|
\
|
*
qt: Adding transaction size to transaction details window
Hampus Sjöberg
2016-09-06
1
-0
/
+1
|
/
*
Merge #7707: [RPC][QT] UI support for abandoned transactions
Jonas Schnelli
2016-04-04
1
-1
/
+1
|
\
|
*
[Qt] Support for abandoned/abandoning transactions
Jonas Schnelli
2016-04-04
1
-1
/
+1
*
|
[Qt] remove trailing output-index from transaction-id
Jonas Schnelli
2016-03-29
1
-1
/
+2
|
/
*
Merge pull request #7205
Wladimir J. van der Laan
2016-01-05
1
-1
/
+1
|
\
|
*
Bump copyright headers to 2015
MarcoFalke
2015-12-13
1
-1
/
+1
*
|
[Qt] add InMempool() info to transaction details
Jonas Schnelli
2015-12-02
1
-1
/
+3
|
/
*
Add have-pubkey distinction to ISMINE flags
Matt Corallo
2015-07-20
1
-2
/
+2
*
[Qt] remove std namespace polution from code
Philip Kaufmann
2015-07-16
1
-4
/
+2
*
qt: define QT_NO_KEYWORDS
Wladimir J. van der Laan
2015-07-15
1
-2
/
+2
*
Fix off-by-one error w/ nLockTime in the wallet
Peter Todd
2015-05-27
1
-1
/
+1
*
Merge pull request #6022
Wladimir J. van der Laan
2015-04-30
1
-1
/
+0
|
\
|
*
Separate CTranslationInterface from CClientUIInterface
Jorge Timón
2015-04-16
1
-1
/
+0
*
|
Consensus: Create consensus/consensus.h with some constants
jtimon
2015-04-20
1
-0
/
+2
*
|
[Qt, Trivial] remove two unneeded includes of wallet/db.h
Philip Kaufmann
2015-04-20
1
-1
/
+0
|
/
*
[Move Only] Move wallet related things to src/wallet/
Jonas Schnelli
2015-03-12
1
-2
/
+2
*
Added "Core" to copyright headers
sandakersmann
2014-12-19
1
-1
/
+1
*
Remove references to X11 licence
Michael Ford
2014-12-16
1
-1
/
+1
*
Use a typedef for monetary values
Mark Friedenbach
2014-09-26
1
-7
/
+7
*
[Qt] include and file header cleanup
Philip Kaufmann
2014-09-18
1
-2
/
+2
*
Move CScript class and dependencies to script/script
jtimon
2014-09-08
1
-1
/
+1
*
Rename script.h/.cpp to scriptutils.h/.cpp (plus remove duplicated includes)
jtimon
2014-09-08
1
-1
/
+1
*
Split up util.cpp/h
Wladimir J. van der Laan
2014-08-26
1
-0
/
+1
*
[Qt] small Qt-only include cleanup
Philip Kaufmann
2014-07-25
1
-1
/
+1
*
Merge remote-tracking branch 'upstream/master'
Roy Badami
2014-07-07
1
-35
/
+51
|
\
|
*
replaced MINE_ with ISMINE_
JaSK
2014-07-02
1
-16
/
+16
|
*
Added MINE_ALL = (spendable|watchonly)
JaSK
2014-07-02
1
-7
/
+7
|
*
Fixed some stuff in TransactionDesc
JaSK
2014-07-02
1
-19
/
+13
|
*
removed default argument values for ismine filter
JaSK
2014-07-02
1
-7
/
+7
|
*
fixed tiny glitch and improved readability like laanwj suggested
JaSK
2014-07-02
1
-3
/
+3
|
*
Watchonly balances are shown separately in gui.
JaSK
2014-07-02
1
-19
/
+45
|
*
Move network-time related functions to timedata.cpp/h
Wladimir J. van der Laan
2014-06-25
1
-0
/
+1
|
*
Remove `using namespace std` from header file
Wladimir J. van der Laan
2014-06-16
1
-0
/
+2
|
*
[Qt] Fix Transaction details shows wrong To:
Cozz Lovan
2014-05-28
1
-20
/
+13
*
|
Implement SI-style (thin space) thoudands separator
Roy Badami
2014-05-17
1
-12
/
+12
|
/
*
Solve chainActive-related locking issues
Wladimir J. van der Laan
2014-04-18
1
-205
/
+200
*
Add AssertLockHeld for cs_main to ChainActive-using functions
Wladimir J. van der Laan
2014-04-17
1
-0
/
+1
*
Merge pull request #3646
Wladimir J. van der Laan
2014-02-16
1
-1
/
+1
|
\
|
*
Copyright header updates s/2013/2014 on files whose last git commit was done ...
gubatron
2014-02-09
1
-1
/
+1
*
|
Handle "conflicted" transactions properly
Gavin Andresen
2014-02-14
1
-1
/
+3
|
/
*
Fix off-by-one errors in use of IsFinalTx()
Peter Todd
2014-01-26
1
-2
/
+2
*
[Qt] Show and store message of normal bitcoin:URI
Cozz Lovan
2014-01-21
1
-0
/
+5
*
Refactor: move GetValueIn(tx) to tx.GetValueIn()
Gavin Andresen
2013-11-30
1
-1
/
+1
*
Cleanup code using forward declarations.
Brandon Dahler
2013-11-10
1
-13
/
+15
[next]