Summary: | Ark should allow to create a password-protected archive | ||
---|---|---|---|
Product: | [Applications] ark | Reporter: | Christopher Yeleighton <giecrilj> |
Component: | general | Assignee: | Raphael Kubo da Costa <rakuco> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | adam.reichold, arper24, atalanttore, elvis.angelaccio, g11072813, i, jeremy9856, martin.ruessler, pat_h, rakuco, ro.ggi, rockonthemoonfm, rstone.mail, salvo89.d, uliber25 |
Priority: | NOR | ||
Version: | 2.17 | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
See Also: | https://bugs.kde.org/show_bug.cgi?id=424513 | ||
Latest Commit: | http://commits.kde.org/ark/402bbe84bed878827664b849b8fb5e910bde1882 | Version Fixed In: | 15.08 |
Sentry Crash Report: |
Description
Christopher Yeleighton
2010-10-09 20:03:06 UTC
Changing the default assignee in the currently open Ark bug reports to me. yes, please. I assume it is a must-have feature. 4.11 features window should be still opened for few days more .. This is a must have feature :D *** Bug 336595 has been marked as a duplicate of this bug. *** I cant believe its not possible yet to protect your compressed files with KDE out-of-the box! (In reply to Arturo from comment #5) > I cant believe its not possible yet to protect your compressed files with > KDE out-of-the box! This feature is actually being reviewed and will be available as soon as possible. *** Bug 345004 has been marked as a duplicate of this bug. *** > This feature is actually being reviewed and will be available as soon as possible.
Any news on this ?
(In reply to jeremy9856 from comment #8) > > This feature is actually being reviewed and will be available as soon as possible. > Any news on this ? Ark should include this patch with the upcoming Applications 15.08 release. Thank you very much ! Git commit 402bbe84bed878827664b849b8fb5e910bde1882 by Elvis Angelaccio. Committed on 22/07/2015 at 12:26. Pushed by elvisangelaccio into branch 'Applications/15.08'. Create password-protected archives with Ark This feature allows Ark to create a password-protected archive from scratch. The 7z and rar plugins support both header encryption and entries-only encryption, while the zip one supports only the latter. An encrypted archive can be created through the CreateDialog (within Ark) or through the AddDialog (from e.g. Dolphin). REVIEW: 120204 FIXED-IN: 15.08 GUI: M +30 -11 app/mainwindow.cpp M +13 -8 kerfuffle/CMakeLists.txt M +11 -133 kerfuffle/adddialog.cpp M +5 -24 kerfuffle/adddialog.h M +33 -52 kerfuffle/adddialog.ui M +19 -2 kerfuffle/addtoarchive.cpp M +4 -0 kerfuffle/addtoarchive.h M +51 -0 kerfuffle/archive_kerfuffle.cpp M +3 -0 kerfuffle/archive_kerfuffle.h M +10 -0 kerfuffle/archiveinterface.cpp M +4 -0 kerfuffle/archiveinterface.h M +85 -0 kerfuffle/cliinterface.cpp M +21 -1 kerfuffle/cliinterface.h A +256 -0 kerfuffle/createdialog.cpp [License: BSD] C +32 -21 kerfuffle/createdialog.h [from: kerfuffle/adddialog.h - 070% similarity] A +122 -0 kerfuffle/createdialog.ui M +7 -0 kerfuffle/kerfufflePlugin.desktop M +12 -0 part/archivemodel.cpp M +3 -0 part/archivemodel.h M +9 -0 part/part.cpp M +3 -2 plugins/cli7zplugin/cliplugin.cpp M +2 -0 plugins/cli7zplugin/kerfuffle_cli7z.desktop.cmake M +3 -2 plugins/clirarplugin/cliplugin.cpp M +3 -1 plugins/clirarplugin/kerfuffle_clirar.desktop.cmake M +1 -1 plugins/clizipplugin/cliplugin.cpp M +3 -1 plugins/clizipplugin/kerfuffle_clizip.desktop.cmake http://commits.kde.org/ark/402bbe84bed878827664b849b8fb5e910bde1882 Thanks! Thanks a lot, Elvis! Is it possible to compile the latest Ark for Kubuntu 14.04 (Trusty)? (In reply to noric from comment #13) > Thanks a lot, Elvis! > Is it possible to compile the latest Ark for Kubuntu 14.04 (Trusty)? In theory it's possible, yes. But you would have to compile all the Framework dependencies first. It's not something I would recommend to non-experienced users. |