Bug 246686

Summary: data wizard Curve Placement option unwanted reset to default
Product: [Applications] kst Reporter: Peter Milne <peter.milne>
Component: plottingAssignee: kst
Status: RESOLVED FIXED    
Severity: wishlist    
Priority: NOR    
Version: 1.x   
Target Milestone: ---   
Platform: Unlisted Binaries   
OS: Linux   
Latest Commit: Version Fixed In:

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