aboutsummaryrefslogtreecommitdiff
path: root/src/qt
Commit message (Expand)AuthorAgeFilesLines
...
* | Re-introduce alert functionality (#1470)Ross Nicoll2018-09-192-7/+22
* | Update payment protocol to match Dogecoin (#1433)Ross Nicoll2018-09-193-15/+19
* | Move COINBASE_MATURITY to the consensus parameters (#1426)Ross Nicoll2018-09-191-2/+3
* | Add Dogecoin current fee calculation logic (#1413)Ross Nicoll2018-09-191-1/+1
* | Modify chain consensus parameters to be height aware (#1396)Ross Nicoll2018-09-193-3/+4
* | Merge #10516: Backports for 0.14.3Wladimir J. van der Laan2017-07-062-0/+29
|\ \
| * \ Merge #10008 via branch 'fee_warning-0.14' into 0.14.2_fixesLuke Dashjr2017-06-051-1/+1
| |\ \
| | * | [trivial] Fix a typo (introduced two days ago) in the default fee warningpracticalswift2017-06-031-1/+1
| * | | Merge #9481 via remote-tracking branch 'jonas/2017/01/fee_warning' into 0.14....Luke Dashjr2017-06-052-0/+29
| |\| |
| | * | Qt/Send: Give fallback fee a reasonable indentLuke Dashjr2017-02-171-0/+2
| | * | Qt/Send: Figure a decent warning colour from themeLuke Dashjr2017-02-172-3/+8
| | * | [Qt] Show more significant warning if we fall back to the default feeJonas Schnelli2017-01-062-0/+22
* | | | qt: 0.14.2 pre-rc2 translations updateWladimir J. van der Laan2017-06-0617-156/+2596
|/ / /
* | | Add missing <atomic> header in clientmodel.hJonas Schnelli2017-05-311-0/+2
* | | Set both time/height header caches at the same timeJonas Schnelli2017-05-311-0/+2
* | | Declare headers height/time cache mutable, re-set the methods constJonas Schnelli2017-05-312-6/+6
* | | Update the remaining blocks left in modaloverlay at init.Jonas Schnelli2017-05-311-2/+1
* | | Reduce cs_main locks during modal overlay by adding an atomic cacheJonas Schnelli2017-05-312-12/+31
* | | qt: translations update pre-rc2Wladimir J. van der Laan2017-04-1416-37/+1369
* | | net: define NodeId as an int64_tCory Fields2017-04-142-3/+3
* | | Ensure an item exists on the rpcconsole stack before addingAndrew Chow2017-03-271-0/+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