Closed nebomuk closed 11 years ago
I don't think that it is a good idea to be able to remove files from the history or trash. And I also don't think that it is a good idea to use the qlistviews for the trash, because there will be no preview. And how do you decide what files should be removed or restored? To remove or restore the notes via a context menu is a bit...
the trash ist already working well therefore won't be changed
since all three classes are based on QStandardItemModel but need additional methods usually found in QFileSystemModel such as remove, filePath, fileName etc. they should share a common interface.
Should the history directly work on the files? e.g. if a history entry is removed, should the corresponding file also removed?