aboutsummaryrefslogtreecommitdiff
path: root/src/qt/clientmodel.cpp
AgeCommit message (Expand)Author
2013-04-04Bitcoin-Qt: add Genesis blocks time for testnetPhilip Kaufmann
2013-03-17Bitcoin-Qt: massive header and cpp cleanupPhilip Kaufmann
2013-02-16Transactions-based verification progressPieter Wuille
2013-02-16Change progress bar from block-based to time-basedWladimir J. van der Laan
2013-01-30Prevent Qt crash at startup with an empty data directoryGavin Andresen
2013-01-04Bitcoin-Qt: never display own block count > estimated block countPhilip Kaufmann
2012-12-03Bitcoin-Qt: remove obsolete modal flag from GUI APIsPhilip Kaufmann
2012-11-26update CClientUIInterface and remove orphan Wx stuffPhilip Kaufmann
2012-11-09Add -reindex, to perform in-place reindexing of block chain filesPieter Wuille
2012-10-25Show warning when using prerelease versionWladimir J. van der Laan
2012-10-20Move external block import to separate threadPieter Wuille
2012-08-28Refactor: move alert code from main to alert.cpp/hGavin Andresen
2012-08-01only update cached values in ClientModel::updateTimer() when they are changedPhilip Kaufmann
2012-07-06Add a timer to check for changes in immature or unconfirmed balances,Scott Ellis
2012-05-23add client startup time as an entry to debug.log (note: logged time in debug....Philip Kaufmann
2012-05-20Convert UI interface to boost::signals2.Wladimir J. van der Laan
2012-05-20Fine-grained UI updatesWladimir J. van der Laan
2012-05-12add the client startup time to the debug window / rename Version label to Cli...Philip Kaufmann
2012-05-05Add UI RPC console / debug windowWladimir J. van der Laan
2012-04-17Remove headers.hPieter Wuille
2012-04-10Build identification stringsPieter Wuille
2012-04-04Update UI through async calls MainFrameRepaint and AddressBookRepaint instead...Wladimir J. van der Laan
2011-12-13Fix status bar not displaying Alerts.Matt Corallo
2011-09-11clarify function signature (GetNumBlocksOfPeers) and use number of 'frozen' b...Wladimir J. van der Laan
2011-09-11The synchronization progress bar now compares the amount of total blocks to a...Janne Pulkkinen
2011-09-02update to work with new lock system, add protocol.* to build systemWladimir 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-17make initial block download reporting somewhat better by tracking version res...Wladimir J. van der Laan
2011-07-08Display a "freshness" indicator instead of nr of blocksWladimir J. van der Laan
2011-07-01General cleanupsWladimir J. van der Laan
2011-06-30Make it very clear when on testnet (green icon, add [testnet] to title)Wladimir J. van der Laan
2011-06-30Split off WalletModel from ClientModel, to be able to support multi-wallets i...Wladimir J. van der Laan
2011-06-26update core to d0d80170a2ca73004e08fb85007fe055cbf4e411 (CWallet class)Wladimir J. van der Laan
2011-06-25allow adding address to address book in send 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-18Prevent notification balloon-spam on initial block download, const-correctnes...Wladimir 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-11move back to original directory structureWladimir J. van der Laan