Bug 151757 - JavaScript does not provide proper access to plugins
Summary: JavaScript does not provide proper access to plugins
Status: RESOLVED FIXED
Alias: None
Product: kst
Classification: Applications
Component: documentation (show other bugs)
Version: 1.4.0
Platform: Compiled Sources Linux
: NOR wishlist
Target Milestone: ---
Assignee: Yiwen Mao
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-02 18:54 UTC by Andrew Walker
Modified: 2008-01-24 23:26 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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