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.h
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-11-03
Fix all header defines
Pavel JanÃk
2014-06-12
add NetworkIDString() to chainparams
Philip Kaufmann
2014-06-03
VerifyDB progress
Cozz Lovan
2014-06-03
Qt: Add GUI view of peer information. #4133
Ashley Holman
2014-05-06
Remove NumBlocksOfPeers
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-12-03
[Qt] small notificator and style changes
Philip Kaufmann
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-14
Add network traffic graph
Scott Ellis
2013-09-06
Bitcoin-Qt: Use qDebug() for printing to debug.log
Philip Kaufmann
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-03-17
Bitcoin-Qt: massive header and cpp cleanup
Philip Kaufmann
2013-02-16
Transactions-based verification progress
Pieter Wuille
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-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-10
Build identification strings
Pieter Wuille
2012-04-04
qtui.h/noui.h interface cleanup
Wladimir J. van der Laan
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-11-13
Improve documentation for UI classes
Wladimir J. van der Laan
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-08-08
QtUI code cleanup / comment improvements
Wladimir J. van der Laan
2011-07-29
Remove no longer valid comment
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-11
move back to original directory structure
Wladimir J. van der Laan