aboutsummaryrefslogtreecommitdiff
path: root/src/qt/sendcoinsdialog.cpp
Commit message (Expand)AuthorAgeFilesLines
* Only update the updateSmartFeeLabel once in syncJonas Schnelli2020-09-181-1/+9
* scripted-diff: Move ui_interface to the node libMarcoFalke2020-06-271-1/+1
* FillPSBT: report number of inputs signed (or would sign)Glenn Willen2020-06-181-1/+1
* gui: Fix manual coin control with multiple wallets loadedJoão Barbosa2020-05-051-31/+19
* Merge #17509: gui: save and load PSBTSamuel Dobson2020-04-231-46/+90
|\
| * [gui] save PSBT to fileSjors Provoost2020-03-271-3/+42
| * [gui] send dialog: split on_sendButton_clickedSjors Provoost2020-03-241-44/+49
* | scripted-diff: Bump copyright headersMarcoFalke2020-04-161-1/+1
|/
* refactor: Change createWallet, fillPSBT argument orderRussell Yanofsky2020-03-191-1/+1
* refactor: Get rid of Wallet::IsWalletFlagSet methodRussell Yanofsky2020-03-191-9/+9
* Move FillPSBT to be a member of CWalletAndrew Chow2020-03-091-1/+0
* scripted-diff: Bump copyright of files changed in 2019MarcoFalke2019-12-301-1/+1
* [gui] send: show watch-only balance in send screenSjors Provoost2019-11-261-1/+6
* refactor: Nuke coincontrol circular dependencyHennadii Stepanov2019-11-231-0/+1
* [gui] watch-only wallet: copy PSBT to clipboardSjors Provoost2019-11-131-18/+53
* [gui] send: include watch-onlySjors Provoost2019-11-131-0/+5
* Remove BIP70 Supportfanquake2019-10-241-14/+0
* [wallet] Remove return value from CommitTransaction()John Newbery2019-10-181-6/+1
* Change sendcoins dialogue Yes to SendGregory Sanders2019-09-251-2/+2
* HTML escape address labels in more dialogs and notificationsAndrew Chow2019-09-081-1/+1
* HTML escape the wallet name in more dialogs and notificationsAndrew Chow2019-09-081-1/+1
* Merge #16701: qt: Replace functions deprecated in Qt 5.13Wladimir J. van der Laan2019-08-291-1/+1
|\
| * qt: Add TextWidth() wrapperHennadii Stepanov2019-08-231-1/+1
* | gui: Ensure tx send error highlight is visiblebpay2019-08-231-1/+2
|/
* Get rid of PendingWalletTx class.Russell Yanofsky2019-07-181-1/+1
* Merge #15886: qt, wallet: Revamp SendConfirmationDialogWladimir J. van der Laan2019-06-061-16/+28
|\
| * Do not show list for the only recipient.Hennadii Stepanov2019-05-181-2/+12
| * Show recipient list as detailedText of QMessageBoxHennadii Stepanov2019-04-241-12/+10
| * Make SendConfirmationDialog fully fledgedHennadii Stepanov2019-04-241-5/+9
* | [wallet] Move maxTxFee to walletJohn Newbery2019-04-181-1/+1
|/
* Don't use zero as null pointer constant (-Wzero-as-null-pointer-constant)practicalswift2019-01-131-5/+5
* qt: Remove "Pay only required fee" checkboxHennadii Stepanov2018-10-301-27/+10
* build: Add --disable-bip70 configure optionWladimir J. van der Laan2018-10-091-0/+8
* Make objects in range declarations immutable by default. Avoid unnecessary co...practicalswift2018-08-271-1/+1
* qt: Use new Qt5 connect syntaxJoão Barbosa2018-08-211-32/+32
* Update copyright headers to 2018DrahtBot2018-07-271-1/+1
* [qt]: changes sendcoinsdialog's box layout for improved readability.marcoagner2018-05-081-22/+29
* wallet: Make fee settings non-static membersMarcoFalke2018-04-231-7/+7
* scripted-diff: Avoid `interface` keyword to fix windows gitian buildRussell Yanofsky2018-04-071-4/+4
* Use WalletBalances struct in QtRussell Yanofsky2018-04-041-13/+5
* Remove direct bitcoin calls from qt/sendcoinsdialog.cppRussell Yanofsky2018-04-041-9/+9
* Remove direct bitcoin access from qt/guiutil.cppRussell Yanofsky2018-04-041-1/+1
* Remove most direct bitcoin calls from qt/walletmodel.cppRussell Yanofsky2018-04-041-7/+9
* Merge #12610: Multiwallet for the GUIJonas Schnelli2018-03-261-1/+4
|\
| * Qt: show wallet name in send confirmation dlg in case of multiwalletJonas Schnelli2018-03-261-1/+4
* | Merge #11372: Address encoding cleanupWladimir J. van der Laan2018-03-071-1/+1
|\ \
| * | Split key_io (address/key encodings) off from base58Pieter Wuille2018-02-191-1/+1
* | | Merge #12432: [qt] send: Clear All also resets coin control optionsWladimir J. van der Laan2018-03-061-0/+6
|\ \ \ | |_|/ |/| |
| * | [qt] send: Clear All also resets coin control optionsSjors Provoost2018-02-141-0/+6
| |/
* / [qt] navigate to transaction history page after sendSjors Provoost2018-03-011-0/+1
|/