]> git.saurik.com Git - wxWidgets.git/commit
Add support for IEC and SI size units to wxFileName::GetHumanReadableSize().
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 6 Apr 2010 14:53:04 +0000 (14:53 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 6 Apr 2010 14:53:04 +0000 (14:53 +0000)
commitb2edb8f3c524f302b727386bb0a694c44fb57e7d
treefb0ec967ef32826cf3ef64ed6666450c8998bf7f
parent2028c33ab5a39a12bd410ac953731a56ad6377ba
Add support for IEC and SI size units to wxFileName::GetHumanReadableSize().

Allow choosing the multiplier to use (1000 or 1024) and the names of the units
(SI or IEC). By default, still use traditional convention, i.e. multiplier of
1024 but SI unit names. This will probably need to be changed to use IEC units
in the future.

Also added unit test for this function.

Closes #10673.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63870 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/changes.txt
include/wx/filename.h
interface/wx/filename.h
src/common/filename.cpp
tests/filename/filenametest.cpp