Skip to content

Implement rename to sha

For review...

This patch implement a file operation to rename a filename by a prefix computed from the SHA1 of the file.

TODO: this feature requires an undo. Actually, I don't know how to implement that. For example: if a user bind a shortcut, then Gwenview must show a widget (for example a message box) to notify a file was renamed and provide an undo action. Else, we can accidentally lose filenames.

Merge request reports