Ticket #1443 (closed enhancement: fixed)
panel: copy operation: show average copying velocity/ETA for whole operation
Reported by: | slyfox | Owned by: | slavazanko |
---|---|---|---|
Priority: | major | Milestone: | 4.7.1 |
Component: | mc-core | Version: | 4.7.0-pre1 |
Keywords: | progressbar dialog | Cc: | zaytsev |
Blocked By: | Blocking: | ||
Branch state: | Votes for changeset: | committed-master |
Description
Let's consider large directory (~4GB) with relatively small files: each 1-2MB
When I try to copy whole directory I would like to see average copying
velocity (and ETA) not only per-file (I just don't see stats for small files),
but for the whole progress.
Change History
comment:1 Changed 15 years ago by andrew_b
- Status changed from new to accepted
- Owner set to andrew_b
- Milestone changed from 4.7 to 4.7.1
comment:2 Changed 15 years ago by andrew_b
- severity changed from no branch to on review
Created 1443_one_dir_copy_progress branch. Parent branch is master.
changeset:476bd16f7a40b40810b781bd62e26237aff31de0
comment:4 Changed 15 years ago by andrew_b
Commit description was fixed.
changeset:8d6f58a0f359d3aa319e1cc14eb13861121287a6 (forced update)
comment:7 Changed 15 years ago by slavazanko
- Votes for changeset slavazanko deleted
- severity changed from on review to on rework
comment:9 Changed 15 years ago by slavazanko
- Owner changed from slavazanko to andrew_b
- Status changed from accepted to assigned
- 86a89153ddbb3c01df54ba73ddf2f8441ad23d8d: added indication of total BPS and ETA for file operations
Now need to develop UI...
comment:11 Changed 15 years ago by slavazanko
- Status changed from assigned to accepted
- Owner changed from andrew_b to slavazanko
- severity changed from on rework to on review
- Blocking 58 removed
Okay, I think, now branch ready for review. Latest important commits:
- d5ffcc1217441540138673c22a91a7c5acb67136: Added indication of total BPS and ETA for file operations.
- f1db5bac75cbfdf6b77c9f357f09e06cd1f13de7: Added ability to show progressbars (when copy files) from right to left.
- a968f33659ab1c6ab304d488817c95c140a9c498: Change progressbar dialog.
Review, please.
comment:13 Changed 15 years ago by angel_il
- Votes for changeset changed from andrew_b to andrew_b angel_il
- severity changed from on review to approved
comment:14 Changed 15 years ago by slavazanko
- Keywords progressbar dialog added
- Status changed from accepted to testing
- Votes for changeset changed from andrew_b angel_il to commited-master
- Resolution set to fixed
- severity changed from approved to merged
comment:16 Changed 15 years ago by andrew_b
#2099 fixes bug in layout of operation dialog.
comment:17 Changed 15 years ago by zaytsev
Is this going to be backported to stable?
comment:19 Changed 15 years ago by andrew_b
#2125 fixes double ask about overwriting file.