77 Commits (91eeaa03354bbb4ee79d6defaffaef2b32ecbe29)

Author SHA1 Message Date
practicalswift 4087d9ea7c Remove unnecessary forward class declarations in header files 8 years ago
Jonas Schnelli 4082fb0003
Add missing <atomic> header in clientmodel.h 8 years ago
Jonas Schnelli 610a91719c
Declare headers height/time cache mutable, re-set the methods const 8 years ago
Jonas Schnelli 7148f5e7d7
Reduce cs_main locks during modal overlay by adding an atomic cache 8 years ago
Jonas Schnelli 40ec7c7b0d
[Qt] Improve progress display during headers-sync and peer-finding 8 years ago
isle2983 27765b6403 Increment MIT Licence copyright header year on files modified in 2016 8 years ago
Jon Lund Steffensen 32efa79e0e Qt: Add GUI feedback and control of network activity state. 8 years ago
Jonas Schnelli d8b062ef5e
[Qt] only update "amount of blocks left" when the header chain is in-sync 8 years ago
Jonas Schnelli e47052f6b5
[Qt] ClientModel add method to get the height of the header chain 8 years ago
Wladimir J. van der Laan a7897c02f7 qt: Remove client name from debug window 9 years ago
Pieter Wuille b4d24e142e Report reindexing progress in GUI 9 years ago
Jonas Schnelli fc737d127f
[Qt] remove unused formatBuildDate method 9 years ago
Jonas Schnelli 4856f1d671
[Qt] Debug window: replace "Build date" with "Datadir" 9 years ago
BtcDrak 92066344fd Update alert notification and GUI 9 years ago
MarcoFalke fa24439ff3 Bump copyright headers to 2015 9 years ago
Jonas Schnelli 4082e46603
[Qt] call GuessVerificationProgress synchronous during core signal, pass double over UI signal 9 years ago
Jonas Schnelli 947d20b84a
[Qt] reduce cs_main in getVerificationProgress() 9 years ago
Jonas Schnelli e6d50fcdec
[Qt] update block tip (height and date) without locking cs_main, update always (each block) 9 years ago
Jonas Schnelli c197798d1b
[Qt] simple mempool info in debug window 9 years ago
Philip Kaufmann cdd72cd5fb [Qt] simplify ban list signal handling 9 years ago
Jonas Schnelli 6135309816 [Qt] banlist, UI optimizing and better signal handling 9 years ago
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
Wladimir J. van der Laan d29ec6c230 qt: define QT_NO_KEYWORDS 9 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
sandakersmann f914f1a746
Added "Core" to copyright headers 10 years ago
Michael Ford 78253fcbad Remove references to X11 licence 10 years ago
Pavel Janík 84738627ce Fix all header defines 10 years ago
Philip Kaufmann f5ae6c9826 add NetworkIDString() to chainparams 11 years ago
Cozz Lovan 06a91d9698 VerifyDB progress 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
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
Philip Kaufmann ccd1372dd0 [Qt] small notificator and style changes 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
Scott Ellis ce14345a89 Add network traffic graph 11 years ago
Philip Kaufmann 42018eff07 Bitcoin-Qt: Use qDebug() for printing to debug.log 11 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 32af5266cf Bitcoin-Qt: massive header and cpp cleanup 12 years ago
Pieter Wuille 9f2467ad62 Transactions-based verification progress 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
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