summaryrefslogtreecommitdiff
path: root/nautilus (follow)
AgeCommit message (Collapse)Author
2021-04-24Please pylintjvoisin
2020-06-29typo fixes in nautilus/mat2.pyrhamnousia
2020-06-28fixed a minor typo in the nautilus readmerhamnousia
2019-11-30This is mat2, not MAT2georg
Closes #131
2019-07-14Nautilus: Add note that distribution packages ship the extensiongeorg
Relates #106
2019-03-07Small fixes for newer pylint versionsgeorg
2019-01-16Rename the internal class used by the nautilus extensionjvoisin
This should solve collisions with people like me that are copy/pasting the documentation, creating conflicts with other extensions that are doing the very same thing.
2018-11-11Add a readme for the nautilus extensionjvoisin
2018-11-08Add some type annotations to the nautilus extensionjvoisin
2018-09-24Second pass of minor formattingjvoisin
2018-08-26nautilus: rename the nautilus pluginAntoine Tenart
Rename the Nautilus plugin (removing 'nautilus' from the file name) as it already lives in its own 'nautilus' directory. The same argument applies when installing the plugin in a distro. Signed-off-by: Antoine Tenart <antoine.tenart@ack.tf>
2018-08-24nautilus: remove swp fileAntoine Tenart
A .swp file was committed by mistake. Remove it. Signed-off-by: Antoine Tenart <antoine.tenart@ack.tf>
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-23Improve the linters' coveragejvoisin
2018-07-23The Nautilus extension is now workingjvoisin
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-04-15Add a prototype for the nautilus extensionjvoisin