Swap Trash/Delete when Shift is used while the menu is open
ClosedPublic

Authored by hein on Oct 22 2018, 8:19 AM.

Diff Detail

Repository
R119 Plasma Desktop
Branch
master
Lint
No Linters Available
Unit
No Unit Test Coverage
Build Status
Buildable 4121
Build 4139: arc lint + arc unit
hein created this revision.Oct 22 2018, 8:19 AM
Restricted Application added a project: Plasma. · View Herald TranscriptOct 22 2018, 8:19 AM
hein requested review of this revision.Oct 22 2018, 8:19 AM
davidedmundson accepted this revision.Oct 22 2018, 11:05 AM
davidedmundson added a subscriber: davidedmundson.
davidedmundson added inline comments.
containments/desktop/plugins/folder/foldermodel.cpp
653

you delete the menu when the menu isn't open, you won't get any events

This revision is now accepted and ready to land.Oct 22 2018, 11:05 AM
broulik added inline comments.Oct 22 2018, 11:32 AM
containments/desktop/plugins/folder/foldermodel.cpp
1854

Use four argument connect since now you access this but given you delete the menu anyway, this change probably isn't neccessary to begin with

Thanks Eike! Any chance this can go into the 5.12 branch?

hein updated this revision to Diff 44091.Oct 23 2018, 5:57 AM

Simplify patch.

davidedmundson accepted this revision.Oct 23 2018, 10:48 AM
This revision was automatically updated to reflect the committed changes.