aboutsummaryrefslogtreecommitdiff
path: root/src/qt/clientmodel.cpp
AgeCommit message (Expand)Author
2017-05-31Set both time/height header caches at the same timeJonas Schnelli
2017-05-31Declare headers height/time cache mutable, re-set the methods constJonas Schnelli
2017-05-31Reduce cs_main locks during modal overlay by adding an atomic cacheJonas Schnelli
2017-01-04Move tx estimation data out of CCheckPointDataPieter Wuille
2017-01-04[MOVEONLY] Move progress estimation out of checkpointsPieter Wuille
2016-12-31Increment MIT Licence copyright header year on files modified in 2016isle2983
2016-12-02Rename the remaining main.{h,cpp} to validation.{h,cpp}Matt Corallo
2016-12-02Move network-msg-processing code out of main to its own fileMatt Corallo
2016-11-11Merge #8996: Network activity toggleJonas Schnelli
2016-11-07qt: Use correct conversion function for boost::path datadirWladimir J. van der Laan
2016-10-24Qt: Add GUI feedback and control of network activity state.Jon Lund Steffensen
2016-09-26[qt] sync-overlay: Don't block during reindexMarcoFalke
2016-09-23Merge #8371: [Qt] Add out-of-sync modal info layerJonas Schnelli
2016-09-23Do not shadow in src/qtPavel Janík
2016-09-13[Qt] only update "amount of blocks left" when the header chain is in-syncJonas Schnelli
2016-09-08net: move send/recv statistics to CConnmanCory Fields
2016-09-08net: Add most functions needed for vNodes to CConnmanCory Fields
2016-08-26[Qt] ClientModel add method to get the height of the header chainJonas Schnelli
2016-08-26[Qt] Always pass the numBlocksChanged signal for headers tip changedJonas Schnelli
2016-06-28qt: Remove client name from debug windowWladimir J. van der Laan
2016-05-17Report reindexing progress in GUIPieter Wuille
2016-03-24[Qt] remove unused formatBuildDate methodJonas Schnelli
2016-03-22[Qt] Debug window: replace "Build date" with "Datadir"Jonas Schnelli
2016-03-18Update alert notification and GUIBtcDrak
2016-03-18Remove p2p alert handlingBtcDrak
2016-01-17Typo fixes in commentsChris Wheeler
2015-12-13Bump copyright headers to 2015MarcoFalke
2015-12-01Merge pull request #7141Wladimir J. van der Laan
2015-12-01qt: use QMetaObject::invokeMethod for cross-thread signaling in clientmodelWladimir J. van der Laan
2015-12-01rpc: Don't translate warning messagesWladimir J. van der Laan
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 windowJonas Schnelli
2015-09-16[Qt] simplify ban list signal handlingPhilip Kaufmann
2015-09-16[Qt] polish ban tablePhilip Kaufmann
2015-09-16[Qt] banlist, UI optimizing and better signal handlingJonas Schnelli
2015-09-16[Qt] add ui signal for banlist changesJonas Schnelli
2015-09-16[Qt] add banlist table below peers tableJonas Schnelli
2015-08-07[Qt] show client user agent in debug windowPhilip Kaufmann
2015-07-23Includes: Cleanup around net main and walletJorge Timón
2015-07-15qt: define QT_NO_KEYWORDSWladimir J. van der Laan
2015-07-07[Qt] constify foreach uses where possiblePhilip Kaufmann
2015-04-30checkpoints: Decouple checkpoints from ParamsCory Fields
2015-03-09[Qt] rework setNumBlocks to have blockDate as parameterPhilip Kaufmann
2015-02-09[Qt] remove unused getNumBlocksAtStartup() from ClientModelPhilip Kaufmann
2015-01-31Remove whitespaces before double colon in errors and logsPavel Janík
2014-12-19Added "Core" to copyright headerssandakersmann
2014-12-16Remove references to X11 licenceMichael Ford
2014-10-29Separate protocol versioning from clientversionCory Fields