aboutsummaryrefslogtreecommitdiff
path: root/src/qt/modaloverlay.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Qt: Fix update headers-countJonas Schnelli2019-01-041-1/+7
|
* qt: Use new Qt5 connect syntaxJoão Barbosa2018-08-211-1/+1
|
* Update copyright headers to 2018DrahtBot2018-07-271-1/+1
|
* scripted-diff: Remove trailing whitespacesJoão Barbosa2018-07-241-1/+1
| | | | | | | | -BEGIN VERIFY SCRIPT- sed --in-place'' --regexp-extended 's/[[:space:]]+$//g' $(git grep -I --files-with-matches --extended-regexp '[[:space:]]+$' -- src test ':!*.svg' ':!src/crypto/sha256_sse4*' ':!src/leveldb' ':!src/qt/locale' ':!src/secp256k1' ':!src/univalue') -END VERIFY SCRIPT-
* Fix typosDimitris Apostolou2018-03-211-1/+1
|
* Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa2018-01-031-1/+1
|
* qt: refactor: Changes to make include paths absoluteWladimir J. van der Laan2017-11-161-1/+1
| | | | | | | This makes all include paths in the GUI absolute. Many changes are involved as every single source file in src/qt/ assumes to be able to use relative includes.
* scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider2017-11-161-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -BEGIN VERIFY SCRIPT- for f in \ src/*.cpp \ src/*.h \ src/bench/*.cpp \ src/bench/*.h \ src/compat/*.cpp \ src/compat/*.h \ src/consensus/*.cpp \ src/consensus/*.h \ src/crypto/*.cpp \ src/crypto/*.h \ src/crypto/ctaes/*.h \ src/policy/*.cpp \ src/policy/*.h \ src/primitives/*.cpp \ src/primitives/*.h \ src/qt/*.cpp \ src/qt/*.h \ src/qt/test/*.cpp \ src/qt/test/*.h \ src/rpc/*.cpp \ src/rpc/*.h \ src/script/*.cpp \ src/script/*.h \ src/support/*.cpp \ src/support/*.h \ src/support/allocators/*.h \ src/test/*.cpp \ src/test/*.h \ src/wallet/*.cpp \ src/wallet/*.h \ src/wallet/test/*.cpp \ src/wallet/test/*.h \ src/zmq/*.cpp \ src/zmq/*.h do base=${f%/*}/ relbase=${base#src/} sed -i "s:#include \"\(.*\)\"\(.*\):if test -e \$base'\\1'; then echo \"#include <\"\$relbase\"\\1>\\2\"; else echo \"#include <\\1>\\2\"; fi:e" $f done -END VERIFY SCRIPT-
* Refactor tipUpdate as per style guideMeshCollider2017-09-061-11/+10
|
* Fix division by zero in time remainingMeshCollider2017-09-061-4/+7
|
* Fixed multiple typosDimitris Tsapakidis2017-06-221-1/+1
| | | | | | | A few "a->an" and "an->a". "Shows, if the supplied default SOCKS5 proxy" -> "Shows if the supplied default SOCKS5 proxy". Change made on 3 occurrences. "without fully understanding the ramification of a command" -> "without fully understanding the ramifications of a command". Removed duplicate words such as "the the".
* 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