Summary: | Top-labels should be an opt-in option | ||
---|---|---|---|
Product: | [Applications] kst | Reporter: | Nicolas Brisset <nicolas.brisset> |
Component: | general | Assignee: | kst |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | ||
Priority: | NOR | ||
Version: | 2.0.0 | ||
Target Milestone: | 2.0.0 | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | Screenshot of what I get with default settings |
Description
Nicolas Brisset
2009-11-29 23:17:28 UTC
Created attachment 38695 [details]
Screenshot of what I get with default settings
The good news is that bug seems linked with bug #216735: the top label is apparently shown only when it differs from the left label, which in this case should not happen. Now the question is: why is "Column" appended to the field name? I believe it happens around line 304 of datavector.cpp but I don't understand what's wrong. SVN commit 1061398 by netterfield: Get rid of unwanted top labels BUG: 216736 Get rid of unwanted 'column' from ascii file column names BUG: 216735 Convince Curve Dialog's edit multiple to not mess up. BUG: 216740 M +1 -1 datasources/ascii/ascii.cpp M +2 -18 libkst/datavector.cpp M +9 -1 libkstapp/commandlineparser.cpp M +0 -1 libkstapp/curvedialog.cpp M +5 -2 widgets/vectorselector.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1061398 Change version from 2.0.0_devel to 2.0.0 to simplify version numbering. These bugs are solved with 2.0.0 |