summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-04-29Fix incorrect handling of ziped formats formatsjvoisin
The previous behavior was to use python's mimetype module on ziped format, to guess what type of file it precisely is. But sometimes, this fail. This commit fix this corner-case.
2013-04-29Quick fix: s/print/logging/ in office.pyjvoisin
2013-04-29Mat now correctly handle empty filesjvoisin
This is necessary beccause hachoir crashes on empty files...
2013-04-12Strippers are now using logging instead of printjvoisin
2013-04-12Update supported format docjvoisin
2013-04-12Update Todojvoisin
2013-04-12Enforce consistency between classname and filenamejvoisin
2013-04-05Multiples files can now be drag'n'dropped in the GUIjvoisin
2013-04-05Add mp3 qnd remove tag.gg from supported fileformatsjvoisin
2013-04-05Add audio fileformat to the testsuitejvoisin
2013-04-05Remove (temporarily) now unsupported tar.gz filesjvoisin
2013-04-05Fix a security issue in the cli testsuitejvoisin
I though I merged this long time ago. The cli testsuite didn't called the MAT on test_remove, resulting in a fail.
2013-04-05Fix forgotten errors of the mergejvoisin
2013-04-05Merge branches 'gi_jack' and 'gtk3'jvoisin
Conflicts: mat-gui
2013-04-05Pdf support is backjvoisin
2013-04-02Fix unit testsjvoisin
2013-04-02Merge branch 'master' into gtk3jvoisin
2013-04-02Fix to support the lastest version of exiftooljvoisin
2013-03-30Add a "clear list" buttonjvoisin
2013-03-26Merge branch 'master' into gtk3jvoisin
2013-03-06Some minor syntastic sugarjvoisin
2013-03-06Add test files for mp3, ogg, and flacjvoisin
2013-03-06Heavy refactoring of mutagen-powered formatsjvoisin
2013-01-25Fix a typo gtk2->gtk3jvoisin
2013-01-20preliminary support of gtk3 (one test fails for PDF)jvoisin
2013-01-09gettext.install defines "_", don't redefine it.intrigeri
2013-01-09Fix typoe in manpage (hyphen)jvoisin
2013-01-08mat 0.3.40.3.4jvoisin
2013-01-08Update copyrightsjvoisin
2013-01-08Update the french localization (thanks to masha)jvoisin
2013-01-07Refactor the get_sharedir function, and move datas to a proper data folderjvoisin
2013-01-05Update the skeleton of the german localizationjvoisin
2013-01-05Update french localizationjvoisin
2013-01-05Update main translation filejvoisin
2013-01-04Err, we're in 2013 and not 2012 anymore !jvoisin
2013-01-04Update version and changelog0.3.3jvoisin
2013-01-02Update the setup.py to make it install manpagesjvoisin
2013-01-02Update the manpagejvoisin
2012-12-27Specify exceptions for strippers.pyjvoisin
2012-12-27Refactor the archive parserjvoisin
Refactoring of the archive and office parser, in order to simplify the code and reduce abstraction
2012-12-27Specify exceptions for torrents hadlingjvoisin
2012-12-27Improve mat.py (mostly exceptions handling)jvoisin
2012-12-27Add some comments to exiftool.pyjvoisin
2012-12-26Improve the "preferences" popupjvoisin
2012-12-25Fix some typosjvoisin
2012-12-25Partial fix of the testsuitejvoisin
2012-12-22Update the release processjvoisin
2012-12-20Improve pylint's scorejvoisin
2012-12-20Also works for pdf too nowjvoisin
2012-12-20Merge branch 'master' into gui_optionsjvoisin
Conflicts: mat-gui