aboutsummaryrefslogtreecommitdiff
path: root/src/qt
Commit message (Expand)AuthorAgeFilesLines
* Misc updates to match Dogecoin (#1460)v1.14-alpha-2Ross Nicoll2018-02-184-7/+7
* [Qt] Disable milli and micro units, introduce kilo and mega units (#1463)Ross Nicoll2018-02-182-6/+20
* Add dogechain and chain.so as default block explorersRoss Nicoll2018-02-181-1/+1
* Amount to send field now goes up/down 1 DOGE at a time (#1441)Sporklin2018-02-181-1/+1
* Re-add paperwallet printer (#1467)Max K2018-02-1816-8/+1020
* Update about menu icon to DogecoinJ Ross Nicoll2018-02-181-0/+0
* Update URI tests for Dogecoin (#1457)Ross Nicoll2018-02-181-18/+18
* Update QT client messages and translations to Doge equivalents (#1429)Ross Nicoll2018-02-18103-3718/+3718
* Rename binaries to match DogecoinRoss Nicoll2018-02-182-5/+5
* Introduce basic Dogecoin brandingRoss Nicoll2018-02-1816-26/+62
* Update payment protocol to match Dogecoin (#1433)Ross Nicoll2018-01-203-15/+19
* Move COINBASE_MATURITY to the consensus parameters (#1426)Ross Nicoll2018-01-081-2/+3
* Add Dogecoin current fee calculation logic (#1413)Ross Nicoll2018-01-071-1/+1
* Modify chain consensus parameters to be height aware (#1396)Ross Nicoll2017-12-283-3/+4
* qt: pre-rc3 translations updateWladimir J. van der Laan2017-02-282-11/+679
* qt: pre-rc2 translations updateWladimir J. van der Laan2017-02-233-14/+322
* Fix segfault crash when shutdown the GUI in disablewallet modeJonas Schnelli2017-02-211-1/+4
* Move BIP70_MAX_PAYMENTREQUEST_SIZE to headerPieter Wuille2017-02-172-3/+1
* qt: pre-rc1 translations updateWladimir J. van der Laan2017-02-177-29/+1103
* Merge #9758: Selectively suppress deprecation warningsWladimir J. van der Laan2017-02-152-0/+6
|\
| * Selectively suppress deprecation warningsJonas Schnelli2017-02-142-0/+6
* | Merge #9553: Use z = std::max(x - y, 0) instead of z = x - y; if (z < 0) z = 0;Wladimir J. van der Laan2017-02-151-3/+1
|\ \
| * | Use z = std::max(x - y, 0); instead of z = x - y; if (z < 0) z = 0;practicalswift2017-02-071-3/+1
* | | Merge #9755: Bugfix: Qt/Options: Restore persistent "restart required" noticeJonas Schnelli2017-02-141-1/+4
|\ \ \
| * | | Bugfix: Qt/Options: Restore persistent "restart required" noticeLuke Dashjr2017-02-131-1/+4
* | | | qt: Periodic translations updateWladimir J. van der Laan2017-02-108-222/+1510
| |_|/ |/| |
* | | Merge #9718: Qt/Intro: Various fixesWladimir J. van der Laan2017-02-091-3/+8
|\ \ \ | |_|/ |/| |
| * | Bugfix: Qt/Intro: Pruned nodes never require *more* spaceLuke Dashjr2017-02-081-1/+4
| * | Bugfix: Qt/Intro: Chain state needs to be stored even with the full blockchainLuke Dashjr2017-02-081-2/+4
| * | Qt/Intro: Update block chain sizeLuke Dashjr2017-02-081-1/+1
* | | Merge #9651: Fix typosWladimir J. van der Laan2017-02-063-4/+4
|\ \ \
| * | | Fix typospracticalswift2017-01-293-4/+4
* | | | qt: periodic translations updateWladimir J. van der Laan2017-01-3049-201/+450
|/ / /
* | | [trivial] Fix typos in commentspracticalswift2017-01-274-5/+5
* | | [Qt] fix transaction details output-index to reflect vout indexJonas Schnelli2017-01-261-3/+4
* | | Merge #9606: net: Consistently use GetTimeMicros() for inactivity checksWladimir J. van der Laan2017-01-261-3/+3
|\ \ \
| * | | net: Consistently use GetTimeMicros() for inactivity checksSuhas Daftuar2017-01-251-3/+3
* | | | Merge #9588: qt: Use nPowTargetSpacing constantJonas Schnelli2017-01-244-6/+10
|\ \ \ \
| * | | | qt: Use nPowTargetSpacing constantMarcoFalke2017-01-194-6/+10
* | | | | qt: Periodic translation updateWladimir J. van der Laan2017-01-2027-134/+348
* | | | | trivial: squash missing field 'argNames' initializer warning in qt testsWladimir J. van der Laan2017-01-201-1/+1
|/ / / /
* | | | Merge #9461: [Qt] Improve progress display during headers-sync and peer-findingJonas Schnelli2017-01-194-3/+18
|\ \ \ \ | |/ / / |/| | |
| * | | [Qt] Improve progress display during headers-sync and peer-findingJonas Schnelli2017-01-194-3/+18
* | | | qt: periodic translations updateWladimir J. van der Laan2017-01-1623-169/+657
* | | | Merge #9380: Separate different uses of minimum feesWladimir J. van der Laan2017-01-163-8/+9
|\ \ \ \
| * | | | Introduce -dustrelayfeeAlex Morcos2017-01-163-8/+9
* | | | | Merge #9528: [qt] Rename formateNiceTimeOffset(qint64) to formatNiceTimeOffse...MarcoFalke2017-01-144-4/+4
|\ \ \ \ \
| * | | | | [qt] Rename formateNiceTimeOffset(qint64) to formatNiceTimeOffset(qint64)practicalswift2017-01-134-4/+4
* | | | | | Merge #9472: Disentangle progress estimation from checkpoints and update itWladimir J. van der Laan2017-01-121-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Move tx estimation data out of CCheckPointDataPieter Wuille2017-01-041-1/+1