Summary: | Expose UI to activate filtering feature in KDirOperator | ||
---|---|---|---|
Product: | [Frameworks and Libraries] frameworks-kio | Reporter: | Thomas McGuire <mcguire> |
Component: | general | Assignee: | KIO Bugs <kio-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | andresbajotierra, bugseforuns, charlyghislain, dhaumann, hr.denzler, kdelibs-bugs-null, nate, yg |
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/frameworks/kio/-/commit/23834367db5cb56dc5a0bc62403aefe4becb040a | Version Fixed In: | 6.14 |
Sentry Crash Report: |
Description
Thomas McGuire
2009-01-03 12:44:49 UTC
re-assigning to kdirlister as it IMHO makes sense to have it in the general component. hmm, why is kfile not in kdelibs. Moving to the right component. "filesystem tab" .. where? Thanks The bug was originally reported against KDevelop, which has a filesystem tab in the sidebar. ah, sorry for not updating the description. This is related to KDirOperator, which KDevelop uses to display a filesystem browser. True, it's implemented e.g. in the kate app filebrowser plugin (kdesdk/kate/plugins/filesystembrowser). KDirOperator itself supports filtering, so this wish is just about making it visible in the gui. *** Bug 219054 has been marked as a duplicate of this bug. *** *** Bug 263133 has been marked as a duplicate of this bug. *** as stated in the new duplicate, this functionality in kfiledialog would be useful too. Can you please clarify if this is about the file dialog (bug 142900) or a stand-alone KDirOperator? If the latter, I do not see how/where one would add a filter. *** Bug 127517 has been marked as a duplicate of this bug. *** A possibly relevant merge request was started @ https://invent.kde.org/frameworks/kio/-/merge_requests/1853 Git commit 23834367db5cb56dc5a0bc62403aefe4becb040a by Akseli Lahtinen. Committed on 10/04/2025 at 11:29. Pushed by akselmo into branch 'master'. KFileWidget: Add quickfilter bar Add a quick filter bar which works like Dolphins quickfilter bar. When an input field is unfocused, press backslash to open it. The toggle for it can be also found in the settings context menu. FIXED-IN: 6.14 M +21 -1 src/core/kcoredirlister.cpp M +21 -0 src/core/kcoredirlister.h M +2 -0 src/core/kcoredirlister_p.h M +114 -21 src/filewidgets/kfilewidget.cpp https://invent.kde.org/frameworks/kio/-/commit/23834367db5cb56dc5a0bc62403aefe4becb040a |