Bug 312296 - open selected folders in new tabs
Summary: open selected folders in new tabs
Status: RESOLVED FIXED
Alias: None
Product: dolphin
Classification: Applications
Component: view-engine: general (show other bugs)
Version: 2.1
Platform: Other Linux
: NOR wishlist
Target Milestone: ---
Assignee: Dolphin Bug Assignee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-28 09:25 UTC by Peter Paulsen
Modified: 2013-05-23 20:29 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In: 4.11.0


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Paulsen 2012-12-28 09:25:40 UTC
When I middleclick on a folder in dolphin it opens in a new tab. I can do that one by one - but i miss an option to open a bunch of folders in tabs. When I select more than one folder and middleclick only the folder I clicked on is opened in a new tab. Presumably that is desirable because it would otherwise cause a lot of unwanted and unexpected tabs for some people but how about adding a rightclick menu entry for opening all selected folders in new tabs? Or allow something like Shift-Middleclick for that?

Reproducible: Always
Comment 1 Frank Reininghaus 2013-01-03 09:06:27 UTC
Thanks for the idea. Adding that to the context menu might make sense, given that we already provide that option in the context menu when right-clicking a single folder.

If this is implemented, we should then also add "Open in new windows" and "Add to places" for consistency. And of course, check if all selected items are really folders.
Comment 2 Emmanuel Pescosta 2013-05-22 19:49:24 UTC
Git commit 05d9210e29a0753e953630970ce6fe426e4a6d3a by Emmanuel Pescosta.
Committed on 22/05/2013 at 21:47.
Pushed by emmanuelp into branch 'master'.

Added the "Open in new Tabs" action to the Dolphin Context menu.
REVIEW: 110371
FIXED-IN: 4.11.0

M  +14   -0    dolphin/src/dolphincontextmenu.cpp
M  +12   -3    dolphin/src/dolphinmainwindow.cpp

http://commits.kde.org/kde-baseapps/05d9210e29a0753e953630970ce6fe426e4a6d3a
Comment 3 Peter Paulsen 2013-05-23 20:29:01 UTC
Thanks :).