forked from MidnightCommander/mc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 3205_eta: (29 commits) Update po/*.po files. doc: update EN and RU man pages. Calculate pauses in file operations. File copy/move: make ETA accurate. (calc_copy_file_progress): clarify calculation of BPSes and ETAs. (panel_operate): use intermediate variable for better indentation. (copy_file_file): clarify handling of mc_open() errors. (copy_file_file): fix handling of mc_open() error. (calc_copy_file_progress): rename from copy_file_file_display_progress(). (file_progress_show_total): add 'tv_current' argument. (file_progress_show_total): use 'copied_bytes' to show numeric value. (file_progress_show_count): remove 'done' and 'total' arguments. (erase_dir_iff_empty): remove 'count' argument. (file_op_context_t): rename members. (copy_file_file): reduce variable scope, change order of progress update. (file_op_context_t): reorder members. Move content of src/filemanager/fileopctx.[ch] to src/filemanager/filegui.[ch]. (file_op_total_context_t): remove. All members were moved to file_op_context_t. (file_op_total_context_t): rename members. (copy_file_file_display_progress): remove dead code. ...
- Loading branch information
Showing
75 changed files
with
2,406 additions
and
1,785 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.