[Kst] branches/work/kst/1.6/kst/src/extensions/js

Andrew Walker arwalker at sumusltd.com
Tue Jan 8 21:26:46 CET 2008


SVN commit 758691 by arwalker:

format changes

 M  +0 -1      README  
 M  +0 -2      bind_axis.cpp  
 M  +1 -1      bind_borderedviewobject.cpp  
 M  +0 -2      bind_borderedviewobject.h  
 M  +0 -2      bind_box.cpp  
 M  +0 -2      bind_box.h  
 M  +0 -3      bind_collection.cpp  
 M  +0 -2      bind_collection.h  
 M  +0 -2      bind_colorsequence.cpp  
 M  +0 -2      bind_colorsequence.h  
 M  +0 -2      bind_curvecollection.h  
 M  +0 -2      bind_datamatrix.cpp  
 M  +0 -2      bind_datamatrix.h  
 M  +0 -2      bind_dataobject.h  
 M  +0 -2      bind_datasource.cpp  
 M  +0 -2      bind_datasource.h  
 M  +0 -3      bind_datasourcecollection.cpp  
 M  +0 -2      bind_datasourcecollection.h  
 M  +0 -2      bind_datavector.h  
 M  +0 -2      bind_debuglogentry.cpp  
 M  +0 -2      bind_debuglogentry.h  
 M  +0 -3      bind_document.cpp  
 M  +0 -2      bind_document.h  
 M  +0 -2      bind_ellipse.cpp  
 M  +0 -2      bind_ellipse.h  
 M  +0 -2      bind_equation.cpp  
 M  +0 -2      bind_equation.h  
 M  +0 -3      bind_equationcollection.cpp  
 M  +0 -2      bind_equationcollection.h  
 M  +0 -2      bind_extension.cpp  
 M  +0 -2      bind_extension.h  
 M  +0 -3      bind_extensioncollection.cpp  
 M  +0 -2      bind_extensioncollection.h  
 M  +0 -3      bind_histogramcollection.cpp  
 M  +0 -2      bind_histogramcollection.h  
 M  +0 -3      bind_jsdataobject.cpp  
 M  +0 -2      bind_jsdataobject.h  
 M  +0 -3      bind_kst.cpp  
 M  +0 -2      bind_kst.h  
 M  +0 -2      bind_label.cpp  
 M  +0 -2      bind_label.h  
 M  +0 -2      bind_matrix.cpp  
 M  +0 -3      bind_matrixcollection.cpp  
 M  +0 -2      bind_matrixcollection.h  
 M  +0 -3      bind_object.cpp  
 M  +0 -2      bind_object.h  
 M  +0 -3      bind_objectcollection.cpp  
 M  +0 -2      bind_objectcollection.h  
 M  +0 -2      bind_picture.cpp  
 M  +0 -2      bind_picture.h  
 M  +0 -2      bind_plot.h  
 M  +0 -3      bind_plotcollection.cpp  
 M  +0 -2      bind_plotcollection.h  
 M  +0 -2      bind_plugin.h  
 M  +0 -2      bind_plugincollection.cpp  
 M  +0 -2      bind_plugincollection.h  
 M  +0 -4      bind_pluginio.cpp  
 M  +0 -2      bind_pluginio.h  
 M  +0 -2      bind_pluginiocollection.cpp  
 M  +0 -2      bind_pluginiocollection.h  
 M  +0 -3      bind_pluginmanager.cpp  
 M  +0 -2      bind_pluginmanager.h  
 M  +0 -2      bind_pluginmodule.h  
 M  +0 -2      bind_pluginmodulecollection.cpp  
 M  +0 -2      bind_pluginmodulecollection.h  
 M  +0 -2      bind_point.cpp  
 M  +0 -2      bind_point.h  
 M  +0 -2      bind_powerspectrumcollection.h  
 M  +0 -2      bind_scalar.cpp  
 M  +0 -2      bind_scalar.h  
 M  +0 -3      bind_scalarcollection.cpp  
 M  +0 -2      bind_scalarcollection.h  
 M  +0 -2      bind_size.cpp  
 M  +0 -2      bind_size.h  
 M  +0 -2      bind_string.cpp  
 M  +0 -2      bind_string.h  
 M  +0 -3      bind_stringcollection.cpp  
 M  +0 -2      bind_stringcollection.h  
 M  +0 -3      bind_template.cpp  
 M  +0 -2      bind_template.h  
 M  +3 -5      bind_timeinterpretation.cpp  
 M  +0 -2      bind_timeinterpretation.h  
 M  +0 -2      bind_vector.h  
 M  +0 -3      bind_vectorcollection.cpp  
 M  +0 -2      bind_vectorcollection.h  
 M  +0 -2      bind_viewobject.h  
 M  +0 -3      bind_viewobjectcollection.cpp  
 M  +0 -2      bind_viewobjectcollection.h  
 M  +0 -3      bind_windowcollection.cpp  
 M  +0 -2      bind_windowcollection.h  
 M  +0 -2      js.h  
 M  +0 -4      js_dataobject.cpp  
 M  +0 -2      js_dataobject.h  
 M  +0 -1      jsiface.h  
 M  +0 -3      jsiface_impl.cpp  
 M  +0 -1      jsiface_impl.h  


