index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
qt
Age
Commit message (
Expand
)
Author
2017-03-23
Merge #9500: [Qt][RPC] Autocomplete commands for 'help' command in debug console
Jonas Schnelli
2017-03-22
Merge #10045: [trivial] Fix typos in comments
Jonas Schnelli
2017-03-21
[trivial] Fix typos in comments
practicalswift
2017-03-20
Avoid QTimer::singleShot compile error with Qt 5.3.2
Russell Yanofsky
2017-03-20
Avoid scoped_connection compile error with boost 1.55.0
Russell Yanofsky
2017-03-17
Merge #9592: [Qt] Add checkbox in the GUI to opt-in to RBF when creating a tr...
Jonas Schnelli
2017-03-17
Merge #9690: Change 'Clear' button string to 'Reset'
Jonas Schnelli
2017-03-17
Merge #9974: Add basic Qt wallet test
Jonas Schnelli
2017-03-16
[trivial] Fix a typo (introduced two days ago) in the default fee warning
practicalswift
2017-03-15
Add new test_bitcoin-qt static library dependencies
Russell Yanofsky
2017-03-15
Add simple qt wallet test sending a transaction
Russell Yanofsky
2017-03-15
Add braces to if statements in Qt test_main
Russell Yanofsky
2017-03-14
Merge #9481: [Qt] Show more significant warning if we fall back to the defaul...
Wladimir J. van der Laan
2017-03-10
Make qt test compatible with TestChain100Setup framework
Russell Yanofsky
2017-03-10
Add COutput::fSafe member for safe handling of unconfirmed outputs
Russell Yanofsky
2017-03-07
Merge #9602: Remove coin age priority and free transactions - implementation
Wladimir J. van der Laan
2017-03-02
Merge #9834: qt: clean up initialize/shutdown signals
Jonas Schnelli
2017-02-27
wallet: Remove sendfree
MarcoFalke
2017-02-24
Trivial: fix comments referencing AppInit2
Marko Bencun
2017-02-23
qt: clean up initialize/shutdown signals
Marko Bencun
2017-02-21
Merge #9727: 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
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
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
2017-02-14
Merge #9755: Bugfix: Qt/Options: Restore persistent "restart required" notice
Jonas Schnelli
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
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
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
2017-02-05
Change 'Clear' button string to 'Reset'
Daniel Aleksandersen
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
2017-01-25
[Qt] Change RBF checkbox to reflect -walletrbf setting
Russell Yanofsky
2017-01-25
[Qt] Add simple optin-RBF checkbox and confirmation info
Jonas Schnelli
[next]