30 Commits (a41d5fe01947f2f878c055670986a165af800f9a)

Author SHA1 Message Date
Gavin Andresen a41d5fe019 Payment Protocol: X509-validated payment requests 11 years ago
Philip Kaufmann 84ef729aa1 Bitcoin-Qt: fix QApplication includes to match our include defaults 11 years ago
vhf / victor felder a35e268da4 Too many bitcoins allowed in amount. (#2401) 11 years ago
Philip Kaufmann 1ce0448808 Bitcoin-Qt: only use qApp for Q(Core)Application::instance() 11 years ago
Roman Mindalev afee36d379 Fix transaction fee in uBTC 11 years ago
Philip Kaufmann 32af5266cf Bitcoin-Qt: massive header and cpp cleanup 12 years ago
Wladimir J. van der Laan f69b82e78a Change up/down increment in UI to 0.001 BTC (issue #760) 13 years ago
Wladimir J. van der Laan bde280b9a4 Revert "Use standard C99 (and Qt) types for 64-bit integers" 13 years ago
Luke Dashjr 21d9f36781 Use standard C99 (and Qt) types for 64-bit integers 13 years ago
p2k 527137e3ee Improved Mac experience; QDoubleSpinBox for BitcoinAmountField 13 years ago
Wladimir J. van der Laan 6c85cbecf1 comments and readme update 13 years ago
Wladimir J. van der Laan b0849613bf QtUI code cleanup / comment improvements 13 years ago
Wladimir J. van der Laan 856aacf388 don't include <QDebug> 13 years ago
Wladimir J. van der Laan 2566b30c38 make amount field the same width as decimals field 13 years ago
Wladimir J. van der Laan 1aafe34a08 Make dot in amount field more apparent 13 years ago
Wladimir J. van der Laan ee014e5b10 Full support for other units, add configuration option for default unit (used when displaying amounts) 13 years ago
Wladimir J. van der Laan 83c8d678aa Reset unit to default when clearing the field, to prevent confusion 13 years ago
Wladimir J. van der Laan 587e52855a allow multiple units in bitcoin amount widget (for example, for sending) using a combobox 13 years ago
Wladimir J. van der Laan e285ffcd05 preparations for multiple unit (uBTC, mBTC, BTC) support, fix amount entry issue 13 years ago
Celil 2eac3a6dec Allow ammount field to be empty so that one can specify .05 instead of 13 years ago
Wladimir J. van der Laan 73cd5e5212 fix clear() (clear red/invalid status) 13 years ago
Wladimir J. van der Laan a5e6d72339 add sendmany support 13 years ago
Wladimir J. van der Laan 3479849dc4 convert to full tab-based ui 13 years ago
Wladimir J. van der Laan e1f3d64c4a Add "BTC" to all amount widgets, to make clear what the unit is 13 years ago
Wladimir J. van der Laan 929eb9dc6c show an error if amount is not valid (either the amount or decimals is empty) 13 years ago
Wladimir J. van der Laan 0030c1bd6c compile fixes by Unthinkingbit 13 years ago
Wladimir J. van der Laan c92fc340a2 when going to decimals field using ./, select it all, so that entry starts from scratch instead of appending to previous value 13 years ago
Wladimir J. van der Laan 84114e341d Fix some padding and focus issues with the new BitcoinAmountWidget 13 years ago
Wladimir J. van der Laan f193c57a63 introduce bitcoin amount field with split amount/decimals, to protect against mistakes (https://forum.bitcoin.org/index.php?topic=19168.0) 13 years ago