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
/
bitcoinamountfield.h
Age
Commit message (
Expand
)
Author
2019-01-13
Don't use zero as null pointer constant (-Wzero-as-null-pointer-constant)
practicalswift
2018-10-30
qt: Improve BitcoinAmountField class
Hennadii Stepanov
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-01-03
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2017-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2015-12-13
Bump copyright headers to 2015
MarcoFalke
2015-07-15
qt: define QT_NO_KEYWORDS
Wladimir J. van der Laan
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-11-03
Fix all header defines
Pavel JanÃk
2014-10-24
[Qt] Remove CAmount from BitcoinAmountField Q_PROPERTY
Cozz Lovan
2014-09-26
Use a typedef for monetary values
Mark Friedenbach
2014-09-18
[Qt] include and file header cleanup
Philip Kaufmann
2014-07-23
qt: Use fixed-point arithmetic in amount spinbox
Wladimir J. van der Laan
2014-02-02
[Qt] Improve single step in bitcoinamountfield
Cozz Lovan
2013-11-04
qt: add license header to source files
Wladimir J. van der Laan
2013-08-22
Payment Protocol: X509-validated payment requests
Gavin Andresen
2013-03-17
Bitcoin-Qt: massive header and cpp cleanup
Philip Kaufmann
2012-11-08
Qt: small header changes / fixes
Philip Kaufmann
2012-09-22
Update Bugreport Links
fanquake
2012-08-01
Bugfix: Fix a variety of misspellings
Luke Dashjr
2011-12-21
Revert "Use standard C99 (and Qt) types for 64-bit integers"
Wladimir J. van der Laan
2011-12-20
Use standard C99 (and Qt) types for 64-bit integers
Luke Dashjr
2011-11-13
Improve documentation for UI classes
Wladimir J. van der Laan
2011-10-09
Improved Mac experience; QDoubleSpinBox for BitcoinAmountField
p2k
2011-07-29
Full support for other units, add configuration option for default unit (used...
Wladimir J. van der Laan
2011-07-26
allow multiple units in bitcoin amount widget (for example, for sending) usin...
Wladimir J. van der Laan
2011-07-22
fix clear() (clear red/invalid status)
Wladimir J. van der Laan
2011-07-16
add sendmany support
Wladimir J. van der Laan
2011-06-21
Fix some padding and focus issues with the new BitcoinAmountWidget
Wladimir J. van der Laan
2011-06-20
introduce bitcoin amount field with split amount/decimals, to protect against...
Wladimir J. van der Laan