aboutsummaryrefslogtreecommitdiff
path: root/src/qt/modaloverlay.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Skip expected remaining sync time without estimatechromatic2021-05-211-3/+4
| | | | See GH#1902.
* Disallow negative progress increase per hour %chromatic2021-05-211-1/+1
| | | | See GH#1902.
* Modify chain consensus parameters to be height aware (#1396)Ross Nicoll2018-09-191-1/+1
| | | | | | | | | * Modify chain consensus parameters to be height aware * Correct implementation of simplified rewards in parameters * Correct max money * Use base block version in IsSuperMajority() instead of full version * Correct mining of blocks in AuxPoW tests * Add in missing pre-AuxPoW consensus checks
* qt: Use nPowTargetSpacing constantMarcoFalke2017-01-191-2/+4
|
* [qt] Rename formateNiceTimeOffset(qint64) to formatNiceTimeOffset(qint64)practicalswift2017-01-131-1/+1
|
* [Qt] Show ModalOverlay by pressing the progress bar, disabled show() in sync ↵Jonas Schnelli2016-12-051-0/+7
| | | | mode
* [Qt] use NotifyHeaderTip's height and date for the progress updateJonas Schnelli2016-10-201-1/+2
|
* [qt] sync-overlay: Don't show progress twiceMarcoFalke2016-10-101-4/+2
| | | | | | | * Don't show integer progress in progress bar. (Already shown in front of progress bar) * Also, use non-static method to get current msecs
* [qt] sync-overlay: Don't show estimated number of headers leftMarcoFalke2016-09-291-1/+0
|
* [qt] sync-overlay: Don't block during reindexMarcoFalke2016-09-261-12/+19
|
* Merge #8805: Trivial: Grammar and capitalizationMarcoFalke2016-09-261-2/+2
|\ | | | | | | c9ce17b Trivial: Grammar and capitalization (Derek Miller)
| * Trivial: Grammar and capitalizationDerek Miller2016-09-241-2/+2
| |
* | Fix future copyright yearMitchell Cash2016-09-241-1/+1
|/
* [Qt] modalinfolayer: removed unused comments, renamed signal, code style ↵Jonas Schnelli2016-09-231-4/+3
| | | | overhaul
* [Qt] only update "amount of blocks left" when the header chain is in-syncJonas Schnelli2016-09-131-3/+12
|
* [Qt] add out-of-sync modal info layerJonas Schnelli2016-08-261-0/+150