summaryrefslogtreecommitdiff
path: root/libmat/parser.py (unfollow)
AgeCommit message (Collapse)Author
2017-03-18Revert "Improves a bit portability"intrigeri
This reverts commit d054e313d7d83ec0089f7e0efe6b8a988fe99b3a. os.path.join is *not* suitable for concatenating parts of the basename of a file. Closes: #11526
2016-01-11Fix various typos pointed by pabsjvoisin
2015-12-18Fix the GUI for goodjvoisin
a027c0b989f7c7a5182db25aa628d2c138d024ae was a mistake.
2015-12-16Fix the gui's metadata popupjvoisin
It seems that Python is still sucking hard when it comes to encoding.
2015-12-02Remove hachoir from MAT.jvoisin
This (huge) commit removes completely hachoir from MAT. Audio files are now processed with mutagen, and images with exiftool, since the main python imaging library (PIL) isn't super-great to deal with metadata (and damaged/non-standard files). Package maintainer should change the dependencies to reflect this.
2015-11-27Add some missing docstringsjvoisin
2015-11-03Improves a bit portabilityjvoisin
2015-11-02Some minors pep8 modificationsjvoisin
2015-08-19Minor code simplificationjvoisin
2015-07-25_MASSIVE_ pep8 revampjvoisin
Thank you so much PyCharm
2014-06-08Rename the MAT folder to libmat.jvoisin
This commit fixes some issues for dump operating systems who doesn't handle capitalization.
2013-10-30More pep8 conformancejvoisin
2013-10-28Fix _for real_ MAT eating PDF filesjvoisin
2013-10-27Improves documentationjvoisin
2013-10-27Improve MAT's reliabilityjvoisin
2013-10-05mat is now able to check non-writables filesjvoisin
This is an implementaion of this suggestion: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=721572
2013-08-11Minor cleanup/typoesjvoisin
2013-07-17Minor refactoringjvoisin
2013-07-17Fix deterministic filenames. Oups.jvoisin
2013-07-16Fix a GUI crashjvoisin
2013-07-16.bak instead of .cleaned.jvoisin
The MAT can now keep a .bak file, instead of producing a .cleaned. one. Thanks to Alan for the idea.
2013-03-06Some minor syntastic sugarjvoisin
2012-12-27Refactor the archive parserjvoisin
Refactoring of the archive and office parser, in order to simplify the code and reduce abstraction
2012-12-19Preliminary support of producted pdf quality choicejvoisin
2012-12-16Little readability improvementjvoisin
2012-12-13Reorganize source tree and files installation location, cleanup setup.py ↵jvoisin
(Closes: #689409)
2012-02-06Merge the two processing mode into a unique onejvoisin
2012-02-01Rename mat-cli to mat-guijvoisin
2012-01-22Revert "Preliminary handling of ctime/mtime reset"jvoisin
This reverts commit e96e5b8ac44095668198e3e6797a3f77d9fb4634. Everything is already in a branch
2012-01-21Preliminary handling of ctime/mtime resetjvoisin
2011-12-24Rename "ugly" to ""strict"0.2.1jvoisin
2011-12-23Fix more bug in gui !jvoisin
2011-10-29Take care about the return value of external utilsjvoisin
2011-08-28Recursivity for the hachoir-based-parser (Victor Stinner)jvoisin
2011-08-21Rever the atime/mtime stuffjvoisin
Zip does not support format earlier than 1980, so for now, I remove the "set atime/mtime to Epoch" function.
2011-08-16setup.py now works !jvoisin
2011-08-07Implement the reset of the access/creation datejvoisin
2011-08-06Cleanup and more pylint conformityjvoisin
2011-08-05Tests for openxml format, and some improvement for this format supportjvoisin
2011-08-04Cleanupjvoisin
2011-07-30Documentation, and removal of unnecessary importsjvoisin
2011-07-26Simplification of the __init__() methodjvoisin
2011-07-26Bugfixes (especially for pdf), and more pylint conformityjvoisin
2011-07-26Pyflakes and pep8 validationjvoisin
2011-07-26Tests are green for opendocument formatjvoisin
2011-07-25Correct handling of unknown fileformat into zipfile (and fixe many ↵jvoisin
previous-commit-bugs)
2011-07-25more abstraction, and changed the name of the outputed filejvoisin
2011-07-22Small enhancement for more reusabilityjvoisin
2011-07-22Cleanupjvoisin
2011-07-21Add the possibility to add (or not) unsupported fileformat to outputed ↵jvoisin
archives fileformat (invasive patch, sorry about that).