index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
qt
/
bitcoinunits.cpp
Age
Commit message (
Expand
)
Author
2021-12-30
scripted-diff: Bump copyright headers
Hennadii Stepanov
2021-09-30
[MOVEONLY] consensus: move amount.h into consensus
fanquake
2020-12-31
scripted-diff: Bump copyright headers
MarcoFalke
2020-12-15
GUI: Define MAX_DIGITS_BTC for magic number in BitcoinUnits::format
Luke Dashjr
2020-06-18
scripted-diff: Make SeparatorStyle a scoped enum
Hennadii Stepanov
2020-05-23
qt: Add BitcoinUnits::formatWithPrivacy() function
Hennadii Stepanov
2019-12-30
scripted-diff: Bump copyright of files changed in 2019
MarcoFalke
2019-06-02
Make reasoning about dependencies easier by not including unused dependencies
practicalswift
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-05-17
[qt] Added satoshi unit
GreatSock
2018-05-17
[qt] BitcoinUnits::format with zero decimals
GreatSock
2018-01-03
Merge #12035: [qt] change µBTC to bits
Jonas Schnelli
2018-01-03
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2017-12-28
[qt] change µBTC to bits
William Casarin
2017-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2016-12-31
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-01-05
Merge pull request #7205
Wladimir J. van der Laan
2015-12-26
Replace some instances of formatWithUnit with formatHtmlWithUnit
fanquake
2015-12-13
Bump copyright headers to 2015
MarcoFalke
2015-01-03
Remove dead BitcoinUnits::id code and update assets-attribution for non-image...
Luke Dashjr
2014-12-19
Added "Core" to copyright headers
sandakersmann
2014-12-16
Remove references to X11 licence
Michael Ford
2014-12-03
MOVEONLY: core/ -> primitives/
Luke Dashjr
2014-11-28
Update the intent on SI-style separators.
21E14
2014-10-27
MOVEONLY: Separate CTransaction and dependencies from core
jtimon
2014-09-26
Use a typedef for monetary values
Mark Friedenbach
2014-09-08
qt: Remove thousands separators after decimal point
Wladimir J. van der Laan
2014-07-23
qt: Remove unused functions from BitcoinUnits
Wladimir J. van der Laan
2014-07-23
qt: Use fixed-point arithmetic in amount spinbox
Wladimir J. van der Laan
2014-07-07
Add comments re BitcoinUnits::formatWithUnit/formatHtmlWithUnit
Roy Badami
2014-07-07
Remove unused fAlign argument from BitcoinUnits::format and friends
Roy Badami
2014-07-07
Merge remote-tracking branch 'upstream/master'
Roy Badami
2014-07-07
Show bitcoin quantities with full precision, even in the presence of trailing...
Roy Badami
2014-07-05
[Qt] Replace status bar unit icon with actual images
Cozz Lovan
2014-06-25
[Qt] New status bar Unit Display Control and related changes.
gubatron
2014-05-17
Implement SI-style (thin space) thoudands separator
Roy Badami
2013-11-04
qt: add license header to source files
Wladimir J. van der Laan
2013-06-02
Too many bitcoins allowed in amount. (#2401)
vhf / victor felder
2012-08-01
Bugfix: Correct English grammar regarding "'s"
Luke Dashjr
2011-12-21
Revert "Use standard C99 (and Qt) types for 64-bit integers"
Wladimir J. van der Laan
2011-12-20
Use standard C99 (and Qt) types for 64-bit integers
Luke Dashjr
2011-07-27
also accept numbers without dot/decimals for parsing, fixes transaction filte...
Wladimir J. van der Laan
2011-07-26
refuse to format nor parse invalid units
Wladimir J. van der Laan
2011-07-26
allow multiple units in bitcoin amount widget (for example, for sending) usin...
Wladimir J. van der Laan
2011-07-25
fix unit names (μBTC)
Wladimir J. van der Laan
2011-07-25
preparations for multiple unit (uBTC, mBTC, BTC) support, fix amount entry issue
Wladimir J. van der Laan