aboutsummaryrefslogtreecommitdiff
path: root/src/qt/bitcoingui.cpp
AgeCommit message (Collapse)Author
2011-06-30Split off WalletModel from ClientModel, to be able to support multi-wallets ↵Wladimir J. van der Laan
in future
2011-06-30Make it more clear what the "New" button doesWladimir J. van der Laan
2011-06-29Implement filter row instead of tabs, allows for more expressive filtersWladimir J. van der Laan
2011-06-29add "BTC" to balance for clarityWladimir J. van der Laan
2011-06-26add icons to "New..." and "Copy to clipboard" buttonsWladimir J. van der Laan
2011-06-26Change transaction table:Wladimir J. van der Laan
- Split "Description" column into "Type" and "Address", to make sorting easier (and facilitate filtering in the future) - Merged "credit" and "debit" columns into one "amount" column that can be black (positive) or red (negative)
2011-06-26update core to d0d80170a2ca73004e08fb85007fe055cbf4e411 (CWallet class)Wladimir J. van der Laan
2011-06-25Improve look/usablity of send coins dialogWladimir J. van der Laan
2011-06-25Call "initial download" "synchronizing with network" insteadWladimir J. van der Laan
2011-06-24use buttonbox for options dialogWladimir J. van der Laan
2011-06-21Allow changing default address (fixes issue #6)Wladimir J. van der Laan
2011-06-18On initial block chain download, show a progress barWladimir J. van der Laan
2011-06-18add configure and receive iconWladimir J. van der Laan
2011-06-18Prevent notification balloon-spam on initial block download, ↵Wladimir J. van der Laan
const-correctness in client model
2011-06-18remove commented code, use // for one-line comments and comments inside ↵Wladimir J. van der Laan
functions
2011-06-17better icons for confirmationsWladimir J. van der Laan
2011-06-16show connection meter "full" only at 10+ connectionsWladimir J. van der Laan
2011-06-14add connection meterWladimir J. van der Laan
2011-06-14Make status column narrow (icon only, details on tooltip)Wladimir J. van der Laan
2011-06-13Address book: select action (edit/select) based on contextWladimir J. van der Laan
2011-06-13Status column reorganizationWladimir J. van der Laan
2011-06-11move back to original directory structureWladimir J. van der Laan