Anonymous | Login | Signup for a new account | 2024-11-14 19:06 CET |
My View | View Issues | Change Log | Roadmap |
View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0000892 | aMule | Feature Request | public | 2006-05-13 10:24 | 2009-09-11 18:49 | ||||
Reporter | arichy | ||||||||
Assigned To | sturedman | ||||||||
Priority | normal | Severity | feature | Reproducibility | always | ||||
Status | resolved | Resolution | fixed | ||||||
Platform | OS | OS Version | |||||||
Product Version | SVN | ||||||||
Target Version | Fixed in Version | ||||||||
Summary | 0000892: show data sizes >= 1,0 GB with three positions after decimal point | ||||||||
Description | because like that one can see more accurate the size (in MB). E.G. 1,724 GB | ||||||||
Tags | No tags attached. | ||||||||
Fixed in Revision | |||||||||
Operating System | Any | ||||||||
Attached Files | |||||||||
Notes | |
(0003155) sturedman (developer) 2009-05-29 20:56 |
Fixed in 9637. |
(0003291) arichy (reporter) 2009-09-11 16:05 |
Because it's still not solved I have this patch in OtherFunctions.cpp: 118c118 < return wxString::Format( wxT("%.2f "), (float)((uint32)(count/1024))/1048576) + _("GB") ; --- > return wxString::Format( wxT("%.3f "), (float)((uint32)(count/1024))/1048576) + _("GB") ; |
(0003292) sturedman (developer) 2009-09-11 18:49 |
It was solved, but only in the SVN version. I've backported it tio 2.2.x (9795), so it will be in 2.2.6 too. |
Issue History | |||
Date Modified | Username | Field | Change |
2006-05-13 10:24 | arichy | New Issue | |
2006-05-13 10:24 | arichy | Operating System | => Any |
2008-07-09 15:35 | Wuischke | Status | new => acknowledged |
2009-05-29 20:56 | sturedman | Note Added: 0003155 | |
2009-05-29 20:56 | sturedman | Assigned To | => sturedman |
2009-05-29 20:56 | sturedman | Status | acknowledged => resolved |
2009-05-29 20:56 | sturedman | Resolution | open => fixed |
2009-05-29 20:56 | sturedman | Description Updated | |
2009-09-11 16:05 | arichy | Note Added: 0003291 | |
2009-09-11 16:05 | arichy | Status | resolved => feedback |
2009-09-11 16:05 | arichy | Resolution | fixed => reopened |
2009-09-11 18:49 | sturedman | Note Added: 0003292 | |
2009-09-11 18:49 | sturedman | Status | feedback => resolved |
2009-09-11 18:49 | sturedman | Resolution | reopened => fixed |
2009-09-11 18:49 | sturedman | Product Version | 2.1.1 => SVN |
Copyright © 2000 - 2024 MantisBT Team |