Summary: | Missing back and forward history | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | Henrik Segesten <hnordin> |
Component: | general | Assignee: | David Hallas <david> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | a.t.schulze, amubtdx, bugseforuns, bugzilla, colaboracs, david, el.cohete, frank78ac, geoffm, kde-2011.08, kdebugs.99.urgwurz, magiblot, MurzNN, nate, nightowl, piotr.mierzwinski |
Priority: | NOR | ||
Version: | 16.12.2 | ||
Target Milestone: | --- | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
Latest Commit: | https://commits.kde.org/dolphin/eec49bc38f4e256b66bf16ee5428c5f5d7e97e25 | Version Fixed In: | 19.12.0 |
Sentry Crash Report: | |||
Attachments: | History menu for Dolphin |
Description
Henrik Segesten
2008-02-14 14:25:35 UTC
Yes, this will be of so much help. hello, i'm working with KDE 4.1.1 and missing this feature too. it would be very usefull to move more than one step back- and forward. thanks. EC *** Bug 197209 has been marked as a duplicate of this bug. *** *** Bug 217637 has been marked as a duplicate of this bug. *** Dolphin has the history, as you can go back folder after folder after folder after folder... Are there any reasons not to offer the history as dropdown menu for the back and forward buttons so that one can quickly jump to a previous positions? Having that option would increase the workflow a lot. Any news on this? I'm still desperately missing the buttons to go back and forth severals steps at once every time I use dolphin. Created attachment 62675 [details] History menu for Dolphin Depends of https://bugs.kde.org/show_bug.cgi?id=279678 Provides history menus for back and forward actions, and open new tabs on MMB click. Also new tabs keep parent tab history. Is it not wanted to have these history buttons? For me it seems like a great improvement. Or is the patch not fitting? Peter pointed out some reasons why the patch to kdelibs that would be needed for the patch posted here was not merged. I think that this feature is definitely nice and I'll try to have a look at it, but at the moment there are just to many other issues to work on (and too little time to actually fix them - I had never imagined how much time a maintainer spends reading and writing bugzilla comments every day). Resetting assignee to default as per bug #305719 *** Bug 353234 has been marked as a duplicate of this bug. *** If anyone wants to resume work on this patch, please upload it to http://phabricator.kde.org/, which is where we're reviewing patches now. Use "KDE Applications" and "Dolphin" as the review groups. *** Bug 384300 has been marked as a duplicate of this bug. *** I have a WIP patch cooking here: https://phabricator.kde.org/D19311 Feedback is _very_ welcome ;) Git commit eec49bc38f4e256b66bf16ee5428c5f5d7e97e25 by David Hallas. Committed on 29/09/2019 at 12:16. Pushed by hallas into branch 'master'. Add navigation history to forward/back buttons Summary: Adds navigation history to forward/back buttons in the toolbar. This changes the forward/back buttons in the toolbar to use the KToolBarPopupAction class which provides access to a drop down menu. Test Plan: Browse some folders Click the back drop down menu and navigate somewhere Click the forward drop down menu and navigate somewhere FIXED-IN: 19.12.0 Reviewers: #dolphin, ngraham, elvisangelaccio, #vdg Reviewed By: #dolphin, ngraham, elvisangelaccio, #vdg Subscribers: felixernst, nerdopolist, mart, richardl, ognarb, david.fontanals, abetts, kfm-devel Tags: #dolphin Differential Revision: https://phabricator.kde.org/D19311 M +88 -5 src/dolphinmainwindow.cpp M +34 -0 src/dolphinmainwindow.h M +26 -9 src/middleclickactioneventfilter.cpp https://commits.kde.org/dolphin/eec49bc38f4e256b66bf16ee5428c5f5d7e97e25 *** Bug 412568 has been marked as a duplicate of this bug. *** |