[Kst] kdeextragear-2/kst/kst
George Staikos
staikos at kde.org
Fri Apr 16 08:15:13 CEST 2004
CVS commit by staikos:
more files, create a second view to test dnd
M +6 -0 Makefile.am 1.85
M +1 -0 kst.cpp 1.97
--- kdeextragear-2/kst/kst/Makefile.am #1.84:1.85
@@ -2,4 +2,5 @@
AM_YFLAGS = -d
AM_LFLAGS =
+#KDE_CXXFLAGS = -DKST_TEST_VIEW
SUBDIRS=. datasources extensions
@@ -31,4 +32,5 @@
kst_SOURCES = \
+ testview.cpp \
kstiface.skel \
kstiface_impl.cpp \
@@ -42,4 +44,6 @@
kst2dplot.cpp \
kstviewwidget.cpp \
+ kstviewlabel.cpp \
+ kstviewobjectfactory.cpp \
kstviewobject.cpp \
kstplotgroup.cpp \
@@ -47,4 +51,6 @@
ksttoplevelview.cpp \
kstmetaplot.cpp \
+ kstdrag.cpp \
+ kstplotdrag.cpp \
kstplugin.cpp \
kstplugindialog_i.cpp \
--- kdeextragear-2/kst/kst/kst.cpp #1.96:1.97
@@ -186,4 +186,5 @@ KstApp::KstApp(QWidget *parent, const ch
#ifdef KST_TEST_VIEW
new TestView(this);
+ new TestView(this);
#endif
}
More information about the Kst
mailing list