[Kst] branches/work/kst/portto4/kst/src

Barth Netterfield netterfield at astro.utoronto.ca
Tue Jul 1 17:52:30 CEST 2008


SVN commit 826845 by netterfield:

delete now empty defaultnames.? and all references to it.



 M  +0 -1      libkstapp/csddialog.cpp  
 M  +0 -1      libkstapp/curvedialog.cpp  
 M  +0 -1      libkstapp/equationdialog.cpp  
 M  +0 -1      libkstapp/eventmonitordialog.cpp  
 M  +0 -1      libkstapp/histogramdialog.cpp  
 M  +0 -1      libkstapp/imagedialog.cpp  
 M  +0 -1      libkstapp/powerspectrumdialog.cpp  
 D             libkstmath/defaultnames.cpp  
 D             libkstmath/defaultnames.h  
 M  +0 -1      libkstmath/histogram.cpp  
 M  +1 -0      libkstmath/labelparser.cpp  
 M  +0 -2      libkstmath/libkstmath.pro  


--- branches/work/kst/portto4/kst/src/libkstapp/csddialog.cpp #826844:826845
@@ -28,7 +28,6 @@
 #include "palette.h"
 #include "image.h"
 
-#include "defaultnames.h"
 #include "datacollection.h"
 #include "dataobjectcollection.h"
 
--- branches/work/kst/portto4/kst/src/libkstapp/curvedialog.cpp #826844:826845
@@ -23,7 +23,6 @@
 #include "application.h"
 #include "plotrenderitem.h"
 
-#include "defaultnames.h"
 #include "datacollection.h"
 #include "dataobjectcollection.h"
 #include "document.h"
--- branches/work/kst/portto4/kst/src/libkstapp/equationdialog.cpp #826844:826845
@@ -20,7 +20,6 @@
 #include "plotitem.h"
 #include "plotrenderitem.h"
 #include "curve.h"
-#include "defaultnames.h"
 #include "document.h"
 #include "objectstore.h"
 
--- branches/work/kst/portto4/kst/src/libkstapp/eventmonitordialog.cpp #826844:826845
@@ -17,7 +17,6 @@
 #include "datacollection.h"
 #include "dataobjectcollection.h"
 #include "document.h"
-#include "defaultnames.h"
 #include "objectstore.h"
 
 #include "eventmonitorentry.h"
--- branches/work/kst/portto4/kst/src/libkstapp/histogramdialog.cpp #826844:826845
@@ -26,7 +26,6 @@
 #include "document.h"
 #include "objectstore.h"
 
-#include "defaultnames.h"
 #include "datacollection.h"
 #include "dataobjectcollection.h"
 #include "dialogdefaults.h"
--- branches/work/kst/portto4/kst/src/libkstapp/imagedialog.cpp #826844:826845
@@ -26,7 +26,6 @@
 #include "document.h"
 #include "objectstore.h"
 
-#include "defaultnames.h"
 #include "datacollection.h"
 #include "dataobjectcollection.h"
 
--- branches/work/kst/portto4/kst/src/libkstapp/powerspectrumdialog.cpp #826844:826845
@@ -15,7 +15,6 @@
 #include "curve.h"
 #include "datacollection.h"
 #include "dataobjectcollection.h"
-#include "defaultnames.h"
 #include "dialogdefaults.h"
 #include "dialogpage.h"
 #include "document.h"
--- branches/work/kst/portto4/kst/src/libkstmath/histogram.cpp #826844:826845
@@ -25,7 +25,6 @@
 
 #include "dialoglauncher.h"
 #include "datacollection.h"
-#include "defaultnames.h"
 #include "histogram.h"
 #include "objectstore.h"
 
--- branches/work/kst/portto4/kst/src/libkstmath/labelparser.cpp #826844:826845
@@ -188,6 +188,7 @@
   *skip = 1;
   short x = 0;
 
+  qDebug() << "----- parsing " << txt;
   switch (c.unicode()) {
     EXPAND_GREEK('B', 'b', "eta",  4, 0x392)
     EXPAND_GREEK('D', 'd', "elta", 5, 0x394)
--- branches/work/kst/portto4/kst/src/libkstmath/libkstmath.pro #826844:826845
@@ -35,7 +35,6 @@
     curvepointsymbol.cpp \
     dataobject.cpp \
     dataobjectcollection.cpp \
-    defaultnames.cpp \
     dialoglauncher.cpp \
     emailthread.cpp \
     eparse.cpp \
@@ -84,7 +83,6 @@
     dataobjectcollection.h \
     dataobject.h \
     dataobjectplugin.h \
-    defaultnames.h \
     emailthread.h \
     equation.h \
     equationfactory.h \


More information about the Kst mailing list