aboutsummaryrefslogtreecommitdiff
path: root/src/qt/clientmodel.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* The synchronization progress bar now compares the amount of total blocks to ↵Janne Pulkkinen2011-09-111-0/+8
| | | | amount of blocks downloaded at application start-up. Could be probably implemented better.
* update to work with new lock system, add protocol.* to build systemWladimir J. van der Laan2011-09-021-1/+1
|
* Full support for other units, add configuration option for default unit ↵Wladimir J. van der Laan2011-07-291-4/+2
| | | | (used when displaying amounts)
* make initial block download reporting somewhat better by tracking version ↵Wladimir J. van der Laan2011-07-171-6/+12
| | | | responses
* Display a "freshness" indicator instead of nr of blocksWladimir J. van der Laan2011-07-081-0/+6
|
* General cleanupsWladimir J. van der Laan2011-07-011-0/+4
|
* Make it very clear when on testnet (green icon, add [testnet] to title)Wladimir J. van der Laan2011-06-301-0/+5
|
* Split off WalletModel from ClientModel, to be able to support multi-wallets ↵Wladimir J. van der Laan2011-06-301-92/+1
| | | | in future
* update core to d0d80170a2ca73004e08fb85007fe055cbf4e411 (CWallet class)Wladimir J. van der Laan2011-06-261-13/+16
|
* allow adding address to address book in send dialogWladimir J. van der Laan2011-06-251-3/+4
|
* Allow changing default address (fixes issue #6)Wladimir J. van der Laan2011-06-211-25/+3
|
* On initial block chain download, show a progress barWladimir J. van der Laan2011-06-181-0/+6
|
* Prevent notification balloon-spam on initial block download, ↵Wladimir J. van der Laan2011-06-181-5/+10
| | | | const-correctness in client model
* remove commented code, use // for one-line comments and comments inside ↵Wladimir J. van der Laan2011-06-181-6/+4
| | | | functions
* move back to original directory structureWladimir J. van der Laan2011-06-111-0/+156