summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-11-11Add *.ar files as supportedraveit651-1/+1
2013-11-11Add Microsoft Cabinet to the supported mime typesraveit651-1/+1
2013-11-11zip: fixed -- position for the extraction command, added for list and testraveit651-0/+5
2013-11-11 fixed error when creating zip archives with files starting with an hyphenraveit651-0/+3
2013-11-11Merge pull request #33 from NiceandGently/masterStefano Karapetsas6-24/+48
add support for (.wim, .swm), change 7z compression level options + minor improvements
2013-11-06Fix Sun GNOME Documentation Team referencesStefano Karapetsas1-4/+4
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-28engrampa does not build without packagekitraveit651-1/+1
https://bugzilla.gnome.org/show_bug.cgi?id=634356
2013-10-28adds Windows Imaging Format (.wim, .swm) supportraveit655-1/+7
2013-10-28package installer: don't display an error message if the user cancelled the ↵raveit651-18/+31
operation
2013-10-24Merge pull request #26 from NiceandGently/masterStefano Karapetsas2-43/+128
add support for rar-5.0x
2013-10-19Merge pull request #32 from infirit/masterStefano Karapetsas2-3/+13
Fix distcheck so it can run without root privilage
2013-10-18Fix distcheck so it can run without root privilageinfirit2-3/+13
2013-10-18Merge pull request #31 from infirit/masterStefano Karapetsas6-77/+7
Finish the mate-file-archiver -> engrampa rename + misc fixes
2013-10-18Fix dist-hookinfirit1-1/+2
2013-10-18Remove obsolete distro folderinfirit2-74/+0
2013-10-18Make autofoo happyinfirit2-0/+3
2013-10-18Name change mate-file-archiver -> engrampainfirit1-1/+1
2013-10-18Fixes for make distinfirit1-1/+1
2013-10-18Merge pull request #30 from infirit/masterStefano Karapetsas15-123/+122
Cherry pick commits from 1.6 branch on master
2013-10-18Follow configure for DEPRECATED cflagsinfirit1-4/+3
2013-10-18Fix whitespace in summaryinfirit1-1/+1
2013-10-18update remaining file-roller->engrampa name changeinfirit13-118/+118
2013-10-07add support for rar-5.0xraveit652-43/+128
2013-09-26Merge pull request #25 from kallisti5/masterStefano Karapetsas2-0/+2
fr-window: Assertion check to prevent ptr dereference
2013-09-26fr-window: Assertion check to prevent ptr dereferenceAlexander von Gluck IV2-0/+2
* clang static analysis shows that if this function is called with file_list set to NULL, it would be dereferenced.
2013-08-06Sync translations with transifexStefano Karapetsas13-4796/+7878
2013-08-06Add transifex configuration fileStefano Karapetsas1-0/+7
2013-08-01Merge pull request #21 from infirit/unarchiverStefano Karapetsas7-3/+455
Add unarchiver support
2013-08-01Merge pull request #23 from infirit/yelptoolsStefano Karapetsas25-138/+140
Use yelp-tools instead of mate-doc-utils
2013-07-31Use yelp-tools instead of mate-doc-utilsinfirit25-138/+140
2013-07-30Merge pull request #22 from infirit/automake-fixesStefano Karapetsas4-4/+4
automake fixes: INCLUDES -> AM_CPPFLAGS
2013-07-30automake fixes: INCLUDES -> AM_CPPFLAGSinfirit4-4/+4
2013-06-30Merge pull request #20 from infirit/masterStefano Karapetsas1-10/+10
Fix for the missing schema issue 19
2013-06-30Add unachiver supportinfirit7-3/+455
Based on the following commits from file-roller, https://git.gnome.org/browse/file-roller/commit/?id=2575177ac037d2a8d8f3056b10685928d80d6275 https://git.gnome.org/browse/file-roller/commit/?id=f26caa6d5b76d406976ea78630fbaae4c8126a2e
2013-06-29Move keys to the correct schemainfirit1-10/+10
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
2013-04-27Add support for application/x-archive in desktop fileStefano Karapetsas1-1/+1
Closes #17 (https://github.com/mate-desktop/mate-file-archiver/issues/17)
2013-03-31Preparing for 1.6.0 release.mate-file-archiver-1.6.0Steve Zesch1-1/+1
2013-03-31Added empty ChangeLog.Steve Zesch1-0/+0
2013-03-31Merge pull request #15 from Salz/masterStefano Karapetsas1-2/+8
Directory name in drag'n'drop extraction sometimes garbeled
2013-03-27Fix garbled dir on extraction (closes GH-1)Ingo Saitz1-2/+8
Add a missing \0 on receiving the char* from the XDS_ATOM. g_strndup is needed, because the returned char* is of fixed length and one byte too small if it has no final \0.
2013-03-24"Removed ChangeLog"Steve Zesch1-1306/+0
2013-03-17Merge pull request #14 from NiceandGently/masterStefano Karapetsas1-1/+2
fix desktop file
2013-03-17Update engrampa.desktop.in.inWolfgang Ulbrich1-1/+2
choose unique name add generic name
2012-11-22Merge pull request #10 from sbalneav/masterSteve Zesch7-12/+53
Deprecations and warnings
2012-11-22Fix deprecations and warningsScott Balneaves7-12/+53
2012-11-18Preparing for 1.5.1 release.mate-file-archiver-1.5.1Steve Zesch2-1/+1307
2012-11-17Merge branches 'master' and 'bugfixes'Steve Zesch0-0/+0
2012-11-17Can't open rar files with password protected file data and headers.Steve Zesch1-0/+6
2012-11-17Fixed error when a filename contains the % signSteve Zesch1-23/+1