Summary: | When renaming files, tab key should begin renaming the sequentially next file | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | kiarfuzzy <kiarfuzzy> |
Component: | view-engine: general | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | bugseforuns, elvis.angelaccio, kiarfuzzy, nate |
Priority: | HI | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
See Also: | https://bugs.kde.org/show_bug.cgi?id=269987 | ||
Latest Commit: | https://invent.kde.org/system/dolphin/commit/5a0da4a9c8d10dc1921077d84bdabf05d20150b0 | Version Fixed In: | 21.08 |
Sentry Crash Report: |
Description
kiarfuzzy
2019-02-04 20:22:10 UTC
Strongly related (though not quite identical) to 269987. Probably both requests should be implemented at the same time. Nobody cares about this? I think it's something that would be useful for a lot of users. I agree! However, things don't always get done immediately. Most of the people who work on Dolphin are unpaid volunteers (which makes its current level of quality pretty amazing, if you think about). A little patience goes a long way. :) https://community.kde.org/Get_Involved/Bug_Reporting#Have_realistic_expectations well i'm unpatient because I've reported this thing on the forums more than a year ago. https://forum.kde.org/viewtopic.php?f=83&t=141742&sid=9622c9975c5c0efe592d541e84e84c63 I thought things will move faster here or at least some developer would put it in the bottom of his "to do list" Here's a patch: https://phabricator.kde.org/D20427 Cool, looking forward to see it in the stable version. I would also test it but I'm not sure how to apply that patch. (In reply to kiarfuzzy from comment #6) > Cool, looking forward to see it in the stable version. I would also test it > but I'm not sure how to apply that patch. https://community.kde.org/Infrastructure/Phabricator#How_to_review_someone_else.27s_patch A possibly relevant merge request was started @ https://invent.kde.org/system/dolphin/-/merge_requests/193 Git commit 5a0da4a9c8d10dc1921077d84bdabf05d20150b0 by Méven Car. Committed on 19/04/2021 at 05:10. Pushed by meven into branch 'master'. When renaming files, move to next file using tab key or up/down To rename previous file: Up or Shift-Tab To rename next file: Down or Tab Credit goes to msciubidlo Related: bug 269987, bug 334533 FIXED-IN: 21.08 M +5 -0 src/kitemviews/kitemlistcontainer.cpp M +5 -2 src/kitemviews/kitemlistview.cpp M +6 -0 src/kitemviews/kitemlistview.h M +1 -0 src/kitemviews/kstandarditemlistwidget.cpp M +24 -2 src/kitemviews/private/kitemlistroleeditor.cpp M +18 -2 src/kitemviews/private/kitemlistroleeditor.h M +3 -0 src/kitemviews/private/kitemlistsmoothscroller.cpp M +5 -0 src/kitemviews/private/kitemlistsmoothscroller.h M +28 -9 src/views/dolphinview.cpp https://invent.kde.org/system/dolphin/commit/5a0da4a9c8d10dc1921077d84bdabf05d20150b0 |