aboutsummaryrefslogtreecommitdiff
path: root/src/qt/coincontroldialog.cpp
AgeCommit message (Expand)Author
2018-01-03Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa
2017-11-16Remove includes in .cpp files for things the corresponding .h file already in...practicalswift
2017-11-16qt: refactor: Changes to make include paths absoluteWladimir J. van der Laan
2017-11-16scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider
2017-10-15Fix crash via division by zero assertionJonas Schnelli
2017-10-12Merge #11133: Document assumptions that are being made to avoid division by zeroWladimir J. van der Laan
2017-09-06Introduce wrappers around CBitcoinAddressPieter Wuille
2017-08-28Document assumptions that are being made to avoid division by zeropracticalswift
2017-08-14Move some static functions out of wallet.h/cppRussell Yanofsky
2017-07-14Make QT fee displays use GetMinimumFee instead of estimateSmartFeeAlex Morcos
2017-07-14Refactor to use CoinControl in GetMinimumFee and FeeBumperAlex Morcos
2017-07-06Change default fee estimation mode.Alex Morcos
2017-07-06Introduce a fee estimate mode.Alex Morcos
2017-07-06remove default argument from GetMinimumFeeAlex Morcos
2017-06-22Merge #10633: doc: Fix various typosWladimir J. van der Laan
2017-06-22Merge #9343: Don't create change at dust limitWladimir J. van der Laan
2017-06-22Fixed multiple typosDimitris Tsapakidis
2017-06-15Merge #10582: Pass in smart fee slider value to coin control dialogWladimir J. van der Laan
2017-06-14Don't create change at the dust limit, even if it means paying more than expe...Alex Morcos
2017-06-14Pass in smart fee slider value to coin control dialogAlex Morcos
2017-06-13Merge #10502: scripted-diff: Remove BOOST_FOREACH, Q_FOREACH and PAIRTYPEPieter Wuille
2017-06-06Use list initialization (C++11) for maps/vectors instead of boost::assign::ma...practicalswift
2017-06-05scripted-diff: Remove PAIRTYPEJorge Timón
2017-06-05scripted-diff: Remove Q_FOREACHJorge Timón
2017-06-05scripted-diff: Fully remove BOOST_FOREACHJorge Timón
2017-05-11remove minimum total fee optionGregory Sanders
2017-05-03Consensus: Minimal way to move dust out of consensusJorge Timón
2017-04-10Call estimate(Smart)Fee directly from CBlockPolicyEstimatorAlex Morcos
2017-02-27wallet: Remove sendfreeMarcoFalke
2017-02-07Use z = std::max(x - y, 0); instead of z = x - y; if (z < 0) z = 0;practicalswift
2017-01-16Introduce -dustrelayfeeAlex Morcos
2016-12-31Increment MIT Licence copyright header year on files modified in 2016isle2983
2016-12-02Make CWalletTx store a CTransactionRef instead of inheritingPieter Wuille
2016-12-02Rename the remaining main.{h,cpp} to validation.{h,cpp}Matt Corallo
2016-11-24Merge #9190: qt: Plug many memory leaksWladimir J. van der Laan
2016-11-23qt: Plug many memory leaksWladimir J. van der Laan
2016-11-20[Qt] Clean up and fix coincontrol tree widget handlingWladimir J. van der Laan
2016-11-18[Qt] fix coincontrol sort issueJonas Schnelli
2016-10-21moveonly: move `coincontrol` to `src/wallet`Wladimir J. van der Laan
2016-09-23Do not shadow in src/qtPavel Janík
2016-08-24[qt] Remove Priority from coincontrol dialogMarcoFalke
2016-06-22BIP144: Serialization, hashes, relay (sender side)Pieter Wuille
2016-03-08Use CCoinControl selection in CWallet::FundTransactionJoão Barbosa
2016-01-13[qt] coincontrol workaround is still needed in qt5.4 (fixed in qt5.5)MarcoFalke
2016-01-05Merge pull request #7205Wladimir J. van der Laan
2016-01-04Merge pull request #7255Jonas Schnelli
2016-01-03Remove hardcoded fee from CoinControl ToolTipfanquake
2016-01-02Add note to CoinControl Dialog workaroundfanquake
2015-12-26Replace some instances of formatWithUnit with formatHtmlWithUnitfanquake
2015-12-13Bump copyright headers to 2015MarcoFalke