Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • K KIO
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 3
    • Issues 3
    • List
    • Boards
    • Service Desk
    • Milestones
  • Bugzilla
    • Bugzilla
  • Merge requests 78
    • Merge requests 78
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • FrameworksFrameworks
  • KIO
  • Merge requests
  • !245

Draft: [KFileWidget] Custom Filter field added, Type Filter combobox not editable by default

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open Piotr Henryk Dabrowski requested to merge pdabrowski/kio:phd-KFileWidget-custom-filter-field into master Dec 08, 2020
  • Overview 39
  • Commits 6
  • Pipelines 1
  • Changes 8

This is a slight upgrade to the KFileWidget window.

KFileWidget does not provide a FILTER BAR, a feature very useful for quick file search, which is available in Dolphin.
This patchset adds an easily accessible filter bar, which behaves exactly like the one in Dolphin.

Currently there exists limited filtering functionality provided by the file type filter combobox.
However:

  1. it does not hide directories from view (which is expected for it's purpose, but defies its role as a filter bar)
  2. it does not reset on directory change (which is also expected from it, but undesired for a proper filter bar)
  3. it's purpose is to simply limit visible file extensions, not provide quick file search
  4. being able to do a quick search without messing with file types suggested by default by an app is useful
  5. I asked a few friends, and nobody is aware that this field can be used to provide at least limited filter bar functionality

So type filter combobox is now not editable by default (but you can simply right click to edit it).

Requires: kcompletion!7 (merged)

OLD:

phd-KFileWidget-custom-filter-field-0

NEW:

phd-KFileWidget-custom-filter-field-1

phd-KFileWidget-custom-filter-field-2

FEATURE: 415484
FEATURE: 179483
FIXED-IN: 5.78

Edited Jan 02, 2021 by Piotr Henryk Dabrowski
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: phd-KFileWidget-custom-filter-field