aboutsummaryrefslogtreecommitdiff
path: root/src/qt/sendcoinsdialog.cpp
AgeCommit message (Expand)Author
2021-03-11GUI: Write PSBTs to file with binary modeAndrew Chow
2021-01-13Bugfix: GUI: Restore SendConfirmationDialog button default to "Yes"Luke Dashjr
2020-09-18Only update the updateSmartFeeLabel once in syncJonas Schnelli
2020-06-27scripted-diff: Move ui_interface to the node libMarcoFalke
2020-06-18FillPSBT: report number of inputs signed (or would sign)Glenn Willen
2020-05-05gui: Fix manual coin control with multiple wallets loadedJoão Barbosa
2020-04-23Merge #17509: gui: save and load PSBTSamuel Dobson
2020-04-16scripted-diff: Bump copyright headersMarcoFalke
2020-03-27[gui] save PSBT to fileSjors Provoost
2020-03-24[gui] send dialog: split on_sendButton_clickedSjors Provoost
2020-03-19refactor: Change createWallet, fillPSBT argument orderRussell Yanofsky
2020-03-19refactor: Get rid of Wallet::IsWalletFlagSet methodRussell Yanofsky
2020-03-09Move FillPSBT to be a member of CWalletAndrew Chow
2019-12-30scripted-diff: Bump copyright of files changed in 2019MarcoFalke
2019-11-26[gui] send: show watch-only balance in send screenSjors Provoost
2019-11-23refactor: Nuke coincontrol circular dependencyHennadii Stepanov
2019-11-13[gui] watch-only wallet: copy PSBT to clipboardSjors Provoost
2019-11-13[gui] send: include watch-onlySjors Provoost
2019-10-24Remove BIP70 Supportfanquake
2019-10-18[wallet] Remove return value from CommitTransaction()John Newbery
2019-09-25Change sendcoins dialogue Yes to SendGregory Sanders
2019-09-08HTML escape address labels in more dialogs and notificationsAndrew Chow
2019-09-08HTML escape the wallet name in more dialogs and notificationsAndrew Chow
2019-08-29Merge #16701: qt: Replace functions deprecated in Qt 5.13Wladimir J. van der Laan
2019-08-23qt: Add TextWidth() wrapperHennadii Stepanov
2019-08-23gui: Ensure tx send error highlight is visiblebpay
2019-07-18Get rid of PendingWalletTx class.Russell Yanofsky
2019-06-06Merge #15886: qt, wallet: Revamp SendConfirmationDialogWladimir J. van der Laan
2019-05-18Do not show list for the only recipient.Hennadii Stepanov
2019-04-24Show recipient list as detailedText of QMessageBoxHennadii Stepanov
2019-04-24Make SendConfirmationDialog fully fledgedHennadii Stepanov
2019-04-18[wallet] Move maxTxFee to walletJohn Newbery
2019-01-13Don't use zero as null pointer constant (-Wzero-as-null-pointer-constant)practicalswift
2018-10-30qt: Remove "Pay only required fee" checkboxHennadii Stepanov
2018-10-09build: Add --disable-bip70 configure optionWladimir J. van der Laan
2018-08-27Make objects in range declarations immutable by default. Avoid unnecessary co...practicalswift
2018-08-21qt: Use new Qt5 connect syntaxJoão Barbosa
2018-07-27Update copyright headers to 2018DrahtBot
2018-05-08[qt]: changes sendcoinsdialog's box layout for improved readability.marcoagner
2018-04-23wallet: Make fee settings non-static membersMarcoFalke
2018-04-07scripted-diff: Avoid `interface` keyword to fix windows gitian buildRussell Yanofsky
2018-04-04Use WalletBalances struct in QtRussell Yanofsky
2018-04-04Remove direct bitcoin calls from qt/sendcoinsdialog.cppRussell Yanofsky
2018-04-04Remove direct bitcoin access from qt/guiutil.cppRussell Yanofsky
2018-04-04Remove most direct bitcoin calls from qt/walletmodel.cppRussell Yanofsky
2018-03-26Merge #12610: Multiwallet for the GUIJonas Schnelli
2018-03-26Qt: show wallet name in send confirmation dlg in case of multiwalletJonas Schnelli
2018-03-07Merge #11372: Address encoding cleanupWladimir J. van der Laan
2018-03-06Merge #12432: [qt] send: Clear All also resets coin control optionsWladimir J. van der Laan
2018-03-01[qt] navigate to transaction history page after sendSjors Provoost