Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • K KXMLGUI
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 3
    • Issues 3
    • List
    • Boards
    • Service Desk
    • Milestones
  • Bugzilla
    • Bugzilla
  • Merge requests 2
    • Merge requests 2
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Artifacts
    • 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
  • KXMLGUI
  • Merge requests
  • !54

Add KCommandBar - A hud style command palette

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged Waqar Ahmed requested to merge work/cmdbar into master Apr 21, 2021
  • Overview 132
  • Commits 7
  • Pipelines 0
  • Changes 2

This is a proposal to add KCommandBar to KXmlGui. KCommandBar provides a hud-style UI using which a user can trigger any action (provided the app registers all its actions) in the app quickly. It is currently in use by Kate and Krita already so a common implementation would benefit both Kate, Krita and any other apps that use this.

It depends on KCoreAddons::KFuzzyMatcher for fuzzy matching. Right now, KFuzzyMatcher doesn't expose any way to show match positions so you can't see the matches happening.

screenshot:

image

Signed-off-by: Waqar Ahmed waqar.17a@gmail.com

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: work/cmdbar