https://bugs.kde.org/show_bug.cgi?id=402798

Nate Graham <n...@kde.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Latest Commit|                            |https://commits.kde.org/kun
                   |                            |itconversion/6c193856f9f472
                   |                            |f350ba7634eb2c1bdcd89bb2ea
         Resolution|---                         |FIXED
             Status|CONFIRMED                   |RESOLVED
   Version Fixed In|                            |5.61

--- Comment #6 from Nate Graham <n...@kde.org> ---
Git commit 6c193856f9f472f350ba7634eb2c1bdcd89bb2ea by Nate Graham, on behalf
of Jonathan Rubenstein.
Committed on 17/07/2019 at 02:03.
Pushed by ngraham into branch 'master'.

Add Binary Data units (bits, kilobytes, kibibytes ... yottabytes)

Summary:
New data category BinaryDataCategory featuring bits and bytes, both SI units
and powers of two, from normal bits all the way up to Yibibytes.

This only features ( positive SI prefix | IEC power of two prefix ) + ( bits |
bytes ), and does not include units like nibbles (half a byte), octets
(alternative form of byte), or prefixes that are less than 1. My reasoning
behind this is to keep it clean and uncluttered.
FIXED-IN: 5.61

{F6743030} {F6743029}

Test Plan:
Open KRunner and attempt to use new units.
New units show up successfully.

Reviewers: broulik, #plasma, ngraham

Reviewed By: ngraham

Subscribers: abetts, cfeck, apol, aacid, ngraham, kde-frameworks-devel

Tags: #frameworks

Differential Revision: https://phabricator.kde.org/D20181

M  +1    -0    README.md
M  +1    -0    src/CMakeLists.txt
A  +365  -0    src/binary_data.cpp     [License: LGPL (v2+)]
A  +36   -0    src/binary_data_p.h     [License: LGPL (v2+)]
M  +2    -0    src/converter.cpp
M  +73   -2    src/unit.h

https://commits.kde.org/kunitconversion/6c193856f9f472f350ba7634eb2c1bdcd89bb2ea

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to