Bug 149953

Summary: New style plugins do not work in equations
Product: [Applications] kst Reporter: Andrew Walker <arwalker>
Component: generalAssignee: kst
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: 1.4.0   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:

Description Andrew Walker 2007-09-17 23:47:41 UTC
Version:           1.4.0 (using KDE KDE 3.5.1)
OS:                Linux

PROBLEM:
The 'new-style' plugins do not work in equations

STEPS TO REPRODUCE:
Start Kst
Create a plot with an INDEX vector
Select Data... New Equation...
Type in:
    plugin(bin, [INDEX}, 12)

RESULTS:
A warning is generated: "Equation was unable to load plugin bin"

EXPECTED RESULTS:
The equation is correctly generated
Comment 1 Andrew Walker 2007-09-25 00:14:41 UTC
SVN commit 716559 by arwalker:

CCBUG:149953 first draft of allowing dataobject style plugins in equations

 M  +184 -60   enodes.cpp  
 M  +7 -3      enodes.h  


WebSVN link: http://websvn.kde.org/?view=rev&revision=716559
Comment 2 Andrew Walker 2007-09-26 00:03:01 UTC
Data object style ("new" style) plugins are now supported in equations.