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
*
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
*
qt: add license header to source files
Wladimir J. van der Laan
2013-11-04
1
-0
/
+4
*
[Qt]: fix num Blocks to maturity in Tx description
Philip Kaufmann
2013-10-24
1
-1
/
+4
*
Refactor/encapsulate chain globals into a CChain class
Pieter Wuille
2013-10-11
1
-1
/
+1
*
qt: add vout index to transaction id in transactions details dialog
Wladimir J. van der Laan
2013-09-06
1
-3
/
+4
*
Bitcoin-Qt: fixes for using display unit from options
Philip Kaufmann
2013-08-29
1
-13
/
+13
*
Payment Protocol: X509-validated payment requests
Gavin Andresen
2013-08-22
1
-0
/
+16
*
Refactor: CAddressBookData for mapAddressBook
Gavin Andresen
2013-08-22
1
-8
/
+8
*
Removed AcceptToMemoryPool method from CTransaction. This method belongs to t...
Eric Lombrozo
2013-06-05
1
-2
/
+2
*
Bitcoin-Qt: massive header and cpp cleanup
Philip Kaufmann
2013-03-17
1
-1
/
+2
*
Display tx nLockTime correctly when set to block #
Peter Todd
2013-01-09
1
-1
/
+1
*
Batch block connection during IBD
Pieter Wuille
2012-10-20
1
-4
/
+1
*
Ultraprune
Pieter Wuille
2012-10-20
1
-3
/
+4
*
toHTML won't add empty wtx.mapValue elements
xanatos
2012-09-28
1
-7
/
+6
*
enhance translation possibilities in TransactionDesc / misc other changes
Philip Kaufmann
2012-07-03
1
-46
/
+38
*
Fix a typo in TransactionDesc
cardpuncher
2012-06-30
1
-1
/
+1
*
update info string in GUI for generated blocks and change "must wait" into "m...
Philip Kaufmann
2012-06-09
1
-1
/
+1
*
Refactor: split CKeyID/CScriptID/CTxDestination from CBitcoinAddress
Pieter Wuille
2012-05-24
1
-11
/
+13
*
Remove headers.h
Pieter Wuille
2012-04-17
1
-1
/
+3
*
Use scoped locks instead of CRITICAL_BLOCK
Pieter Wuille
2012-04-09
1
-2
/
+4
*
Move from noui.h / ui.h to one ui_interface.h with dummy implementation for t...
Wladimir J. van der Laan
2012-04-04
1
-1
/
+1
*
VC2010 compile fixes
Wladimir J. van der Laan
2012-04-03
1
-1
/
+1
*
Qt: Show transaction ID in details
Luke Dashjr
2012-01-10
1
-0
/
+2
*
Move HtmlEscape (escape for qt rich text controls) to qt gui utilities
Wladimir J. van der Laan
2011-12-23
1
-27
/
+11
*
Fix broken ExtractAddress (refactored, made callers check for addresses in ke...
Gavin Andresen
2011-12-22
1
-3
/
+3
*
Revert "Use standard C99 (and Qt) types for 64-bit integers"
Wladimir J. van der Laan
2011-12-21
1
-9
/
+8
*
Use standard C99 (and Qt) types for 64-bit integers
Luke Dashjr
2011-12-20
1
-8
/
+9
*
update to work with new lock system, add protocol.* to build system
Wladimir J. van der Laan
2011-09-02
1
-2
/
+2
*
QtUI code cleanup / comment improvements
Wladimir J. van der Laan
2011-08-08
1
-82
/
+51
[next]