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
/
walletcontroller.cpp
Age
Commit message (
Expand
)
Author
2023-10-23
qt: Avoid error prone leading spaces in translatable strings
Hennadii Stepanov
2023-10-06
gui: remove legacy wallet creation
furszy
2023-09-20
Merge bitcoin-core/gui#738: Add menu option to migrate a wallet
Hennadii Stepanov
2023-08-13
gui: make '-min' minimize wallet loading dialog
furszy
2023-06-23
gui: Add File > Migrate Wallet
Andrew Chow
2022-12-24
scripted-diff: Bump copyright headers
Hennadii Stepanov
2022-08-13
Merge bitcoin/bitcoin#25235: GetExternalSigner(): fail if multiple signers ar...
fanquake
2022-08-10
wallet: Return `util::Result` from WalletLoader methods
w0xlt
2022-08-03
refactor: Replace BResult with util::Result
Ryan Ofsky
2022-07-12
refactor: Return BResult from restoreWallet
MacroFake
2022-06-27
gui: Add Wallet Restore in the GUI
w0xlt
2022-06-09
GetExternalSigner(): fail if multiple signers are found
amadeuszpawlik
2022-04-16
qt: Replace `GUIUtil::ObjectInvoke()` with `QMetaObject::invokeMethod()`
Hennadii Stepanov
2022-01-12
Merge bitcoin-core/gui#517: refactor, qt: Use std::chrono for parameters of Q...
Hennadii Stepanov
2022-01-09
refactor, qt: Use std::chrono for non-zero arguments in QTimer methods
Hennadii Stepanov
2022-01-06
Add src/wallet/* code to wallet:: namespace
Russell Yanofsky
2021-12-30
scripted-diff: Bump copyright headers
Hennadii Stepanov
2021-12-22
scripted-diff: Rename interfaces::WalletClient to interfaces::WalletLoader
Russell Yanofsky
2021-11-15
Merge bitcoin/bitcoin#23004: multiprocess: add interfaces::ExternalSigner class
W. J. van der Laan
2021-10-06
qt: Fix WalletControllerActivity progress dialog title
Shashwat
2021-10-05
multiprocess: add interfaces::ExternalSigner class
Russell Yanofsky
2021-09-09
qt, wallet: Drop no longer used WalletController::getOpenWallets()
Hennadii Stepanov
2021-09-09
qt, wallet: Add LoadWalletsActivity class
Hennadii Stepanov
2021-09-09
qt, wallet, refactor: Move connection to QObject::deleteLater to ctor
Hennadii Stepanov
2021-09-09
qt, wallet: Move activity progress dialog from data member to local
Hennadii Stepanov
2021-06-16
refactor: reduce #ifdef ENABLE_EXTERNAL_SIGNER usage
Sjors Provoost
2021-06-16
refactor: clean up external_signer.h includes
Sjors Provoost
2021-06-09
Merge bitcoin-core/gui#4: UI external signer support (e.g. hardware wallet)
Samuel Dobson
2021-05-27
gui: wallet creation detects external signer
Sjors Provoost
2021-05-27
gui: create wallet with external signer
Sjors Provoost
2021-05-22
qt: Improve GUI responsiveness
Hennadii Stepanov
2021-05-02
scripted-diff: Replace three dots with ellipsis in the UI strings
Hennadii Stepanov
2021-01-04
doc: fix various typos
Ikko Ashimine
2020-11-25
qt: Improve comments in WalletController::getOrCreateWallet()
Hennadii Stepanov
2020-11-25
qt: Call setParent() in the parent's context
Hennadii Stepanov
2020-09-19
Merge #18790: gui: Improve thread naming
fanquake
2020-09-03
refactor: Use DatabaseStatus and DatabaseOptions types
Russell Yanofsky
2020-08-27
refactor: Move wallet methods out of chain.h and node.h
Russell Yanofsky
2020-08-13
qt: Name WalletController worker QThread
Hennadii Stepanov
2020-06-16
Merge #18927: Pass bilingual_str argument to AbortNode()
MarcoFalke
2020-06-04
refactor: Use bilingual_str::empty()
Hennadii Stepanov
2020-06-01
gui: Add closeAllWallets to WalletController
João Barbosa
2020-05-10
util: Drop OpOriginal() and OpTranslated()
Hennadii Stepanov
2020-05-01
wallet: Avoid translating RPC errors when loading wallets
MarcoFalke
2020-04-23
Be able to create new wallets with DescriptorScriptPubKeyMans as backing
Andrew Chow
2020-04-16
scripted-diff: Bump copyright headers
MarcoFalke
2020-04-10
Merge #17905: gui: Avoid redundant tx status updates
MarcoFalke
2020-03-31
gui: Delete progress dialog instead of hidding it
João Barbosa
2020-03-27
gui: Handle WalletModel::unload asynchronous
João Barbosa
2020-03-19
refactor: Change createWallet, fillPSBT argument order
Russell Yanofsky
[next]