Ticket #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
Change History
Changed 12 years ago by timeless
-
attachment
UIProgressDialog-timerEvent-progress-estimate.patch
added
Note: See
TracTickets for help on using
tickets.
this patch is under the MIT license