index
:
discoin
1.10-archive
1.14-maint
1.14.4-dev
1.14.5-dev
1.17-dev
1.18-dev
1.21-dev
1.4-archive
1.6-archive
1.7-archive
1.8-archive
1.8-safemode
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
qt
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Re-introduce alert functionality (#1470)
Ross Nicoll
2018-09-19
2
-7
/
+22
*
|
Update payment protocol to match Dogecoin (#1433)
Ross Nicoll
2018-09-19
3
-15
/
+19
*
|
Move COINBASE_MATURITY to the consensus parameters (#1426)
Ross Nicoll
2018-09-19
1
-2
/
+3
*
|
Add Dogecoin current fee calculation logic (#1413)
Ross Nicoll
2018-09-19
1
-1
/
+1
*
|
Modify chain consensus parameters to be height aware (#1396)
Ross Nicoll
2018-09-19
3
-3
/
+4
*
|
Merge #10516: Backports for 0.14.3
Wladimir J. van der Laan
2017-07-06
2
-0
/
+29
|
\
\
|
*
\
Merge #10008 via branch 'fee_warning-0.14' into 0.14.2_fixes
Luke Dashjr
2017-06-05
1
-1
/
+1
|
|
\
\
|
|
*
|
[trivial] Fix a typo (introduced two days ago) in the default fee warning
practicalswift
2017-06-03
1
-1
/
+1
|
*
|
|
Merge #9481 via remote-tracking branch 'jonas/2017/01/fee_warning' into 0.14....
Luke Dashjr
2017-06-05
2
-0
/
+29
|
|
\
|
|
|
|
*
|
Qt/Send: Give fallback fee a reasonable indent
Luke Dashjr
2017-02-17
1
-0
/
+2
|
|
*
|
Qt/Send: Figure a decent warning colour from theme
Luke Dashjr
2017-02-17
2
-3
/
+8
|
|
*
|
[Qt] Show more significant warning if we fall back to the default fee
Jonas Schnelli
2017-01-06
2
-0
/
+22
*
|
|
|
qt: 0.14.2 pre-rc2 translations update
Wladimir J. van der Laan
2017-06-06
17
-156
/
+2596
|
/
/
/
*
|
|
Add missing <atomic> header in clientmodel.h
Jonas Schnelli
2017-05-31
1
-0
/
+2
*
|
|
Set both time/height header caches at the same time
Jonas Schnelli
2017-05-31
1
-0
/
+2
*
|
|
Declare headers height/time cache mutable, re-set the methods const
Jonas Schnelli
2017-05-31
2
-6
/
+6
*
|
|
Update the remaining blocks left in modaloverlay at init.
Jonas Schnelli
2017-05-31
1
-2
/
+1
*
|
|
Reduce cs_main locks during modal overlay by adding an atomic cache
Jonas Schnelli
2017-05-31
2
-12
/
+31
*
|
|
qt: translations update pre-rc2
Wladimir J. van der Laan
2017-04-14
16
-37
/
+1369
*
|
|
net: define NodeId as an int64_t
Cory Fields
2017-04-14
2
-3
/
+3
*
|
|
Ensure an item exists on the rpcconsole stack before adding
Andrew Chow
2017-03-27
1
-0
/
+4
*
|
|
qt: pre-rc3 translations update
Wladimir J. van der Laan
2017-02-28
2
-11
/
+679
*
|
|
qt: pre-rc2 translations update
Wladimir J. van der Laan
2017-02-23
3
-14
/
+322
*
|
|
Fix segfault crash when shutdown the GUI in disablewallet mode
Jonas Schnelli
2017-02-21
1
-1
/
+4
*
|
|
Move BIP70_MAX_PAYMENTREQUEST_SIZE to header
Pieter Wuille
2017-02-17
2
-3
/
+1
*
|
|
qt: pre-rc1 translations update
Wladimir J. van der Laan
2017-02-17
7
-29
/
+1103
*
|
|
Merge #9758: Selectively suppress deprecation warnings
Wladimir J. van der Laan
2017-02-15
2
-0
/
+6
|
\
\
\
|
*
|
|
Selectively suppress deprecation warnings
Jonas Schnelli
2017-02-14
2
-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 Laan
2017-02-15
1
-3
/
+1
|
\
\
\
\
|
*
|
|
|
Use z = std::max(x - y, 0); instead of z = x - y; if (z < 0) z = 0;
practicalswift
2017-02-07
1
-3
/
+1
*
|
|
|
|
Merge #9755: Bugfix: Qt/Options: Restore persistent "restart required" notice
Jonas Schnelli
2017-02-14
1
-1
/
+4
|
\
\
\
\
\
|
*
|
|
|
|
Bugfix: Qt/Options: Restore persistent "restart required" notice
Luke Dashjr
2017-02-13
1
-1
/
+4
*
|
|
|
|
|
qt: Periodic translations update
Wladimir J. van der Laan
2017-02-10
8
-222
/
+1510
|
|
_
|
/
/
/
|
/
|
|
|
|
*
|
|
|
|
Merge #9718: Qt/Intro: Various fixes
Wladimir J. van der Laan
2017-02-09
1
-3
/
+8
|
\
\
\
\
\
|
|
_
|
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Bugfix: Qt/Intro: Pruned nodes never require *more* space
Luke Dashjr
2017-02-08
1
-1
/
+4
|
*
|
|
|
Bugfix: Qt/Intro: Chain state needs to be stored even with the full blockchain
Luke Dashjr
2017-02-08
1
-2
/
+4
|
*
|
|
|
Qt/Intro: Update block chain size
Luke Dashjr
2017-02-08
1
-1
/
+1
*
|
|
|
|
Merge #9651: Fix typos
Wladimir J. van der Laan
2017-02-06
3
-4
/
+4
|
\
\
\
\
\
|
*
|
|
|
|
Fix typos
practicalswift
2017-01-29
3
-4
/
+4
*
|
|
|
|
|
qt: periodic translations update
Wladimir J. van der Laan
2017-01-30
49
-201
/
+450
|
/
/
/
/
/
*
|
|
|
|
[trivial] Fix typos in comments
practicalswift
2017-01-27
4
-5
/
+5
*
|
|
|
|
[Qt] fix transaction details output-index to reflect vout index
Jonas Schnelli
2017-01-26
1
-3
/
+4
*
|
|
|
|
Merge #9606: net: Consistently use GetTimeMicros() for inactivity checks
Wladimir J. van der Laan
2017-01-26
1
-3
/
+3
|
\
\
\
\
\
|
*
|
|
|
|
net: Consistently use GetTimeMicros() for inactivity checks
Suhas Daftuar
2017-01-25
1
-3
/
+3
*
|
|
|
|
|
Merge #9588: qt: Use nPowTargetSpacing constant
Jonas Schnelli
2017-01-24
4
-6
/
+10
|
\
\
\
\
\
\
|
*
|
|
|
|
|
qt: Use nPowTargetSpacing constant
MarcoFalke
2017-01-19
4
-6
/
+10
*
|
|
|
|
|
|
qt: Periodic translation update
Wladimir J. van der Laan
2017-01-20
27
-134
/
+348
*
|
|
|
|
|
|
trivial: squash missing field 'argNames' initializer warning in qt tests
Wladimir J. van der Laan
2017-01-20
1
-1
/
+1
|
/
/
/
/
/
/
*
|
|
|
|
|
Merge #9461: [Qt] Improve progress display during headers-sync and peer-finding
Jonas Schnelli
2017-01-19
4
-3
/
+18
|
\
\
\
\
\
\
|
|
/
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
[Qt] Improve progress display during headers-sync and peer-finding
Jonas Schnelli
2017-01-19
4
-3
/
+18
[prev]
[next]