| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-08-29 | Python3, now with less features | jvoisin | |
| I want to release a new version ASAP, so lets ditch some features for now. | |||
| 2016-03-28 | First step toward python3 | jvoisin | |
| 2015-12-19 | Add `gi.require_version('Poppler', '0.18')` to silence warnings | jvoisin | |
| Closes https://labs.riseup.net/code/issues/10550 Also known as "pygi is emitting a lot of warnings" | |||
| 2015-12-05 | Add some resources about why we're using python-pdfrw | jvoisin | |
| 2015-12-02 | Remove 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-26 | Remove a useless rant in a comment | jvoisin | |
| 2015-11-26 | Remove a superfluous `pass` instruction | jvoisin | |
| 2015-11-26 | Make the logging more pep-282 compliant | jvoisin | |
| See https://www.python.org/dev/peps/pep-0282/ for details, but basically this is commit leaves the string replacement to the logging function, instead of doing it in place in its parameters with the '%' operator. | |||
| 2015-11-03 | Fix some mistakes found thanks to the previous commit | jvoisin | |
| 2015-11-02 | Some minors pep8 modifications | jvoisin | |
| 2015-07-25 | _MASSIVE_ pep8 revamp | jvoisin | |
| Thank you so much PyCharm | |||
| 2015-04-04 | Minor style improvement in PDF handling | jvoisin | |
| 2015-04-04 | Fix #9007 | jvoisin | |
| The MAT can now handle PDf with different pages size. Also, instead of being overwritten, context are now pushed/poped instead. | |||
| 2014-06-08 | Rename the MAT folder to libmat. | jvoisin | |
| This commit fixes some issues for dump operating systems who doesn't handle capitalization. | |||
| 2014-02-10 | Fix a remanence bug | jvoisin | |
| The PDF parser used to instantiate a parameter on construction, which screwed everything up if a method was called multiples times, since it wasn't re-instantiated. | |||
| 2014-01-31 | Fix office-format handling by the GUI | jvoisin | |
| 2014-01-15 | Add support for zipfiles! | jvoisin | |
| 2014-01-06 | GUI-archive-unsupported-handling, 2nd iteration | jvoisin | |
| 2013-10-27 | Improves documentation | jvoisin | |
| 2013-10-27 | Improve MAT's reliability | jvoisin | |
| 2013-10-05 | mat is now able to check non-writables files | jvoisin | |
| This is an implementaion of this suggestion: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=721572 | |||
| 2013-08-11 | Minor cleanup/typoes | jvoisin | |
| 2013-07-05 | Facilitate lib usage for PDF | jvoisin | |
| Set a default value to pdf_quality | |||
| 2013-04-29 | Quick fix: s/print/logging/ in office.py | jvoisin | |
| 2013-04-05 | Pdf support is back | jvoisin | |
| 2013-01-20 | preliminary support of gtk3 (one test fails for PDF) | jvoisin | |
| 2012-12-27 | Refactor the archive parser | jvoisin | |
| Refactoring of the archive and office parser, in order to simplify the code and reduce abstraction | |||
| 2012-12-25 | Fix some typos | jvoisin | |
| 2012-12-25 | Partial fix of the testsuite | jvoisin | |
| 2012-12-20 | Also works for pdf too now | jvoisin | |
| 2012-12-19 | Preliminary support of producted pdf quality choice | jvoisin | |
| 2012-12-13 | Reorganize source tree and files installation location, cleanup setup.py ↵ | jvoisin | |
| (Closes: #689409) | |||
| 2012-05-25 | Makes pyflakes happier (Paul Wise) | jvoisin | |
| 2012-05-03 | Better handling of dependencies regarding to PDF processing | jvoisin | |
| 2012-02-08 | Some improvements for office formats | jvoisin | |
| 2012-02-06 | Merge the two processing mode into a unique one | jvoisin | |
| 2012-02-01 | Rename mat-cli to mat-gui | jvoisin | |
| 2012-01-22 | Revert "Preliminary handling of ctime/mtime reset" | jvoisin | |
| This reverts commit e96e5b8ac44095668198e3e6797a3f77d9fb4634. Everything is already in a branch | |||
| 2012-01-21 | Preliminary handling of ctime/mtime reset | jvoisin | |
| 2011-12-24 | Rename "ugly" to ""strict"0.2.1 | jvoisin | |
| 2011-12-23 | Proper support of opendocument metadata | jvoisin | |
| 2011-12-23 | Saving files before commit is a good practise | jvoisin | |
| 2011-12-23 | Preliminary display of opendocument metadata | jvoisin | |
| This implementation is quick and dirty | |||
| 2011-12-04 | "PDF" and not "pdf" | jvoisin | |
| 2011-11-17 | Exiftool is now quiet too | jvoisin | |
| 2011-10-30 | Properly support cleaning files with spaces in their names. | intrigeri | |
| When exiftool's -All= option is immediately followed by another known exiftool option, there is no possible ambiguity and exiftool correctly interprets the last passed argument as a filename, even if this name contains spaces. | |||
| 2011-10-29 | Take care about the return value of external utils | jvoisin | |
| 2011-10-26 | Code lisibility | jvoisin | |
| 2011-10-26 | Revert a stupid commit, and improve pdf processing | jvoisin | |
| 2011-10-23 | Correct handling of spaces in filenames (intrigeri) | jvoisin | |
