77 Commits (ad204df1a9077327ab1142fbc9bf41369c1a73d1)

Author SHA1 Message Date
Jonas Schnelli ad204df1a9 [Qt] add banlist table below peers table 9 years ago
Philip Kaufmann 54bd28fa75 [Qt] show client user agent in debug window 9 years ago
Jorge Timón 60c8bac77c Includes: Cleanup around net main and wallet 9 years ago
Wladimir J. van der Laan d29ec6c230 qt: define QT_NO_KEYWORDS 9 years ago
Philip Kaufmann 5e058e7417 [Qt] constify foreach uses where possible 10 years ago
Cory Fields 11982d366d checkpoints: Decouple checkpoints from Params 10 years ago
Philip Kaufmann 8517e9709e [Qt] rework setNumBlocks to have blockDate as parameter 10 years ago
Philip Kaufmann deda3e156d [Qt] remove unused getNumBlocksAtStartup() from ClientModel 10 years ago
Pavel Janík 5262fde0ec Remove whitespaces before double colon in errors and logs 10 years ago
sandakersmann f914f1a746
Added "Core" to copyright headers 10 years ago
Michael Ford 78253fcbad Remove references to X11 licence 10 years ago
Cory Fields 71697f97d3 Separate protocol versioning from clientversion 10 years ago
Wladimir J. van der Laan ad49c256c3 Split up util.cpp/h 10 years ago
Jeff Garzik beb36e800c ui_interface: remove unused NotifyBlocksChanged signal 10 years ago
jtimon 209377a7cb Use GetBlockTime() more 11 years ago
Philip Kaufmann f5ae6c9826 add NetworkIDString() to chainparams 11 years ago
Cozz Lovan 06a91d9698 VerifyDB progress 11 years ago
Philip Kaufmann bbe1925ce3 [Qt] style police and small addition in rpcconsole 11 years ago
Ashley Holman 65f78a111f
Qt: Add GUI view of peer information. #4133 11 years ago
Wladimir J. van der Laan aa250f0453 Remove NumBlocksOfPeers 11 years ago
Wladimir J. van der Laan 41106a50d2 qt: get required locks upfront in polling functions 11 years ago
Wladimir J. van der Laan 55a1db4fa2 Solve chainActive-related locking issues 11 years ago
Philip Kaufmann 8e29623077 [Qt] show number of in/out connections in debug console 11 years ago
Wladimir J. van der Laan 2ea980a77c qt: Treat regtest as testnet 11 years ago
Brandon Dahler 51ed9ec971 Cleanup code using forward declarations. 11 years ago
Wladimir J. van der Laan e592d43f51 qt: add license header to source files 11 years ago
Philip Kaufmann 47970dac41 clientmodel: remove 2 hard-coded values, use CChainParams instead 11 years ago
Scott Ellis ce14345a89 Add network traffic graph 11 years ago
Pieter Wuille 4c6d41b8b6 Refactor/encapsulate chain globals into a CChain class 11 years ago
Philip Kaufmann d5f0ef54f8 several small Qt-related fixes 11 years ago
Philip Kaufmann 42018eff07 Bitcoin-Qt: Use qDebug() for printing to debug.log 11 years ago
Mike Hearn 0e4b317555 Introduce a CChainParameters singleton class and regtest mode. 12 years ago
Philip Kaufmann 4881353efe rework ClientModel::getBlockSource() + BitcoinGUI::setNumBlocks() 12 years ago
Philip Kaufmann 87dd6035e5 Bitcoin-Qt: emit numBlocksChanged for changed reindex or importing state 12 years ago
Philip Kaufmann 8d432cd66d Bitcoin-Qt: add Genesis blocks time for testnet 12 years ago
Philip Kaufmann 32af5266cf Bitcoin-Qt: massive header and cpp cleanup 12 years ago
Pieter Wuille 9f2467ad62 Transactions-based verification progress 12 years ago
Wladimir J. van der Laan 24cde0b7d1 Change progress bar from block-based to time-based 12 years ago
Gavin Andresen 85b534b23e Prevent Qt crash at startup with an empty data directory 12 years ago
Philip Kaufmann 54413aab13 Bitcoin-Qt: never display own block count > estimated block count 12 years ago
Philip Kaufmann 3675588a30 Bitcoin-Qt: remove obsolete modal flag from GUI APIs 12 years ago
Philip Kaufmann 5350ea4171 update CClientUIInterface and remove orphan Wx stuff 12 years ago
Pieter Wuille 7fea484674 Add -reindex, to perform in-place reindexing of block chain files 12 years ago
Wladimir J. van der Laan 62e21fb5d0 Show warning when using prerelease version 12 years ago
Pieter Wuille 66b02c93e6 Move external block import to separate thread 12 years ago
Gavin Andresen f35c6c4fb9 Refactor: move alert code from main to alert.cpp/h 12 years ago
Philip Kaufmann 75578d60f3 only update cached values in ClientModel::updateTimer() when they are changed 12 years ago
Scott Ellis 6c83a8419b Add a timer to check for changes in immature or unconfirmed balances, 13 years ago
Philip Kaufmann 41c6b8abc6 add client startup time as an entry to debug.log (note: logged time in debug.log differs by a few seconds from the one displayed in the Debug window) / make ClientModel::formatClientStartupTime() return a QString 13 years ago
Wladimir J. van der Laan ab1b288fa7 Convert UI interface to boost::signals2. 13 years ago