Bug 91678 - show marker origin in Plot Dialog/Marker tab
Summary: show marker origin in Plot Dialog/Marker tab
Status: RESOLVED FIXED
Alias: None
Product: kst
Classification: Applications
Component: general (show other bugs)
Version: 1.x
Platform: unspecified Solaris
: NOR wishlist
Target Milestone: ---
Assignee: kst
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-19 15:08 UTC by Nicolas Brisset
Modified: 2004-10-25 22:49 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nicolas Brisset 2004-10-19 15:08:38 UTC
Version:           1.0.0_devel (using KDE 3.3.0, compiled sources)
Compiler:          gcc version 3.3.2
OS:                SunOS (sun4u) release 5.8

Could markers have a property indicating their origin ? It could be a QString that says either "Manual" if the value was entered by the user, or "Raising [var]", "Falling [var]", "Raising/Falling [var]" when they are created from another variable ?
It seems markers depending on another variable are handled differently anyway, as they keep coming back when you remove the values from the list. I saw someone struggling with this, it was quite funny :-) but nor very user-friendly !
I imagine it is not overly complicated to make the list of values a QTable or QListView to have 2 columns, one with the value (as now), the other with the "type".
Comment 1 Andrew Walker 2004-10-25 22:49:00 UTC
CVS commit by arwalker: 

Display the origin of a marker in the Plot dialog... Marker tab.
A marker value will be followed by one of:

1) "" - indicates a value entered by the user
2) "rising" - indicates an automatically generated value on a rising edge
3) "falling" - indicates an automatically generated value on a falling edge

CCMAIL: 91678-done@bugs.kde.org


  M +68 -39    kst2dplot.cpp   1.290
  M +20 -7     kst2dplot.h   1.122
  M +70 -42    kstplotdialog_i.cpp   1.110