aboutsummaryrefslogtreecommitdiff
path: root/src/qt/bitcoinunits.cpp
Commit message (Expand)AuthorAgeFilesLines
* s/DOGE/DIS/gTomo Ueda2021-09-021-5/+5
* really s/Doge/Dis/g this timeTomo Ueda2021-09-021-5/+5
* [Qt] Disable milli and micro units, introduce kilo and mega units (#1463)Ross Nicoll2019-03-251-6/+18
* Introduce basic Dogecoin brandingRoss Nicoll2019-03-251-3/+3
* Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
* Merge pull request #7205Wladimir J. van der Laan2016-01-051-1/+1
|\
| * Bump copyright headers to 2015MarcoFalke2015-12-131-1/+1
* | Replace some instances of formatWithUnit with formatHtmlWithUnitfanquake2015-12-261-7/+0
|/
* Remove dead BitcoinUnits::id code and update assets-attribution for non-image...Luke Dashjr2015-01-031-11/+0
* Added "Core" to copyright headerssandakersmann2014-12-191-1/+1
* Remove references to X11 licenceMichael Ford2014-12-161-1/+1
* MOVEONLY: core/ -> primitives/Luke Dashjr2014-12-031-1/+1
* Update the intent on SI-style separators.21E142014-11-281-4/+2
* MOVEONLY: Separate CTransaction and dependencies from corejtimon2014-10-271-1/+1
* Use a typedef for monetary valuesMark Friedenbach2014-09-261-6/+7
* qt: Remove thousands separators after decimal pointWladimir J. van der Laan2014-09-081-5/+0
* qt: Remove unused functions from BitcoinUnitsWladimir J. van der Laan2014-07-231-22/+0
* qt: Use fixed-point arithmetic in amount spinboxWladimir J. van der Laan2014-07-231-0/+7
* Add comments re BitcoinUnits::formatWithUnit/formatHtmlWithUnitRoy Badami2014-07-071-0/+15
* Remove unused fAlign argument from BitcoinUnits::format and friendsRoy Badami2014-07-071-3/+4
* Merge remote-tracking branch 'upstream/master'Roy Badami2014-07-071-0/+21
|\
| * [Qt] Replace status bar unit icon with actual imagesCozz Lovan2014-07-051-0/+11
| * [Qt] New status bar Unit Display Control and related changes.gubatron2014-06-251-0/+10
* | Show bitcoin quantities with full precision, even in the presence of trailing...Roy Badami2014-07-071-8/+0
* | Implement SI-style (thin space) thoudands separatorRoy Badami2014-05-171-6/+33
|/
* qt: add license header to source filesWladimir J. van der Laan2013-11-041-0/+4
* Too many bitcoins allowed in amount. (#2401)vhf / victor felder2013-06-021-0/+11
* Bugfix: Correct English grammar regarding "'s"Luke 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
* also accept numbers without dot/decimals for parsing, fixes transaction filte...Wladimir J. van der Laan2011-07-271-7/+23
* refuse to format nor parse invalid unitsWladimir J. van der Laan2011-07-261-1/+18
* allow multiple units in bitcoin amount widget (for example, for sending) usin...Wladimir J. van der Laan2011-07-261-10/+62
* fix unit names (μBTC)Wladimir J. van der Laan2011-07-251-8/+8
* preparations for multiple unit (uBTC, mBTC, BTC) support, fix amount entry issueWladimir J. van der Laan2011-07-251-0/+96