Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • M Milou
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Bugzilla
    • Bugzilla
  • Merge requests 6
    • Merge requests 6
  • 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
  • PlasmaPlasma
  • Milou
  • Merge requests
  • !22

Fix mouse interaction with history entries

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Alexander Lohnau requested to merge work/fix_history_mouse_interaction into master Dec 31, 2020
  • Overview 4
  • Commits 1
  • Pipelines 0
  • Changes 1

In case of the history entries we do not have a ResultView, but rather a normal QML list view. Consequently special properties/methods do not exist.

This has the only downside, that one can accidentally focus one item with the mouse when the user tries to do a keyboard only interaction. But considering that clearing specific entries from the history is done rarely and mostly done by clearing all entries in the KCM this should be acceptable.

BUG: 431010 FIXED-IN: 5.21

@ngraham @broulik

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