| Summary: | Arrow keys move 'priority' slider in wrong direction | ||
|---|---|---|---|
| Product: | [Unmaintained] ksysguard | Reporter: | Kishore Gopalakrishnan <kishore96> |
| Component: | ksysguard | Assignee: | KSysGuard Developers <ksysguard-bugs> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | nate |
| Priority: | NOR | Keywords: | junior-jobs |
| Version First Reported In: | 5.15.90 | ||
| Target Milestone: | --- | ||
| Platform: | Arch Linux | ||
| OS: | Linux | ||
| Latest Commit: | https://commits.kde.org/libksysguard/cf1791d752b05f898aef73a8d91c57f9de45305a | Version Fixed/Implemented In: | 5.17.0 |
| Sentry Crash Report: | |||
|
Description
Kishore Gopalakrishnan
2019-05-29 15:59:16 UTC
The UI sets QAbstractSlider::invertedAppearance() because of inverted numbers for UNIX priorities. A low value means a high priority. It should also set invertedControls(). https://doc.qt.io/qt-5/qabstractslider.html#invertedControls-prop https://cgit.kde.org/libksysguard.git/tree/processui/ReniceDlgUi.ui I've submitted a patch here: https://phabricator.kde.org/D21828 Git commit cf1791d752b05f898aef73a8d91c57f9de45305a by Nate Graham, on behalf of Kishore Gopalakrishnan. Committed on 16/06/2019 at 15:52. Pushed by ngraham into branch 'master'. Invert controls direction for process priority slider Summary: Since low 'nice' values correspond to high priority, the slider labels are inverted so that 'higher' corresponds to a lower nice number. However, this was not done for the slider control, resulting in the arrow keys moving the slider in the direction opposite to that expected by the user. This patch fixes this by setting invertedControls to 'true' for the priority slider. Test Plan: 1. Open Ksysguard. 2. Go to the tab that lists processes. 3. Right click on a process and select 'Set Priority'. 4. Click on the slider that sets the CPU priority. 5. Press the left and right arrow keys on the keyboard and check if they move the slider in the appropriate direction. Reviewers: cfeck Reviewed By: cfeck Subscribers: cfeck, plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D21828 M +6 -0 processui/ReniceDlgUi.ui https://commits.kde.org/libksysguard/cf1791d752b05f898aef73a8d91c57f9de45305a |