| Summary: | x-axis time interpretation on psds is annoying | ||
|---|---|---|---|
| Product: | [Applications] kst | Reporter: | Matthew Truch <matt> |
| Component: | plotting | Assignee: | kst |
| Status: | RESOLVED FIXED | ||
| Severity: | wishlist | ||
| Priority: | NOR | ||
| Version First Reported In: | 1.x | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Matthew Truch
2005-01-11 05:33:29 UTC
CVS commit by staikos: X axis interpretation in PSD cases from the data wizard is disabled initially Still one more place to fix this CCBUG: 96760 M +19 -16 datawizard.ui.h 1.116 M +23 -222 kst2dplot.cpp 1.361 CVS commit by staikos:
new PSDs should not interpret as time by default
BUG: 96760
M +1 -0 kstpsddialog_i.cpp 1.72
--- kdeextragear-2/kst/kst/kstpsddialog_i.cpp #1.71:1.72
@@ -203,4 +203,5 @@ bool KstPsdDialogI::new_I() {
plot = kst_cast<Kst2DPlot>(w->view()->findChild(name));
if (plot) {
+ plot->setXAxisInterpretation(false, KstXAxisInterpretation(), KstXAxisDisplay());
_curvePlacement->update();
_curvePlacement->setCurrentPlot(plot->tagName());
|