Merge branch '1443_one_dir_copy_progress'
commite2b2ea2bfac96030190aff5f7fdb9565cf9a24b6
authorSlava Zanko <slavazanko@gmail.com>
Wed, 24 Feb 2010 08:41:27 +0000 (24 10:41 +0200)
committerSlava Zanko <slavazanko@gmail.com>
Wed, 24 Feb 2010 08:41:27 +0000 (24 10:41 +0200)
treef1c4b682bc9bd19ead83ed3a212303b4bf11dc0d
parent48b71733b0fbfa581ac1645af8b247126cdef111
parent02ae5b904ee148356bea6db1d0abcf866229a957
Merge branch '1443_one_dir_copy_progress'

* 1443_one_dir_copy_progress:
  Change param name from 'Layout.progressbar_always_left2right' to 'Layout.classic_progressbar'
  Change progressbar dialog.
  Added ability to show progressbars (when copy files) from right to left.
  Added indication of total BPS and ETA for file operations.
  Widget library: added new widget WHLine.
  Show Count progress bar before copy/move of 1st file,Z not after.
  copy_file_file(): create file copy buffer in stack instead of heap.
  Type accuracy in file operation routines.
  Reimplemented some gotos in panel_operate().
  Ticket #1443: show average copying velocity/ETA for whole operation.