aboutsummaryrefslogtreecommitdiff
path: root/src/qt/clientmodel.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Add -reindex, to perform in-place reindexing of block chain filesPieter Wuille2012-11-091-2/+6
* Show warning when using prerelease versionWladimir J. van der Laan2012-10-251-3/+6
* Move external block import to separate threadPieter Wuille2012-10-201-0/+5
* Refactor: move alert code from main to alert.cpp/hGavin Andresen2012-08-281-0/+1
* only update cached values in ClientModel::updateTimer() when they are changedPhilip Kaufmann2012-08-011-3/+5
* Add a timer to check for changes in immature or unconfirmed balances,Scott Ellis2012-07-061-1/+1
* add client startup time as an entry to debug.log (note: logged time in debug....Philip Kaufmann2012-05-231-2/+2
* Convert UI interface to boost::signals2.Wladimir J. van der Laan2012-05-201-0/+45
* Fine-grained UI updatesWladimir J. van der Laan2012-05-201-17/+40
* add the client startup time to the debug window / rename Version label to Cli...Philip Kaufmann2012-05-121-0/+6
* Add UI RPC console / debug windowWladimir J. van der Laan2012-05-051-0/+5
* Remove headers.hPieter Wuille2012-04-171-1/+1
* Build identification stringsPieter Wuille2012-04-101-0/+5
* Update UI through async calls MainFrameRepaint and AddressBookRepaint instead...Wladimir J. van der Laan2012-04-041-8/+10
* Fix status bar not displaying Alerts.Matt Corallo2011-12-131-0/+5
* clarify function signature (GetNumBlocksOfPeers) and use number of 'frozen' b...Wladimir J. van der Laan2011-09-111-2/+2
* The synchronization progress bar now compares the amount of total blocks to a...Janne Pulkkinen2011-09-111-0/+8
* 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 (used...Wladimir J. van der Laan2011-07-291-4/+2
* make initial block download reporting somewhat better by tracking version res...Wladimir J. van der Laan2011-07-171-6/+12
* 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 i...Wladimir J. van der Laan2011-06-301-92/+1
* 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, const-correctnes...Wladimir J. van der Laan2011-06-181-5/+10
* remove commented code, use // for one-line comments and comments inside funct...Wladimir J. van der Laan2011-06-181-6/+4
* move back to original directory structureWladimir J. van der Laan2011-06-111-0/+156