Bug 64892

Summary: change data sample ranges should select all vectors by default
Product: [Applications] kst Reporter: Matthew Truch <matt>
Component: generalAssignee: kst
Status: RESOLVED FIXED    
Severity: wishlist    
Priority: NOR    
Version: 1.x   
Target Milestone: ---   
Platform: RedHat Enterprise Linux   
OS: Linux   
Latest Commit: Version Fixed In:

Description Matthew Truch 2003-09-25 03:58:05 UTC
Version:           0.92 (using KDE KDE 3.1)
Installed from:    RedHat RPMs

When one selects "change data sample ranges", and the dialog pops up, none of the data vectors are selected.  One always wants to change at least one, and most of the time you want to change all vectors simultaneously.  The default should be to select all.
Comment 1 George Staikos 2003-09-25 10:54:33 UTC
Subject: kdeextragear-2/kst/kst

CVS commit by staikos: 

I can't find an argument either way for this, so let's select all if the user
wants it.

CCMAIL: 64892-done@bugs.kde.org


  M +1 -0      kstchangenptsdialog_i.cpp   1.8


--- kdeextragear-2/kst/kst/kstchangenptsdialog_i.cpp  #1.7:1.8
@@ -67,4 +67,5 @@ void KstChangeNptsDialogI::showChangeNpt
   updateChangeNptsDialog();
   updateDefaults(0);
+  CurveList->selectAll(true);
 
   show();