https://bugs.kde.org/show_bug.cgi?id=209418
Ragnar Thomsen <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Version Fixed In| |16.04.0 Status|CONFIRMED |RESOLVED Resolution|--- |FIXED Latest Commit| |http://commits.kde.org/ark/ | |dea04e279ff114094498de98740 | |70f0082b7adc0 --- Comment #4 from Ragnar Thomsen <[email protected]> --- Git commit dea04e279ff114094498de9874070f0082b7adc0 by Ragnar Thomsen. Committed on 11/03/2016 at 12:33. Pushed by rthomsen into branch 'master'. Add support for lzipped tar-archives Support for lzipped tar-archives was enabled in the libarchiveplugin. Libarchive creates tar.lz archives. However, the lzip format only has a mimetype for single-compressed file (application/x-lzip) and not for tar.lz archives. Due to this limitation, a rewrite of CreateDialog was needed to be able to modify mimetypes in the filter combobox. FIXED-IN: 16.04.0 FEATURE: Differential Revision: D1098 M +1 -1 app/mainwindow.cpp M +24 -0 autotests/kerfuffle/archivetest.cpp M +4 -3 autotests/kerfuffle/createdialogtest.cpp M +2 -2 kerfuffle/addtoarchive.cpp M +94 -51 kerfuffle/createdialog.cpp M +33 -4 kerfuffle/createdialog.h M +3 -3 plugins/libarchive/CMakeLists.txt M +9 -0 plugins/libarchive/libarchiveplugin.cpp M +6 -0 plugins/libarchive/readwritelibarchiveplugin.cpp http://commits.kde.org/ark/dea04e279ff114094498de9874070f0082b7adc0 -- You are receiving this mail because: You are watching all bug changes.
