Making display of x axis cofigurable
ClosedPublic

Authored by wreissenberger on Oct 28 2019, 2:44 PM.

Details

Summary

Some optimizations for the display of sensor data:

  • The range displayed on the y axis is either limited by the value range or - configurable - including the x axis.
  • Bugfix - action timer starts only when at least one action is selected.
  • Layout optimizations

Diff Detail

Repository
R321 KStars
Branch
observatory_sensor_display
Lint
No Linters Available
Unit
No Unit Test Coverage
Build Status
Buildable 18279
Build 18297: arc lint + arc unit
wreissenberger created this revision.Oct 28 2019, 2:44 PM
Restricted Application added a project: KDE Edu. · View Herald TranscriptOct 28 2019, 2:44 PM
Restricted Application added a subscriber: kde-edu. · View Herald Transcript
wreissenberger requested review of this revision.Oct 28 2019, 2:44 PM

I'm still not sure what "show x axis" means exactly. Feeling pretty stupid now.

I'm still not sure what "show x axis" means exactly.

Show x axis selected:

Not selected

Do you have a better name?

X Axis Selected --> Show all range on Y-Axis starting from zero?

X axis is time
Y axis is value, so show X-axis means show time. This is still confusing.

Maybe you mean "Auto Scale Y-axis or value-axis" ?

Maybe you mean "Auto Scale Y-axis or value-axis" ?

That sounds best. But in this case, the logic is vice versa. When then check box is selected, the value axis is scaled to [min, max], right?

Yes absolutely, the logic is reversed in that manner.

Auto scale instead of show x axis reverses the logic

Unrelated to this PR, but I noticed that both CW and CCW are always active/RED when in INDI control panel, both are off.

mutlaqja accepted this revision.Oct 29 2019, 7:55 AM
This revision is now accepted and ready to land.Oct 29 2019, 7:55 AM
This revision was automatically updated to reflect the committed changes.