Bug 153153 - Renaming spectrum doesn't rename associated slave vectors
Summary: Renaming spectrum doesn't rename associated slave vectors
Status: RESOLVED FIXED
Alias: None
Product: kst
Classification: Applications
Component: general (show other bugs)
Version: 1.4.0
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: kst
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-29 22:06 UTC by D. V. Wiebe
Modified: 2007-12-06 20:32 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 D. V. Wiebe 2007-11-29 22:06:38 UTC
Version:           1.5.0 (using KDE KDE 3.5.8)
Installed from:    Compiled From Sources
Compiler:          gcc (GCC) 4.1.2 
OS:                Linux

Changing the "Unique name" of a power spectrum doesn't change the names of the spectrum's slave vectors.

Steps to reproduce:

1.  Create and plot a power spectrum, and note it's name (say, "foo").
2.  Edit Spectrum -> change "Unique Name" to something else (say, "bar").
3.  Open, say, the Edit Curve dialogue for the spectrum and note the X and Y vectors associated with the curve, which are the slave vectors of the spectrum.

Result:

Although the spectrum is now called "bar", the slave vectors associated with it are still called "foo/freq" and "foo/sv" (as evident in the Edit Curve dialogue).

Expected Result:

Name changes should propagate to slave vectors, so these should be called "bar/freq" and "bar/sv".
Comment 1 D. V. Wiebe 2007-11-29 22:08:34 UTC
Additionally, this behaviour is copied to the .kst file, corrupting it.
Comment 2 Andrew Walker 2007-12-05 22:42:28 UTC
This is caused by problems with the hierarchical naming scheme and is also a problem for histograms, spectrograms, and plugins - possible more.
Comment 3 Andrew Walker 2007-12-06 00:31:44 UTC
SVN commit 745324 by arwalker:

CCBUG:153153 fix hierarchical naming structure for spectra, histograms, and spectrograms

 M  +1 -1      libkstapp/kstcsddialog_i.cpp  
 M  +3 -3      libkstapp/ksteqdialog_i.cpp  
 M  +4 -1      libkstapp/ksthsdialog_i.cpp  
 M  +1 -1      libkstapp/kstpsddialog_i.cpp  
 M  +14 -1     libkstmath/kstcsd.cpp  
 M  +2 -0      libkstmath/kstcsd.h  
 M  +21 -28    libkstmath/kstequation.cpp  
 M  +14 -2     libkstmath/ksthistogram.cpp  
 M  +2 -0      libkstmath/ksthistogram.h  
 M  +19 -7     libkstmath/kstpsd.cpp  
 M  +8 -6      libkstmath/kstpsd.h  


WebSVN link: http://websvn.kde.org/?view=rev&revision=745324
Comment 4 Andrew Walker 2007-12-06 02:16:28 UTC
SVN commit 745352 by arwalker:

CCBUG:153153 Fix hierarchical naming convention for vectorView, basicPlugin, and cPlugin

 M  +0 -2      libkst/kstobject.h  
 M  +1 -2      libkstapp/kstbasicdialog_i.cpp  
 M  +1 -4      libkstapp/kstplugindialog_i.cpp  
 M  +4 -1      libkstapp/kstvvdialog_i.cpp  
 M  +27 -1     libkstmath/kstbasicplugin.cpp  
 M  +3 -2      libkstmath/kstbasicplugin.h  
 M  +30 -6     libkstmath/kstcplugin.cpp  
 M  +4 -3      libkstmath/kstcplugin.h  
 M  +38 -1     libkstmath/kstvectorview.cpp  
 M  +2 -0      libkstmath/kstvectorview.h  


WebSVN link: http://websvn.kde.org/?view=rev&revision=745352
Comment 5 Andrew Walker 2007-12-06 20:32:32 UTC
SVN commit 745668 by arwalker:

BUG:153153 Fix hierarchical naming convention for event monitor

 M  +9 -9      ksteventmonitor_i.cpp  
 M  +19 -9     ksteventmonitorentry.cpp  
 M  +4 -3      ksteventmonitorentry.h  


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