https://bugs.kde.org/show_bug.cgi?id=148702
Ragnar Thomsen <rthoms...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Version Fixed In| |16.08 Latest Commit| |http://commits.kde.org/ark/ | |f222a5056f1e8920ae75e5925b0 | |28be243e6ce6b Status|CONFIRMED |RESOLVED --- Comment #4 from Ragnar Thomsen <rthoms...@gmail.com> --- 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 -- You are receiving this mail because: You are watching all bug changes.