Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-02-21 | Merge #9727: Remove fallbacks for boost_filesystem < v3 | Wladimir J. van der Laan | |
056aba2 Remove fallbacks for boost_filesystem < v3 (Wladimir J. van der Laan) | |||
2017-02-21 | Fix segfault crash when shutdown the GUI in disablewallet mode | Jonas Schnelli | |
2017-02-20 | Merge #9724: Qt/Intro: Add explanation of IBD process | Wladimir J. van der Laan | |
f6d18f5 Qt/Intro: Explain a bit more what will happen first time (Luke Dashjr) 50c5657 Qt/Intro: Storage shouldn't grow significantly with pruning enabled (Luke Dashjr) 9adb694 Qt/Intro: Move sizeWarningLabel text into C++ code (Luke Dashjr) | |||
2017-02-17 | Move BIP70_MAX_PAYMENTREQUEST_SIZE to header | Pieter Wuille | |
2017-02-17 | Qt/Send: Give fallback fee a reasonable indent | Luke Dashjr | |
2017-02-17 | Qt/Send: Figure a decent warning colour from theme | Luke Dashjr | |
2017-02-15 | Merge #9758: Selectively suppress deprecation warnings | Wladimir J. van der Laan | |
4b6cccc Selectively suppress deprecation warnings (Jonas Schnelli) | |||
2017-02-15 | Merge #9553: Use z = std::max(x - y, 0) instead of z = x - y; if (z < 0) z = 0; | Wladimir J. van der Laan | |
a47da4b Use z = std::max(x - y, 0); instead of z = x - y; if (z < 0) z = 0; (practicalswift) | |||
2017-02-14 | Merge #9755: Bugfix: Qt/Options: Restore persistent "restart required" notice | Jonas Schnelli | |
0b4f273 Bugfix: Qt/Options: Restore persistent "restart required" notice (Luke Dashjr) | |||
2017-02-14 | Selectively suppress deprecation warnings | Jonas Schnelli | |
2017-02-13 | Bugfix: Qt/Options: Restore persistent "restart required" notice | Luke Dashjr | |
2017-02-10 | Remove fallbacks for boost_filesystem < v3 | Wladimir J. van der Laan | |
Minimum boost version was bumped to 1.47.0 in #8920, which means the configure step won't even pass with older boost. This version has boost filesystem v3, which means the (crappy) fallbacks for older versions can go. | |||
2017-02-10 | qt: Periodic translations update | Wladimir J. van der Laan | |
2017-02-09 | Merge #9718: Qt/Intro: Various fixes | Wladimir J. van der Laan | |
a9baa6d Bugfix: Qt/Intro: Pruned nodes never require *more* space (Luke Dashjr) 93ffba7 Bugfix: Qt/Intro: Chain state needs to be stored even with the full blockchain (Luke Dashjr) c8cee26 Qt/Intro: Update block chain size (Luke Dashjr) | |||
2017-02-09 | Qt/Intro: Explain a bit more what will happen first time | Luke Dashjr | |
2017-02-08 | Qt/Intro: Storage shouldn't grow significantly with pruning enabled | Luke Dashjr | |
2017-02-08 | Qt/Intro: Move sizeWarningLabel text into C++ code | Luke Dashjr | |
2017-02-08 | Bugfix: Qt/Intro: Pruned nodes never require *more* space | Luke Dashjr | |
2017-02-08 | Bugfix: Qt/Intro: Chain state needs to be stored even with the full blockchain | Luke Dashjr | |
2017-02-08 | Qt/Intro: Update block chain size | Luke Dashjr | |
2017-02-07 | Use z = std::max(x - y, 0); instead of z = x - y; if (z < 0) z = 0; | practicalswift | |
2017-02-06 | Merge #9651: Fix typos | Wladimir J. van der Laan | |
5f62e3e Fix typos (practicalswift) | |||
2017-02-05 | Change 'Clear' button string to 'Reset' | Daniel Aleksandersen | |
Easier to understand what the button does (it resets the graph view). 'Clear' might mean that the graph is emptied and stops updating, whereas its easier to see that you're just starting fresh with 'Reset'. | |||
2017-01-30 | qt: periodic translations update | Wladimir J. van der Laan | |
2017-01-29 | Fix typos | practicalswift | |
2017-01-27 | [trivial] Fix typos in comments | practicalswift | |
2017-01-26 | [Qt] fix transaction details output-index to reflect vout index | Jonas Schnelli | |
2017-01-26 | Merge #9606: net: Consistently use GetTimeMicros() for inactivity checks | Wladimir J. van der Laan | |
99464bc net: Consistently use GetTimeMicros() for inactivity checks (Suhas Daftuar) | |||
2017-01-25 | [Qt] Change RBF checkbox to reflect -walletrbf setting | Russell Yanofsky | |
Before this commit, the checkbox would always start off unchecked. After this commit it will respect the -walletrbf setting (which is currently false by default). | |||
2017-01-25 | [Qt] Add simple optin-RBF checkbox and confirmation info | Jonas Schnelli | |
2017-01-25 | net: Consistently use GetTimeMicros() for inactivity checks | Suhas Daftuar | |
The use of mocktime in test logic means that comparisons between GetTime() and GetTimeMicros()/1000000 are unreliable since the former can use mocktime values while the latter always gets the system clock; this changes the networking code's inactivity checks to consistently use the system clock for inactivity comparisons. Also remove some hacks from setmocktime() that are no longer needed, now that we're using the system clock for nLastSend and nLastRecv. | |||
2017-01-24 | Merge #9588: qt: Use nPowTargetSpacing constant | Jonas Schnelli | |
fa4d478 qt: Use nPowTargetSpacing constant (MarcoFalke) | |||
2017-01-20 | qt: Periodic translation update | Wladimir J. van der Laan | |
2017-01-20 | trivial: squash missing field 'argNames' initializer warning in qt tests | Wladimir J. van der Laan | |
The additional initializer is for the named arguments, which are unused in the test (and unfilled global fields will be initialized to 0 anyhow), so this is a no-op apart from the warning. | |||
2017-01-19 | qt: Use nPowTargetSpacing constant | MarcoFalke | |
2017-01-19 | Merge #9461: [Qt] Improve progress display during headers-sync and peer-finding | Jonas Schnelli | |
40ec7c7 [Qt] Improve progress display during headers-sync and peer-finding (Jonas Schnelli) | |||
2017-01-19 | [Qt] Improve progress display during headers-sync and peer-finding | Jonas Schnelli | |
2017-01-16 | qt: periodic translations update | Wladimir J. van der Laan | |
2017-01-16 | Merge #9380: Separate different uses of minimum fees | Wladimir J. van der Laan | |
eb30d1a Introduce -dustrelayfee (Alex Morcos) 7b1add3 Introduce -incrementalrelayfee (Alex Morcos) daec955 Introduce -blockmintxfee (Alex Morcos) | |||
2017-01-16 | Introduce -dustrelayfee | Alex Morcos | |
2017-01-14 | Merge #9528: [qt] Rename formateNiceTimeOffset(qint64) to ↵ | MarcoFalke | |
formatNiceTimeOffset(qint64) 988d300 [qt] Rename formateNiceTimeOffset(qint64) to formatNiceTimeOffset(qint64) (practicalswift) | |||
2017-01-13 | [qt] Rename formateNiceTimeOffset(qint64) to formatNiceTimeOffset(qint64) | practicalswift | |
2017-01-12 | Merge #9472: Disentangle progress estimation from checkpoints and update it | Wladimir J. van der Laan | |
df36371 Update estimated transaction count data (Pieter Wuille) e356d9a Shorten variable names and switch to tx/s (Pieter Wuille) 6dd8116 Remove SIGCHECK_VERIFICATION_FACTOR (Pieter Wuille) 3641141 Move tx estimation data out of CCheckPointData (Pieter Wuille) a4bac66 [MOVEONLY] Move progress estimation out of checkpoints (Pieter Wuille) | |||
2017-01-10 | qt: periodic translations update | Wladimir J. van der Laan | |
2017-01-09 | 'help' rpc commands autocomplete | Andrew Chow | |
Adds autocompletion of the commands for when getting the help of a command by using `help <command>` | |||
2017-01-09 | Rename lambda argument name to prevent shadowing. | Pavel Janík | |
2017-01-06 | Merge #9408: Allow shutdown during LoadMempool, dump only when necessary | Pieter Wuille | |
325e400 [Qt] Do proper shutdown (Jonas Schnelli) 9479f8d Allow shutdown during LoadMempool, dump only when necessary (Jonas Schnelli) | |||
2017-01-06 | [Qt] Show more significant warning if we fall back to the default fee | Jonas Schnelli | |
2017-01-05 | Merge #9413: [CoinControl] Allow non-wallet owned change addresses | Jonas Schnelli | |
54f8026 [CoinControl] Allow non-wallet owned change addresses (Jonas Schnelli) | |||
2017-01-05 | [Qt] Do proper shutdown | Jonas Schnelli | |