summaryrefslogtreecommitdiff
path: root/src/fr-command-7z.c
AgeCommit message (Collapse)AuthorFilesLines
2017-11-247z: Fix: rename files with password without the list encryptedPablo Barciela1-0/+13
2017-10-147z: Fix: delete/rename files/folders with the list encryptedPablo Barciela1-0/+2
based in file-roller commit: https://git.gnome.org/browse/file-roller/commit/?id=0bb26ee4223cdcbca9aa0816c81069b74f15c2f7 Fixes partially https://github.com/mate-desktop/engrampa/issues/185
2017-05-20Fix: create zip files in "maximum" compression levelZenWalker1-1/+5
based in file-roller commit: https://git.gnome.org/browse/file-roller/commit/?id=f9b8a010e7fe5a9bec158dfc5bd8ef1e11bf3842 Fixes: https://bugs.launchpad.net/ubuntu/+source/engrampa/+bug/1580860
2017-03-11Fix: open the 7z first split volume after compressZenWalker1-1/+1
The issue: engrampa shows error after the compress split into volumes using the menus (Archive -> New...) This happens because since unknown 7z version, the output line "Creating archive " has changed to "Creating archive:" I check the text "Creating archive" to work with all versions
2016-09-04p7zip: ignore the error "Unexpected end of archive"ZenWalker1-2/+8
Fixes #128
2016-05-25p7zip-rar 15.14 supportedsc0w1-1/+2
since 15.14, p7zip-rar uses the plugin Rar.so to handle archives It can find on /usr/lib/ or /usr/libexec/ If someone has it in another folder, we can add it Fixes #136
2016-05-217z: Fixed problems with files prefixed '@'sc0w1-3/+30
Fixes #138
2016-01-07p7zip v9.38 or later with arg -spd Fixes #108ZenWalker1-0/+8
2015-12-247z: correct checking for p7zip 15.09+monsta1-1/+1
from https://github.com/GNOME/file-roller/commit/ed9c3fd2 fixes https://github.com/mate-desktop/engrampa/issues/114
2014-11-22fixed missing prototype warninginfirit1-2/+2
From FR commit: fe3e6aa60ff370fb21475cf621fd86ad78c9303a From: Paolo Bacchilega <[email protected]>
2014-11-22fixed compiler warningsinfirit1-1/+2
Based on FR commit: 1becb98e4c8bc86feca13b54f991987c4eee3341 From: Paolo Bacchilega <[email protected]>
2014-11-22progress dialog: show the number of remaining files to complete the operationinfirit1-14/+2
instead of the name of the file added/removed/extracted. Based on FR commit: bf2b5d2352cfcd9d4345dda7976208672838dce1 From: Paolo Bacchilega <[email protected]>
2014-11-22FrCommand: set the filename before each call to fr_command_* functionsinfirit1-2/+6
this change will allow the command to use a different filename from the one pointed to by the local_copy attribute. Based on FR commit: 5e48592fb49d1f5ce713fcd77d44acd664de4b6a From: Paolo Bacchilega <[email protected]>
2014-11-19Fixed loading of multi-volume rar archives with 7zipinfirit1-0/+2
Based on FR commit: e4a225d986cb6df8c6586515cba0e13aee888544 From: Paolo Bacchilega <[email protected]>
2014-11-19Pointer arithmetic fixes for end of string accessinfirit1-1/+1
Based on FR commit: 3d7fa24ca267e333d7406eff38ec02b519110ecc From: Iain Nicol <[email protected]> Gnome bug: http://bugzilla.gnome.org/show_bug.cgi?id=651416
2013-10-287z: changed the compression level optionsraveit651-4/+9
normal compression : from "-mx=5" to "-mx=7" maximum compression: from "-mx=7" to "-mx=9 -m0=lzma2" https://bugzilla.gnome.org/show_bug.cgi?id=635083
2013-10-28adds Windows Imaging Format (.wim, .swm) supportraveit651-0/+1
2012-10-09Fixed fsf addresses. Closes #4.Steve Zesch1-1/+1
2011-11-30many renames from file-roller to engrampaStefano Karapetsas1-1/+1
2011-11-09initialPerberos1-0/+686