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
2020-02-12
gui: Throttle GUI update pace when -reindex
Hennadii Stepanov
2019-12-30
scripted-diff: Bump copyright of files changed in 2019
MarcoFalke
2019-12-15
[qt] remove unused parameter from getWarnings()
John Newbery
2019-10-25
gui: Make polling in ClientModel asynchronous
João Barbosa
2019-07-08
qt: Assert QMetaObject::invokeMethod result
João Barbosa
2019-06-02
Make reasoning about dependencies easier by not including unused dependencies
practicalswift
2019-03-23
Resolve the checkpoints <-> validation CD.
251
2019-02-06
Merge #15091: GUI: fix model overlay header sync
Wladimir J. van der Laan
2019-01-13
Don't use zero as null pointer constant (-Wzero-as-null-pointer-constant)
practicalswift
2019-01-04
Qt: update header count regardless of update delay
Jonas Schnelli
2018-12-29
Merge #13743: refactor: Replace boost::bind with std::bind
MarcoFalke
2018-11-04
scripted-diff: Move util files to separate directory.
Jim Posen
2018-10-20
scripted-diff: Replace boost::bind with std::bind
Chun Kuan Lee
2018-10-06
Add "Blocksdir" to Debug window
Hennadii Stepanov
2018-08-21
qt: Use new Qt5 connect syntax
João Barbosa
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-07-18
Remove redundant forward declaration
practicalswift
2018-05-15
[gui] Add proxy icon in statusbar
Cristian Mircea Messel
2018-04-07
scripted-diff: Avoid `interface` keyword to fix windows gitian build
Russell Yanofsky
2018-04-04
Remove direct bitcoin calls from qt/bantablemodel.cpp
Russell Yanofsky
2018-04-04
Remove direct bitcoin calls from qt/peertablemodel.cpp
Russell Yanofsky
2018-04-04
Remove direct bitcoin calls from qt/clientmodel.cpp
Russell Yanofsky
2018-03-09
scripted-diff: Convert 11 enums into scoped enums (C++11)
practicalswift
2018-01-30
Fix missing cs_main lock for GuessVerificationProgress()
Jonas Schnelli
2018-01-03
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2017-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-07-18
Avoid redundant redeclaration of GetWarnings(const string&)
practicalswift
2017-06-25
[RPC] Add an uptime command that displays the amount of time that bitcoind ha...
Ricardo Velhote
2017-06-22
Fixed multiple typos
Dimitris Tsapakidis
2017-04-20
Merge #10181: Include cleanup
Wladimir J. van der Laan
2017-04-20
Set both time/height header caches at the same time
Jonas Schnelli
2017-04-20
Declare headers height/time cache mutable, re-set the methods const
Jonas Schnelli
2017-04-19
Reduce cs_main locks during modal overlay by adding an atomic cache
Jonas Schnelli
2017-04-13
Missing includes
Jorge Timón
2017-01-04
Move tx estimation data out of CCheckPointData
Pieter Wuille
2017-01-04
[MOVEONLY] Move progress estimation out of checkpoints
Pieter Wuille
2016-12-31
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-12-02
Rename the remaining main.{h,cpp} to validation.{h,cpp}
Matt Corallo
2016-12-02
Move network-msg-processing code out of main to its own file
Matt Corallo
2016-11-11
Merge #8996: Network activity toggle
Jonas Schnelli
2016-11-07
qt: Use correct conversion function for boost::path datadir
Wladimir J. van der Laan
2016-10-24
Qt: Add GUI feedback and control of network activity state.
Jon Lund Steffensen
2016-09-26
[qt] sync-overlay: Don't block during reindex
MarcoFalke
2016-09-23
Merge #8371: [Qt] Add out-of-sync modal info layer
Jonas Schnelli
2016-09-23
Do not shadow in src/qt
Pavel Janík
2016-09-13
[Qt] only update "amount of blocks left" when the header chain is in-sync
Jonas Schnelli
2016-09-08
net: move send/recv statistics to CConnman
Cory Fields
2016-09-08
net: Add most functions needed for vNodes to CConnman
Cory Fields
2016-08-26
[Qt] ClientModel add method to get the height of the header chain
Jonas Schnelli
2016-08-26
[Qt] Always pass the numBlocksChanged signal for headers tip changed
Jonas Schnelli
[next]