ABBAPOH / andromeda

Cross-platform file manager, written on Qt.
GNU Lesser General Public License v3.0
14 stars 2 forks source link

Move to trash #12

Closed ABBAPOH closed 11 years ago

ABBAPOH commented 12 years ago

Need to implement possibility to move files to trash instead of removing them

jleclanche commented 12 years ago

I have a Trash class in python which does the job nicely for xdg:

https://github.com/Adys/python-trash/blob/master/trash/backends/xdg.py

I also implemented a trash file system on top of QDir: https://github.com/Adys/flipper/blob/master/flipper/backends/trashsystem.py

ABBAPOH commented 12 years ago

Hm, nice, however i already implemented trash in c++ : https://gitorious.org/andromeda/qtrash

jleclanche commented 12 years ago

Oh nice :) I'll have a look at it.

I don't suppose theres any chance you could write pyside bindings to it?

ABBAPOH commented 12 years ago

I don't know python:(

ABBAPOH commented 11 years ago

Seems done for now.