Bug 246686 - data wizard Curve Placement option unwanted reset to default
Summary: data wizard Curve Placement option unwanted reset to default
Status: RESOLVED FIXED
Alias: None
Product: kst
Classification: Applications
Component: plotting (show other bugs)
Version: 1.x
Platform: Unlisted Binaries Linux
: NOR wishlist
Target Milestone: ---
Assignee: kst
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-04 13:07 UTC by Peter Milne
Modified: 2010-08-09 21:07 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 Peter Milne 2010-08-04 13:07:36 UTC
Version:           unspecified
OS:                Linux

User prefers to plot data "All curves one plot"
Using Data Wizard, user selects Curve Placement "All curves in one plot" radio-button, and it works.

The same user wants to create another plot of another data set, using the same settings, maybe same tab.

However meanwhile the Curve Placement radio-button has reset to its default "1 new plot per curve", so it's necessary to select the same option again.

Worse, if the user forgets to select the option again, Kst goes ahead and plots all the curves, one new plot per curve; This then takes a while to clean up ..

Reproducible: Always



Expected Results:  
Having used the Data Wizard once in a session, one would expect it to retain the previous selected values, so that it's not necessary to select them again.


Common behaviour both on Kst 1.8 and 2.0.
Comment 1 Netterfield 2010-08-07 00:18:49 UTC
SVN commit 1160066 by netterfield:

BUG: 246686

Add sticky defaults to the data wizard.



 M  +88 -1     libkstapp/datawizard.cpp  
 M  +6 -0      widgets/dialogdefaults.h  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1160066
Comment 2 Andrew Walker 2010-08-09 21:07:21 UTC
SVN commit 1161111 by arwalker:

BUG:246686 do not override user specified curve placement settings in the data wizard

 M  +8 -3      kstdatawizard_i.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1161111