aboutsummaryrefslogtreecommitdiff
path: root/src/qt/coincontroldialog.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use explicit conversion from PKHash -> CKeyIDBen Woosley2020-06-191-1/+1
* Remove unused variablesMarcoFalke2020-06-161-2/+0
* Merge #18894: gui: Fix manual coin control with multiple wallets loadedJonas Schnelli2020-05-131-31/+21
|\
| * gui: Fix manual coin control with multiple wallets loadedJoão Barbosa2020-05-051-31/+21
* | gui: Fix itemWalletAddress leak when not tree modeJoão Barbosa2020-05-041-3/+2
|/
* Merge #15768: gui: Add close window shortcutJonas Schnelli2020-05-041-0/+2
|\
| * gui: Add close window shortcutMiguel Herranz2020-02-051-0/+2
* | qt: remove todo bug fix for old versions of Qt10xcryptodev2020-04-261-8/+0
|/
* scripted-diff: Bump copyright of files changed in 2019MarcoFalke2019-12-301-1/+1
* Refactor: Require scriptPubKey to get wallet SigningProviderAndrew Chow2019-11-181-1/+1
* Remove unused includespracticalswift2019-10-151-1/+0
* Merge #16128: Delete error-prone CScript constructor only used with FindAndDe...Wladimir J. van der Laan2019-07-081-2/+4
|\
| * Delete error-prone CScript constructorGregory Sanders2019-06-131-2/+4
* | Make reasoning about dependencies easier by not including unused dependenciespracticalswift2019-06-021-4/+0
|/
* Replace CScriptID and CKeyID in CTxDestination with dedicated typesGregory Sanders2019-04-291-2/+2
* Don't use zero as null pointer constant (-Wzero-as-null-pointer-constant)practicalswift2019-01-131-1/+1
* qt: Remove hidden columns in coin control dialogJoão Barbosa2018-11-291-11/+9
* build: Add --disable-bip70 configure optionWladimir J. van der Laan2018-10-091-0/+5
* qt: Use new Qt5 connect syntaxJoão Barbosa2018-08-211-20/+20
* 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
|\ \ | |/ |/|