summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-08-03Bump the changelog0.3.0jvoisin
2018-08-03Change mat2's logojvoisin
2018-07-30Improve our .gitignorejvoisin
2018-07-30Add a cli-related testjvoisin
2018-07-30Add some tests about pathological filesjvoisin
2018-07-26Rename image to icon in the Nautilus extensionAntoine Tenart
Signed-off-by: Antoine Tenart <antoine.tenart@ack.tf>
2018-07-26Switch columns in the Nautilus extensionAntoine Tenart
Signed-off-by: Antoine Tenart <antoine.tenart@ack.tf>
2018-07-26Rename the Nautilus path column to fileAntoine Tenart
Signed-off-by: Antoine Tenart <antoine.tenart@ack.tf>
2018-07-26Rename the Nautilus exit button to closeAntoine Tenart
Signed-off-by: Antoine Tenart <antoine.tenart@ack.tf>
2018-07-25Improve a bit nautilus' popupjvoisin
2018-07-24Add a man page and document how to keep it up to datejvoisin
2018-07-23Improve the linters' coveragejvoisin
2018-07-23The Nautilus extension is now workingjvoisin
2018-07-21AbstractParser: Fix typosgeorg
2018-07-19Improve the code's documentationjvoisin
2018-07-19Minor simplification in how we're handling xml for office filesjvoisin
2018-07-19Implement a much better Nautilus extension thanks to @atenartjvoisin
Co-authored-by: Antoine Tenart <antoine.tenart@ack.tf> Co-authored-by: jvoisin <julien.voisin@dustri.org>
2018-07-18Minor cleanup of the Nautilus extension's codejvoisin
2018-07-18Minor code simplificationjvoisin
2018-07-18Show if files are supported or not in the Nautilus extensionjvoisin
2018-07-18Show a pretty icon for files in the Nautilus extensionjvoisin
2018-07-18Change a button in the nautilus extensionjvoisin
2018-07-18Add a separator for the Nautilus extensionjvoisin
2018-07-18Remove the disclaimer from the Nautilus extensionjvoisin
2018-07-18nautilus: first working versionAntoine Tenart
Improve the nautilus extension to get to a first working version: - Single and multiple selections are working. - The menu item only is there if mat2 has a chance to work on the selected files. - Errors are reported using notifications. Signed-off-by: Antoine Tenart <antoine.tenart@ack.tf>
2018-07-16README: Fix typogeorg
2018-07-15Add a check for a missed dependency in `./mat2 -c`jvoisin
2018-07-10Bump the changelog0.2.0jvoisin
2018-07-10Remove `print` from libmat, and use the `logging` module insteadjvoisin
This should close #28
2018-07-10Implement a check for dependencies in mat2jvoisin
Example use: ``` $ mat2 -c Dependencies required for MAT2 0.1.3: - Cairo: yes - Exiftool: yes - GdkPixbuf from PyGobject: yes - Mutagen: yes - Poppler from PyGobject: yes - PyGobject: yes ``` This should close #35
2018-07-09Add pylint3 to the cijvoisin
2018-07-09Make pylint even happierjvoisin
2018-07-09Fix the previous commitjvoisin
2018-07-09Minor improvement of fedora's duration in the testsuitejvoisin
2018-07-09Document that MAT2 not being able to detect metadata doesn't mean that the ↵jvoisin
file is clean
2018-07-09Remove a useless option that was never implemented anywayjvoisin
2018-07-08Fix some pep8 issues spotted by pyflakesjvoisin
2018-07-08Achieve 100% coverage!jvoisin
2018-07-08Bump coverage againjvoisin
2018-07-08Bump coverage for office files and fix some related crashesjvoisin
2018-07-08Silence a mypy's stupid warningjvoisin
2018-07-08Add defusedxml as an (optional) way to prevent XML-based attacksjvoisin
Those attacks are DoS-only.
2018-07-08Remove a leftover printjvoisin
2018-07-08Bump coverage for torrent handlingjvoisin
2018-07-08Simplify how torrent files are handledjvoisin
- Rework the testsuite wrt. torrent - fail at parser's instantiation on corrupted torrent, instead of during `get_meta` or `remove_all` call
2018-07-07Bump the coverage for pdfjvoisin
2018-07-07Fix a mistake in office file revisions handlingjvoisin
2018-07-07Bump a bit the coveragejvoisin
2018-07-06Bump the changelog0.1.3jvoisin
2018-07-06Simplify BMP handlingjvoisin