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
/
createwalletdialog.cpp
Age
Commit message (
Expand
)
Author
2021-06-16
gui: misc external signer fixes and translation hints
Sjors Provoost
2021-06-16
refactor: reduce #ifdef ENABLE_EXTERNAL_SIGNER usage
Sjors Provoost
2021-05-27
gui: wallet creation detects external signer
Sjors Provoost
2021-05-27
gui: create wallet with external signer
Sjors Provoost
2021-03-23
qt: fix issue when disabling the auto-enabled blank wallet checkbox
Jarol Rodriguez
2021-01-28
Merge bitcoin-core/gui#85: Remove unused "What's This" button in dialogs on W...
Jonas Schnelli
2020-12-31
scripted-diff: Bump copyright headers
MarcoFalke
2020-11-18
GUI: Force descriptor wallets when BDB is not compiled
Andrew Chow
2020-10-30
[gui] create wallet: smarter checkbox toggling
Sjors Provoost
2020-10-20
GUI: Create Wallet: Nicely disable descriptor wallet checkbox if sqlite suppo...
Luke Dashjr
2020-09-07
scripted-diff: Remove unused "What's This" button in dialogs on Windows
Hennadii Stepanov
2020-09-07
qt: Add flags to prevent a "What's This" button on Windows OS
Hennadii Stepanov
2020-04-23
Be able to create new wallets with DescriptorScriptPubKeyMans as backing
Andrew Chow
2019-09-09
gui: rename encrypt(), blank(), and askPasshprase()
Jon Atack
2019-09-05
Expose wallet creation to the GUI via WalletController
Andrew Chow
2019-09-05
Add CreateWalletDialog to create wallets from the GUI
Andrew Chow