index
:
discoin
1.10-archive
1.14-maint
1.14.4-dev
1.14.5-dev
1.17-dev
1.18-dev
1.21-dev
1.4-archive
1.6-archive
1.7-archive
1.8-archive
1.8-safemode
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
qt
/
clientmodel.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
qt: Name ClientModel timer QThread
Hennadii Stepanov
2020-08-13
1
-0
/
+4
*
Make GetWarnings() return bilingual_str
Hennadii Stepanov
2020-06-10
1
-1
/
+1
*
qt: lock cs_main, m_cached_tip_mutex in that order
Vasil Dimov
2020-06-01
1
-1
/
+15
*
BlockTip struct created and connected to notifyHeaderTip and notifyBlockTip s...
furszy
2020-05-23
1
-9
/
+9
*
Added best block hash to the NotifyHeaderTip and NotifyBlockTip signals.
furszy
2020-05-23
1
-3
/
+13
*
qt: Add SynchronizationState enum to signal parameter
Hennadii Stepanov
2020-05-19
1
-1
/
+2
*
refactor: Remove Node::getReindex() call from GUI
Hennadii Stepanov
2020-05-19
1
-21
/
+14
*
refactor: Pass SynchronizationState enum to GUI
Hennadii Stepanov
2020-05-19
1
-1
/
+4
*
scripted-diff: Bump copyright headers
MarcoFalke
2020-04-16
1
-1
/
+1
*
Merge #17905: gui: Avoid redundant tx status updates
MarcoFalke
2020-04-10
1
-0
/
+10
|
\
|
*
gui: Avoid redundant tx status updates
Russell Yanofsky
2020-01-09
1
-0
/
+10
*
|
gui: Throttle GUI update pace when -reindex
Hennadii Stepanov
2020-02-12
1
-2
/
+3
|
/
*
scripted-diff: Bump copyright of files changed in 2019
MarcoFalke
2019-12-30
1
-1
/
+1
*
[qt] remove unused parameter from getWarnings()
John Newbery
2019-12-15
1
-1
/
+1
*
gui: Make polling in ClientModel asynchronous
João Barbosa
2019-10-25
1
-12
/
+19
*
qt: Assert QMetaObject::invokeMethod result
João Barbosa
2019-07-08
1
-6
/
+12
*
Make reasoning about dependencies easier by not including unused dependencies
practicalswift
2019-06-02
1
-6
/
+0
*
Resolve the checkpoints <-> validation CD.
251
2019-03-23
1
-1
/
+0
*
Merge #15091: GUI: fix model overlay header sync
Wladimir J. van der Laan
2019-02-06
1
-2
/
+2
|
\
|
*
Qt: update header count regardless of update delay
Jonas Schnelli
2019-01-04
1
-2
/
+2
*
|
Don't use zero as null pointer constant (-Wzero-as-null-pointer-constant)
practicalswift
2019-01-13
1
-3
/
+3
|
/
*
Merge #13743: refactor: Replace boost::bind with std::bind
MarcoFalke
2018-12-29
1
-7
/
+7
|
\
|
*
scripted-diff: Replace boost::bind with std::bind
Chun Kuan Lee
2018-10-20
1
-7
/
+7
*
|
scripted-diff: Move util files to separate directory.
Jim Posen
2018-11-04
1
-1
/
+1
*
|
Add "Blocksdir" to Debug window
Hennadii Stepanov
2018-10-06
1
-0
/
+5
|
/
*
qt: Use new Qt5 connect syntax
João Barbosa
2018-08-21
1
-1
/
+1
*
Update copyright headers to 2018
DrahtBot
2018-07-27
1
-1
/
+1
*
Remove redundant forward declaration
practicalswift
2018-07-18
1
-2
/
+0
*
[gui] Add proxy icon in statusbar
Cristian Mircea Messel
2018-05-15
1
-0
/
+11
*
scripted-diff: Avoid `interface` keyword to fix windows gitian build
Russell Yanofsky
2018-04-07
1
-3
/
+3
*
Remove direct bitcoin calls from qt/bantablemodel.cpp
Russell Yanofsky
2018-04-04
1
-1
/
+1
*
Remove direct bitcoin calls from qt/peertablemodel.cpp
Russell Yanofsky
2018-04-04
1
-1
/
+1
*
Remove direct bitcoin calls from qt/clientmodel.cpp
Russell Yanofsky
2018-04-04
1
-108
/
+40
*
scripted-diff: Convert 11 enums into scoped enums (C++11)
practicalswift
2018-03-09
1
-4
/
+4
*
Fix missing cs_main lock for GuessVerificationProgress()
Jonas Schnelli
2018-01-30
1
-1
/
+1
*
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2018-01-03
1
-1
/
+1
*
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-11-16
1
-17
/
+17
*
Avoid redundant redeclaration of GetWarnings(const string&)
practicalswift
2017-07-18
1
-0
/
+1
*
[RPC] Add an uptime command that displays the amount of time that bitcoind ha...
Ricardo Velhote
2017-06-25
1
-2
/
+1
*
Fixed multiple typos
Dimitris Tsapakidis
2017-06-22
1
-1
/
+1
*
Merge #10181: Include cleanup
Wladimir J. van der Laan
2017-04-20
1
-0
/
+1
|
\
|
*
Missing includes
Jorge Timón
2017-04-13
1
-0
/
+1
*
|
Set both time/height header caches at the same time
Jonas Schnelli
2017-04-20
1
-0
/
+2
*
|
Declare headers height/time cache mutable, re-set the methods const
Jonas Schnelli
2017-04-20
1
-2
/
+2
*
|
Reduce cs_main locks during modal overlay by adding an atomic cache
Jonas Schnelli
2017-04-19
1
-10
/
+25
|
/
*
Move tx estimation data out of CCheckPointData
Pieter Wuille
2017-01-04
1
-1
/
+1
*
[MOVEONLY] Move progress estimation out of checkpoints
Pieter Wuille
2017-01-04
1
-1
/
+1
*
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-12-31
1
-1
/
+1
*
Rename the remaining main.{h,cpp} to validation.{h,cpp}
Matt Corallo
2016-12-02
1
-1
/
+1
*
Move network-msg-processing code out of main to its own file
Matt Corallo
2016-12-02
1
-0
/
+1
[next]