aboutsummaryrefslogtreecommitdiff
path: root/src/qt/coincontroldialog.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers to 2018DrahtBot2018-07-271-1/+1
* [qt] coincontrol: Remove unused qt4 workaroundMarcoFalke2018-06-251-4/+0
* gui: Remove QT_VERSION fallbacks for Qt < 5Wladimir J. van der Laan2018-06-181-6/+0
* wallet: Make fee settings non-static membersMarcoFalke2018-04-231-1/+1
* scripted-diff: Avoid `interface` keyword to fix windows gitian buildRussell Yanofsky2018-04-071-2/+2
* Remove direct bitcoin calls from qt/coincontroldialog.cppRussell Yanofsky2018-04-041-34/+31
* Remove most direct bitcoin calls from qt/walletmodel.cppRussell Yanofsky2018-04-041-6/+6
* Fix typosDimitris Apostolou2018-03-211-2/+2
* Split key_io (address/key encodings) off from base58Pieter Wuille2018-02-191-0/+1
* Merge #10498: Use static_cast instead of C-style casts for non-fundamental typesMarcoFalke2018-02-071-3/+3
|\
| * Use static_cast instead of C-style casts for non-fundamental typespracticalswift2017-09-221-3/+3
* | [gui] Defer coin control instancingJoão Barbosa2018-02-011-9/+14
* | Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa2018-01-031-1/+1
* | Remove includes in .cpp files for things the corresponding .h file already in...practicalswift2017-11-161-2/+0
* | qt: refactor: Changes to make include paths absoluteWladimir J. van der Laan2017-11-161-1/+1
* | scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider2017-11-161-18/+18
* | Fix crash via division by zero assertionJonas Schnelli2017-10-151-2/+1
* | Merge #11133: Document assumptions that are being made to avoid division by zeroWladimir J. van der Laan2017-10-121-0/+1
|\ \ | |/ |/|
| * Document assumptions that are being made to avoid division by zeropracticalswift2017-08-281-0/+1
* | Introduce wrappers around CBitcoinAddressPieter Wuille2017-09-061-1/+1
* | Move some static functions out of wallet.h/cppRussell Yanofsky2017-08-141-1/+2
|/
* Make QT fee displays use GetMinimumFee instead of estimateSmartFeeAlex Morcos2017-07-141-8/+2
* Refactor to use CoinControl in GetMinimumFee and FeeBumperAlex Morcos2017-07-141-2/+2
* Change default fee estimation mode.Alex Morcos2017-07-061-1/+1
* Introduce a fee estimate mode.Alex Morcos2017-07-061-2/+4
* remove default argument from GetMinimumFeeAlex Morcos2017-07-061-1/+1
* Merge #10633: doc: Fix various typosWladimir J. van der Laan2017-06-221-1/+1
|\
| * Fixed multiple typosDimitris Tsapakidis2017-06-221-1/+1
* | Merge #9343: Don't create change at dust limitWladimir J. van der Laan2017-06-221-7/+4
|\ \ | |/ |/|
| * Don't create change at the dust limit, even if it means paying more than expe...Alex Morcos2017-06-141-7/+4
* | Merge #10582: Pass in smart fee slider value to coin control dialogWladimir J. van der Laan2017-06-151-2/+2
|\ \ | |/ |/|
| * Pass in smart fee slider value to coin control dialogAlex Morcos2017-06-141-2/+2
* | Merge #10502: scripted-diff: Remove BOOST_FOREACH, Q_FOREACH and PAIRTYPEPieter Wuille2017-06-131-4/+4
|\ \ | |/ |/|
| * scripted-diff: Remove PAIRTYPEJorge Timón2017-06-051-1/+1
| * scripted-diff: Remove Q_FOREACHJorge Timón2017-06-051-1/+1
| * scripted-diff: Fully remove BOOST_FOREACHJorge Timón2017-06-051-3/+3
* | Use list initialization (C++11) for maps/vectors instead of boost::assign::ma...practicalswift2017-06-061-2/+0
|/
* remove minimum total fee optionGregory Sanders2017-05-111-3/+1
* Consensus: Minimal way to move dust out of consensusJorge Timón2017-05-031-4/+3
* Call estimate(Smart)Fee directly from CBlockPolicyEstimatorAlex Morcos2017-04-101-2/+3
* wallet: Remove sendfreeMarcoFalke2017-02-271-20/+0
* 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
|/