Summary: | "Create new folder" in the folder panel | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | karl.r.ernst |
Component: | panels: folders | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
Status: | CONFIRMED --- | ||
Severity: | wishlist | CC: | bradjackson5, emmanuelpescosta099, markusbauer |
Priority: | NOR | ||
Version: | 16.12.2 | ||
Target Milestone: | --- | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | patch to add new file menu, open in new window and tab options to folder panel context menu |
Description
karl.r.ernst
2011-04-07 21:07:46 UTC
Created attachment 58778 [details]
patch to add new file menu, open in new window and tab options to folder panel context menu
the parent()-cascade is kind of bad, but I couldn't figure out any another way
Thanks for the patch, but it is a little bit too hacky ;-) The TreeViewContextMenu does not have a dependency to the main window on purpose: The actions of the main window always are valid for the currently shown view and never for the panels. That is why the also no rename action etc. has been used from the main window. A cleaner way to solve this would be to create a custom instance of KNewFileMenu and keep it alive with K_GLOBAL_STATIC (the menu may not get deleted after showing of the "New directory" dialog). Resetting assignee to default as per bug #305719 Review-Request: https://git.reviewboard.kde.org/r/107267/ *** Bug 251726 has been marked as a duplicate of this bug. *** I second the request. This option is still not available in version 22.12.3. |