https://bugs.kde.org/show_bug.cgi?id=390757
Nate Graham <n...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://commits.kde.org/dol | |phin/7cad80b292ef4ff89db5d6 | |da924e75db4624d711 Status|CONFIRMED |RESOLVED Version Fixed In| |19.08.0 Resolution|--- |FIXED --- Comment #9 from Nate Graham <n...@kde.org> --- Git commit 7cad80b292ef4ff89db5d6da924e75db4624d711 by Nate Graham. Committed on 01/09/2019 at 21:04. Pushed by ngraham into branch 'master'. Add "Add to Places" action to file menu Summary: It's recommended that actions available in context menus be available in the main menu as well for discoverability's sake. This patch does so for the "Add to Places" action. The action is moved over to the main window, and accessed in the context menu via the actionCollection it lives in. FIXED-IN: 19.08.0 Test Plan: - Action still works - Action still appears in context menu when relevant - Action in the File menu only becomes enabled when only a single directory is selected or nothing is selected {F7143876} {F7143877} {F7143878} {F7143879} Reviewers: #dolphin, elvisangelaccio Reviewed By: #dolphin, elvisangelaccio Subscribers: elvisangelaccio, kfm-devel Tags: #dolphin Differential Revision: https://phabricator.kde.org/D22149 M +4 -32 src/dolphincontextmenu.cpp M +51 -5 src/dolphinmainwindow.cpp M +6 -1 src/dolphinmainwindow.h M +3 -1 src/dolphinui.rc https://commits.kde.org/dolphin/7cad80b292ef4ff89db5d6da924e75db4624d711 -- You are receiving this mail because: You are watching all bug changes.