index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
qt
/
coincontroldialog.cpp
Age
Commit message (
Expand
)
Author
2020-06-19
Use explicit conversion from PKHash -> CKeyID
Ben Woosley
2020-06-16
Remove unused variables
MarcoFalke
2020-05-13
Merge #18894: gui: Fix manual coin control with multiple wallets loaded
Jonas Schnelli
2020-05-05
gui: Fix manual coin control with multiple wallets loaded
João Barbosa
2020-05-04
gui: Fix itemWalletAddress leak when not tree mode
João Barbosa
2020-05-04
Merge #15768: gui: Add close window shortcut
Jonas Schnelli
2020-04-26
qt: remove todo bug fix for old versions of Qt
10xcryptodev
2020-02-05
gui: Add close window shortcut
Miguel Herranz
2019-12-30
scripted-diff: Bump copyright of files changed in 2019
MarcoFalke
2019-11-18
Refactor: Require scriptPubKey to get wallet SigningProvider
Andrew Chow
2019-10-15
Remove unused includes
practicalswift
2019-07-08
Merge #16128: Delete error-prone CScript constructor only used with FindAndDe...
Wladimir J. van der Laan
2019-06-13
Delete error-prone CScript constructor
Gregory Sanders
2019-06-02
Make reasoning about dependencies easier by not including unused dependencies
practicalswift
2019-04-29
Replace CScriptID and CKeyID in CTxDestination with dedicated types
Gregory Sanders
2019-01-13
Don't use zero as null pointer constant (-Wzero-as-null-pointer-constant)
practicalswift
2018-11-29
qt: Remove hidden columns in coin control dialog
João Barbosa
2018-10-09
build: Add --disable-bip70 configure option
Wladimir J. van der Laan
2018-08-21
qt: Use new Qt5 connect syntax
João Barbosa
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-06-25
[qt] coincontrol: Remove unused qt4 workaround
MarcoFalke
2018-06-18
gui: Remove QT_VERSION fallbacks for Qt < 5
Wladimir J. van der Laan
2018-04-23
wallet: Make fee settings non-static members
MarcoFalke
2018-04-07
scripted-diff: Avoid `interface` keyword to fix windows gitian build
Russell Yanofsky
2018-04-04
Remove direct bitcoin calls from qt/coincontroldialog.cpp
Russell Yanofsky
2018-04-04
Remove most direct bitcoin calls from qt/walletmodel.cpp
Russell Yanofsky
2018-03-21
Fix typos
Dimitris Apostolou
2018-02-19
Split key_io (address/key encodings) off from base58
Pieter Wuille
2018-02-07
Merge #10498: Use static_cast instead of C-style casts for non-fundamental types
MarcoFalke
2018-02-01
[gui] Defer coin control instancing
João Barbosa
2018-01-03
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2017-11-16
Remove includes in .cpp files for things the corresponding .h file already in...
practicalswift
2017-11-16
qt: refactor: Changes to make include paths absolute
Wladimir J. van der Laan
2017-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-10-15
Fix crash via division by zero assertion
Jonas Schnelli
2017-10-12
Merge #11133: Document assumptions that are being made to avoid division by zero
Wladimir J. van der Laan
2017-09-22
Use static_cast instead of C-style casts for non-fundamental types
practicalswift
2017-09-06
Introduce wrappers around CBitcoinAddress
Pieter Wuille
2017-08-28
Document assumptions that are being made to avoid division by zero
practicalswift
2017-08-14
Move some static functions out of wallet.h/cpp
Russell Yanofsky
2017-07-14
Make QT fee displays use GetMinimumFee instead of estimateSmartFee
Alex Morcos
2017-07-14
Refactor to use CoinControl in GetMinimumFee and FeeBumper
Alex Morcos
2017-07-06
Change default fee estimation mode.
Alex Morcos
2017-07-06
Introduce a fee estimate mode.
Alex Morcos
2017-07-06
remove default argument from GetMinimumFee
Alex Morcos
2017-06-22
Merge #10633: doc: Fix various typos
Wladimir J. van der Laan
2017-06-22
Merge #9343: Don't create change at dust limit
Wladimir J. van der Laan
2017-06-22
Fixed multiple typos
Dimitris Tsapakidis
2017-06-15
Merge #10582: Pass in smart fee slider value to coin control dialog
Wladimir J. van der Laan
2017-06-14
Don't create change at the dust limit, even if it means paying more than expe...
Alex Morcos
[next]