[Kst] kdeextragear-2/kst/kst

George Staikos staikos at kde.org
Tue Jan 11 22:37:50 CET 2005


CVS commit by staikos: 

s/^  *$//


  M +1 -1      curveappearancewidget.ui.h   1.23
  M +3 -3      datawizard.ui.h   1.107
  M +4 -4      emailthread.cpp   1.10
  M +1 -1      emailthread.h   1.5
  M +1 -1      enodes.cpp   1.36
  M +6 -6      enodes.h   1.23
  M +0 -3      extensionmgr.cpp   1.10
  M +34 -35    fftsg_h.c   1.4
  M +4 -4      kst.cpp   1.278
  M +6 -6      kst.h   1.121
  M +12 -12    kst2dplot.cpp   1.345
  M +6 -6      kst2dplot.h   1.135
  M +4 -4      kstalignment.cpp   1.6
  M +1 -1      kstbasecurve.cpp   1.24
  M +1 -1      kstbasecurve.h   1.35
  M +2 -2      kstchangefiledialog_i.cpp   1.31
  M +12 -12    kstcolorsequence.cpp   1.13
  M +3 -5      kstcurvedialog_i.cpp   1.79
  M +5 -5      kstdatadialog.ui.h   1.2
  M +1 -1      kstdatamanager_i.cpp   1.91
  M +1 -1      kstdatamanager_i.h   1.30
  M +5 -5      kstdebug.cpp   1.14
  M +2 -2      kstdebug.h   1.12
  M +12 -12    kstdebugdialog_i.cpp   1.12
  M +1 -1      kstdrag.cpp   1.2
  M +1 -1      ksteventmonitor_i.h   1.16
  M +2 -2      ksteventmonitorentry.cpp   1.30
  M +1 -1      ksteventmonitorentry.h   1.19
  M +2 -2      kstfittable.cpp   1.6
  M +2 -2      kstfittable.h   1.5
  M +2 -2      kstgraphfiledialog_i.h   1.14
  M +1 -1      ksthistogram.cpp   1.41
  M +2 -2      ksthsdialog_i.cpp   1.78
  M +1 -1      kstiface.h   1.30
  M +8 -8      kstiface_impl.cpp   1.59
  M +2 -2      kstlabel.cpp   1.57
  M +1 -1      kstlabeldialog_i.cpp   1.20
  M +3 -3      kstlogtable.cpp   1.11
  M +1 -1      kstmatrixdialog_i.h   1.6
  M +1 -1      kstobject.h   1.31
  M +11 -11    kstplotdialog_i.cpp   1.115
  M +1 -1      kstplotdialog_i.h   1.39
  M +1 -1      kstplotgroup.h   1.13
  M +1 -1      kstplugin.cpp   1.81
  M +2 -2      kstpoint.cpp   1.11
  M +5 -5      kstprintoptionspage.cpp   1.6
  M +1 -1      kstpsd.h   1.6
  M +1 -1      kstrvector.cpp   1.70
  M +2 -2      kstrvector.h   1.28
  M +2 -2      kstscalar.cpp   1.32
  M +1 -1      kstscalar.h   1.23
  M +3 -3      kstscalartable.cpp   1.7
  M +1 -1      kstsettings.h   1.12
  M +1 -1      kstsettingsdlg.ui.h   1.16
  M +2 -2      kststring.cpp   1.4
  M +1 -1      kststring.h   1.3
  M +4 -4      ksttoplevelview.cpp   1.88
  M +1 -1      kstvcurve.cpp   1.56
  M +1 -1      kstvcurve.h   1.30
  M +3 -3      kstvector.h   1.60
  M +2 -2      kstvectordefaults.h   1.5
  M +2 -2      kstvectortable.cpp   1.5
  M +5 -5      kstviewfitsdialog_i.cpp   1.18
  M +1 -1      kstviewfitsdialog_i.h   1.5
  M +1 -1      kstviewlabel.h   1.15
  M +2 -2      kstviewlabeldialog_i.cpp   1.3
  M +1 -1      kstviewobject.cpp   1.109
  M +1 -1      kstviewobject.h   1.85
  M +2 -2      kstviewscalarsdialog_i.cpp   1.11
  M +6 -6      kstviewvectorsdialog_i.cpp   1.16
  M +1 -1      kstviewvectorsdialog_i.h   1.7
  M +1 -1      kstviewwidget.cpp   1.65
  M +1 -1      kstviewwindow.h   1.28
  M +1 -1      labelparser.cpp   1.11
  M +3 -3      main.cpp   1.95
  M +3 -3      plugin.cpp   1.29
  M +1 -1      plugincollection.cpp   1.22
  M +2 -2      pluginxmlparser.cpp   1.31
  M +1 -1      psversion.c   1.4
  M +2 -2      sysinfo.c   1.3


--- kdeextragear-2/kst/kst/extensionmgr.cpp  #1.9:1.10
@@ -74,9 +74,6 @@ ExtensionMgr::ExtensionMgr() : QObject()
 ExtensionMgr::~ExtensionMgr() {
   save();
-  
-  //
   // we do not need to explicitly delete any remaining 
   // extensions as they are handled automatically...
-  //
 }
 

--- kdeextragear-2/kst/kst/fftsg_h.c  #1.3:1.4
@@ -268,5 +268,4 @@ static void cftf082(double *a);
 void cdft(int n, int isgn, double *a)
 {
-    
     if (isgn >= 0) {
         cftfsub(n, a);

--- kdeextragear-2/kst/kst/kstcurvedialog_i.cpp  #1.78:1.79
@@ -341,7 +341,5 @@ bool KstCurveDialogI::edit_I() {
   DP->writeLock();
 
-  //
   // verify that the curve name is unique
-  //
   if (_tagName->text() != DP->tagName() && KST::dataTagNameNotUnique(_tagName->text())) {
     _tagName->setFocus();
@@ -363,5 +361,5 @@ bool KstCurveDialogI::edit_I() {
       it = KST::vectorList.findTag(_xError->selectedVector());
       DP->setXError(*it);
-      if(_checkBoxXMinusSameAsPlus->isChecked()) {
+      if (_checkBoxXMinusSameAsPlus->isChecked()) {
         DP->setXMinusError(*it);
       } else {
@@ -371,5 +369,5 @@ bool KstCurveDialogI::edit_I() {
       it = KST::vectorList.findTag(_yError->selectedVector());
       DP->setYError(*it);
-      if(_checkBoxYMinusSameAsPlus->isChecked()) {
+      if (_checkBoxYMinusSameAsPlus->isChecked()) {
         DP->setYMinusError(*it);
       } else {




More information about the Kst mailing list