53 Commits (0628dfa08f09a04b7eda4bec43c515e5eecf6688)

Author SHA1 Message Date
Akira Takizawa 595a7bab23 Increment MIT Licence copyright header year on files modified in 2017 7 years ago
Wladimir J. van der Laan e7b31631c7 qt: refactor: Changes to make include paths absolute 7 years ago
MeshCollider 1a445343f6 scripted-diff: Replace #include "" with #include <> (ryanofsky) 7 years ago
MarcoFalke fa24439ff3 Bump copyright headers to 2015 9 years ago
Wladimir J. van der Laan d29ec6c230 qt: define QT_NO_KEYWORDS 9 years ago
Philip Kaufmann fdf80ea7b1 [Qt] allow unit changes for read-only BitcoinAmountField 10 years ago
Philip Kaufmann 80dd50ccba [Qt] group variables below initial if-clauses in AmountSpinBox::stepEnabled 10 years ago
Philip Kaufmann 0fd9e2bf43 [Qt] don't allow amount changes when AmountSpinBox is read-only 10 years ago
sandakersmann f914f1a746
Added "Core" to copyright headers 10 years ago
Michael Ford 78253fcbad Remove references to X11 licence 10 years ago
Cozz Lovan c1c9d5b415 [Qt] Add Smartfee to GUI 10 years ago
Cozz Lovan 7335ca1a05 [Qt] Fix height of BitcoinAmountField 10 years ago
Mark Friedenbach a372168e77 Use a typedef for monetary values 10 years ago
Wladimir J. van der Laan 91cce1732b qt: Use fixed-point arithmetic in amount spinbox 10 years ago
Roy Badami 7007402956 Implement SI-style (thin space) thoudands separator 11 years ago
gubatron 57702541a2 Copyright header updates s/2013/2014 on files whose last git commit was done in 2014. 11 years ago
Cozz Lovan b920148258 [Qt] Improve single step in bitcoinamountfield 11 years ago
Wladimir J. van der Laan 69d03bc6e2 qt: Fix tab order in send and receive tab 11 years ago
Philip Kaufmann 6c1bf199ca [Qt] style-police, add missing license headers 11 years ago
Brandon Dahler 51ed9ec971 Cleanup code using forward declarations. 11 years ago
Wladimir J. van der Laan e592d43f51 qt: add license header to source files 11 years ago
Philip Kaufmann 75fa27eaca make BitcoinAmountField::setReadOnly() usable 11 years ago
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() 12 years ago
Roman Mindalev afee36d379 Fix transaction fee in uBTC 12 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