| Summary: | Data Range Option isn't preserved | ||
|---|---|---|---|
| Product: | [Applications] plasma-systemmonitor | Reporter: | Richard Llom <richard.llom> |
| Component: | general | Assignee: | KSysGuard Developers <ksysguard-bugs> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | ahiemstra, plasma-bugs-null |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| See Also: | https://bugs.kde.org/show_bug.cgi?id=429167 | ||
| Latest Commit: | https://invent.kde.org/plasma/libksysguard/commit/984148d39df3da1d726aec9bf8e741ec2c840541 | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
|
Description
Richard Llom
2020-11-15 15:20:15 UTC
Slight correction: for Y Data it is set to automatic, for X-Data it is always set to 0 / 50 (lower/ upper). Probably related: When exporting the chart as a desktop widget, the data ranges are also not preserved. A possibly relevant merge request was started @ https://invent.kde.org/plasma/libksysguard/-/merge_requests/101 Git commit 744bccf477457e29da1dacda6d75ef05a0f4b15f by David Redondo. Committed on 24/11/2020 at 12:12. Pushed by davidre into branch 'master'. Write entries if face config changes If we should not sync we correctly disable autosave. This disables writing to the config and syncing it. However we still want to write to the config even if the config should not be synced automatically, so when it is externally synced the values are saved. This is the same method uses for the other config properties, for example compare with setTitle(). Related: bug 429167, bug 429367 M +6 -0 faces/SensorFaceController.cpp https://invent.kde.org/plasma/libksysguard/commit/744bccf477457e29da1dacda6d75ef05a0f4b15f Git commit 984148d39df3da1d726aec9bf8e741ec2c840541 by David Redondo. Committed on 24/11/2020 at 12:14. Pushed by davidre into branch 'Plasma/5.20'. Write entries if face config changes If we should not sync we correctly disable autosave. This disables writing to the config and syncing it. However we still want to write to the config even if the config should not be synced automatically, so when it is externally synced the values are saved. This is the same method uses for the other config properties, for example compare with setTitle(). Related: bug 429167, bug 429367 (cherry picked from commit 744bccf477457e29da1dacda6d75ef05a0f4b15f) M +6 -0 faces/SensorFaceController.cpp https://invent.kde.org/plasma/libksysguard/commit/984148d39df3da1d726aec9bf8e741ec2c840541 |