aboutsummaryrefslogtreecommitdiff
path: root/src/qt/coincontroldialog.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update QT client messages and translations to Doge equivalents (#1429)Ross Nicoll2019-03-251-1/+1
* Add Dogecoin current fee calculation logic (#1413)Ross Nicoll2018-09-191-1/+1
* Use z = std::max(x - y, 0); instead of z = x - y; if (z < 0) z = 0;practicalswift2017-02-071-3/+1
* Introduce -dustrelayfeeAlex Morcos2017-01-161-4/+5
* Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
* Make CWalletTx store a CTransactionRef instead of inheritingPieter Wuille2016-12-021-8/+8
* Rename the remaining main.{h,cpp} to validation.{h,cpp}Matt Corallo2016-12-021-1/+1
* Merge #9190: qt: Plug many memory leaksWladimir J. van der Laan2016-11-241-1/+1
|\
| * qt: Plug many memory leaksWladimir J. van der Laan2016-11-231-1/+1
* | [Qt] Clean up and fix coincontrol tree widget handlingWladimir J. van der Laan2016-11-201-24/+10
* | [Qt] fix coincontrol sort issueJonas Schnelli2016-11-181-6/+15
|/
* moveonly: move `coincontrol` to `src/wallet`Wladimir J. van der Laan2016-10-211-1/+1
* Do not shadow in src/qtPavel Janík2016-09-231-6/+6
* [qt] Remove Priority from coincontrol dialogMarcoFalke2016-08-241-79/+11
* BIP144: Serialization, hashes, relay (sender side)Pieter Wuille2016-06-221-1/+17
* Use CCoinControl selection in CWallet::FundTransactionJoão Barbosa2016-03-081-1/+1
* [qt] coincontrol workaround is still needed in qt5.4 (fixed in qt5.5)MarcoFalke2016-01-131-4/+2
* Merge pull request #7205Wladimir J. van der Laan2016-01-051-1/+1
|\
| * Bump copyright headers to 2015MarcoFalke2015-12-131-1/+1
* | Merge pull request #7255Jonas Schnelli2016-01-041-4/+4
|\ \
| * | Remove hardcoded fee from CoinControl ToolTipfanquake2016-01-031-2/+2
| * | Replace some instances of formatWithUnit with formatHtmlWithUnitfanquake2015-12-261-3/+3
| |/
* / Add note to CoinControl Dialog workaroundfanquake2016-01-021-1/+1
|/
* [Qt] make use of the nMinimumTotalFee (absolute) in coincontrols fee calculationJonas Schnelli2015-11-301-0/+3
* [Qt] use ASYMP_UTF8 (≈) whenever we show a fee that is not absoluteJonas Schnelli2015-11-301-1/+1
* Change wallet and GUI code to use new smart fee estimation calls.Alex Morcos2015-11-161-8/+7
* Merge pull request #6887Wladimir J. van der Laan2015-11-051-4/+4
|\
| * [qt] Properly display required fee instead of minTxFeeMarcoFalke2015-11-031-4/+4
* | [wallet] Refactor to use new MIN_CHANGEMarcoFalke2015-10-281-1/+1
|/
* qt: Introduce PlatformStyleWladimir J. van der Laan2015-07-311-5/+6
* Includes: Cleanup around net main and walletJorge Timón2015-07-231-1/+1
* TRIVIAL: Missing includesJorge Timón2015-07-231-0/+1
* [Qt] remove std namespace polution from codePhilip Kaufmann2015-07-161-8/+7
* qt: define QT_NO_KEYWORDSWladimir J. van der Laan2015-07-151-1/+1
* [Qt] constify foreach uses where possiblePhilip Kaufmann2015-07-071-7/+4
* Bugfix: Grammar fixesCorinne Dashjr2015-05-011-10/+10
* [Qt] header group cleanupPhilip Kaufmann2015-04-201-1/+1
* Merge pull request #5745Wladimir J. van der Laan2015-03-201-1/+1
|\
| * [Move Only] Move wallet related things to src/wallet/Jonas Schnelli2015-03-121-1/+1
* | Subtract fee from amountCozz Lovan2015-03-131-5/+18
|/
* Change Coin Control first column labelfsb40002015-01-291-0/+4
* Coin Control: Use U+2248 "ALMOST EQUAL TO" rather than a simple tilde (which ...Luke Dashjr2015-01-121-8/+8
* String conversions uint256 -> uint256SWladimir J. van der Laan2015-01-051-4/+4
* Adopt style colour for button iconsLuke Dashjr2014-12-271-2/+3
* Added "Core" to copyright headerssandakersmann2014-12-191-1/+1
* Remove references to X11 licenceMichael Ford2014-12-161-1/+1
* [Qt] Add Smartfee to GUICozz Lovan2014-11-191-41/+54
* Use a typedef for monetary valuesMark Friedenbach2014-09-261-8/+8
* Remove some unnecessary c_strs() in logging and the GUIPhilip Kaufmann2014-09-091-2/+2
* [Qt] Fix thin space in URICozz Lovan2014-07-201-1/+1