--- branches/work/kst/1.6/kst/src/extensions/js/README #758690:758691
@@ -22,7 +22,6 @@
 Histogram       DONE
 Curve           DONE
 Image           DONE
-Plot
 Window          DONE
 
 PlotLabel       DONE
--- branches/work/kst/1.6/kst/src/extensions/js/bind_axis.cpp #758690:758691
@@ -919,5 +919,3 @@
   return KJS::Undefined();
 }
 
-
-// vim: ts=2 sw=2 et
--- branches/work/kst/1.6/kst/src/extensions/js/bind_borderedviewobject.cpp #758690:758691
@@ -307,4 +307,4 @@
 
 
 #undef makeBorderedViewObject
-// vim: ts=2 sw=2 et
+
--- branches/work/kst/1.6/kst/src/extensions/js/bind_borderedviewobject.h #758690:758691
@@ -79,5 +79,3 @@
 
 
 #endif
-
-// vim: ts=2 sw=2 et
--- branches/work/kst/1.6/kst/src/extensions/js/bind_box.cpp #758690:758691
@@ -377,5 +377,3 @@
 
 
 #undef makeBox
-
-// vim: ts=2 sw=2 et
--- branches/work/kst/1.6/kst/src/extensions/js/bind_box.h #758690:758691
@@ -98,5 +98,3 @@
 
 
 #endif
-
-// vim: ts=2 sw=2 et
--- branches/work/kst/1.6/kst/src/extensions/js/bind_collection.cpp #758690:758691
@@ -215,6 +215,3 @@
   exec->setException(eobj);
   return KJS::Undefined();
 }
-
-
-// vim: ts=2 sw=2 et
--- branches/work/kst/1.6/kst/src/extensions/js/bind_collection.h #758690:758691
@@ -101,5 +101,3 @@
 
 
 #endif
-
-// vim: ts=2 sw=2 et
--- branches/work/kst/1.6/kst/src/extensions/js/bind_colorsequence.cpp #758690:758691
@@ -206,5 +206,3 @@
 
   return KJS::Boolean(KstColorSequence::colorsTooClose(left.toColor(), right.toColor()));
 }
-
-// vim: ts=2 sw=2 et
--- branches/work/kst/1.6/kst/src/extensions/js/bind_colorsequence.h #758690:758691
@@ -69,5 +69,3 @@
 
 
 #endif
-
-// vim: ts=2 sw=2 et
--- branches/work/kst/1.6/kst/src/extensions/js/bind_curvecollection.h #758690:758691
@@ -57,5 +57,3 @@
 
 
 #endif
-
-// vim: ts=2 sw=2 et
--- branches/work/kst/1.6/kst/src/extensions/js/bind_datamatrix.cpp #758690:758691
@@ -480,5 +480,3 @@
 }
 
 #undef makeDataMatrix
-
-// vim: ts=2 sw=2 et
--- branches/work/kst/1.6/kst/src/extensions/js/bind_datamatrix.h #758690:758691
@@ -143,5 +143,3 @@
 
 
 #endif
