Summary: | Add an option to choose the Compression Rate | ||
---|---|---|---|
Product: | [Applications] ark | Reporter: | 246824681 <maxivenezuela> |
Component: | general | Assignee: | Elvis Angelaccio <elvis.angelaccio> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | bluedzins, chrno-sphered, dmitry.ashkadov, rakuco |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/ark/f222a5056f1e8920ae75e5925b028be243e6ce6b | Version Fixed In: | 16.08 |
Sentry Crash Report: | |||
Bug Depends on: | 165314, 169370 | ||
Bug Blocks: | 348581 |
Description
246824681
2007-08-10 01:09:08 UTC
(Sorry for my bad English) I'd like to have a possibility to change compression algorithm, method and rate for 7zip archives (how this implemented in 7zip on Windows). Changing the default assignee in the currently open Ark bug reports to me. *** Bug 348579 has been marked as a duplicate of this bug. *** Git commit f222a5056f1e8920ae75e5925b028be243e6ce6b by Ragnar Thomsen. Committed on 09/04/2016 at 19:40. Pushed by rthomsen into branch 'master'. Implement GUI to set compression level for new archives Three new int's were added to plugin json files specifying minimum, maximum and default compression level for each readwrite mimetype. A new KCollapsibleGroupBox with a QSlider was added to CreateDialog to allow setting the compression level. FIXED-IN: 16.08 Differential Revision: D1364 M +4 -0 app/mainwindow.cpp M +33 -9 kerfuffle/archiveformat.cpp M +13 -2 kerfuffle/archiveformat.h M +7 -2 kerfuffle/cliinterface.cpp M +18 -0 kerfuffle/createdialog.cpp M +1 -0 kerfuffle/createdialog.h M +75 -8 kerfuffle/createdialog.ui M +4 -0 part/part.cpp M +9 -3 plugins/cli7zplugin/kerfuffle_cli7z.json M +5 -2 plugins/clirarplugin/kerfuffle_clirar.json M +9 -3 plugins/clizipplugin/kerfuffle_clizip.json M +37 -2 plugins/libarchive/kerfuffle_libarchive.json M +13 -12 plugins/libarchive/readwritelibarchiveplugin.cpp http://commits.kde.org/ark/f222a5056f1e8920ae75e5925b028be243e6ce6b |