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
*
Fix for Boost 1.74
John-Gee
2021-02-02
1
-12
/
+34
*
Re-introduce alert functionality (#1470)
Ross Nicoll
2018-09-19
1
-6
/
+21
*
Set both time/height header caches at the same time
Jonas Schnelli
2017-05-31
1
-0
/
+2
*
Declare headers height/time cache mutable, re-set the methods const
Jonas Schnelli
2017-05-31
1
-2
/
+2
*
Reduce cs_main locks during modal overlay by adding an atomic cache
Jonas Schnelli
2017-05-31
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
*
Merge #8996: Network activity toggle
Jonas Schnelli
2016-11-11
1
-0
/
+28
|
\
|
*
Qt: Add GUI feedback and control of network activity state.
Jon Lund Steffensen
2016-10-24
1
-0
/
+28
*
|
qt: Use correct conversion function for boost::path datadir
Wladimir J. van der Laan
2016-11-07
1
-1
/
+2
*
|
[qt] sync-overlay: Don't block during reindex
MarcoFalke
2016-09-26
1
-1
/
+1
*
|
Merge #8371: [Qt] Add out-of-sync modal info layer
Jonas Schnelli
2016-09-23
1
-1
/
+17
|
\
\
|
|
/
|
/
|
|
*
[Qt] only update "amount of blocks left" when the header chain is in-sync
Jonas Schnelli
2016-09-13
1
-1
/
+9
|
*
[Qt] ClientModel add method to get the height of the header chain
Jonas Schnelli
2016-08-26
1
-0
/
+8
|
*
[Qt] Always pass the numBlocksChanged signal for headers tip changed
Jonas Schnelli
2016-08-26
1
-1
/
+1
*
|
Do not shadow in src/qt
Pavel Janík
2016-09-23
1
-2
/
+2
*
|
net: move send/recv statistics to CConnman
Cory Fields
2016-09-08
1
-2
/
+6
*
|
net: Add most functions needed for vNodes to CConnman
Cory Fields
2016-09-08
1
-10
/
+12
|
/
*
qt: Remove client name from debug window
Wladimir J. van der Laan
2016-06-28
1
-5
/
+0
*
Report reindexing progress in GUI
Pieter Wuille
2016-05-17
1
-6
/
+12
*
[Qt] remove unused formatBuildDate method
Jonas Schnelli
2016-03-24
1
-5
/
+0
*
[Qt] Debug window: replace "Build date" with "Datadir"
Jonas Schnelli
2016-03-22
1
-0
/
+5
*
Update alert notification and GUI
BtcDrak
2016-03-18
1
-20
/
+6
*
Remove p2p alert handling
BtcDrak
2016-03-18
1
-1
/
+0
*
Typo fixes in comments
Chris Wheeler
2016-01-17
1
-1
/
+1
*
Bump copyright headers to 2015
MarcoFalke
2015-12-13
1
-1
/
+1
*
Merge pull request #7141
Wladimir J. van der Laan
2015-12-01
1
-1
/
+1
|
\
|
*
rpc: Don't translate warning messages
Wladimir J. van der Laan
2015-12-01
1
-1
/
+1
*
|
qt: use QMetaObject::invokeMethod for cross-thread signaling in clientmodel
Wladimir J. van der Laan
2015-12-01
1
-1
/
+4
|
/
*
[Qt] call GuessVerificationProgress synchronous during core signal, pass doub...
Jonas Schnelli
2015-11-30
1
-4
/
+9
*
[Qt] reduce cs_main in getVerificationProgress()
Jonas Schnelli
2015-11-30
1
-4
/
+5
*
[Qt] update block tip (height and date) without locking cs_main, update alway...
Jonas Schnelli
2015-11-30
1
-30
/
+23
*
[Qt] simple mempool info in debug window
Jonas Schnelli
2015-11-20
1
-0
/
+12
*
[Qt] simplify ban list signal handling
Philip Kaufmann
2015-09-16
1
-1
/
+0
*
[Qt] polish ban table
Philip Kaufmann
2015-09-16
1
-1
/
+1
*
[Qt] banlist, UI optimizing and better signal handling
Jonas Schnelli
2015-09-16
1
-0
/
+1
*
[Qt] add ui signal for banlist changes
Jonas Schnelli
2015-09-16
1
-0
/
+8
*
[Qt] add banlist table below peers table
Jonas Schnelli
2015-09-16
1
-0
/
+13
*
[Qt] show client user agent in debug window
Philip Kaufmann
2015-08-07
1
-0
/
+5
*
Includes: Cleanup around net main and wallet
Jorge Timón
2015-07-23
1
-1
/
+0
*
qt: define QT_NO_KEYWORDS
Wladimir J. van der Laan
2015-07-15
1
-5
/
+5
*
[Qt] constify foreach uses where possible
Philip Kaufmann
2015-07-07
1
-3
/
+3
*
checkpoints: Decouple checkpoints from Params
Cory Fields
2015-04-30
1
-1
/
+1
*
[Qt] rework setNumBlocks to have blockDate as parameter
Philip Kaufmann
2015-03-09
1
-6
/
+12
*
[Qt] remove unused getNumBlocksAtStartup() from ClientModel
Philip Kaufmann
2015-02-09
1
-8
/
+3
*
Remove whitespaces before double colon in errors and logs
Pavel Janík
2015-01-31
1
-2
/
+2
*
Added "Core" to copyright headers
sandakersmann
2014-12-19
1
-1
/
+1
[next]