-
-// vim: ts=2 sw=2 et
--- branches/work/kst/1.6/kst/src/extensions/js/bind_dataobject.h #758690:758691
@@ -76,5 +76,3 @@
 
 
 #endif
-
-// vim: ts=2 sw=2 et
--- branches/work/kst/1.6/kst/src/extensions/js/bind_datasource.cpp #758690:758691
@@ -397,5 +397,3 @@
 }
 
 #undef makeSource
-
-// vim: ts=2 sw=2 et
--- branches/work/kst/1.6/kst/src/extensions/js/bind_datasource.h #758690:758691
@@ -123,5 +123,3 @@
 
 
 #endif
-
-// vim: ts=2 sw=2 et
--- branches/work/kst/1.6/kst/src/extensions/js/bind_datasourcecollection.cpp #758690:758691
@@ -99,6 +99,3 @@
   }
   return KJS::Object(new KstBindDataSource(exec, vp));
 }
-
-
-// vim: ts=2 sw=2 et
--- branches/work/kst/1.6/kst/src/extensions/js/bind_datasourcecollection.h #758690:758691
@@ -48,5 +48,3 @@
 
 
 #endif
-
-// vim: ts=2 sw=2 et
--- branches/work/kst/1.6/kst/src/extensions/js/bind_datavector.h #758690:758691
@@ -154,5 +154,3 @@
 
 
 #endif
-
-// vim: ts=2 sw=2 et
--- branches/work/kst/1.6/kst/src/extensions/js/bind_debuglogentry.cpp #758690:758691
@@ -167,5 +167,3 @@
   }
   return KJS::String(lev);
 }
-
-// vim: ts=2 sw=2 et
--- branches/work/kst/1.6/kst/src/extensions/js/bind_debuglogentry.h #758690:758691
@@ -71,5 +71,3 @@
 
 
 #endif
-
-// vim: ts=2 sw=2 et
--- branches/work/kst/1.6/kst/src/extensions/js/bind_document.cpp #758690:758691
@@ -257,6 +257,3 @@
   app->slotUpdateStatusMsg(i18n("Ready"));
   return KJS::Boolean(rc);
 }
-
-
-// vim: ts=2 sw=2 et
--- branches/work/kst/1.6/kst/src/extensions/js/bind_document.h #758690:758691
@@ -81,5 +81,3 @@
 
 
 #endif
-
-// vim: ts=2 sw=2 et
--- branches/work/kst/1.6/kst/src/extensions/js/bind_ellipse.cpp #758690:758691
@@ -270,5 +270,3 @@
 }
 
 #undef makeEllipse
-
-// vim: ts=2 sw=2 et
--- branches/work/kst/1.6/kst/src/extensions/js/bind_ellipse.h #758690:758691
@@ -76,5 +76,3 @@
 
 
 #endif
-
-// vim: ts=2 sw=2 et
--- branches/work/kst/1.6/kst/src/extensions/js/bind_equation.cpp #758690:758691
@@ -303,5 +303,3 @@
 
 
 #undef makeEquation
-
-// vim: ts=2 sw=2 et
--- branches/work/kst/1.6/kst/src/extensions/js/bind_equation.h #758690:758691
@@ -103,5 +103,3 @@
 
 
 #endif
-
-// vim: ts=2 sw=2 et
--- branches/work/kst/1.6/kst/src/extensions/js/bind_equationcollection.cpp #758690:758691
@@ -66,6 +66,3 @@
   }
   return KJS::Undefined();
 }
-
-
-// vim: ts=2 sw=2 et
--- branches/work/kst/1.6/kst/src/extensions/js/bind_equationcollection.h #758690:758691
@@ -46,5 +46,3 @@
 
 
 #endif
-
-// vim: ts=2 sw=2 et
--- branches/work/kst/1.6/kst/src/extensions/js/bind_extension.cpp #758690:758691
@@ -183,5 +183,3 @@
   ExtensionMgr::self()->updateExtensions();
   return KJS::Undefined();
 }
-
-// vim: ts=2 sw=2 et
--- branches/work/kst/1.6/kst/src/extensions/js/bind_extension.h #758690:758691
@@ -72,5 +72,3 @@
 
 
 #endif
