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-09-07
Merge #10911: [qt] Fix typo and access key in optionsdialog.ui
Jonas Schnelli
2017-09-07
Typo in optionsdialog.ui
James Evans
2017-09-06
Remove duplicate destination decoding
João Barbosa
2017-09-06
Merge #11117: Prepare for non-Base58 addresses
Wladimir J. van der Laan
2017-09-06
Introduce wrappers around CBitcoinAddress
Pieter Wuille
2017-09-06
Merge #11210: Stop test_bitcoin-qt touching ~/.bitcoin
Wladimir J. van der Laan
2017-09-05
Merge #11247: qt: Use IsMine to validate custom change address
MarcoFalke
2017-09-05
qt: Use IsMine to validate custom change address
Chris Moore
2017-09-05
Merge #11234: Remove redundant testutil.cpp|h files
Wladimir J. van der Laan
2017-09-05
Merge #11179: rpc: Push down safe mode checks
Wladimir J. van der Laan
2017-09-05
Remove redundant testutil files
MeshCollider
2017-09-02
Merge #11198: [Qt] Fix display of package name on 'open config file' tooltip
MarcoFalke
2017-09-01
Stop test_bitcoin-qt touching ~/.bitcoin
MeshCollider
2017-08-30
[Qt] Fix display of package name on 'open config file' tooltip
Daniel Edgecumbe
2017-08-29
rpc: Push down safe mode checks
Andrew Chow
2017-08-27
Make tabs toolbar no longer have a context menu
Andrew Chow
2017-08-25
Merge #10976: [MOVEONLY] Move some static functions out of wallet.h/cpp
Wladimir J. van der Laan
2017-08-18
Merge #11039: Avoid second mapWallet lookup
Wladimir J. van der Laan
2017-08-18
Document the preference of nullptr over NULL or (void*)0
practicalswift
2017-08-16
Declare single-argument (non-converting) constructors "explicit"
practicalswift
2017-08-16
Merge #9964: Add const to methods that do not modify the object for which it ...
MarcoFalke
2017-08-16
Merge #10956: Fix typos
MarcoFalke
2017-08-16
Merge #10705: Trivial: spelling fixes
MarcoFalke
2017-08-16
doc: spelling fixes
klemens
2017-08-15
Merge #10964: Pass SendCoinsRecipient (208 bytes) by reference
Jonas Schnelli
2017-08-14
wallet: Avoid second mapWallet lookup
João Barbosa
2017-08-14
Move some static functions out of wallet.h/cpp
Russell Yanofsky
2017-08-14
scripted-diff: stop using the gArgs wrappers
Marko Bencun
2017-08-14
Merge #10483: scripted-diff: Use the C++11 keyword nullptr to denote the poin...
Wladimir J. van der Laan
2017-08-09
qt: Periodic translations update
Wladimir J. van der Laan
2017-08-08
Fix typos.
practicalswift
2017-08-07
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...
practicalswift
2017-08-05
qt: Increase BLOCK_CHAIN_SIZE constants
Wladimir J. van der Laan
2017-08-02
Pass SendCoinsRecipient (208 bytes) by const reference
practicalswift
2017-08-02
Fix typo in sendcoinsdialog.
Masahiko Hyuga
2017-07-31
qt: Periodic translations update
Wladimir J. van der Laan
2017-07-26
Merge #10899: [test] Qt: Use _putenv_s instead of setenv on Windows builds
Wladimir J. van der Laan
2017-07-25
Merge #10870: [Qt] Use wallet 0 in rpc console if running with multiple wallets
Wladimir J. van der Laan
2017-07-25
Add const to methods that do not modify the object for which it is called
practicalswift
2017-07-21
Qt: Use _putenv_s instead of setenv on Windows builds
Brian McMichael
2017-07-20
qt: Periodic translations update
Wladimir J. van der Laan
2017-07-20
[Qt] Use wallet 0 in rpc console if running with multiple wallets
Jonas Schnelli
2017-07-18
Avoid redundant redeclaration of GetWarnings(const string&)
practicalswift
2017-07-17
Merge #10832: init: Factor out AppInitLockDataDirectory and fix startup core ...
Wladimir J. van der Laan
2017-07-17
init: Factor out AppInitLockDataDirectory
Wladimir J. van der Laan
2017-07-14
Make QT fee displays use GetMinimumFee instead of estimateSmartFee
Alex Morcos
2017-07-14
Use CoinControl to pass custom fee setting from QT.
Alex Morcos
2017-07-14
Refactor to use CoinControl in GetMinimumFee and FeeBumper
Alex Morcos
2017-07-14
Make CoinControl a required argument to CreateTransaction
Alex Morcos
2017-07-14
Merge #10769: [Qt] replace fee slider with a Dropdown, extend conf. targets
Pieter Wuille
[next]