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
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
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
[next]