-
-// vim: ts=2 sw=2 et
--- branches/work/kst/1.6/kst/src/extensions/js/bind_extensioncollection.cpp #758690:758691
@@ -67,6 +67,3 @@
 
   return KJS::Object(new KstBindExtension(exec, l[item]));
 }
-
-
-// vim: ts=2 sw=2 et
--- branches/work/kst/1.6/kst/src/extensions/js/bind_extensioncollection.h #758690:758691
@@ -44,5 +44,3 @@
 
 
 #endif
-
-// vim: ts=2 sw=2 et
--- branches/work/kst/1.6/kst/src/extensions/js/bind_histogramcollection.cpp #758690:758691
@@ -66,6 +66,3 @@
   }
   return KJS::Undefined();
 }
-
-
-// vim: ts=2 sw=2 et
--- branches/work/kst/1.6/kst/src/extensions/js/bind_histogramcollection.h #758690:758691
@@ -46,5 +46,3 @@
 
 
 #endif
-
-// vim: ts=2 sw=2 et
--- branches/work/kst/1.6/kst/src/extensions/js/bind_jsdataobject.cpp #758690:758691
@@ -266,6 +266,3 @@
   KstReadLocker rl(_d);
   return KJS::Boolean(_d->isValid());
 }
-
-
-// vim: ts=2 sw=2 et
--- branches/work/kst/1.6/kst/src/extensions/js/bind_jsdataobject.h #758690:758691
@@ -58,5 +58,3 @@
 
 
 #endif
-
-// vim: ts=2 sw=2 et
--- branches/work/kst/1.6/kst/src/extensions/js/bind_kst.cpp #758690:758691
@@ -303,6 +303,3 @@
   Q_UNUSED(exec)
   return _ext->part()->bind(_ext->app());
 }
-
-
-// vim: ts=2 sw=2 et
--- branches/work/kst/1.6/kst/src/extensions/js/bind_kst.h #758690:758691
@@ -125,5 +125,3 @@
 
 
 #endif
-
-// vim: ts=2 sw=2 et
--- branches/work/kst/1.6/kst/src/extensions/js/bind_label.cpp #758690:758691
@@ -480,5 +480,3 @@
 
 
 #undef makeLabel
-
-// vim: ts=2 sw=2 et
--- branches/work/kst/1.6/kst/src/extensions/js/bind_label.h #758690:758691
@@ -144,5 +144,3 @@
 
 
 #endif
-
-// vim: ts=2 sw=2 et
--- branches/work/kst/1.6/kst/src/extensions/js/bind_matrix.cpp #758690:758691
@@ -330,5 +330,3 @@
 }
 
 #undef makeMatrix
-
-// vim: ts=2 sw=2 et
--- branches/work/kst/1.6/kst/src/extensions/js/bind_matrixcollection.cpp #758690:758691
@@ -99,6 +99,3 @@
   }
   return KJS::Object(new KstBindMatrix(exec, vp));
 }
-
-
-// vim: ts=2 sw=2 et
--- branches/work/kst/1.6/kst/src/extensions/js/bind_matrixcollection.h #758690:758691
@@ -48,5 +48,3 @@
 
 
 #endif
-
-// vim: ts=2 sw=2 et
--- branches/work/kst/1.6/kst/src/extensions/js/bind_object.cpp #758690:758691
@@ -198,6 +198,3 @@
 int KstBindObject::propertyCount() const {
   return sizeof objectProperties + KstBinding::propertyCount();
 }
-
-
-// vim: ts=2 sw=2 et
--- branches/work/kst/1.6/kst/src/extensions/js/bind_object.h #758690:758691
@@ -61,5 +61,3 @@
 
 
 #endif
-
-// vim: ts=2 sw=2 et
--- branches/work/kst/1.6/kst/src/extensions/js/bind_objectcollection.cpp #758690:758691
@@ -72,6 +72,3 @@
   }
   return KJS::Object(new KstBindObject(exec, vp));
 }
-
-
-// vim: ts=2 sw=2 et
--- branches/work/kst/1.6/kst/src/extensions/js/bind_objectcollection.h #758690:758691
@@ -49,5 +49,3 @@
 
 
 #endif
