Bug 64892 - change data sample ranges should select all vectors by default
Summary: change data sample ranges should select all vectors by default
Status: RESOLVED FIXED
Alias: None
Product: kst
Classification: Applications
Component: general (show other bugs)
Version: 1.x
Platform: RedHat Enterprise Linux Linux
: NOR wishlist
Target Milestone: ---
Assignee: kst
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-25 03:58 UTC by Matthew Truch
Modified: 2003-09-25 10:54 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 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();