Update CMakeLists.txt - play with openssl
[novacoin.git] / src / qt / bitcoinamountfield.cpp
2019-11-29 Brandon RugglesIncreased max width of amount field to prevent number...
2012-02-05 Wladimir J. van... Change up/down increment in UI to 0.001 BTC (issue...
2011-12-21 Wladimir J. van... Revert "Use standard C99 (and Qt) types for 64-bit...
2011-12-20 Luke DashjrUse standard C99 (and Qt) types for 64-bit integers
2011-10-09 p2kImproved Mac experience; QDoubleSpinBox for BitcoinAmou...
2011-08-31 Wladimir J. van... comments and readme update
2011-08-08 Wladimir J. van... QtUI code cleanup / comment improvements
2011-08-07 Wladimir J. van... don't include <QDebug>
2011-08-03 Wladimir J. van... make amount field the same width as decimals field
2011-07-30 Wladimir J. van... Make dot in amount field more apparent
2011-07-29 Wladimir J. van... Full support for other units, add configuration option...
2011-07-26 Wladimir J. van... Reset unit to default when clearing the field, to preve...
2011-07-26 Wladimir J. van... allow multiple units in bitcoin amount widget (for...
2011-07-25 Wladimir J. van... preparations for multiple unit (uBTC, mBTC, BTC) suppor...
2011-07-24 Wladimir J. van... Merge pull request #9 from celil-kj/master
2011-07-22 CelilAllow ammount field to be empty so that one can specify...
2011-07-22 Wladimir J. van... fix clear() (clear red/invalid status)
2011-07-16 Wladimir J. van... add sendmany support
2011-07-07 Wladimir J. van... convert to full tab-based ui
2011-07-06 Wladimir J. van... Add "BTC" to all amount widgets, to make clear what...
2011-06-30 Wladimir J. van... show an error if amount is not valid (either the amount...
2011-06-25 Wladimir J. van... compile fixes by Unthinkingbit
2011-06-21 Wladimir J. van... when going to decimals field using ./, select it all...
2011-06-21 Wladimir J. van... Fix some padding and focus issues with the new BitcoinA...
2011-06-20 Wladimir J. van... introduce bitcoin amount field with split amount/decima...