aMule Bug Tracker - aMule
View Issue Details
0000795aMuleFeature Requestpublic2006-01-21 21:482016-04-08 14:49
arichy 
 
normalfeatureN/A
resolvedfixed 
SVN 
2.3.1 
Any
0000795: Progress of file completing (after complete download)
When a file is completely downloaded, it gets completed and copied to the Incoming directory. This process can consume 10-20 minutes on a 600MB file on a Pentium that has to do other things too. So it would be nice to display the progress of completing in percent (maybe the part bar could stay green so one can see: it's completely downloaded, the percentage is related to the completing process). Or the percentage could be given in the status column ("Completing (12%)".
No tags attached.
Issue History
2006-01-21 21:48arichyNew Issue
2006-01-23 19:43XaignarStatusnew => acknowledged
2008-07-14 16:59WuischkeNote Added: 0002879
2010-02-01 16:55MarcellStatusacknowledged => assigned
2010-02-01 16:55MarcellAssigned To => Marcell
2010-04-04 11:27MarcellNote Added: 0003406
2010-04-10 20:10MarcellNote Added: 0003409
2010-05-12 20:00MarcellNote Added: 0003427
2010-05-12 20:00MarcellStatusassigned => resolved
2010-05-12 20:00MarcellResolutionopen => fixed
2010-05-16 11:24sturedmanNote Added: 0003429
2010-05-16 11:24sturedmanStatusresolved => feedback
2010-05-16 11:24sturedmanResolutionfixed => reopened
2010-05-16 11:25sturedmanOperating System => Any
2010-05-16 11:25sturedmanStatusfeedback => assigned
2010-05-16 11:25sturedmanResolutionreopened => open
2010-05-16 11:25sturedmanProduct Version2.1.0 => SVN
2010-05-16 11:26sturedmanNote Deleted: 0003429
2010-05-16 11:26sturedmanNote Added: 0003430
2016-04-08 14:49GonoszTopiAssigned ToMarcell =>
2016-04-08 14:49GonoszTopiStatusassigned => resolved
2016-04-08 14:49GonoszTopiResolutionopen => fixed
2016-04-08 14:49GonoszTopiFixed in Version => 2.3.1

Notes
(0002879)
Wuischke   
2008-07-14 16:59   
Note: The loop is in ThreadTasks.cpp:147, also the function CreateHashFromInput() in KnownFile.cpp:782 might be interesting if one wants more information.
(0003406)
Marcell   
2010-04-04 11:27   
Currently implemented for: client, text-client, remote-gui.
Still to come: web-gui
(0003409)
Marcell   
2010-04-10 20:10   
Because this required a change in DownloadListCtrl.cpp it can only be committed once the GUI is unlocked by Kry.
Let's hope this will happen soon, because Stu changeing the EC code regularly gives me headaches keeping my working copy working.
(0003427)
Marcell   
2010-05-12 20:00   
Implemented in SVN 10149.
(0003430)
sturedman   
2010-05-16 11:26   
Not quite...