-
-// vim: ts=2 sw=2 et
--- branches/work/kst/1.6/kst/src/extensions/js/bind_picture.cpp #758690:758691
@@ -307,5 +307,3 @@
 
 
 #undef makePicture
-
-// vim: ts=2 sw=2 et
--- branches/work/kst/1.6/kst/src/extensions/js/bind_picture.h #758690:758691
@@ -93,5 +93,3 @@
 
 
 #endif
-
-// vim: ts=2 sw=2 et
--- branches/work/kst/1.6/kst/src/extensions/js/bind_plot.h #758690:758691
@@ -102,5 +102,3 @@
 
 
 #endif
-
-// vim: ts=2 sw=2 et
--- branches/work/kst/1.6/kst/src/extensions/js/bind_plotcollection.cpp #758690:758691
@@ -108,6 +108,3 @@
   Kst2DPlotPtr p = pl[item];
   return KJS::Object(new KstBindPlot(exec, p));
 }
-
-
-// vim: ts=2 sw=2 et
--- branches/work/kst/1.6/kst/src/extensions/js/bind_plotcollection.h #758690:758691
@@ -49,5 +49,3 @@
 
 
 #endif
-
-// vim: ts=2 sw=2 et
--- branches/work/kst/1.6/kst/src/extensions/js/bind_plugin.h #758690:758691
@@ -83,5 +83,3 @@
 
 
 #endif
-
-// vim: ts=2 sw=2 et
--- branches/work/kst/1.6/kst/src/extensions/js/bind_plugincollection.cpp #758690:758691
@@ -68,5 +68,3 @@
   return KJS::Undefined();
 }
 
-
-// vim: ts=2 sw=2 et
--- branches/work/kst/1.6/kst/src/extensions/js/bind_plugincollection.h #758690:758691
@@ -44,5 +44,3 @@
 
 
 #endif
-
-// vim: ts=2 sw=2 et
--- branches/work/kst/1.6/kst/src/extensions/js/bind_pluginio.cpp #758690:758691
@@ -202,7 +202,3 @@
   Q_UNUSED(exec)
   return KJS::String(_d._default);
 }
-
-
-
-// vim: ts=2 sw=2 et
--- branches/work/kst/1.6/kst/src/extensions/js/bind_pluginio.h #758690:758691
@@ -80,5 +80,3 @@
 
 
 #endif
-
-// vim: ts=2 sw=2 et
--- branches/work/kst/1.6/kst/src/extensions/js/bind_pluginiocollection.cpp #758690:758691
@@ -66,5 +66,3 @@
   return KJS::Undefined();
 }
 
-
-// vim: ts=2 sw=2 et
--- branches/work/kst/1.6/kst/src/extensions/js/bind_pluginiocollection.h #758690:758691
@@ -46,5 +46,3 @@
 
 
 #endif
-
-// vim: ts=2 sw=2 et
--- branches/work/kst/1.6/kst/src/extensions/js/bind_pluginmanager.cpp #758690:758691
@@ -152,6 +152,3 @@
 KJS::Value KstBindPluginManager::modules(KJS::ExecState *exec) const {
   return KJS::Object(new KstBindPluginModuleCollection(exec));
 }
-
-
-// vim: ts=2 sw=2 et
--- branches/work/kst/1.6/kst/src/extensions/js/bind_pluginmanager.h #758690:758691
@@ -60,5 +60,3 @@
 
 
 #endif
-
-// vim: ts=2 sw=2 et
--- branches/work/kst/1.6/kst/src/extensions/js/bind_pluginmodule.h #758690:758691
@@ -108,5 +108,3 @@
 
 
 #endif
-
-// vim: ts=2 sw=2 et
--- branches/work/kst/1.6/kst/src/extensions/js/bind_pluginmodulecollection.cpp #758690:758691
@@ -71,5 +71,3 @@
   return KJS::Undefined();
 }
 
-
-// vim: ts=2 sw=2 et
--- branches/work/kst/1.6/kst/src/extensions/js/bind_pluginmodulecollection.h #758690:758691
@@ -41,5 +41,3 @@
 
 
 #endif
