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
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
2019-12-30
scripted-diff: Bump copyright of files changed in 2019
MarcoFalke
2019-11-26
[gui] send: show watch-only balance in send screen
Sjors Provoost
2019-11-23
refactor: Nuke coincontrol circular dependency
Hennadii Stepanov
2019-11-13
[gui] watch-only wallet: copy PSBT to clipboard
Sjors Provoost
2019-11-13
[gui] send: include watch-only
Sjors Provoost
2019-10-24
Remove BIP70 Support
fanquake
2019-10-18
[wallet] Remove return value from CommitTransaction()
John Newbery
2019-09-25
Change sendcoins dialogue Yes to Send
Gregory Sanders
2019-09-08
HTML escape address labels in more dialogs and notifications
Andrew Chow
2019-09-08
HTML escape the wallet name in more dialogs and notifications
Andrew Chow
2019-08-29
Merge #16701: qt: Replace functions deprecated in Qt 5.13
Wladimir J. van der Laan
2019-08-23
qt: Add TextWidth() wrapper
Hennadii Stepanov
2019-08-23
gui: Ensure tx send error highlight is visible
bpay
2019-07-18
Get rid of PendingWalletTx class.
Russell Yanofsky
2019-06-06
Merge #15886: qt, wallet: Revamp SendConfirmationDialog
Wladimir J. van der Laan
2019-05-18
Do not show list for the only recipient.
Hennadii Stepanov
2019-04-24
Show recipient list as detailedText of QMessageBox
Hennadii Stepanov
2019-04-24
Make SendConfirmationDialog fully fledged
Hennadii Stepanov
2019-04-18
[wallet] Move maxTxFee to wallet
John Newbery
2019-01-13
Don't use zero as null pointer constant (-Wzero-as-null-pointer-constant)
practicalswift
2018-10-30
qt: Remove "Pay only required fee" checkbox
Hennadii Stepanov
2018-10-09
build: Add --disable-bip70 configure option
Wladimir J. van der Laan
2018-08-27
Make objects in range declarations immutable by default. Avoid unnecessary co...
practicalswift
2018-08-21
qt: Use new Qt5 connect syntax
João Barbosa
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-05-08
[qt]: changes sendcoinsdialog's box layout for improved readability.
marcoagner
2018-04-23
wallet: Make fee settings non-static members
MarcoFalke
2018-04-07
scripted-diff: Avoid `interface` keyword to fix windows gitian build
Russell Yanofsky
2018-04-04
Use WalletBalances struct in Qt
Russell Yanofsky
2018-04-04
Remove direct bitcoin calls from qt/sendcoinsdialog.cpp
Russell Yanofsky
2018-04-04
Remove direct bitcoin access from qt/guiutil.cpp
Russell Yanofsky
2018-04-04
Remove most direct bitcoin calls from qt/walletmodel.cpp
Russell Yanofsky
2018-03-26
Merge #12610: Multiwallet for the GUI
Jonas Schnelli
2018-03-26
Qt: show wallet name in send confirmation dlg in case of multiwallet
Jonas Schnelli
2018-03-07
Merge #11372: Address encoding cleanup
Wladimir J. van der Laan
2018-03-06
Merge #12432: [qt] send: Clear All also resets coin control options
Wladimir J. van der Laan
2018-03-01
[qt] navigate to transaction history page after send
Sjors Provoost
2018-02-19
Split key_io (address/key encodings) off from base58
Pieter Wuille
2018-02-14
[qt] send: Clear All also resets coin control options
Sjors Provoost
2018-02-07
Merge #10498: Use static_cast instead of C-style casts for non-fundamental types
MarcoFalke
2018-02-01
[gui] Defer coin control instancing
João Barbosa
2018-01-04
Replaces numbered place marker %2 with %1.
251
2018-01-03
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2017-12-22
Merge #11605: [Wallet] Enable RBF by default in QT
Wladimir J. van der Laan
2017-12-22
[Wallet] Use RBF by default in QT only
Sjors Provoost
2017-12-14
Merge #10839: Don't use pass by reference to const for cheaply-copied types (...
Wladimir J. van der Laan
2017-12-12
Merge #10574: Remove includes in .cpp files for things the corresponding .h f...
Wladimir J. van der Laan
[next]