aboutsummaryrefslogtreecommitdiff
path: root/src/qt/bitcoinamountfield.h
Commit message (Expand)AuthorAgeFilesLines
* Bump copyright headers to 2015MarcoFalke2015-12-131-1/+1
* qt: define QT_NO_KEYWORDSWladimir J. van der Laan2015-07-151-2/+2
* 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/+3
* Fix all header definesPavel Janík2014-11-031-3/+3
* [Qt] Remove CAmount from BitcoinAmountField Q_PROPERTYCozz Lovan2014-10-241-1/+3
* Use a typedef for monetary valuesMark Friedenbach2014-09-261-4/+6
* [Qt] include and file header cleanupPhilip Kaufmann2014-09-181-2/+2
* qt: Use fixed-point arithmetic in amount spinboxWladimir J. van der Laan2014-07-231-9/+5
* [Qt] Improve single step in bitcoinamountfieldCozz Lovan2014-02-021-0/+4
* qt: add license header to source filesWladimir J. van der Laan2013-11-041-0/+4
* Payment Protocol: X509-validated payment requestsGavin Andresen2013-08-221-0/+3
* Bitcoin-Qt: massive header and cpp cleanupPhilip Kaufmann2013-03-171-1/+2
* Qt: small header changes / fixesPhilip Kaufmann2012-11-081-3/+3
* Update Bugreport Linksfanquake2012-09-221-1/+1
* Bugfix: Fix a variety of misspellingsLuke Dashjr2012-08-011-1/+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
* Improve documentation for UI classesWladimir J. van der Laan2011-11-131-8/+10
* Improved Mac experience; QDoubleSpinBox for BitcoinAmountFieldp2k2011-10-091-5/+4
* Full support for other units, add configuration option for default unit (used...Wladimir J. van der Laan2011-07-291-3/+5
* allow multiple units in bitcoin amount widget (for example, for sending) usin...Wladimir J. van der Laan2011-07-261-4/+20
* fix clear() (clear red/invalid status)Wladimir J. van der Laan2011-07-221-0/+2
* add sendmany supportWladimir J. van der Laan2011-07-161-3/+7
* Fix some padding and focus issues with the new BitcoinAmountWidgetWladimir J. van der Laan2011-06-211-0/+2
* introduce bitcoin amount field with split amount/decimals, to protect against...Wladimir J. van der Laan2011-06-201-0/+33