Summary: | Renaming spectrum doesn't rename associated slave vectors | ||
---|---|---|---|
Product: | [Applications] kst | Reporter: | D. V. Wiebe <dvw> |
Component: | general | Assignee: | kst |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 1.4.0 | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
D. V. Wiebe
2007-11-29 22:06:38 UTC
Additionally, this behaviour is copied to the .kst file, corrupting it. This is caused by problems with the hierarchical naming scheme and is also a problem for histograms, spectrograms, and plugins - possible more. 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 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 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 |