Bug 151757

Summary: JavaScript does not provide proper access to plugins
Product: [Applications] kst Reporter: Andrew Walker <arwalker>
Component: documentationAssignee: Yiwen Mao <yiwenv>
Status: RESOLVED FIXED    
Severity: wishlist    
Priority: NOR    
Version: 1.4.0   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

Description Andrew Walker 2007-11-02 18:54:45 UTC
Version:           1.4.0 (using KDE KDE 3.5.3)
Installed from:    Compiled From Sources
OS:                Linux

JavaScript in Kst does not currently provide full access to the c-style plugins and provides no access to the "new style" plugins.
Comment 1 Andrew Walker 2008-01-18 20:16:57 UTC
SVN commit 763153 by arwalker:

CCBUG:151757 KstBasicPlugin and KstCPlugin are now accessible from javaScript

 M  +5 -5      extensions/js/bind_plugin.cpp  
 M  +6 -0      libkstmath/kstbasicplugin.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=763153
Comment 2 Andrew Walker 2008-01-24 23:26:46 UTC
SVN commit 765931 by arwalker:

BUG:151757 access to plugins is functional via javaScript

 M  +112 -29   bind_objectcollection.cpp  
 M  +26 -0     bind_pluginio.cpp  
 M  +12 -0     bind_pluginio.h  


WebSVN link: http://websvn.kde.org/?view=rev&revision=765931