index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
qt
/
clientmodel.cpp
Age
Commit message (
Expand
)
Author
2015-12-01
Merge pull request #7141
Wladimir J. van der Laan
2015-12-01
qt: use QMetaObject::invokeMethod for cross-thread signaling in clientmodel
Wladimir J. van der Laan
2015-12-01
rpc: Don't translate warning messages
Wladimir J. van der Laan
2015-11-30
[Qt] call GuessVerificationProgress synchronous during core signal, pass doub...
Jonas Schnelli
2015-11-30
[Qt] reduce cs_main in getVerificationProgress()
Jonas Schnelli
2015-11-30
[Qt] update block tip (height and date) without locking cs_main, update alway...
Jonas Schnelli
2015-11-20
[Qt] simple mempool info in debug window
Jonas Schnelli
2015-09-16
[Qt] simplify ban list signal handling
Philip Kaufmann
2015-09-16
[Qt] polish ban table
Philip Kaufmann
2015-09-16
[Qt] banlist, UI optimizing and better signal handling
Jonas Schnelli
2015-09-16
[Qt] add ui signal for banlist changes
Jonas Schnelli
2015-09-16
[Qt] add banlist table below peers table
Jonas Schnelli
2015-08-07
[Qt] show client user agent in debug window
Philip Kaufmann
2015-07-23
Includes: Cleanup around net main and wallet
Jorge Timón
2015-07-15
qt: define QT_NO_KEYWORDS
Wladimir J. van der Laan
2015-07-07
[Qt] constify foreach uses where possible
Philip Kaufmann
2015-04-30
checkpoints: Decouple checkpoints from Params
Cory Fields
2015-03-09
[Qt] rework setNumBlocks to have blockDate as parameter
Philip Kaufmann
2015-02-09
[Qt] remove unused getNumBlocksAtStartup() from ClientModel
Philip Kaufmann
2015-01-31
Remove whitespaces before double colon in errors and logs
Pavel Janík
2014-12-19
Added "Core" to copyright headers
sandakersmann
2014-12-16
Remove references to X11 licence
Michael Ford
2014-10-29
Separate protocol versioning from clientversion
Cory Fields
2014-08-29
Merge pull request #4599
Jeff Garzik
2014-08-26
Split up util.cpp/h
Wladimir J. van der Laan
2014-08-14
ui_interface: remove unused NotifyBlocksChanged signal
Jeff Garzik
2014-07-07
Use GetBlockTime() more
jtimon
2014-06-12
add NetworkIDString() to chainparams
Philip Kaufmann
2014-06-04
Merge pull request #4223
Wladimir J. van der Laan
2014-06-03
VerifyDB progress
Cozz Lovan
2014-06-03
[Qt] style police and small addition in rpcconsole
Philip Kaufmann
2014-06-03
Qt: Add GUI view of peer information. #4133
Ashley Holman
2014-05-06
Remove NumBlocksOfPeers
Wladimir J. van der Laan
2014-04-23
qt: get required locks upfront in polling functions
Wladimir J. van der Laan
2014-04-18
Solve chainActive-related locking issues
Wladimir J. van der Laan
2014-03-03
[Qt] show number of in/out connections in debug console
Philip Kaufmann
2013-12-20
qt: Treat regtest as testnet
Wladimir J. van der Laan
2013-11-10
Cleanup code using forward declarations.
Brandon Dahler
2013-11-04
qt: add license header to source files
Wladimir J. van der Laan
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
[next]