summaryrefslogtreecommitdiff
path: root/libmat/office.py (unfollow)
AgeCommit message (Collapse)Author
2016-08-29Python3, now with less featuresjvoisin
I want to release a new version ASAP, so lets ditch some features for now.
2016-03-28First step toward python3jvoisin
2015-12-19Add `gi.require_version('Poppler', '0.18')` to silence warningsjvoisin
Closes https://labs.riseup.net/code/issues/10550 Also known as "pygi is emitting a lot of warnings"
2015-12-05Add some resources about why we're using python-pdfrwjvoisin
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-26Remove a useless rant in a commentjvoisin
2015-11-26Remove a superfluous `pass` instructionjvoisin
2015-11-26Make the logging more pep-282 compliantjvoisin
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-03Fix some mistakes found thanks to the previous commitjvoisin
2015-11-02Some minors pep8 modificationsjvoisin
2015-07-25_MASSIVE_ pep8 revampjvoisin
Thank you so much PyCharm
2015-04-04Minor style improvement in PDF handlingjvoisin
2015-04-04Fix #9007jvoisin
The MAT can now handle PDf with different pages size. Also, instead of being overwritten, context are now pushed/poped instead.
2014-06-08Rename the MAT folder to libmat.jvoisin
This commit fixes some issues for dump operating systems who doesn't handle capitalization.
2014-02-10Fix a remanence bugjvoisin
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-31Fix office-format handling by the GUIjvoisin
2014-01-15Add support for zipfiles!jvoisin
2014-01-06GUI-archive-unsupported-handling, 2nd iterationjvoisin
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-05Facilitate lib usage for PDFjvoisin
Set a default value to pdf_quality
2013-04-29Quick fix: s/print/logging/ in office.pyjvoisin
2013-04-05Pdf support is backjvoisin
2013-01-20preliminary support of gtk3 (one test fails for PDF)jvoisin
2012-12-27Refactor the archive parserjvoisin
Refactoring of the archive and office parser, in order to simplify the code and reduce abstraction
2012-12-25Fix some typosjvoisin
2012-12-25Partial fix of the testsuitejvoisin
2012-12-20Also works for pdf too nowjvoisin
2012-12-19Preliminary support of producted pdf quality choicejvoisin
2012-12-13Reorganize source tree and files installation location, cleanup setup.py ↵jvoisin
(Closes: #689409)
2012-05-25Makes pyflakes happier (Paul Wise)jvoisin
2012-05-03Better handling of dependencies regarding to PDF processingjvoisin
2012-02-08Some improvements for office formatsjvoisin
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-23Proper support of opendocument metadatajvoisin
2011-12-23Saving files before commit is a good practisejvoisin
2011-12-23Preliminary display of opendocument metadatajvoisin
This implementation is quick and dirty
2011-12-04"PDF" and not "pdf"jvoisin
2011-11-17Exiftool is now quiet toojvoisin
2011-10-30Properly 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-29Take care about the return value of external utilsjvoisin
2011-10-26Code lisibilityjvoisin
2011-10-26Revert a stupid commit, and improve pdf processingjvoisin
2011-10-23Correct handling of spaces in filenames (intrigeri)jvoisin