aboutsummaryrefslogtreecommitdiff
path: root/src/qt/clientmodel.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers to 2018DrahtBot2018-07-271-1/+1
* Remove redundant forward declarationpracticalswift2018-07-181-2/+0
* [gui] Add proxy icon in statusbarCristian Mircea Messel2018-05-151-0/+11
* scripted-diff: Avoid `interface` keyword to fix windows gitian buildRussell Yanofsky2018-04-071-3/+3
* Remove direct bitcoin calls from qt/bantablemodel.cppRussell Yanofsky2018-04-041-1/+1
* Remove direct bitcoin calls from qt/peertablemodel.cppRussell Yanofsky2018-04-041-1/+1
* Remove direct bitcoin calls from qt/clientmodel.cppRussell Yanofsky2018-04-041-108/+40
* scripted-diff: Convert 11 enums into scoped enums (C++11)practicalswift2018-03-091-4/+4
* Fix missing cs_main lock for GuessVerificationProgress()Jonas Schnelli2018-01-301-1/+1
* Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa2018-01-031-1/+1
* scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider2017-11-161-17/+17
* Avoid redundant redeclaration of GetWarnings(const string&)practicalswift2017-07-181-0/+1
* [RPC] Add an uptime command that displays the amount of time that bitcoind ha...Ricardo Velhote2017-06-251-2/+1
* Fixed multiple typosDimitris Tsapakidis2017-06-221-1/+1
* Merge #10181: Include cleanupWladimir J. van der Laan2017-04-201-0/+1
|\
| * Missing includesJorge Timón2017-04-131-0/+1
* | Set both time/height header caches at the same timeJonas Schnelli2017-04-201-0/+2
* | Declare headers height/time cache mutable, re-set the methods constJonas Schnelli2017-04-201-2/+2
* | Reduce cs_main locks during modal overlay by adding an atomic cacheJonas Schnelli2017-04-191-10/+25
|/
* Move tx estimation data out of CCheckPointDataPieter Wuille2017-01-041-1/+1
* [MOVEONLY] Move progress estimation out of checkpointsPieter Wuille2017-01-041-1/+1
* Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
* Rename the remaining main.{h,cpp} to validation.{h,cpp}Matt Corallo2016-12-021-1/+1
* Move network-msg-processing code out of main to its own fileMatt Corallo2016-12-021-0/+1
* Merge #8996: Network activity toggleJonas Schnelli2016-11-111-0/+28
|\
| * Qt: Add GUI feedback and control of network activity state.Jon Lund Steffensen2016-10-241-0/+28
* | qt: Use correct conversion function for boost::path datadirWladimir J. van der Laan2016-11-071-1/+2
* | [qt] sync-overlay: Don't block during reindexMarcoFalke2016-09-261-1/+1
* | Merge #8371: [Qt] Add out-of-sync modal info layerJonas Schnelli2016-09-231-1/+17
|\ \ | |/ |/|
| * [Qt] only update "amount of blocks left" when the header chain is in-syncJonas Schnelli2016-09-131-1/+9
| * [Qt] ClientModel add method to get the height of the header chainJonas Schnelli2016-08-261-0/+8
| * [Qt] Always pass the numBlocksChanged signal for headers tip changedJonas Schnelli2016-08-261-1/+1
* | Do not shadow in src/qtPavel Janík2016-09-231-2/+2
* | net: move send/recv statistics to CConnmanCory Fields2016-09-081-2/+6
* | net: Add most functions needed for vNodes to CConnmanCory Fields2016-09-081-10/+12
|/
* qt: Remove client name from debug windowWladimir J. van der Laan2016-06-281-5/+0
* Report reindexing progress in GUIPieter Wuille2016-05-171-6/+12
* [Qt] remove unused formatBuildDate methodJonas Schnelli2016-03-241-5/+0
* [Qt] Debug window: replace "Build date" with "Datadir"Jonas Schnelli2016-03-221-0/+5
* Update alert notification and GUIBtcDrak2016-03-181-20/+6
* Remove p2p alert handlingBtcDrak2016-03-181-1/+0
* Typo fixes in commentsChris Wheeler2016-01-171-1/+1
* Bump copyright headers to 2015MarcoFalke2015-12-131-1/+1
* Merge pull request #7141Wladimir J. van der Laan2015-12-011-1/+1
|\
| * rpc: Don't translate warning messagesWladimir J. van der Laan2015-12-011-1/+1
* | qt: use QMetaObject::invokeMethod for cross-thread signaling in clientmodelWladimir J. van der Laan2015-12-011-1/+4
|/
* [Qt] call GuessVerificationProgress synchronous during core signal, pass doub...Jonas Schnelli2015-11-301-4/+9
* [Qt] reduce cs_main in getVerificationProgress()Jonas Schnelli2015-11-301-4/+5
* [Qt] update block tip (height and date) without locking cs_main, update alway...Jonas Schnelli2015-11-301-30/+23
* [Qt] simple mempool info in debug windowJonas Schnelli2015-11-201-0/+12