-
-// vim: ts=2 sw=2 et
--- branches/work/kst/1.6/kst/src/extensions/js/bind_point.cpp #758690:758691
@@ -206,5 +206,3 @@
   Q_UNUSED(exec)
   return KJS::UString(QString("(%1, %2)").arg(_x).arg(_y));
 }
-
-// vim: ts=2 sw=2 et
--- branches/work/kst/1.6/kst/src/extensions/js/bind_point.h #758690:758691
@@ -69,5 +69,3 @@
 
 
 #endif
-
-// vim: ts=2 sw=2 et
--- branches/work/kst/1.6/kst/src/extensions/js/bind_powerspectrumcollection.h #758690:758691
@@ -46,5 +46,3 @@
 
 
 #endif
-
-// vim: ts=2 sw=2 et
--- branches/work/kst/1.6/kst/src/extensions/js/bind_scalar.cpp #758690:758691
@@ -230,5 +230,3 @@
 
 
 #undef makeScalar
-
-// vim: ts=2 sw=2 et
--- branches/work/kst/1.6/kst/src/extensions/js/bind_scalar.h #758690:758691
@@ -65,5 +65,3 @@
 
 
 #endif
-
-// vim: ts=2 sw=2 et
--- branches/work/kst/1.6/kst/src/extensions/js/bind_scalarcollection.cpp #758690:758691
@@ -99,6 +99,3 @@
   }
   return KJS::Object(new KstBindScalar(exec, sp));
 }
-
-
-// vim: ts=2 sw=2 et
--- branches/work/kst/1.6/kst/src/extensions/js/bind_scalarcollection.h #758690:758691
@@ -48,5 +48,3 @@
 
 
 #endif
-
-// vim: ts=2 sw=2 et
--- branches/work/kst/1.6/kst/src/extensions/js/bind_size.cpp #758690:758691
@@ -215,5 +215,3 @@
   Q_UNUSED(exec)
   return KJS::UString(QString("(%1, %2)").arg(_sz.width()).arg(_sz.height()));
 }
-
-// vim: ts=2 sw=2 et
--- branches/work/kst/1.6/kst/src/extensions/js/bind_size.h #758690:758691
@@ -72,5 +72,3 @@
 
 
 #endif
-
-// vim: ts=2 sw=2 et
--- branches/work/kst/1.6/kst/src/extensions/js/bind_string.cpp #758690:758691
@@ -212,5 +212,3 @@
 
 
 #undef makeString
-
-// vim: ts=2 sw=2 et
--- branches/work/kst/1.6/kst/src/extensions/js/bind_string.h #758690:758691
@@ -68,5 +68,3 @@
 
 
 #endif
-
-// vim: ts=2 sw=2 et
--- branches/work/kst/1.6/kst/src/extensions/js/bind_stringcollection.cpp #758690:758691
@@ -99,6 +99,3 @@
   }
   return KJS::Object(new KstBindString(exec, sp));
 }
-
-
-// vim: ts=2 sw=2 et
--- branches/work/kst/1.6/kst/src/extensions/js/bind_stringcollection.h #758690:758691
@@ -48,5 +48,3 @@
 
 
 #endif
-
-// vim: ts=2 sw=2 et
--- branches/work/kst/1.6/kst/src/extensions/js/bind_template.cpp #758690:758691
@@ -220,6 +220,3 @@
 int KstBindTemplate::propertyCount() const {
   return sizeof templateProperties + KstBinding::propertyCount();
 }
-
-
-// vim: ts=2 sw=2 et
--- branches/work/kst/1.6/kst/src/extensions/js/bind_template.h #758690:758691
@@ -73,5 +73,3 @@
 
 
 #endif
-
-// vim: ts=2 sw=2 et
--- branches/work/kst/1.6/kst/src/extensions/js/bind_timeinterpretation.cpp #758690:758691
@@ -114,7 +114,7 @@
       return (this->*timeInterpretationProperties[i].get)(exec);
     }
   }
-  
+
   return KstBinding::get(exec, propertyName);
 }
 
@@ -281,7 +281,7 @@
       newInterp = AXIS_INTERP_YEAR;
       break;
   }
-    
+
   if (_d->_xAxis) {
     _d->_d->getXAxisInterpretation(isIt, interp, disp);
     _d->_d->setXAxisInterpretation(isIt, newInterp, disp);
@@ -385,7 +385,7 @@
       newDisp = AXIS_DISPLAY_KDE_LONGDATE;
       break;
   }
