Skip to content
  • Ragnar Thomsen's avatar
    Show progress in percentage when listing with CliPlugins · 9de9b974
    Ragnar Thomsen authored
    Use the summed compressedSize property of Archive::Entry and compare it
    with the archive size on disk to compute the progress in percentage. We
    connect the entry signal to a slot in CliInterface.
    
    This works for all Cli-based archives except 7z, since they dont give
    compressedSize of individual entries.
    
    Differential Revision: D3138
    9de9b974