aboutsummaryrefslogtreecommitdiff
path: root/src/qt/sendcoinsdialog.cpp
AgeCommit message (Expand)Author
2023-02-17Merge bitcoin/bitcoin#26889: refactor: wallet, remove global 'ArgsManager' de...Andrew Chow
2023-02-15refactor: remove <util/system.h> include from wallet.hfurszy
2023-02-03Merge bitcoin-core/gui#653: Show watchonly balance only for Legacy walletsHennadii Stepanov
2023-01-17Merge bitcoin-core/gui#686: clang-tidy: Force checks for headers in `src/qt`Hennadii Stepanov
2022-12-24scripted-diff: Bump copyright headersHennadii Stepanov
2022-12-16clang-tidy, qt: Fix `modernize-use-default-member-init` in headersHennadii Stepanov
2022-10-26wallet: skip available coins fetch if "other inputs" are disallowedfurszy
2022-08-29ui: show header pre-synchronization progressPieter Wuille
2022-08-15Merge bitcoin-core/gui#598: Avoid recalculating the wallet balance - use mode...Hennadii Stepanov
2022-08-14gui: Show watchonly balance only for Legacy walletsAndrew Chow
2022-08-12GUI: 'getAvailableBalance', use cached balance if the user did not select UTX...furszy
2022-08-12GUI: use cached balance in overviewpage and sendcoinsdialogfurszy
2022-08-12GUI: sendCoinsDialog, remove duplicate wallet().getBalances() callfurszy
2022-06-14scripted-diff: Avoid incompatibility with CMake AUTOUIC featureHennadii Stepanov
2022-06-12Merge bitcoin-core/gui#608: wallet, refactor: Make `WalletModel::sendCoins()`...Hennadii Stepanov
2022-05-29qt, wallet, refactor: Drop unused `WalletModel::PaymentRequestExpired`Hennadii Stepanov
2022-05-29qt, wallet, refactor: Make `WalletModel::sendCoins()` return `void`Hennadii Stepanov
2022-04-15Merge bitcoin-core/gui#556: refactor: Make BitcoinUnits::Unit a scoped enumHennadii Stepanov
2022-03-16gui: restore Send for external signerSjors Provoost
2022-03-16refactor: helper function signWithExternalSigner()Sjors Provoost
2022-02-24move-only: helper function to present PSBTSjors Provoost
2022-02-22qt, refactor: Make BitcoinUnits::Unit a scoped enumHennadii Stepanov
2022-02-12scripted-diff: Rename ShowModalDialogAndDeleteOnCloseHennadii Stepanov
2022-02-03refactor: replace boost::filesystem with std::filesystemKiminuo
2022-01-26fs: consistently use fsbridge for {i,o}fstreamfanquake
2022-01-12Merge bitcoin-core/gui#517: refactor, qt: Use std::chrono for parameters of Q...Hennadii Stepanov
2022-01-11Merge bitcoin/bitcoin#23497: Add `src/node/` and `src/wallet/` code to `node:...MarcoFalke
2022-01-09refactor, qt: Use std::chrono for non-zero arguments in QTimer methodsHennadii Stepanov
2022-01-09Merge bitcoin-core/gui#441: Add Create Unsigned button to SendConfirmationDialogHennadii Stepanov
2022-01-06Add src/wallet/* code to wallet:: namespaceRussell Yanofsky
2021-12-30scripted-diff: Bump copyright headersHennadii Stepanov
2021-10-08qt: hide Create Unsigned button behind an expert mode optionAndrew Chow
2021-10-07qt: Add Create Unsigned button to SendConfirmationDialogAndrew Chow
2021-09-30Merge bitcoin-core/gui#336: Do not exit and re-enter main event loop during s...W. J. van der Laan
2021-09-07qt, refactor: Allocate SendConfirmationDialog instances on heapHennadii Stepanov
2021-09-07qt, refactor: Keep CoinControlDialog in the main event loopHennadii Stepanov
2021-09-12qt: ensure translator comments end in full stopJarol Rodriguez
2021-06-16gui: misc external signer fixes and translation hintsSjors Provoost
2021-06-10Rearrange fillPSBT argumentsRussell Yanofsky
2021-05-27gui: send using external signerSjors Provoost
2021-05-16qt: Replace disambiguation strings with translator commentsHennadii Stepanov
2021-05-11Merge bitcoin/bitcoin#21752: doc: Clarify that feerates are per virtual sizeMarcoFalke
2021-05-10Merge bitcoin-core/gui#257: refactor: Use template function qOverload in sign...Hennadii Stepanov
2021-05-02scripted-diff: Replace three dots with ellipsis in the UI stringsHennadii Stepanov
2021-05-01scripted-diff: Clarify that feerates are per virtual sizeMarcoFalke
2021-04-30qt: Use template function qOverload in signal-slot connectionsHennadii Stepanov
2021-04-26Merge bitcoin/bitcoin#21714: refactor: Drop CCoinControl::SetNullMarcoFalke
2021-04-18refactor, qt: Simplify SendCoinsDialog::updateCoinControlStateJoão Barbosa
2021-04-18refactor: Drop CCoinControl::SetNullJoão Barbosa
2021-04-05qt: Handle exceptions in SendCoinsDialog::sendButtonClicked slotHennadii Stepanov