aboutsummaryrefslogtreecommitdiff
path: root/src/qt/transactiondesc.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* qt: add license header to source filesWladimir J. van der Laan2013-11-041-0/+4
* [Qt]: fix num Blocks to maturity in Tx descriptionPhilip Kaufmann2013-10-241-1/+4
* Refactor/encapsulate chain globals into a CChain classPieter Wuille2013-10-111-1/+1
* qt: add vout index to transaction id in transactions details dialogWladimir J. van der Laan2013-09-061-3/+4
* Bitcoin-Qt: fixes for using display unit from optionsPhilip Kaufmann2013-08-291-13/+13
* Payment Protocol: X509-validated payment requestsGavin Andresen2013-08-221-0/+16
* Refactor: CAddressBookData for mapAddressBookGavin Andresen2013-08-221-8/+8
* Removed AcceptToMemoryPool method from CTransaction. This method belongs to t...Eric Lombrozo2013-06-051-2/+2
* Bitcoin-Qt: massive header and cpp cleanupPhilip Kaufmann2013-03-171-1/+2
* Display tx nLockTime correctly when set to block #Peter Todd2013-01-091-1/+1
* Batch block connection during IBDPieter Wuille2012-10-201-4/+1
* UltraprunePieter Wuille2012-10-201-3/+4
* toHTML won't add empty wtx.mapValue elementsxanatos2012-09-281-7/+6
* enhance translation possibilities in TransactionDesc / misc other changesPhilip Kaufmann2012-07-031-46/+38
* Fix a typo in TransactionDesccardpuncher2012-06-301-1/+1
* update info string in GUI for generated blocks and change "must wait" into "m...Philip Kaufmann2012-06-091-1/+1
* Refactor: split CKeyID/CScriptID/CTxDestination from CBitcoinAddressPieter Wuille2012-05-241-11/+13
* Remove headers.hPieter Wuille2012-04-171-1/+3
* Use scoped locks instead of CRITICAL_BLOCKPieter Wuille2012-04-091-2/+4
* Move from noui.h / ui.h to one ui_interface.h with dummy implementation for t...Wladimir J. van der Laan2012-04-041-1/+1
* VC2010 compile fixesWladimir J. van der Laan2012-04-031-1/+1
* Qt: Show transaction ID in detailsLuke Dashjr2012-01-101-0/+2
* Move HtmlEscape (escape for qt rich text controls) to qt gui utilitiesWladimir J. van der Laan2011-12-231-27/+11
* Fix broken ExtractAddress (refactored, made callers check for addresses in ke...Gavin Andresen2011-12-221-3/+3
* Revert "Use standard C99 (and Qt) types for 64-bit integers"Wladimir J. van der Laan2011-12-211-9/+8
* Use standard C99 (and Qt) types for 64-bit integersLuke Dashjr2011-12-201-8/+9
* update to work with new lock system, add protocol.* to build systemWladimir J. van der Laan2011-09-021-2/+2
* QtUI code cleanup / comment improvementsWladimir J. van der Laan2011-08-081-82/+51