[Kst] branches/work/kst/pluginify/kst/src/libkstmath
Adam Treat
treat at kde.org
Wed Sep 20 21:20:31 CEST 2006
SVN commit 586848 by treat:
* Forgot this bit to make the dialogs work correctly
for non-plugins...* Forgot this bit to make the dialogs work correctly
for non-plugins...* Forgot this bit to make the dialogs work correctly
for non-plugins...* Forgot this bit to make the dialogs work correctly
for non-plugins...* Forgot this bit to make the dialogs work correctly
for non-plugins...* Forgot this bit to make the dialogs work correctly
for non-plugins...* Forgot this bit to make the dialogs work correctly
for non-plugins...* Forgot this bit to make the dialogs work correctly
for non-plugins...
M +1 -1 kstcplugin.cpp
M +1 -1 kstcsd.cpp
M +1 -1 kstequation.cpp
M +1 -1 ksthistogram.cpp
M +1 -1 kstimage.cpp
M +1 -1 kstpsd.cpp
M +1 -1 kstvcurve.cpp
--- branches/work/kst/pluginify/kst/src/libkstmath/kstcplugin.cpp #586847:586848
@@ -604,7 +604,7 @@
void KstCPlugin::showEditDialog() {
- KstDialogs::self()->showCPluginDialog(tagName());
+ KstDialogs::self()->showCPluginDialog(tagName(), true);
}
--- branches/work/kst/pluginify/kst/src/libkstmath/kstcsd.cpp #586847:586848
@@ -275,7 +275,7 @@
void KstCSD::showEditDialog() {
- KstDialogs::self()->showCSDDialog(tagName());
+ KstDialogs::self()->showCSDDialog(tagName(), true);
}
--- branches/work/kst/pluginify/kst/src/libkstmath/kstequation.cpp #586847:586848
@@ -473,7 +473,7 @@
void KstEquation::showEditDialog() {
- KstDialogs::self()->showEquationDialog(tagName());
+ KstDialogs::self()->showEquationDialog(tagName(), true);
}
--- branches/work/kst/pluginify/kst/src/libkstmath/ksthistogram.cpp #586847:586848
@@ -382,7 +382,7 @@
void KstHistogram::showEditDialog() {
- KstDialogs::self()->showHistogramDialog(tagName());
+ KstDialogs::self()->showHistogramDialog(tagName(), true);
}
--- branches/work/kst/pluginify/kst/src/libkstmath/kstimage.cpp #586847:586848
@@ -293,7 +293,7 @@
void KstImage::showEditDialog() {
- KstDialogs::self()->showImageDialog(tagName());
+ KstDialogs::self()->showImageDialog(tagName(), true);
}
--- branches/work/kst/pluginify/kst/src/libkstmath/kstpsd.cpp #586847:586848
@@ -393,7 +393,7 @@
void KstPSD::showEditDialog() {
- KstDialogs::self()->showPSDDialog(tagName());
+ KstDialogs::self()->showPSDDialog(tagName(), true);
}
--- branches/work/kst/pluginify/kst/src/libkstmath/kstvcurve.cpp #586847:586848
@@ -593,7 +593,7 @@
void KstVCurve::showEditDialog() {
- KstDialogs::self()->showCurveDialog(tagName());
+ KstDialogs::self()->showCurveDialog(tagName(), true);
}
More information about the Kst
mailing list