Summary: | Can't stack (sum) multiple sensor plots | ||
---|---|---|---|
Product: | [Unmaintained] ksysguard | Reporter: | sheeettin |
Component: | general | Assignee: | KSysGuard Developers <ksysguard-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | nerd65536, rudd-o, szentandrasii |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
sheeettin
2010-03-29 22:42:49 UTC
I would like to see a per-display option for this too. kSignalPlotter already has support for stacked beams, "stackGraph". The default is false, so we shouldn't break anything that doesn't currently use it. FancyPlotterSettings has an option for stacking the beams, "mStackBeams" which is currently commented out. If I'm reading this correctly, all the work that needs to be done is to: *Uncomment in FancyPlotterSettings. *Expose the setting to FancyPlotter: FancyPlotter.cpp: In: void FancyPlotter::configureSettings() add: mSettingsDialog->setStackBeams( mPlotter->stackGraph() ); In: void FancyPlotter::applySettings() add: mPlotter->setStackGraph( mSettingsDialog->stackBeams() ); *Add support for the option in the handling of .sgrd files. (I don't know where to look for this in the source.) *** Bug 181778 has been marked as a duplicate of this bug. *** Git commit 795968a85762a4807d387f4cca1e03eb1d3d516e by John Tapsell. Committed on 25/03/2011 at 09:34. Pushed by johnflux into branch 'master'. Add back support for Stacked Beams BUG:232624 M +5 -0 ksysguard/gui/SensorDisplayLib/FancyPlotter.cpp M +2 -2 ksysguard/gui/SensorDisplayLib/FancyPlotterSettings.cpp http://commits.kde.org/kde-workspace/795968a85762a4807d387f4cca1e03eb1d3d516e Git commit 0e0e387086ee3005c79fca09ad975f0fbc59799b by John Tapsell. Committed on 25/03/2011 at 12:08. Pushed by johnflux into branch 'master'. SignalPlotter - Fix support for stacked graphs CCBUG:232624 M +36 -14 libs/ksysguard/signalplotter/ksignalplotter.cpp M +3 -3 libs/ksysguard/tests/CMakeLists.txt M +17 -0 libs/ksysguard/tests/signalplotterbenchmark.cpp M +1 -0 libs/ksysguard/tests/signalplotterbenchmark.h http://commits.kde.org/kde-workspace/0e0e387086ee3005c79fca09ad975f0fbc59799b Git commit a696f0aed05844d2281b35fdb83723aae50e15c2 by John Tapsell. Committed on 25/03/2011 at 09:34. Pushed by johnflux into branch 'KDE/4.6'. Add back support for Stacked Beams BUG:232624 M +5 -0 ksysguard/gui/SensorDisplayLib/FancyPlotter.cc M +2 -2 ksysguard/gui/SensorDisplayLib/FancyPlotterSettings.cc http://commits.kde.org/kde-workspace/a696f0aed05844d2281b35fdb83723aae50e15c2 Git commit 4798035cfb56b477dc70d6f589b97b5926acc9bd by John Tapsell. Committed on 25/03/2011 at 12:08. Pushed by johnflux into branch 'KDE/4.6'. SignalPlotter - Fix support for stacked graphs CCBUG:232624 M +36 -14 libs/ksysguard/signalplotter/ksignalplotter.cpp M +3 -3 libs/ksysguard/tests/CMakeLists.txt M +17 -0 libs/ksysguard/tests/signalplotterbenchmark.cpp M +1 -0 libs/ksysguard/tests/signalplotterbenchmark.h http://commits.kde.org/kde-workspace/4798035cfb56b477dc70d6f589b97b5926acc9bd |