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
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
2017-08-14
Move some static functions out of wallet.h/cpp
Russell Yanofsky
2017-07-14
Make QT fee displays use GetMinimumFee instead of estimateSmartFee
Alex Morcos
2017-07-14
Use CoinControl to pass custom fee setting from QT.
Alex Morcos
2017-07-14
Refactor to use CoinControl in GetMinimumFee and FeeBumper
Alex Morcos
2017-07-14
Make CoinControl a required argument to CreateTransaction
Alex Morcos
2017-07-14
Merge #10769: [Qt] replace fee slider with a Dropdown, extend conf. targets
Pieter Wuille
2017-07-13
[Qt] migrate old fee slider value to new dropbown
Jonas Schnelli
2017-07-13
[Qt] replace fee slider with a Dropdown, extend conf. targets
Jonas Schnelli
2017-07-06
Change default fee estimation mode.
Alex Morcos
2017-07-06
Introduce a fee estimate mode.
Alex Morcos
2017-06-15
Merge #10284: Always log debug information for fee calculation in CreateTrans...
Wladimir J. van der Laan
2017-06-15
Merge #10582: Pass in smart fee slider value to coin control dialog
Wladimir J. van der Laan
2017-06-14
Pass in smart fee slider value to coin control dialog
Alex Morcos
2017-06-13
Output Fee Estimation Calculations in CreateTransaction
Alex Morcos
2017-06-05
scripted-diff: Remove Q_FOREACH
Jorge Timón
2017-05-22
Merge #10390: [wallet] remove minimum total fee option
Wladimir J. van der Laan
2017-05-11
remove minimum total fee option
Gregory Sanders
2017-05-11
[Qt] simple fee bumper with user verification
Jonas Schnelli
2017-04-20
[qt] Don't call method on null WalletModel object
Russell Yanofsky
2017-04-10
Call estimate(Smart)Fee directly from CBlockPolicyEstimator
Alex Morcos
2017-03-17
Merge #9592: [Qt] Add checkbox in the GUI to opt-in to RBF when creating a tr...
Jonas Schnelli
2017-03-14
Merge #9481: [Qt] Show more significant warning if we fall back to the defaul...
Wladimir J. van der Laan
2017-02-17
Qt/Send: Give fallback fee a reasonable indent
Luke Dashjr
2017-02-17
Qt/Send: Figure a decent warning colour from theme
Luke Dashjr
2017-01-27
[trivial] Fix typos in comments
practicalswift
2017-01-25
[Qt] Change RBF checkbox to reflect -walletrbf setting
Russell Yanofsky
2017-01-25
[Qt] Add simple optin-RBF checkbox and confirmation info
Jonas Schnelli
2017-01-19
qt: Use nPowTargetSpacing constant
MarcoFalke
2017-01-06
[Qt] Show more significant warning if we fall back to the default fee
Jonas Schnelli
[next]