aboutsummaryrefslogtreecommitdiff
path: root/src/qt/sendcoinsdialog.cpp
AgeCommit message (Expand)Author
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-11-10Merge #11316: [qt] Add use available balance in send coins dialog (CryptAxe, ...MarcoFalke
2017-09-15Remove custom fee radio groupAndrew Chow
2017-09-14Fix Qt 0.14.2->0.15.0 segfault if "total at least" is selectedMatt Corallo
2017-09-13[qt] Add use available balance in send coins dialogCryptAxe
2017-09-06Introduce wrappers around CBitcoinAddressPieter Wuille
2017-09-05Merge #11247: qt: Use IsMine to validate custom change addressMarcoFalke
2017-09-05qt: Use IsMine to validate custom change addressChris Moore
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-14Use CoinControl to pass custom fee setting from QT.Alex Morcos
2017-07-14Refactor to use CoinControl in GetMinimumFee and FeeBumperAlex Morcos
2017-07-14Make CoinControl a required argument to CreateTransactionAlex Morcos
2017-07-14Merge #10769: [Qt] replace fee slider with a Dropdown, extend conf. targetsPieter Wuille
2017-07-13[Qt] migrate old fee slider value to new dropbownJonas Schnelli
2017-07-13[Qt] replace fee slider with a Dropdown, extend conf. targetsJonas Schnelli
2017-07-06Change default fee estimation mode.Alex Morcos
2017-07-06Introduce a fee estimate mode.Alex Morcos
2017-06-15Merge #10284: Always log debug information for fee calculation in CreateTrans...Wladimir J. van der Laan
2017-06-15Merge #10582: Pass in smart fee slider value to coin control dialogWladimir J. van der Laan
2017-06-14Pass in smart fee slider value to coin control dialogAlex Morcos
2017-06-13Output Fee Estimation Calculations in CreateTransactionAlex Morcos
2017-06-05scripted-diff: Remove Q_FOREACHJorge Timón
2017-05-22Merge #10390: [wallet] remove minimum total fee optionWladimir J. van der Laan
2017-05-11remove minimum total fee optionGregory Sanders
2017-05-11[Qt] simple fee bumper with user verificationJonas Schnelli
2017-04-20[qt] Don't call method on null WalletModel objectRussell Yanofsky
2017-04-10Call estimate(Smart)Fee directly from CBlockPolicyEstimatorAlex Morcos
2017-03-17Merge #9592: [Qt] Add checkbox in the GUI to opt-in to RBF when creating a tr...Jonas Schnelli
2017-03-14Merge #9481: [Qt] Show more significant warning if we fall back to the defaul...Wladimir J. van der Laan
2017-02-17Qt/Send: Give fallback fee a reasonable indentLuke Dashjr
2017-02-17Qt/Send: Figure a decent warning colour from themeLuke Dashjr
2017-01-27[trivial] Fix typos in commentspracticalswift
2017-01-25[Qt] Change RBF checkbox to reflect -walletrbf settingRussell Yanofsky
2017-01-25[Qt] Add simple optin-RBF checkbox and confirmation infoJonas Schnelli
2017-01-19qt: Use nPowTargetSpacing constantMarcoFalke
2017-01-06[Qt] Show more significant warning if we fall back to the default feeJonas Schnelli
2017-01-05Merge #9413: [CoinControl] Allow non-wallet owned change addressesJonas Schnelli
2016-12-31Increment MIT Licence copyright header year on files modified in 2016isle2983
2016-12-23[CoinControl] Allow non-wallet owned change addressesJonas Schnelli
2016-12-02Merge #9260: Mrs Peacock in The Library with The Candlestick (killed main.{h,...Pieter Wuille
2016-12-02Rename the remaining main.{h,cpp} to validation.{h,cpp}Matt Corallo
2016-11-29Make GUI incapable of setting tx confirm target of 1Alex Morcos
2016-10-30[qt] Return useful error message on ATMP failureMarcoFalke
2016-10-28[Qt] overhaul smart-fee slider, adjust default confirmation targetJonas 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-09-07[Qt][CoinControl] fix UI bug that could result in paying unexpected feeJonas Schnelli
2016-08-24[qt] Remove Priority from coincontrol dialogMarcoFalke