| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-03-17 | Merge branch 'new-logo' into 'master'HEADmaster | Dennis Fink | |
| Added new logo See merge request mat/mat!3 | |||
| 2018-03-17 | Merge branch 'bugfix/nautilus-extension-dont-spam-logs' into 'master' | Dennis Fink | |
| Nautilus extension: avoid spamming the logs due to missing method. See merge request mat/mat!4 | |||
| 2017-12-07 | Nautilus extension: avoid spamming the logs due to missing method. | intrigeri | |
| Without this change I see a dozen or so warnings in the Journal: nautilus_menu_provider_get_background_items: assertion 'NAUTILUS_IS_MENU_PROVIDER (provider)' failed Nautilus upstream developers are going to discuss if/how they want to address this on their side; in the meantime they recommend simply adding a no-op method to silence the logs, so here we go. | |||
| 2017-03-18 | Revert "Improves a bit portability" | intrigeri | |
| This reverts commit d054e313d7d83ec0089f7e0efe6b8a988fe99b3a. os.path.join is *not* suitable for concatenating parts of the basename of a file. Closes: #11526 | |||
| 2017-03-18 | Make the Nautilus extension work again. | intrigeri | |
| It was broken since commit 0d1fe2555e90db35eeb531a1b6026ff64f1f5ae5, i.e. in the MAT 0.6 and 0.6.1 releases. The impact is: the MAT extension for Nautilus fails to clean metadata, without making the user aware of it. This bug was discovered by the Tails contributor sajolida, and initially reported to Debian as https://bugs.debian.org/858058. | |||
| 2017-01-28 | Added new logonew-logo | Dennis Fink | |
| 2017-01-25 | Removed System category from desktop entry file. Fixes #11260metalgamer | Dennis Fink | |
| 2016-03-27 | Make the code a bit more python3-compliant | jvoisin | |
| 2016-03-27 | Move some testfiles around | jvoisin | |
| The long-term goal is to use nose2 for testing | |||
| 2016-02-10 | Update localization because of the previous commit | jvoisin | |
| 2016-02-10 | Improves the phrasing of a preference item (close #7447) | jvoisin | |
| Changing "adding unsupported files" to "deleting unsupported files". UX people told me that it's more clear this way. | |||
| 2016-01-11 | Fix various typos pointed by pabs | jvoisin | |
| 2016-01-03 | 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 | |
| This should close https://labs.riseup.net/code/issues/10839 | |||
| 2016-01-03 | Update the release process | jvoisin | |
| Thanks to intrigeri for the idea | |||
| 2016-01-03 | Fix some typos found by intrigeri | jvoisin | |
| This should close https://labs.riseup.net/code/issues/10838 | |||
| 2015-12-30 | 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 | |
| This should fix https://labs.riseup.net/code/issues/10065 | |||
| 2015-12-20 | Fix some typoes pointed by intrigeri | jvoisin | |
| 2015-12-20 | Correct wording for absent dependencies | jvoisin | |
| There is _no_ image support without exiftool, and _no_ audio support without mutagen. Not "limited" support. | |||
| 2015-12-20 | Improves the previous commit thanks to intrigeri | jvoisin | |
| I forgot to add `gi.require_version('Poppler', '0.18')` everywhere, and `gi.require_version('Gtk', '3.0')` in mat-gui too | |||
| 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-19 | The GUI proposes to add supported files only by default | jvoisin | |
| 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. | |||
| 2015-12-18 | Enhance CLI's error display by tweaking log level | jvoisin | |
| 2015-12-18 | Fix the GUI for good | jvoisin | |
| a027c0b989f7c7a5182db25aa628d2c138d024ae was a mistake. | |||
| 2015-12-16 | 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 | |
| It seems that Python is still sucking hard when it comes to encoding. | |||
| 2015-12-16 | Various minor refactorizations | jvoisin | |
| 2015-12-09 | refined argument exceptions | Muri Nicanor | |
| 2015-12-09 | Add the same kind of test than in 80244ec | jvoisin | |
| Namely, file-format specific ones | |||
| 2015-12-09 | Fix a typo in --low-pdf-quality handling | jvoisin | |
| 2015-12-08 | 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 | |
| `mat` will now show help message | |||
| 2015-12-07 | added check for readaccess to file | Muri Nicanor | |
| 2015-12-05 | Add some resources about why we're using python-pdfrw | jvoisin | |
| 2015-12-04 | Silence exiftool's stderr | jvoisin | |
| 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. | |||
| 2015-12-04 | Fix mutagen's behaviour on file without metadata block | jvoisin | |
| 2015-12-03 | Add some file-attribute related tests | jvoisin | |
| 2015-12-02 | Misc pep8 conformity | jvoisin | |
| 2015-12-02 | Document and simplify a bit the nautilus extension code | jvoisin | |
| - Document some methods and the class - Simplify a condition | |||
| 2015-12-02 | Remove two useless methods from the archive stripper | jvoisin | |
| 2015-12-02 | Add some pragma to avoid testing some functions | jvoisin | |
