| Summary: | System Monitor: Sorting by name is done in the wrong initial order | ||
|---|---|---|---|
| Product: | [Applications] plasma-systemmonitor | Reporter: | neobrain <bugs.7ng0x> |
| Component: | general | Assignee: | KSysGuard Developers <ksysguard-bugs> |
| Status: | RESOLVED FIXED | ||
| Severity: | minor | CC: | ahiemstra, nate, plasma-bugs-null |
| Priority: | NOR | Keywords: | usability |
| Version First Reported In: | 6.1.3 | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | https://invent.kde.org/plasma/plasma-systemmonitor/-/commit/3ec340a6d787ec5b1bad2c4e2d5ccf96758b7224 | Version Fixed/Implemented In: | 6.1.5 |
| Sentry Crash Report: | |||
|
Description
neobrain
2024-07-28 16:27:13 UTC
Can confirm. A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-systemmonitor/-/merge_requests/304 Git commit f1e1446eb173f7cd0508f55354ae1d6d43e8a350 by Arjen Hiemstra. Committed on 06/08/2024 at 10:40. Pushed by ahiemstra into branch 'master'. table: Fix default sort order when doing initial sort on a column Apparently I missed something when porting this to upstream controls, we don't have a model here anymore. M +2 -1 src/table/TableViewHeader.qml https://invent.kde.org/plasma/plasma-systemmonitor/-/commit/f1e1446eb173f7cd0508f55354ae1d6d43e8a350 Git commit 3ec340a6d787ec5b1bad2c4e2d5ccf96758b7224 by Arjen Hiemstra. Committed on 09/08/2024 at 09:58. Pushed by ahiemstra into branch 'Plasma/6.1'. table: Fix default sort order when doing initial sort on a column Apparently I missed something when porting this to upstream controls, we don't have a model here anymore. (cherry picked from commit f1e1446eb173f7cd0508f55354ae1d6d43e8a350) Co-authored-by: Arjen Hiemstra <ahiemstra@heimr.nl> M +2 -1 src/table/TableViewHeader.qml https://invent.kde.org/plasma/plasma-systemmonitor/-/commit/3ec340a6d787ec5b1bad2c4e2d5ccf96758b7224 |