Age | Commit message (Expand) | Author |
2013-10-17 | Merge pull request #3084 from Diapolo/clientmodel | Wladimir J. van der Laan |
2013-10-15 | Merge pull request #2924 from sje397/TrafficGraph | Wladimir J. van der Laan |
2013-10-15 | clientmodel: remove 2 hard-coded values, use CChainParams instead | Philip Kaufmann |
2013-10-14 | Add network traffic graph | Scott Ellis |
2013-10-11 | Refactor/encapsulate chain globals into a CChain class | Pieter Wuille |
2013-09-28 | several small Qt-related fixes | Philip Kaufmann |
2013-09-06 | Bitcoin-Qt: Use qDebug() for printing to debug.log | Philip Kaufmann |
2013-06-19 | Introduce a CChainParameters singleton class and regtest mode. | Mike Hearn |
2013-04-10 | rework ClientModel::getBlockSource() + BitcoinGUI::setNumBlocks() | Philip Kaufmann |
2013-04-06 | Bitcoin-Qt: emit numBlocksChanged for changed reindex or importing state | Philip Kaufmann |
2013-04-04 | Bitcoin-Qt: add Genesis blocks time for testnet | Philip Kaufmann |
2013-03-17 | Bitcoin-Qt: massive header and cpp cleanup | Philip Kaufmann |
2013-02-16 | Transactions-based verification progress | Pieter Wuille |
2013-02-16 | Change progress bar from block-based to time-based | Wladimir J. van der Laan |
2013-01-30 | Prevent Qt crash at startup with an empty data directory | Gavin Andresen |
2013-01-04 | Bitcoin-Qt: never display own block count > estimated block count | Philip Kaufmann |
2012-12-03 | Bitcoin-Qt: remove obsolete modal flag from GUI APIs | Philip Kaufmann |
2012-11-26 | update CClientUIInterface and remove orphan Wx stuff | Philip Kaufmann |
2012-11-09 | Add -reindex, to perform in-place reindexing of block chain files | Pieter Wuille |
2012-10-25 | Show warning when using prerelease version | Wladimir J. van der Laan |
2012-10-20 | Move external block import to separate thread | Pieter Wuille |
2012-08-28 | Refactor: move alert code from main to alert.cpp/h | Gavin Andresen |
2012-08-01 | only update cached values in ClientModel::updateTimer() when they are changed | Philip Kaufmann |
2012-07-06 | Add a timer to check for changes in immature or unconfirmed balances, | Scott Ellis |
2012-05-23 | add client startup time as an entry to debug.log (note: logged time in debug.... | Philip Kaufmann |
2012-05-20 | Convert UI interface to boost::signals2. | Wladimir J. van der Laan |
2012-05-20 | Fine-grained UI updates | Wladimir J. van der Laan |
2012-05-12 | add the client startup time to the debug window / rename Version label to Cli... | Philip Kaufmann |
2012-05-05 | Add UI RPC console / debug window | Wladimir J. van der Laan |
2012-04-17 | Remove headers.h | Pieter Wuille |
2012-04-10 | Build identification strings | Pieter Wuille |
2012-04-04 | Update UI through async calls MainFrameRepaint and AddressBookRepaint instead... | Wladimir J. van der Laan |
2011-12-13 | Fix status bar not displaying Alerts. | Matt Corallo |
2011-09-11 | clarify function signature (GetNumBlocksOfPeers) and use number of 'frozen' b... | Wladimir J. van der Laan |
2011-09-11 | The synchronization progress bar now compares the amount of total blocks to a... | Janne Pulkkinen |
2011-09-02 | update to work with new lock system, add protocol.* to build system | Wladimir J. van der Laan |
2011-07-29 | Full support for other units, add configuration option for default unit (used... | Wladimir J. van der Laan |
2011-07-17 | make initial block download reporting somewhat better by tracking version res... | Wladimir J. van der Laan |
2011-07-08 | Display a "freshness" indicator instead of nr of blocks | Wladimir J. van der Laan |
2011-07-01 | General cleanups | Wladimir J. van der Laan |
2011-06-30 | Make it very clear when on testnet (green icon, add [testnet] to title) | Wladimir J. van der Laan |
2011-06-30 | Split off WalletModel from ClientModel, to be able to support multi-wallets i... | Wladimir J. van der Laan |
2011-06-26 | update core to d0d80170a2ca73004e08fb85007fe055cbf4e411 (CWallet class) | Wladimir J. van der Laan |
2011-06-25 | allow adding address to address book in send dialog | Wladimir J. van der Laan |
2011-06-21 | Allow changing default address (fixes issue #6) | Wladimir J. van der Laan |
2011-06-18 | On initial block chain download, show a progress bar | Wladimir J. van der Laan |
2011-06-18 | Prevent notification balloon-spam on initial block download, const-correctnes... | Wladimir J. van der Laan |
2011-06-18 | remove commented code, use // for one-line comments and comments inside funct... | Wladimir J. van der Laan |
2011-06-11 | move back to original directory structure | Wladimir J. van der Laan |