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
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
2017-11-18
[Qt] Improved copy: RBF checkbox, tooltip and confirmation screen
Sjors Provoost
2017-11-16
Remove includes in .cpp files for things the corresponding .h file already in...
practicalswift
2017-11-16
qt: refactor: Changes to make include paths absolute
Wladimir J. van der Laan
2017-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-11-10
Merge #11316: [qt] Add use available balance in send coins dialog (CryptAxe, ...
MarcoFalke
2017-09-22
Use static_cast instead of C-style casts for non-fundamental types
practicalswift
2017-09-15
Remove custom fee radio group
Andrew Chow
2017-09-14
Fix Qt 0.14.2->0.15.0 segfault if "total at least" is selected
Matt Corallo
2017-09-13
[qt] Add use available balance in send coins dialog
CryptAxe
2017-09-06
Introduce wrappers around CBitcoinAddress
Pieter Wuille
2017-09-05
Merge #11247: qt: Use IsMine to validate custom change address
MarcoFalke
2017-09-05
qt: Use IsMine to validate custom change address
Chris Moore
2017-08-14
Don't use pass by reference to const for cheaply-copied types (bool, char, et...
practicalswift
[next]