Summary: | An informational tooltip should be shown when hovering over the search bar | ||
---|---|---|---|
Product: | [Unmaintained] ksysguard | Reporter: | Simone Gaiarin <simgunz> |
Component: | general | Assignee: | KSysGuard Developers <ksysguard-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | nate, tcanabrava |
Priority: | NOR | Keywords: | usability |
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://commits.kde.org/libksysguard/839be94eaf7b1023bf8bfeab443cc1fc32920ae4 | Version Fixed In: | 5.16.0 |
Sentry Crash Report: |
Description
Simone Gaiarin
2019-02-04 13:25:27 UTC
Turns out regex input is accepted too. Totally agree. Wanna give it a shot? :) First, any idea on what should we write exactly? Is this ok? "Type comma separated searchs term or regular expressions to filter the process list." I removed the PIDs, because it searches in all these fields apparently: - Name - Command - Window Title of the process. - Username - PID Here the revision that fixes this: https://phabricator.kde.org/D19312 Git commit 839be94eaf7b1023bf8bfeab443cc1fc32920ae4 by Simone Gaiarin. Committed on 01/03/2019 at 08:06. Pushed by gaiarin into branch 'master'. Add tooltip for quick search Summary: Add a tooltip to the quick search line edit in the process view to inform the user that it is possible to use comma separated search terms and regular expressions. We can also reformulate the text if you have better ideas. Reviewers: #plasma, cfeck, broulik, mart Reviewed By: #plasma, mart Subscribers: ngraham, plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D19312 M +3 -0 processui/ProcessWidgetUI.ui https://commits.kde.org/libksysguard/839be94eaf7b1023bf8bfeab443cc1fc32920ae4 |