-    
+
   if (_d->_xAxis) {
     _d->_d->getXAxisInterpretation(isIt, interp, disp);
     _d->_d->setXAxisInterpretation(isIt, interp, newDisp);
@@ -396,5 +396,3 @@
   _d->_d->setDirty();
   KstApp::inst()->paintAll(KstPainter::P_PAINT);
 }
-
-// vim: ts=2 sw=2 et
--- branches/work/kst/1.6/kst/src/extensions/js/bind_timeinterpretation.h #758690:758691
@@ -93,5 +93,3 @@
 
 
 #endif
-
-// vim: ts=2 sw=2 et
--- branches/work/kst/1.6/kst/src/extensions/js/bind_vector.h #758690:758691
@@ -123,5 +123,3 @@
 
 
 #endif
-
-// vim: ts=2 sw=2 et
--- branches/work/kst/1.6/kst/src/extensions/js/bind_vectorcollection.cpp #758690:758691
@@ -99,6 +99,3 @@
   }
   return KJS::Object(new KstBindVector(exec, vp));
 }
-
-
-// vim: ts=2 sw=2 et
--- branches/work/kst/1.6/kst/src/extensions/js/bind_vectorcollection.h #758690:758691
@@ -48,5 +48,3 @@
 
 
 #endif
-
-// vim: ts=2 sw=2 et
--- branches/work/kst/1.6/kst/src/extensions/js/bind_viewobject.h #758690:758691
@@ -202,5 +202,3 @@
 
 
 #endif
-
-// vim: ts=2 sw=2 et
--- branches/work/kst/1.6/kst/src/extensions/js/bind_viewobjectcollection.cpp #758690:758691
@@ -209,6 +209,3 @@
 
   return KstBindCollection::clear(exec, args);
 }
-
-
-// vim: ts=2 sw=2 et
--- branches/work/kst/1.6/kst/src/extensions/js/bind_viewobjectcollection.h #758690:758691
@@ -53,5 +53,3 @@
 
 
 #endif
-
-// vim: ts=2 sw=2 et
--- branches/work/kst/1.6/kst/src/extensions/js/bind_windowcollection.cpp #758690:758691
@@ -74,6 +74,3 @@
   }
   return KJS::Undefined();
 }
-
-
-// vim: ts=2 sw=2 et
--- branches/work/kst/1.6/kst/src/extensions/js/bind_windowcollection.h #758690:758691
@@ -41,5 +41,3 @@
 
 
 #endif
-
-// vim: ts=2 sw=2 et
--- branches/work/kst/1.6/kst/src/extensions/js/js.h #758690:758691
@@ -120,5 +120,3 @@
 };
 
 #endif
-
-// vim: ts=2 sw=2 et
--- branches/work/kst/1.6/kst/src/extensions/js/js_dataobject.cpp #758690:758691
@@ -113,7 +113,3 @@
 void JSDataObject::setProperty(const QString& property) {
   _propertyString = property;
 }
-
-
-
-// vim: ts=2 sw=2 et
--- branches/work/kst/1.6/kst/src/extensions/js/js_dataobject.h #758690:758691
@@ -54,5 +54,3 @@
 typedef KstObjectList<JSDataObjectPtr> JSDataObjectList;
 
 #endif
-
-// vim: ts=2 sw=2 et
--- branches/work/kst/1.6/kst/src/extensions/js/jsiface.h #758690:758691
@@ -31,4 +31,3 @@
 };
 
 #endif
-// vim: ts=2 sw=2 et
--- branches/work/kst/1.6/kst/src/extensions/js/jsiface_impl.cpp #758690:758691
@@ -65,6 +65,3 @@
     return i18n("Error: %1").arg(c.toString(_jsPart->globalExec()).qstring());
   }
 }
-
-
-// vim: ts=2 sw=2 et
--- branches/work/kst/1.6/kst/src/extensions/js/jsiface_impl.h #758690:758691
@@ -36,4 +36,3 @@
 };
 
 #endif
-// vim: ts=2 sw=2 et


More information about the Kst mailing list