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

Adam Treat treat at kde.org
Fri Sep 15 23:41:53 CEST 2006


SVN commit 584942 by treat:

* Rename KstPlugin --> KstCPlugin as it is now deprecated.
This is possible since KstPlugin is really an impl detail.
All of the current plugins should be converted to...
* KstBasicPlugin -- This is a new class that will be used
as the base class for plugin writers to use when they are not
interested in elaborate features. The idea is that this class
KstPlugin for all the current C style plugins.  All other plugins
publishing more elaborate features can just inherit KstDataObject.
KstBasicPlugin will only require the straightforward implementation
of a few pure virtual functions in order to publish a plugin. Right
now, they'll have to offer their own dialog though.
* Fix a few typos coding style slips 



 M  +9 -9      extensions/js/bind_plugin.cpp  
 M  +1 -1      extensions/js/bind_plugin.h  
 M  +5 -5      extensions/js/bind_plugincollection.cpp  
 M  +1 -1      libkstapp/kstdoc.cpp  
 M  +3 -3      libkstapp/kstfilterdialog_i.cpp  
 M  +2 -2      libkstapp/kstfilterdialog_i.h  
 M  +4 -4      libkstapp/kstfitdialog_i.cpp  
 M  +2 -2      libkstapp/kstfitdialog_i.h  
 M  +2 -2      libkstapp/kstiface_impl.cpp  
 M  +7 -7      libkstapp/kstplugindialog_i.cpp  
 M  +2 -2      libkstapp/kstplugindialog_i.h  
 M  +4 -4      libkstapp/kstviewfitsdialog_i.cpp  
 M  +1 -1      libkstapp/kstviewlabel.cpp  
 M  +1 -1      libkstapp/labelrenderer.cpp  
 M  +1 -0      libkstmath/Makefile.am  
 A             libkstmath/kstbasicplugin.cpp   [License: GPL (v2+)]
 A             libkstmath/kstbasicplugin.h   [License: GPL (v2+)]
 M  +22 -22    libkstmath/kstplugin.cpp  
 M  +6 -6      libkstmath/kstplugin.h  
 M  +1 -2      plugins/crossspectrum/crosspowerspectrum.cpp  




More information about the Kst mailing list