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
2017-02-07
Use z = std::max(x - y, 0); instead of z = x - y; if (z < 0) z = 0;
practicalswift
2017-01-16
Introduce -dustrelayfee
Alex Morcos
2016-12-31
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-12-02
Make CWalletTx store a CTransactionRef instead of inheriting
Pieter Wuille
2016-12-02
Rename the remaining main.{h,cpp} to validation.{h,cpp}
Matt Corallo
2016-11-24
Merge #9190: qt: Plug many memory leaks
Wladimir J. van der Laan
2016-11-23
qt: Plug many memory leaks
Wladimir J. van der Laan
2016-11-20
[Qt] Clean up and fix coincontrol tree widget handling
Wladimir J. van der Laan
2016-11-18
[Qt] fix coincontrol sort issue
Jonas Schnelli
2016-10-21
moveonly: move `coincontrol` to `src/wallet`
Wladimir J. van der Laan
2016-09-23
Do not shadow in src/qt
Pavel Janík
2016-08-24
[qt] Remove Priority from coincontrol dialog
MarcoFalke
2016-06-22
BIP144: Serialization, hashes, relay (sender side)
Pieter Wuille
2016-03-08
Use CCoinControl selection in CWallet::FundTransaction
João Barbosa
2016-01-13
[qt] coincontrol workaround is still needed in qt5.4 (fixed in qt5.5)
MarcoFalke
2016-01-05
Merge pull request #7205
Wladimir J. van der Laan
2016-01-04
Merge pull request #7255
Jonas Schnelli
2016-01-03
Remove hardcoded fee from CoinControl ToolTip
fanquake
2016-01-02
Add note to CoinControl Dialog workaround
fanquake
2015-12-26
Replace some instances of formatWithUnit with formatHtmlWithUnit
fanquake
2015-12-13
Bump copyright headers to 2015
MarcoFalke
2015-11-30
[Qt] make use of the nMinimumTotalFee (absolute) in coincontrols fee calculation
Jonas Schnelli
2015-11-30
[Qt] use ASYMP_UTF8 (≈) whenever we show a fee that is not absolute
Jonas Schnelli
2015-11-16
Change wallet and GUI code to use new smart fee estimation calls.
Alex Morcos
2015-11-05
Merge pull request #6887
Wladimir J. van der Laan
2015-11-03
[qt] Properly display required fee instead of minTxFee
MarcoFalke
2015-10-28
[wallet] Refactor to use new MIN_CHANGE
MarcoFalke
2015-07-31
qt: Introduce PlatformStyle
Wladimir J. van der Laan
2015-07-23
Includes: Cleanup around net main and wallet
Jorge Timón
2015-07-23
TRIVIAL: Missing includes
Jorge Timón
2015-07-16
[Qt] remove std namespace polution from code
Philip Kaufmann
2015-07-15
qt: define QT_NO_KEYWORDS
Wladimir J. van der Laan
2015-07-07
[Qt] constify foreach uses where possible
Philip Kaufmann
2015-05-01
Bugfix: Grammar fixes
Corinne Dashjr
2015-04-20
[Qt] header group cleanup
Philip Kaufmann
2015-03-20
Merge pull request #5745
Wladimir J. van der Laan
2015-03-13
Subtract fee from amount
Cozz Lovan
2015-03-12
[Move Only] Move wallet related things to src/wallet/
Jonas Schnelli
2015-01-29
Change Coin Control first column label
fsb4000
2015-01-12
Coin Control: Use U+2248 "ALMOST EQUAL TO" rather than a simple tilde (which ...
Luke Dashjr
2015-01-05
String conversions uint256 -> uint256S
Wladimir J. van der Laan
2014-12-27
Adopt style colour for button icons
Luke Dashjr
2014-12-19
Added "Core" to copyright headers
sandakersmann
2014-12-16
Remove references to X11 licence
Michael Ford
2014-11-19
[Qt] Add Smartfee to GUI
Cozz Lovan
2014-09-26
Use a typedef for monetary values
Mark Friedenbach
2014-09-09
Remove some unnecessary c_strs() in logging and the GUI
Philip Kaufmann
2014-07-20
[Qt] Fix thin space in URI
Cozz Lovan
2014-07-08
Fee fixes
Cozz Lovan
2014-07-05
Remove unused variable
R E Broadley
[next]