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
/
sendcoinsdialog.cpp
Age
Commit message (
Expand
)
Author
2022-01-26
fs: consistently use fsbridge for {i,o}fstream
fanquake
2022-01-12
Merge bitcoin-core/gui#517: refactor, qt: Use std::chrono for parameters of Q...
Hennadii Stepanov
2022-01-11
Merge bitcoin/bitcoin#23497: Add `src/node/` and `src/wallet/` code to `node:...
MarcoFalke
2022-01-09
refactor, qt: Use std::chrono for non-zero arguments in QTimer methods
Hennadii Stepanov
2022-01-09
Merge bitcoin-core/gui#441: Add Create Unsigned button to SendConfirmationDialog
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-10-08
qt: hide Create Unsigned button behind an expert mode option
Andrew Chow
2021-10-07
qt: Add Create Unsigned button to SendConfirmationDialog
Andrew Chow
2021-09-30
Merge bitcoin-core/gui#336: Do not exit and re-enter main event loop during s...
W. J. van der Laan
2021-09-07
qt, refactor: Allocate SendConfirmationDialog instances on heap
Hennadii Stepanov
2021-09-07
qt, refactor: Keep CoinControlDialog in the main event loop
Hennadii Stepanov
2021-09-12
qt: ensure translator comments end in full stop
Jarol Rodriguez
2021-06-16
gui: misc external signer fixes and translation hints
Sjors Provoost
2021-06-10
Rearrange fillPSBT arguments
Russell Yanofsky
2021-05-27
gui: send using external signer
Sjors Provoost
2021-05-16
qt: Replace disambiguation strings with translator comments
Hennadii Stepanov
2021-05-11
Merge bitcoin/bitcoin#21752: doc: Clarify that feerates are per virtual size
MarcoFalke
2021-05-10
Merge bitcoin-core/gui#257: refactor: Use template function qOverload in sign...
Hennadii Stepanov
2021-05-02
scripted-diff: Replace three dots with ellipsis in the UI strings
Hennadii Stepanov
2021-05-01
scripted-diff: Clarify that feerates are per virtual size
MarcoFalke
2021-04-30
qt: Use template function qOverload in signal-slot connections
Hennadii Stepanov
2021-04-26
Merge bitcoin/bitcoin#21714: refactor: Drop CCoinControl::SetNull
MarcoFalke
2021-04-18
refactor, qt: Simplify SendCoinsDialog::updateCoinControlState
João Barbosa
2021-04-18
refactor: Drop CCoinControl::SetNull
João Barbosa
2021-04-05
qt: Handle exceptions in SendCoinsDialog::sendButtonClicked slot
Hennadii Stepanov
2021-03-16
Merge #220: Do not translate file extensions
Wladimir J. van der Laan
2021-03-12
Merge #21404: refactor: Remove MakeUnique<T>()
MarcoFalke
2021-03-11
Merge bitcoin-core/gui#188: Write PSBTs to file with binary mode
MarcoFalke
2021-03-11
scripted-diff: remove MakeUnique<T>()
fanquake
2021-03-06
qt: Do not translate file extensions
Hennadii Stepanov
2021-01-28
Merge bitcoin-core/gui#85: Remove unused "What's This" button in dialogs on W...
Jonas Schnelli
2021-01-18
GUI: Write PSBTs to file with binary mode
Andrew Chow
2021-01-13
Merge bitcoin-core/gui#148: Bugfix: GUI: Restore SendConfirmationDialog butto...
MarcoFalke
2020-12-09
Bugfix: GUI: Restore SendConfirmationDialog button default to "Yes"
Luke Dashjr
2020-12-04
refactor: Use C++17 std::array where possible
MarcoFalke
2020-11-19
Merge bitcoin-core/gui#46: refactor: Fix deprecation warnings when building a...
MarcoFalke
2020-09-18
Only update the updateSmartFeeLabel once in sync
Jonas Schnelli
2020-09-07
scripted-diff: Remove unused "What's This" button in dialogs on Windows
Hennadii Stepanov
2020-08-26
qt, refactor: Fix 'buttonClicked is deprecated' warnings
Hennadii Stepanov
2020-06-27
scripted-diff: Move ui_interface to the node lib
MarcoFalke
2020-06-18
FillPSBT: report number of inputs signed (or would sign)
Glenn Willen
2020-05-05
gui: Fix manual coin control with multiple wallets loaded
João Barbosa
2020-04-23
Merge #17509: gui: save and load PSBT
Samuel Dobson
2020-04-16
scripted-diff: Bump copyright headers
MarcoFalke
2020-03-27
[gui] save PSBT to file
Sjors Provoost
2020-03-24
[gui] send dialog: split on_sendButton_clicked
Sjors Provoost
2020-03-19
refactor: Change createWallet, fillPSBT argument order
Russell Yanofsky
2020-03-19
refactor: Get rid of Wallet::IsWalletFlagSet method
Russell Yanofsky
2020-03-09
Move FillPSBT to be a member of CWallet
Andrew Chow
[next]