summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Make the code a bit more python3-compliantHEADmasterjvoisin2016-03-27
|
* Move some testfiles aroundjvoisin2016-03-27
| | | | The long-term goal is to use nose2 for testing
* Update localization because of the previous commitjvoisin2016-02-10
|
* Improves the phrasing of a preference item (close #7447)jvoisin2016-02-10
| | | | | Changing "adding unsupported files" to "deleting unsupported files". UX people told me that it's more clear this way.
* Fix various typos pointed by pabsjvoisin2016-01-11
|
* MAT 0.6.10.6.1jvoisin2016-01-03
|
* Use GObject types instead of Python ones for the GUIjvoisin2016-01-03
|
* Fix the metadata popupjvoisin2016-01-03
|
* Fix the segfault when listing supported filesjvoisin2016-01-03
| | | | This should close https://labs.riseup.net/code/issues/10839
* Update the release processjvoisin2016-01-03
| | | | Thanks to intrigeri for the idea
* Fix some typos found by intrigerijvoisin2016-01-03
| | | | This should close https://labs.riseup.net/code/issues/10838
* MAT 0.60.6jvoisin2015-12-30
|
* Import translationsjvoisin2015-12-30
|
* Improves a bit the release processjvoisin2015-12-30
|
* Update translationsjvoisin2015-12-30
|
* Fix some pep8-related issuesjvoisin2015-12-30
|
* Hopefully make test suite work once copied out of the build treejvoisin2015-12-30
| | | | This should fix https://labs.riseup.net/code/issues/10065
* Fix some typoes pointed by intrigerijvoisin2015-12-20
|
* Correct wording for absent dependenciesjvoisin2015-12-20
| | | | | There is _no_ image support without exiftool, and _no_ audio support without mutagen. Not "limited" support.
* Improves the previous commit thanks to intrigerijvoisin2015-12-20
| | | | | I forgot to add `gi.require_version('Poppler', '0.18')` everywhere, and `gi.require_version('Gtk', '3.0')` in mat-gui too
* Add `gi.require_version('Poppler', '0.18')` to silence warningsjvoisin2015-12-19
| | | | | Closes https://labs.riseup.net/code/issues/10550 Also known as "pygi is emitting a lot of warnings"
* The GUI proposes to add supported files only by defaultjvoisin2015-12-19
| | | | | | | Now, the popup to add files to the interface only shows supported files by default. It's of course still possible to chose to show every possible files, but it's not the default behaviour anymore.
* Enhance CLI's error display by tweaking log leveljvoisin2015-12-18
|
* Fix the GUI for goodjvoisin2015-12-18
| | | | a027c0b989f7c7a5182db25aa628d2c138d024ae was a mistake.
* Document the fact that MAT now supports .tiff filesjvoisin2015-12-16
|
* Update localization filejvoisin2015-12-16
|
* Fix the gui's metadata popupjvoisin2015-12-16
| | | | It seems that Python is still sucking hard when it comes to encoding.
* Various minor refactorizationsjvoisin2015-12-16
|
* refined argument exceptionsMuri Nicanor2015-12-09
|
* Add the same kind of test than in 80244ecjvoisin2015-12-09
| | | | Namely, file-format specific ones
* Fix a typo in --low-pdf-quality handlingjvoisin2015-12-09
|
* Add a PDF-specific testjvoisin2015-12-08
|
* Add tests for the help commandjvoisin2015-12-08
|
* Improves mat's cli behaviour on faulty optionsjvoisin2015-12-08
| | | | `mat` will now show help message
* added check for readaccess to fileMuri Nicanor2015-12-07
|
* Add some resources about why we're using python-pdfrwjvoisin2015-12-05
|
* Silence exiftool's stderrjvoisin2015-12-04
| | | | | | | | In the past, this might have been useful, but now, exiftool works on pretty much every file passed to it by MAT. Also, if something goes wrong, MAT will know about this thanks to the return code != 0.
* Fix mutagen's behaviour on file without metadata blockjvoisin2015-12-04
|
* Add some file-attribute related testsjvoisin2015-12-03
|
* Misc pep8 conformityjvoisin2015-12-02
|
* Document and simplify a bit the nautilus extension codejvoisin2015-12-02
| | | | | - Document some methods and the class - Simplify a condition
* Remove two useless methods from the archive stripperjvoisin2015-12-02
|
* Add some pragma to avoid testing some functionsjvoisin2015-12-02
|
* Improves the way torrents are handledjvoisin2015-12-02
| | | | | | | This commit makes metadata removal of torrents recursive. It's close to useless, because I haven't seen any torrent with a recursive structure, but the documentation says that it can happen, and the method was already implemented, so better safe than sorry.
* Remove hachoir from MAT.jvoisin2015-12-02
| | | | | | | | | | 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.
* Update a bit the README.md filejvoisin2015-11-27
| | | | | - PIL is not used anymore - The testsuite should be launched with `python test.py test`
* Add pip caching for travis-cijvoisin2015-11-27
|
* `--local` is now the default when running the testsuitejvoisin2015-11-27
|
* Add some missing docstringsjvoisin2015-11-27
|
* Add fancy badgesjvoisin2015-11-26
|