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
2022-05-21
qt/clientmodel: thread safety annotation for m_cached_tip_mutex
Anthony Towns
2022-05-20
Merge bitcoin-core/gui#581: refactor: Revamp `ClientModel` code to handle cor...
Hennadii Stepanov
2022-05-12
Increase threadsafety annotation coverage
Anthony Towns
2022-04-16
qt: Revamp ClientModel code to handle {Block|Header}Tip core signals
Hennadii Stepanov
2022-04-16
qt: Revamp ClientModel code to handle BannedListChanged core signal
Hennadii Stepanov
2022-04-16
qt: Revamp ClientModel code to handle AlertChanged core signal
Hennadii Stepanov
2022-04-10
qt: Revamp ClientModel code to handle NetworkActiveChanged core signal
Hennadii Stepanov
2022-04-10
qt: Revamp ClientModel code to handle NumConnectionsChanged core signal
Hennadii Stepanov
2021-12-30
scripted-diff: Bump copyright headers
Hennadii Stepanov
2021-03-07
qt: Use PeerTableSortProxy for sorting peer table
Hennadii Stepanov
2020-12-31
scripted-diff: Bump copyright headers
MarcoFalke
2020-05-23
BlockTip struct created and connected to notifyHeaderTip and notifyBlockTip s...
furszy
2020-05-23
Added best block hash to the NotifyHeaderTip and NotifyBlockTip signals.
furszy
2020-05-19
qt: Add SynchronizationState enum to signal parameter
Hennadii Stepanov
2020-01-09
gui: Avoid redundant tx status updates
Russell Yanofsky
2019-12-30
scripted-diff: Bump copyright of files changed in 2019
MarcoFalke
2019-10-25
gui: Make polling in ClientModel asynchronous
João Barbosa
2019-01-13
Don't use zero as null pointer constant (-Wzero-as-null-pointer-constant)
practicalswift
2018-10-06
Add "Blocksdir" to Debug window
Hennadii Stepanov
2018-07-27
Update copyright headers to 2018
DrahtBot
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/clientmodel.cpp
Russell Yanofsky
2018-03-09
scripted-diff: Convert 11 enums into scoped enums (C++11)
practicalswift
2018-01-03
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2017-06-12
Remove unnecessary forward class declarations in header files
practicalswift
2017-04-20
Add missing <atomic> header in clientmodel.h
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-01-19
Merge #9461: [Qt] Improve progress display during headers-sync and peer-finding
Jonas Schnelli
2017-01-19
[Qt] Improve progress display during headers-sync and peer-finding
Jonas Schnelli
2016-12-31
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-11-11
Merge #8996: Network activity toggle
Jonas Schnelli
2016-10-24
Qt: Add GUI feedback and control of network activity state.
Jon Lund Steffensen
2016-09-13
[Qt] only update "amount of blocks left" when the header chain is in-sync
Jonas Schnelli
2016-08-26
[Qt] ClientModel add method to get the height of the header chain
Jonas Schnelli
2016-06-28
qt: Remove client name from debug window
Wladimir J. van der Laan
2016-05-17
Report reindexing progress in GUI
Pieter Wuille
2016-03-24
[Qt] remove unused formatBuildDate method
Jonas Schnelli
2016-03-22
[Qt] Debug window: replace "Build date" with "Datadir"
Jonas Schnelli
2016-03-18
Update alert notification and GUI
BtcDrak
2015-12-13
Bump copyright headers to 2015
MarcoFalke
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] banlist, UI optimizing and better signal handling
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
[next]