aboutsummaryrefslogtreecommitdiff
path: root/src/qt/bitcoinunits.cpp
AgeCommit message (Expand)Author
2014-12-03MOVEONLY: core/ -> primitives/Luke Dashjr
2014-11-28Update the intent on SI-style separators.21E14
2014-10-27MOVEONLY: Separate CTransaction and dependencies from corejtimon
2014-09-26Use a typedef for monetary valuesMark Friedenbach
2014-09-08qt: Remove thousands separators after decimal pointWladimir J. van der Laan
2014-07-23qt: Remove unused functions from BitcoinUnitsWladimir J. van der Laan
2014-07-23qt: Use fixed-point arithmetic in amount spinboxWladimir J. van der Laan
2014-07-07Add comments re BitcoinUnits::formatWithUnit/formatHtmlWithUnitRoy Badami
2014-07-07Remove unused fAlign argument from BitcoinUnits::format and friendsRoy Badami
2014-07-07Merge remote-tracking branch 'upstream/master'Roy Badami
2014-07-07Show bitcoin quantities with full precision, even in the presence of trailing...Roy Badami
2014-07-05[Qt] Replace status bar unit icon with actual imagesCozz Lovan
2014-06-25[Qt] New status bar Unit Display Control and related changes.gubatron
2014-05-17Implement SI-style (thin space) thoudands separatorRoy Badami
2013-11-04qt: add license header to source filesWladimir J. van der Laan
2013-06-02Too many bitcoins allowed in amount. (#2401)vhf / victor felder
2012-08-01Bugfix: Correct English grammar regarding "'s"Luke Dashjr
2011-12-21Revert "Use standard C99 (and Qt) types for 64-bit integers"Wladimir J. van der Laan
2011-12-20Use standard C99 (and Qt) types for 64-bit integersLuke Dashjr
2011-07-27also accept numbers without dot/decimals for parsing, fixes transaction filte...Wladimir J. van der Laan
2011-07-26refuse to format nor parse invalid unitsWladimir J. van der Laan
2011-07-26allow multiple units in bitcoin amount widget (for example, for sending) usin...Wladimir J. van der Laan
2011-07-25fix unit names (μBTC)Wladimir J. van der Laan
2011-07-25preparations for multiple unit (uBTC, mBTC, BTC) support, fix amount entry issueWladimir J. van der Laan