aboutsummaryrefslogtreecommitdiff
path: root/src/qt/coincontroldialog.cpp
AgeCommit message (Expand)Author
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
2015-11-30[Qt] make use of the nMinimumTotalFee (absolute) in coincontrols fee calculationJonas Schnelli
2015-11-30[Qt] use ASYMP_UTF8 (≈) whenever we show a fee that is not absoluteJonas Schnelli
2015-11-16Change wallet and GUI code to use new smart fee estimation calls.Alex Morcos
2015-11-05Merge pull request #6887Wladimir J. van der Laan
2015-11-03[qt] Properly display required fee instead of minTxFeeMarcoFalke
2015-10-28[wallet] Refactor to use new MIN_CHANGEMarcoFalke
2015-07-31qt: Introduce PlatformStyleWladimir J. van der Laan
2015-07-23Includes: Cleanup around net main and walletJorge Timón
2015-07-23TRIVIAL: Missing includesJorge Timón
2015-07-16[Qt] remove std namespace polution from codePhilip Kaufmann
2015-07-15qt: define QT_NO_KEYWORDSWladimir J. van der Laan
2015-07-07[Qt] constify foreach uses where possiblePhilip Kaufmann
2015-05-01Bugfix: Grammar fixesCorinne Dashjr
2015-04-20[Qt] header group cleanupPhilip Kaufmann
2015-03-20Merge pull request #5745Wladimir J. van der Laan
2015-03-13Subtract fee from amountCozz Lovan
2015-03-12[Move Only] Move wallet related things to src/wallet/Jonas Schnelli
2015-01-29Change Coin Control first column labelfsb4000
2015-01-12Coin Control: Use U+2248 "ALMOST EQUAL TO" rather than a simple tilde (which ...Luke Dashjr
2015-01-05String conversions uint256 -> uint256SWladimir J. van der Laan
2014-12-27Adopt style colour for button iconsLuke Dashjr
2014-12-19Added "Core" to copyright headerssandakersmann
2014-12-16Remove references to X11 licenceMichael Ford
2014-11-19[Qt] Add Smartfee to GUICozz Lovan
2014-09-26Use a typedef for monetary valuesMark Friedenbach
2014-09-09Remove some unnecessary c_strs() in logging and the GUIPhilip Kaufmann
2014-07-20[Qt] Fix thin space in URICozz Lovan
2014-07-08Fee fixesCozz Lovan