aboutsummaryrefslogtreecommitdiff
path: root/src/qt/bitcoinamountfield.cpp
Commit message (Expand)AuthorAgeFilesLines
* Amount to send field now goes up/down 1 DOGE at a time (#1441)Sporklin2019-03-251-1/+1
* Bump copyright headers to 2015MarcoFalke2015-12-131-1/+1
* qt: define QT_NO_KEYWORDSWladimir J. van der Laan2015-07-151-2/+2
* [Qt] allow unit changes for read-only BitcoinAmountFieldPhilip Kaufmann2015-01-311-1/+0
* [Qt] group variables below initial if-clauses in AmountSpinBox::stepEnabledPhilip Kaufmann2015-01-131-2/+3
* [Qt] don't allow amount changes when AmountSpinBox is read-onlyPhilip Kaufmann2015-01-101-17/+21
* Added "Core" to copyright headerssandakersmann2014-12-191-1/+1
* Remove references to X11 licenceMichael Ford2014-12-161-1/+1
* [Qt] Add Smartfee to GUICozz Lovan2014-11-191-0/+6
* [Qt] Fix height of BitcoinAmountFieldCozz Lovan2014-11-161-0/+1
* Use a typedef for monetary valuesMark Friedenbach2014-09-261-14/+14
* qt: Use fixed-point arithmetic in amount spinboxWladimir J. van der Laan2014-07-231-106/+166
* Implement SI-style (thin space) thoudands separatorRoy Badami2014-05-171-2/+47
* Merge pull request #3614Wladimir J. van der Laan2014-02-171-7/+9
|\
| * [Qt] Improve single step in bitcoinamountfieldCozz Lovan2014-02-021-7/+9
* | Copyright header updates s/2013/2014 on files whose last git commit was done ...gubatron2014-02-091-1/+1
|/
* qt: Fix tab order in send and receive tabWladimir J. van der Laan2014-01-291-1/+2
* [Qt] style-police, add missing license headersPhilip Kaufmann2013-12-171-2/+4
* Cleanup code using forward declarations.Brandon Dahler2013-11-101-3/+2
* qt: add license header to source filesWladimir J. van der Laan2013-11-041-0/+4
* make BitcoinAmountField::setReadOnly() usablePhilip Kaufmann2013-10-151-2/+3
* Payment Protocol: X509-validated payment requestsGavin Andresen2013-08-221-0/+5
* Bitcoin-Qt: fix QApplication includes to match our include defaultsPhilip Kaufmann2013-07-231-1/+2
* Too many bitcoins allowed in amount. (#2401)vhf / victor felder2013-06-021-4/+6
* Bitcoin-Qt: only use qApp for Q(Core)Application::instance()Philip Kaufmann2013-04-021-1/+1
* Fix transaction fee in uBTCRoman Mindalev2013-03-231-0/+5
* Bitcoin-Qt: massive header and cpp cleanupPhilip Kaufmann2013-03-171-6/+2
* 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