[Kst] kdeextragear-2/kst
George Staikos
staikos at kde.org
Wed Jun 30 19:12:08 CEST 2004
CVS commit by staikos:
goodbye filters
M +0 -1 devel-docs/RELEASE_PLAN-0.98 1.3
M +2 -0 kst/kst.cpp 1.170
--- kdeextragear-2/kst/devel-docs/RELEASE_PLAN-0.98 #1.2:1.3
@@ -7,5 +7,4 @@
(change to setDirty())
- data object dialogs are possibly buggy
-- remove references to filters entirely from the UI
- plot columns have to be polished, implemented, and completed
- zoom boxes don't work on updating data!
--- kdeextragear-2/kst/kst/kst.cpp #1.169:1.170
@@ -381,4 +381,5 @@ void KstApp::initActions() {
/************/
+#if 0
FilterDialogAction = new KAction(i18n("Edit &Filter..."), 0, 0,
this, SLOT(showFilterListEditor()),
@@ -386,4 +387,5 @@ void KstApp::initActions() {
FilterDialogAction->setWhatsThis(i18n("Bring up a dialog box\n"
"to edit filters."));
+#endif
/************/
More information about the Kst
mailing list