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.cpp
Age
Commit message (
Expand
)
Author
2018-01-03
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
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
2015-12-13
Bump copyright headers to 2015
MarcoFalke
2015-07-15
qt: define QT_NO_KEYWORDS
Wladimir J. van der Laan
2015-01-31
[Qt] allow unit changes for read-only BitcoinAmountField
Philip Kaufmann
2015-01-13
[Qt] group variables below initial if-clauses in AmountSpinBox::stepEnabled
Philip Kaufmann
2015-01-10
[Qt] don't allow amount changes when AmountSpinBox is read-only
Philip Kaufmann
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-16
[Qt] Fix height of BitcoinAmountField
Cozz Lovan
2014-09-26
Use a typedef for monetary values
Mark Friedenbach
2014-07-23
qt: Use fixed-point arithmetic in amount spinbox
Wladimir J. van der Laan
2014-05-17
Implement SI-style (thin space) thoudands separator
Roy Badami
2014-02-17
Merge pull request #3614
Wladimir J. van der Laan
2014-02-09
Copyright header updates s/2013/2014 on files whose last git commit was done ...
gubatron
2014-02-02
[Qt] Improve single step in bitcoinamountfield
Cozz Lovan
2014-01-29
qt: Fix tab order in send and receive tab
Wladimir J. van der Laan
2013-12-17
[Qt] style-police, add missing license headers
Philip Kaufmann
2013-11-10
Cleanup code using forward declarations.
Brandon Dahler
2013-11-04
qt: add license header to source files
Wladimir J. van der Laan
2013-10-15
make BitcoinAmountField::setReadOnly() usable
Philip Kaufmann
2013-08-22
Payment Protocol: X509-validated payment requests
Gavin Andresen
2013-07-23
Bitcoin-Qt: fix QApplication includes to match our include defaults
Philip Kaufmann
2013-06-02
Too many bitcoins allowed in amount. (#2401)
vhf / victor felder
2013-04-02
Bitcoin-Qt: only use qApp for Q(Core)Application::instance()
Philip Kaufmann
2013-03-23
Fix transaction fee in uBTC
Roman Mindalev
2013-03-17
Bitcoin-Qt: massive header and cpp cleanup
Philip Kaufmann
2012-02-05
Change up/down increment in UI to 0.001 BTC (issue #760)
Wladimir J. van der Laan
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-10-09
Improved Mac experience; QDoubleSpinBox for BitcoinAmountField
p2k
2011-08-31
comments and readme update
Wladimir J. van der Laan
2011-08-08
QtUI code cleanup / comment improvements
Wladimir J. van der Laan
2011-08-07
don't include <QDebug>
Wladimir J. van der Laan
2011-08-03
make amount field the same width as decimals field
Wladimir J. van der Laan
2011-07-30
Make dot in amount field more apparent
Wladimir J. van der Laan
2011-07-29
Full support for other units, add configuration option for default unit (used...
Wladimir J. van der Laan
2011-07-26
Reset unit to default when clearing the field, to prevent confusion
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-25
preparations for multiple unit (uBTC, mBTC, BTC) support, fix amount entry issue
Wladimir J. van der Laan
2011-07-24
Merge pull request #9 from celil-kj/master
Wladimir J. van der Laan
2011-07-22
Allow ammount field to be empty so that one can specify .05 instead of
Celil
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-07-07
convert to full tab-based ui
Wladimir J. van der Laan
2011-07-06
Add "BTC" to all amount widgets, to make clear what the unit is
Wladimir J. van der Laan
2011-06-30
show an error if amount is not valid (either the amount or decimals is empty)
Wladimir J. van der Laan
2011-06-25
compile fixes by Unthinkingbit
Wladimir J. van der Laan
[next]