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