]> cloud.milkyroute.net Git - dolphin.git/commit
Port to KStandardAction::DeleteFile
authorElvis Angelaccio <elvis.angelaccio@kde.org>
Fri, 10 Mar 2017 18:31:33 +0000 (19:31 +0100)
committerElvis Angelaccio <elvis.angelaccio@kde.org>
Mon, 13 Mar 2017 18:40:07 +0000 (19:40 +0100)
commit68bb0ec22af0290d298a87a15006f888b0aaf3b9
tree39ac14dadede61bc47b1024a962e2db790ca7a3a
parent042b0c84099c062847fa2ed46a145624a96f90ca
Port to KStandardAction::DeleteFile

Summary:
It was introduced in kconfig 5.25 and it properly handles the shift+del
shortcut (together with kxmlgui >= 5.30). This allows us to drop the
custom delete shortcut as well as the shift+del workaround in
DolphinMainWindow.

Test Plan: Shift+Del still deletes files, without the 'ambiguous shortcut' warning dialog.

Reviewers: emmanuelp

Differential Revision: https://phabricator.kde.org/D5010
src/dolphincontextmenu.cpp
src/dolphinmainwindow.cpp
src/dolphinpart.cpp
src/dolphinremoveaction.cpp
src/dolphinremoveaction.h
src/views/dolphinviewactionhandler.cpp