aboutsummaryrefslogtreecommitdiff
path: root/src/qt/clientmodel.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Remove references to X11 licenceMichael Ford2014-12-161-1/+1
* Separate protocol versioning from clientversionCory Fields2014-10-291-0/+1
* Merge pull request #4599Jeff Garzik2014-08-291-8/+0
|\
| * ui_interface: remove unused NotifyBlocksChanged signalJeff Garzik2014-08-141-8/+0
* | Split up util.cpp/hWladimir J. van der Laan2014-08-261-0/+1
|/
* Use GetBlockTime() morejtimon2014-07-071-1/+1
* add NetworkIDString() to chainparamsPhilip Kaufmann2014-06-121-8/+0
* Merge pull request #4223Wladimir J. van der Laan2014-06-041-0/+10
|\
| * VerifyDB progressCozz Lovan2014-06-031-0/+10
* | [Qt] style police and small addition in rpcconsolePhilip Kaufmann2014-06-031-1/+3
|/
* Qt: Add GUI view of peer information. #4133Ashley Holman2014-06-031-1/+8
* Remove NumBlocksOfPeersWladimir J. van der Laan2014-05-061-11/+3
* qt: get required locks upfront in polling functionsWladimir J. van der Laan2014-04-231-0/+6
* Solve chainActive-related locking issuesWladimir J. van der Laan2014-04-181-0/+3
* [Qt] show number of in/out connections in debug consolePhilip Kaufmann2014-03-031-2/+11
* qt: Treat regtest as testnetWladimir J. van der Laan2013-12-201-2/+5
* Cleanup code using forward declarations.Brandon Dahler2013-11-101-7/+7
* qt: add license header to source filesWladimir J. van der Laan2013-11-041-0/+4
* Merge pull request #3084 from Diapolo/clientmodelWladimir J. van der Laan2013-10-171-3/+1
|\
| * clientmodel: remove 2 hard-coded values, use CChainParams insteadPhilip Kaufmann2013-10-151-3/+1
* | Merge pull request #2924 from sje397/TrafficGraphWladimir J. van der Laan2013-10-151-0/+12
|\ \ | |/ |/|
| * Add network traffic graphScott Ellis2013-10-141-0/+12
* | Refactor/encapsulate chain globals into a CChain classPieter Wuille2013-10-111-4/+4
|/
* several small Qt-related fixesPhilip Kaufmann2013-09-281-2/+1
* Bitcoin-Qt: Use qDebug() for printing to debug.logPhilip Kaufmann2013-09-061-2/+3
* Introduce a CChainParameters singleton class and regtest mode.Mike Hearn2013-06-191-1/+2
* rework ClientModel::getBlockSource() + BitcoinGUI::setNumBlocks()Philip Kaufmann2013-04-101-2/+5
* Bitcoin-Qt: emit numBlocksChanged for changed reindex or importing statePhilip Kaufmann2013-04-061-2/+8
* Bitcoin-Qt: add Genesis blocks time for testnetPhilip Kaufmann2013-04-041-1/+3
* Bitcoin-Qt: massive header and cpp cleanupPhilip Kaufmann2013-03-171-0/+1
* Transactions-based verification progressPieter Wuille2013-02-161-0/+5
* Change progress bar from block-based to time-basedWladimir J. van der Laan2013-02-161-0/+1
* Prevent Qt crash at startup with an empty data directoryGavin Andresen2013-01-301-1/+4
* Bitcoin-Qt: never display own block count > estimated block countPhilip Kaufmann2013-01-041-4/+3
* Bitcoin-Qt: remove obsolete modal flag from GUI APIsPhilip Kaufmann2012-12-031-1/+1
* update CClientUIInterface and remove orphan Wx stuffPhilip Kaufmann2012-11-261-1/+1
* 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