aboutsummaryrefslogtreecommitdiff
path: root/src/qt/coincontroldialog.cpp
AgeCommit message (Expand)Author
2016-01-13Replace some instances of formatWithUnit with formatHtmlWithUnitfanquake
2016-01-05Bump 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
2014-07-05Remove unused variableR E Broadley
2014-07-03Move fee policy out of coreGavin Andresen
2014-07-03Use fee/priority estimates in wallet CreateTransactionGavin Andresen
2014-06-23Merge pull request #4314Wladimir J. van der Laan
2014-06-21Add CMutableTransaction and make CTransaction immutable.Pieter Wuille
2014-06-16[Qt] Change Coin control labels and tooltips because of non-rounding feesCozz Lovan
2014-06-08[Qt] Remove CENT-fee-rule from coin control completelyCozz Lovan
2014-06-06Type-safe CFeeRate classGavin Andresen
2014-04-01[Qt] small cleanup of coincontroldialogPhilip Kaufmann
2014-03-14[Qt] Dont set table color in coin controlCozz Lovan
2014-03-11[Qt] Fix coin control qt5 checkbox bug in tree modeCozz Lovan
2014-03-03Fix coin control sorts date as textCozz Lovan
2014-02-26Remove CWalletTx::vfSpentGavin Andresen
2013-12-20[Qt] coin control change address handling updatePhilip Kaufmann
2013-12-15qt: use GUIUtil::dateTimeStr in coincontrolWladimir J. van der Laan
2013-12-02[Qt] coin-control features GUI cleanup 3Philip Kaufmann
2013-11-18Coincontrol cleanup (e.g. add missing license)Philip Kaufmann
2013-11-14Coin Control FeaturesCozz Lovan