summaryrefslogtreecommitdiff
path: root/nautilus (follow)
AgeCommit message (Collapse)Author
2015-12-30Fix some pep8-related issuesjvoisin
2015-12-02Document and simplify a bit the nautilus extension codejvoisin
- Document some methods and the class - Simplify a condition
2015-11-26Clean up a bit the nautilus-extensio codejvoisin
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-07-25_MASSIVE_ pep8 revampjvoisin
Thank you so much PyCharm
2014-06-08Rename the MAT folder to libmat.jvoisin
This commit fixes some issues for dump operating systems who doesn't handle capitalization.
2013-10-30More pep8 conformancejvoisin
2013-10-28The nautilus plugin warns if the file is non-writablejvoisin
2013-07-17Fix typojvoisin
2013-07-13Nautilus extension: add icon to popup menuTails developers
2013-07-13Add nautilus extensionTails developers