Opened 14 years ago
Closed 14 years ago
#7814 closed defect (fixed)
time remaining estimate for >55s & < 1min = 0 minutes => Fixed in SVN
Reported by: | timeless | Owned by: | |
---|---|---|---|
Component: | GUI | Version: | VirtualBox 3.2.12 |
Keywords: | Cc: | ||
Guest type: | Windows | Host type: | Mac OS X |
Description
Saving/Restoring a VM (1gb of ram for the VM) results in a progress estimate which goes:
1s...55s; 0min 0min 0min 0min 1min ...
The code to handle this already has access to the variables it's going to use for presentation, so instead of doing fancy (and bad) math, it should just use them.
Also, the use of QDateTime is really wasteful especially as it deals in time zone magic.
Attachments (1)
Change History (3)
by , 14 years ago
Attachment: | UIProgressDialog-timerEvent-progress-estimate.patch added |
---|
comment:1 by , 14 years ago
Summary: | time remaining estimate for >55s & < 1min = 0 minutes → time remaining estimate for >55s & < 1min = 0 minutes => Fixed in SVN |
---|
Thanks for the report and the patch. Applied a similar patch to SVN.
comment:2 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
this patch is under the MIT license