[Kst] branches/work/kst/1.5/kst/src/libkstapp
Andrew Walker
arwalker at sumusltd.com
Fri Jul 27 01:36:08 CEST 2007
SVN commit 693078 by arwalker:
use Vector View as identifier, rather than VectorView
M +3 -4 kstdatamanager_i.cpp
--- branches/work/kst/1.5/kst/src/libkstapp/kstdatamanager_i.cpp #693077:693078
@@ -327,7 +327,7 @@
connect(item, SIGNAL(updated()), this, SIGNAL(updated()));
}
}
-
+
KstMatrixMap ml = x->outputMatrices();
KstMatrixMap::Iterator mlEnd = ml.end();
// also get the output matrices
@@ -678,7 +678,7 @@
createObjectAction(i18n("Event Monitor"), _data, KstEventMonitorI::globalInstance(), SLOT(show()));
createObjectAction(i18n("Image"), _data, KstImageDialogI::globalInstance(), SLOT(show()));
createObjectAction(i18n("Spectrogram"), _data, KstCsdDialogI::globalInstance(), SLOT(show()));
- createObjectAction(i18n("VectorView"), _data, KstVvDialogI::globalInstance(), SLOT(show()));
+ createObjectAction(i18n("Vector View"), _data, KstVvDialogI::globalInstance(), SLOT(show()));
//Create plugin actions...
setupPluginActions();
@@ -786,8 +786,7 @@
//The old C style plugins...
QStringList oldPlugins;
- const QMap<QString,QString> readable =
- PluginCollection::self()->readableNameList();
+ const QMap<QString,QString> readable = PluginCollection::self()->readableNameList();
QMap<QString,QString>::const_iterator it = readable.begin();
for (; it != readable.end(); ++it) {
oldPlugins << it.key();
More information about the Kst
mailing list