Age | Commit message (Collapse) | Author | Files | Lines |
|
This commit adds an "Extract to subdirectory" option to
the extract dialog which allows the user to extract the
contents of the archive to a directory with the name of
the archive (without the extension.) The user will be
prompted if the directory must be created.
file-utils.c: Improve remove_extension_from_path
Rework this function so that it correctly parses and
truncates files with multiple extensions like .tar.gz
file-utils.c: Improve get_file_extension
Improve this function to correctly identify and return
supported compressed tar file extensions
|
|
decompression
|
|
Closes https://github.com/mate-desktop/engrampa/issues/210
|
|
|
|
|
|
|
|
Taken from FR commit: c8453650fb03143a3714e9535694c34498b789e7
From: Paolo Bacchilega <[email protected]>
Gnome bug: http://bugzilla.gnome.org/show_bug.cgi?id=644683
|
|
The keys update, recursive and no-symlinks are in the wrong schema,
in org.mate.engrampa.dialogs.extract instead of org.mate.engrampa.dialogs.add
Fixes https://github.com/mate-desktop/mate-file-archiver/issues/19
|
|
|
|
|