aboutsummaryrefslogtreecommitdiff
path: root/src/qt/transactiontablemodel.cpp
AgeCommit message (Expand)Author
2014-06-27UI to alert of respend attempt affecting wallet.Tom Harding
2014-06-25[Qt] New status bar Unit Display Control and related changes.gubatron
2014-05-28[Qt] Fix Transaction details shows wrong To:Cozz Lovan
2014-05-17Implement SI-style (thin space) thoudands separatorRoy Badami
2014-04-25[Qt] Optionally add third party links to transaction context menuCozz Lovan
2014-04-23qt: get required locks upfront in polling functionsWladimir J. van der Laan
2014-04-18Solve chainActive-related locking issuesWladimir J. van der Laan
2014-02-28qt: Modernize 'confirmed' terminology in shown tx statusWladimir J. van der Laan
2014-02-16Merge pull request #3646Wladimir J. van der Laan
2014-02-14qt: GUI for conflicted transactionsWladimir J. van der Laan
2014-02-09Copyright header updates s/2013/2014 on files whose last git commit was done ...gubatron
2014-01-06qt: Better status text for mined transactionsWladimir J. van der Laan
2013-11-10Cleanup code using forward declarations.Brandon Dahler
2013-11-04qt: add license header to source filesWladimir J. van der Laan
2013-10-11Refactor/encapsulate chain globals into a CChain classPieter Wuille
2013-09-06Merge pull request #2976 from laanwj/2013_09_txid_detailsWladimir J. van der Laan
2013-09-06qt: add vout index to transaction id in transactions details dialogWladimir J. van der Laan
2013-09-06Bitcoin-Qt: Use qDebug() for printing to debug.logPhilip Kaufmann
2013-09-02Merge pull request #2951 from laanwj/2013_08_addressbook_purposeWladimir J. van der Laan
2013-08-29qt: Handle address purpose in incremental updatesWladimir J. van der Laan
2013-08-29Bitcoin-Qt: fixes for using display unit from optionsPhilip Kaufmann
2013-03-17Bitcoin-Qt: massive header and cpp cleanupPhilip Kaufmann
2013-01-09Display tx nLockTime correctly when set to block #Peter Todd
2012-08-23Treat generation (mined) transactions less different from receive transactionsLuke Dashjr
2012-06-20GUI: ensure a changed bitcoin unit immediately updates the tx list amountsPhilip Kaufmann
2012-06-09update info string in GUI for generated blocks and change "must wait" into "m...Philip Kaufmann
2012-05-20Fine-grained UI updatesWladimir J. van der Laan
2012-04-17Remove headers.hPieter Wuille
2012-04-15fix warnings: 'XX' defined as a struct here but previously declared as a clas...Wladimir J. van der Laan
2012-04-09Use scoped locks instead of CRITICAL_BLOCKPieter Wuille
2012-03-27removed an ugly line break in a transaction tooltip for case TransactionStatu...Philip Kaufmann
2011-12-28Fix transaction type in UI: not all tx'es with "from"/"to" field are necessar...Wladimir J. van der Laan
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-08-07don't include <QDebug>Wladimir J. van der Laan
2011-08-06reorganize transaction model data function, and transaction tooltipWladimir J. van der Laan
2011-08-05improve tooltip over transactionsWladimir J. van der Laan
2011-08-04Clarity: change definition of "confirmed" to "counts towards balance"Wladimir J. van der Laan
2011-08-03show last few transactions on overview pageWladimir J. van der Laan
2011-07-31show n/a for mined transactions (and send to self) instead of empty fieldWladimir J. van der Laan
2011-07-31address iconsWladimir J. van der Laan
2011-07-30Hide addresses in transaction overview by default, they can be re-shown as a ...Wladimir J. van der Laan
2011-07-29Full support for other units, add configuration option for default unit (used...Wladimir J. van der Laan
2011-07-25preparations for multiple unit (uBTC, mBTC, BTC) support, fix amount entry issueWladimir J. van der Laan
2011-07-25put color constants in guiconstants.hWladimir J. van der Laan
2011-07-08Add context menu on transaction list: copy label, copy address, edit label, s...Wladimir J. van der Laan
2011-07-08Transaction list: less terse tooltipWladimir J. van der Laan
2011-07-07"Status" doesn't fit into narrow first column in transaction history, make th...Wladimir J. van der Laan
2011-07-07Qt handles the "..." for too long table rows. Remove this functionality from ...Wladimir J. van der Laan
2011-07-07Export functionality for transaction listWladimir J. van der Laan