aboutsummaryrefslogtreecommitdiff
path: root/src/qt/bitcoinamountfield.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change up/down increment in UI to 0.001 BTC (issue #760)Wladimir J. van der Laan2012-02-051-0/+1
* Revert "Use standard C99 (and Qt) types for 64-bit integers"Wladimir J. van der Laan2011-12-211-1/+0
* Use standard C99 (and Qt) types for 64-bit integersLuke Dashjr2011-12-201-0/+1
* Improved Mac experience; QDoubleSpinBox for BitcoinAmountFieldp2k2011-10-091-51/+40
* comments and readme updateWladimir J. van der Laan2011-08-311-0/+1
* QtUI code cleanup / comment improvementsWladimir J. van der Laan2011-08-081-2/+1
* don't include <QDebug>Wladimir J. van der Laan2011-08-071-1/+0
* make amount field the same width as decimals fieldWladimir J. van der Laan2011-08-031-1/+1
* Make dot in amount field more apparentWladimir J. van der Laan2011-07-301-1/+1
* Full support for other units, add configuration option for default unit (used...Wladimir J. van der Laan2011-07-291-3/+8
* Reset unit to default when clearing the field, to prevent confusionWladimir J. van der Laan2011-07-261-0/+2
* allow multiple units in bitcoin amount widget (for example, for sending) usin...Wladimir J. van der Laan2011-07-261-6/+65
* preparations for multiple unit (uBTC, mBTC, BTC) support, fix amount entry issueWladimir J. van der Laan2011-07-251-2/+10
* Merge pull request #9 from celil-kj/masterWladimir J. van der Laan2011-07-241-7/+2
|\
| * Allow ammount field to be empty so that one can specify .05 instead ofCelil2011-07-221-7/+6
|/
* fix clear() (clear red/invalid status)Wladimir J. van der Laan2011-07-221-0/+6
* add sendmany supportWladimir J. van der Laan2011-07-161-3/+30
* convert to full tab-based uiWladimir J. van der Laan2011-07-071-0/+5
* Add "BTC" to all amount widgets, to make clear what the unit isWladimir J. van der Laan2011-07-061-0/+1
* show an error if amount is not valid (either the amount or decimals is empty)Wladimir J. van der Laan2011-06-301-0/+2
* compile fixes by UnthinkingbitWladimir J. van der Laan2011-06-251-1/+1
* when going to decimals field using ./, select it all, so that entry starts fr...Wladimir J. van der Laan2011-06-211-0/+1
* Fix some padding and focus issues with the new BitcoinAmountWidgetWladimir J. van der Laan2011-06-211-0/+1
* introduce bitcoin amount field with split amount/decimals, to protect against...Wladimir J. van der Laan2011-06-201-0/+67