aboutsummaryrefslogtreecommitdiff
path: root/src/qt/clientmodel.cpp
Commit message (Expand)AuthorAgeFilesLines
* qt: Name ClientModel timer QThreadHennadii Stepanov2020-08-131-0/+4
* Make GetWarnings() return bilingual_strHennadii Stepanov2020-06-101-1/+1
* qt: lock cs_main, m_cached_tip_mutex in that orderVasil Dimov2020-06-011-1/+15
* BlockTip struct created and connected to notifyHeaderTip and notifyBlockTip s...furszy2020-05-231-9/+9
* Added best block hash to the NotifyHeaderTip and NotifyBlockTip signals.furszy2020-05-231-3/+13
* qt: Add SynchronizationState enum to signal parameterHennadii Stepanov2020-05-191-1/+2
* refactor: Remove Node::getReindex() call from GUIHennadii Stepanov2020-05-191-21/+14
* refactor: Pass SynchronizationState enum to GUIHennadii Stepanov2020-05-191-1/+4
* scripted-diff: Bump copyright headersMarcoFalke2020-04-161-1/+1
* Merge #17905: gui: Avoid redundant tx status updatesMarcoFalke2020-04-101-0/+10
|\
| * gui: Avoid redundant tx status updatesRussell Yanofsky2020-01-091-0/+10
* | gui: Throttle GUI update pace when -reindexHennadii Stepanov2020-02-121-2/+3
|/
* scripted-diff: Bump copyright of files changed in 2019MarcoFalke2019-12-301-1/+1
* [qt] remove unused parameter from getWarnings()John Newbery2019-12-151-1/+1
* gui: Make polling in ClientModel asynchronousJoão Barbosa2019-10-251-12/+19
* qt: Assert QMetaObject::invokeMethod resultJoão Barbosa2019-07-081-6/+12
* Make reasoning about dependencies easier by not including unused dependenciespracticalswift2019-06-021-6/+0
* Resolve the checkpoints <-> validation CD.2512019-03-231-1/+0
* Merge #15091: GUI: fix model overlay header syncWladimir J. van der Laan2019-02-061-2/+2
|\
| * Qt: update header count regardless of update delayJonas Schnelli2019-01-041-2/+2
* | Don't use zero as null pointer constant (-Wzero-as-null-pointer-constant)practicalswift2019-01-131-3/+3
|/
* Merge #13743: refactor: Replace boost::bind with std::bindMarcoFalke2018-12-291-7/+7
|\
| * scripted-diff: Replace boost::bind with std::bindChun Kuan Lee2018-10-201-7/+7
* | scripted-diff: Move util files to separate directory.Jim Posen2018-11-041-1/+1
* | Add "Blocksdir" to Debug windowHennadii Stepanov2018-10-061-0/+5
|/
* qt: Use new Qt5 connect syntaxJoão Barbosa2018-08-211-1/+1
* 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