aboutsummaryrefslogtreecommitdiff
path: root/src/qt/transactiondesc.cpp
AgeCommit message (Expand)Author
2014-04-18Solve chainActive-related locking issuesWladimir J. van der Laan
2014-04-17Add AssertLockHeld for cs_main to ChainActive-using functionsWladimir J. van der Laan
2014-02-16Merge pull request #3646Wladimir J. van der Laan
2014-02-14Handle "conflicted" transactions properlyGavin Andresen
2014-02-09Copyright header updates s/2013/2014 on files whose last git commit was done ...gubatron
2014-01-26Fix off-by-one errors in use of IsFinalTx()Peter Todd
2014-01-21[Qt] Show and store message of normal bitcoin:URICozz Lovan
2013-11-30Refactor: move GetValueIn(tx) to tx.GetValueIn()Gavin Andresen
2013-11-10Cleanup code using forward declarations.Brandon Dahler
2013-11-04qt: add license header to source filesWladimir J. van der Laan
2013-10-24[Qt]: fix num Blocks to maturity in Tx descriptionPhilip Kaufmann
2013-10-11Refactor/encapsulate chain globals into a CChain classPieter Wuille
2013-09-06qt: add vout index to transaction id in transactions details dialogWladimir J. van der Laan
2013-08-29Bitcoin-Qt: fixes for using display unit from optionsPhilip Kaufmann
2013-08-22Payment Protocol: X509-validated payment requestsGavin Andresen
2013-08-22Refactor: CAddressBookData for mapAddressBookGavin Andresen
2013-06-05Removed AcceptToMemoryPool method from CTransaction. This method belongs to t...Eric Lombrozo
2013-03-17Bitcoin-Qt: massive header and cpp cleanupPhilip Kaufmann
2013-01-09Display tx nLockTime correctly when set to block #Peter Todd
2012-10-20Batch block connection during IBDPieter Wuille
2012-10-20UltraprunePieter Wuille
2012-09-28toHTML won't add empty wtx.mapValue elementsxanatos
2012-07-03enhance translation possibilities in TransactionDesc / misc other changesPhilip Kaufmann
2012-06-30Fix a typo in TransactionDesccardpuncher
2012-06-09update info string in GUI for generated blocks and change "must wait" into "m...Philip Kaufmann
2012-05-24Refactor: split CKeyID/CScriptID/CTxDestination from CBitcoinAddressPieter Wuille
2012-04-17Remove headers.hPieter Wuille
2012-04-09Use scoped locks instead of CRITICAL_BLOCKPieter Wuille
2012-04-04Move from noui.h / ui.h to one ui_interface.h with dummy implementation for t...Wladimir J. van der Laan
2012-04-03VC2010 compile fixesWladimir J. van der Laan
2012-01-10Qt: Show transaction ID in detailsLuke Dashjr
2011-12-23Move HtmlEscape (escape for qt rich text controls) to qt gui utilitiesWladimir J. van der Laan
2011-12-22Fix broken ExtractAddress (refactored, made callers check for addresses in ke...Gavin Andresen
2011-12-21Revert "Use standard C99 (and Qt) types for 64-bit integers"Wladimir J. van der Laan
2011-12-20Use standard C99 (and Qt) types for 64-bit integersLuke Dashjr
2011-09-02update to work with new lock system, add protocol.* to build systemWladimir J. van der Laan
2011-08-08QtUI code cleanup / comment improvementsWladimir J. van der Laan
2011-07-31Properly html-escape labelsWladimir J. van der Laan
2011-07-29Make debug info more interesting (show SHA160 addresses for inputs)Wladimir J. van der Laan
2011-07-27Merge branch 'master' of https://github.com/bitcoin/bitcoinWladimir J. van der Laan
2011-07-26Merge remote branch 'upstream/master'Wladimir J. van der Laan
2011-07-03windows build fixesWladimir J. van der Laan
2011-06-26update core to d0d80170a2ca73004e08fb85007fe055cbf4e411 (CWallet class)Wladimir J. van der Laan
2011-06-25compile fixes by UnthinkingbitWladimir J. van der Laan
2011-06-18remove commented code, use // for one-line comments and comments inside funct...Wladimir J. van der Laan
2011-06-13Internationalization -- initial step, make _ return a std::string to prevent ...Wladimir J. van der Laan
2011-06-11move back to original directory structureWladimir J. van der Laan