aboutsummaryrefslogtreecommitdiff
path: root/src/qt/coincontroldialog.cpp
AgeCommit message (Expand)Author
2020-06-19Use explicit conversion from PKHash -> CKeyIDBen Woosley
2020-06-16Remove unused variablesMarcoFalke
2020-05-13Merge #18894: gui: Fix manual coin control with multiple wallets loadedJonas Schnelli
2020-05-05gui: Fix manual coin control with multiple wallets loadedJoão Barbosa
2020-05-04gui: Fix itemWalletAddress leak when not tree modeJoão Barbosa
2020-05-04Merge #15768: gui: Add close window shortcutJonas Schnelli
2020-04-26qt: remove todo bug fix for old versions of Qt10xcryptodev
2020-02-05gui: Add close window shortcutMiguel Herranz
2019-12-30scripted-diff: Bump copyright of files changed in 2019MarcoFalke
2019-11-18Refactor: Require scriptPubKey to get wallet SigningProviderAndrew Chow
2019-10-15Remove unused includespracticalswift
2019-07-08Merge #16128: Delete error-prone CScript constructor only used with FindAndDe...Wladimir J. van der Laan
2019-06-13Delete error-prone CScript constructorGregory Sanders
2019-06-02Make reasoning about dependencies easier by not including unused dependenciespracticalswift
2019-04-29Replace CScriptID and CKeyID in CTxDestination with dedicated typesGregory Sanders
2019-01-13Don't use zero as null pointer constant (-Wzero-as-null-pointer-constant)practicalswift
2018-11-29qt: Remove hidden columns in coin control dialogJoão Barbosa
2018-10-09build: Add --disable-bip70 configure optionWladimir J. van der Laan
2018-08-21qt: Use new Qt5 connect syntaxJoão Barbosa
2018-07-27Update copyright headers to 2018DrahtBot
2018-06-25[qt] coincontrol: Remove unused qt4 workaroundMarcoFalke
2018-06-18gui: Remove QT_VERSION fallbacks for Qt < 5Wladimir J. van der Laan
2018-04-23wallet: Make fee settings non-static membersMarcoFalke
2018-04-07scripted-diff: Avoid `interface` keyword to fix windows gitian buildRussell Yanofsky
2018-04-04Remove direct bitcoin calls from qt/coincontroldialog.cppRussell Yanofsky
2018-04-04Remove most direct bitcoin calls from qt/walletmodel.cppRussell Yanofsky
2018-03-21Fix typosDimitris Apostolou
2018-02-19Split key_io (address/key encodings) off from base58Pieter Wuille
2018-02-07Merge #10498: Use static_cast instead of C-style casts for non-fundamental typesMarcoFalke
2018-02-01[gui] Defer coin control instancingJoão Barbosa
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-22Use static_cast instead of C-style casts for non-fundamental typespracticalswift
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