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
/
coincontroldialog.cpp
Age
Commit message (
Expand
)
Author
2017-07-14
Make QT fee displays use GetMinimumFee instead of estimateSmartFee
Alex Morcos
2017-07-14
Refactor to use CoinControl in GetMinimumFee and FeeBumper
Alex Morcos
2017-07-06
Change default fee estimation mode.
Alex Morcos
2017-07-06
Introduce a fee estimate mode.
Alex Morcos
2017-07-06
remove default argument from GetMinimumFee
Alex Morcos
2017-06-22
Merge #10633: doc: Fix various typos
Wladimir J. van der Laan
2017-06-22
Merge #9343: Don't create change at dust limit
Wladimir J. van der Laan
2017-06-22
Fixed multiple typos
Dimitris Tsapakidis
2017-06-15
Merge #10582: Pass in smart fee slider value to coin control dialog
Wladimir J. van der Laan
2017-06-14
Don't create change at the dust limit, even if it means paying more than expe...
Alex Morcos
2017-06-14
Pass in smart fee slider value to coin control dialog
Alex Morcos
2017-06-13
Merge #10502: scripted-diff: Remove BOOST_FOREACH, Q_FOREACH and PAIRTYPE
Pieter Wuille
2017-06-06
Use list initialization (C++11) for maps/vectors instead of boost::assign::ma...
practicalswift
2017-06-05
scripted-diff: Remove PAIRTYPE
Jorge Timón
2017-06-05
scripted-diff: Remove Q_FOREACH
Jorge Timón
2017-06-05
scripted-diff: Fully remove BOOST_FOREACH
Jorge Timón
2017-05-11
remove minimum total fee option
Gregory Sanders
2017-05-03
Consensus: Minimal way to move dust out of consensus
Jorge Timón
2017-04-10
Call estimate(Smart)Fee directly from CBlockPolicyEstimator
Alex Morcos
2017-02-27
wallet: Remove sendfree
MarcoFalke
2017-02-07
Use z = std::max(x - y, 0); instead of z = x - y; if (z < 0) z = 0;
practicalswift
2017-01-16
Introduce -dustrelayfee
Alex Morcos
2016-12-31
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-12-02
Make CWalletTx store a CTransactionRef instead of inheriting
Pieter Wuille
2016-12-02
Rename the remaining main.{h,cpp} to validation.{h,cpp}
Matt Corallo
2016-11-24
Merge #9190: qt: Plug many memory leaks
Wladimir J. van der Laan
2016-11-23
qt: Plug many memory leaks
Wladimir J. van der Laan
2016-11-20
[Qt] Clean up and fix coincontrol tree widget handling
Wladimir J. van der Laan
2016-11-18
[Qt] fix coincontrol sort issue
Jonas Schnelli
2016-10-21
moveonly: move `coincontrol` to `src/wallet`
Wladimir J. van der Laan
2016-09-23
Do not shadow in src/qt
Pavel Janík
2016-08-24
[qt] Remove Priority from coincontrol dialog
MarcoFalke
2016-06-22
BIP144: Serialization, hashes, relay (sender side)
Pieter Wuille
2016-03-08
Use CCoinControl selection in CWallet::FundTransaction
João Barbosa
2016-01-13
[qt] coincontrol workaround is still needed in qt5.4 (fixed in qt5.5)
MarcoFalke
2016-01-05
Merge pull request #7205
Wladimir J. van der Laan
2016-01-04
Merge pull request #7255
Jonas Schnelli
2016-01-03
Remove hardcoded fee from CoinControl ToolTip
fanquake
2016-01-02
Add note to CoinControl Dialog workaround
fanquake
2015-12-26
Replace some instances of formatWithUnit with formatHtmlWithUnit
fanquake
2015-12-13
Bump copyright headers to 2015
MarcoFalke
2015-11-30
[Qt] make use of the nMinimumTotalFee (absolute) in coincontrols fee calculation
Jonas Schnelli
2015-11-30
[Qt] use ASYMP_UTF8 (≈) whenever we show a fee that is not absolute
Jonas Schnelli
2015-11-16
Change wallet and GUI code to use new smart fee estimation calls.
Alex Morcos
2015-11-05
Merge pull request #6887
Wladimir J. van der Laan
2015-11-03
[qt] Properly display required fee instead of minTxFee
MarcoFalke
2015-10-28
[wallet] Refactor to use new MIN_CHANGE
MarcoFalke
2015-07-31
qt: Introduce PlatformStyle
Wladimir J. van der Laan
2015-07-23
Includes: Cleanup around net main and wallet
Jorge Timón
2015-07-23
TRIVIAL: Missing includes
Jorge Timón
[next]