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
*
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
|
\
\
|
|
/
|
/
|
|
*
Pass in smart fee slider value to coin control dialog
Alex Morcos
2017-06-14
1
-2
/
+2
*
|
Merge #10502: scripted-diff: Remove BOOST_FOREACH, Q_FOREACH and PAIRTYPE
Pieter Wuille
2017-06-13
1
-4
/
+4
|
\
\
|
|
/
|
/
|
|
*
scripted-diff: Remove PAIRTYPE
Jorge Timón
2017-06-05
1
-1
/
+1
|
*
scripted-diff: Remove Q_FOREACH
Jorge Timón
2017-06-05
1
-1
/
+1
|
*
scripted-diff: Fully remove BOOST_FOREACH
Jorge Timón
2017-06-05
1
-3
/
+3
*
|
Use list initialization (C++11) for maps/vectors instead of boost::assign::ma...
practicalswift
2017-06-06
1
-2
/
+0
|
/
*
remove minimum total fee option
Gregory Sanders
2017-05-11
1
-3
/
+1
*
Consensus: Minimal way to move dust out of consensus
Jorge Timón
2017-05-03
1
-4
/
+3
*
Call estimate(Smart)Fee directly from CBlockPolicyEstimator
Alex Morcos
2017-04-10
1
-2
/
+3
*
wallet: Remove sendfree
MarcoFalke
2017-02-27
1
-20
/
+0
*
Use z = std::max(x - y, 0); instead of z = x - y; if (z < 0) z = 0;
practicalswift
2017-02-07
1
-3
/
+1
*
Introduce -dustrelayfee
Alex Morcos
2017-01-16
1
-4
/
+5
*
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-12-31
1
-1
/
+1
*
Make CWalletTx store a CTransactionRef instead of inheriting
Pieter Wuille
2016-12-02
1
-8
/
+8
*
Rename the remaining main.{h,cpp} to validation.{h,cpp}
Matt Corallo
2016-12-02
1
-1
/
+1
*
Merge #9190: qt: Plug many memory leaks
Wladimir J. van der Laan
2016-11-24
1
-1
/
+1
|
\
|
*
qt: Plug many memory leaks
Wladimir J. van der Laan
2016-11-23
1
-1
/
+1
*
|
[Qt] Clean up and fix coincontrol tree widget handling
Wladimir J. van der Laan
2016-11-20
1
-24
/
+10
*
|
[Qt] fix coincontrol sort issue
Jonas Schnelli
2016-11-18
1
-6
/
+15
|
/
[next]