| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Make the code a bit more python3-compliantHEADmaster | jvoisin | 2016-03-27 |
| | | |||
| * | Move some testfiles around | jvoisin | 2016-03-27 |
| | | | | | The long-term goal is to use nose2 for testing | ||
| * | Update localization because of the previous commit | jvoisin | 2016-02-10 |
| | | |||
| * | Improves the phrasing of a preference item (close #7447) | jvoisin | 2016-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 pabs | jvoisin | 2016-01-11 |
| | | |||
| * | MAT 0.6.10.6.1 | jvoisin | 2016-01-03 |
| | | |||
| * | Use GObject types instead of Python ones for the GUI | jvoisin | 2016-01-03 |
| | | |||
| * | Fix the metadata popup | jvoisin | 2016-01-03 |
| | | |||
| * | Fix the segfault when listing supported files | jvoisin | 2016-01-03 |
| | | | | | This should close https://labs.riseup.net/code/issues/10839 | ||
| * | Update the release process | jvoisin | 2016-01-03 |
| | | | | | Thanks to intrigeri for the idea | ||
| * | Fix some typos found by intrigeri | jvoisin | 2016-01-03 |
| | | | | | This should close https://labs.riseup.net/code/issues/10838 | ||
| * | MAT 0.60.6 | jvoisin | 2015-12-30 |
| | | |||
| * | Import translations | jvoisin | 2015-12-30 |
| | | |||
| * | Improves a bit the release process | jvoisin | 2015-12-30 |
| | | |||
| * | Update translations | jvoisin | 2015-12-30 |
| | | |||
| * | Fix some pep8-related issues | jvoisin | 2015-12-30 |
| | | |||
| * | Hopefully make test suite work once copied out of the build tree | jvoisin | 2015-12-30 |
| | | | | | This should fix https://labs.riseup.net/code/issues/10065 | ||
| * | Fix some typoes pointed by intrigeri | jvoisin | 2015-12-20 |
| | | |||
| * | Correct wording for absent dependencies | jvoisin | 2015-12-20 |
| | | | | | | There is _no_ image support without exiftool, and _no_ audio support without mutagen. Not "limited" support. | ||
| * | Improves the previous commit thanks to intrigeri | jvoisin | 2015-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 warnings | jvoisin | 2015-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 default | jvoisin | 2015-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 level | jvoisin | 2015-12-18 |
| | | |||
| * | Fix the GUI for good | jvoisin | 2015-12-18 |
| | | | | | a027c0b989f7c7a5182db25aa628d2c138d024ae was a mistake. | ||
| * | Document the fact that MAT now supports .tiff files | jvoisin | 2015-12-16 |
| | | |||
| * | Update localization file | jvoisin | 2015-12-16 |
| | | |||
| * | Fix the gui's metadata popup | jvoisin | 2015-12-16 |
| | | | | | It seems that Python is still sucking hard when it comes to encoding. | ||
| * | Various minor refactorizations | jvoisin | 2015-12-16 |
| | | |||
| * | refined argument exceptions | Muri Nicanor | 2015-12-09 |
| | | |||
| * | Add the same kind of test than in 80244ec | jvoisin | 2015-12-09 |
| | | | | | Namely, file-format specific ones | ||
| * | Fix a typo in --low-pdf-quality handling | jvoisin | 2015-12-09 |
| | | |||
| * | Add a PDF-specific test | jvoisin | 2015-12-08 |
| | | |||
| * | Add tests for the help command | jvoisin | 2015-12-08 |
| | | |||
| * | Improves mat's cli behaviour on faulty options | jvoisin | 2015-12-08 |
| | | | | | `mat` will now show help message | ||
| * | added check for readaccess to file | Muri Nicanor | 2015-12-07 |
| | | |||
| * | Add some resources about why we're using python-pdfrw | jvoisin | 2015-12-05 |
| | | |||
| * | Silence exiftool's stderr | jvoisin | 2015-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 block | jvoisin | 2015-12-04 |
| | | |||
| * | Add some file-attribute related tests | jvoisin | 2015-12-03 |
| | | |||
| * | Misc pep8 conformity | jvoisin | 2015-12-02 |
| | | |||
| * | Document and simplify a bit the nautilus extension code | jvoisin | 2015-12-02 |
| | | | | | | - Document some methods and the class - Simplify a condition | ||
| * | Remove two useless methods from the archive stripper | jvoisin | 2015-12-02 |
| | | |||
| * | Add some pragma to avoid testing some functions | jvoisin | 2015-12-02 |
| | | |||
| * | Improves the way torrents are handled | jvoisin | 2015-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. | jvoisin | 2015-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 file | jvoisin | 2015-11-27 |
| | | | | | | - PIL is not used anymore - The testsuite should be launched with `python test.py test` | ||
| * | Add pip caching for travis-ci | jvoisin | 2015-11-27 |
| | | |||
| * | `--local` is now the default when running the testsuite | jvoisin | 2015-11-27 |
| | | |||
| * | Add some missing docstrings | jvoisin | 2015-11-27 |
| | | |||
| * | Add fancy badges | jvoisin | 2015-11-26 |
| | | |||
