Bug 183833

Summary: Add ability to support time range through javascript for defining vectors
Product: [Applications] kst Reporter: Andrew Walker <arwalker>
Component: generalAssignee: kst
Status: RESOLVED FIXED    
Severity: wishlist    
Priority: NOR    
Version: 1.x   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

Description Andrew Walker 2009-02-09 21:29:59 UTC
Version:           1.7 (using KDE 3.5.10)
OS:                Linux
Installed from:    Compiled From Sources

It would be useful if javaScript was able to define a vector loaded from a data source in terms of the time range rather than the number of frames.

This is currently supported through the UI, for datasources that understand the concept of time, but is not supported through javaScript.
Comment 1 Andrew Walker 2009-02-11 01:42:54 UTC
SVN commit 924538 by arwalker:

BUG:183833 add DataVedctor::changeFramesByTime method

 M  +95 -0     bind_datavector.cpp  
 M  +37 -0     bind_datavector.h  


WebSVN link: http://websvn.kde.org/?view=rev&revision=924538
Comment 2 Andrew Walker 2009-02-11 20:03:04 UTC
SVN commit 924837 by arwalker:

CCBUG:183833 add better error reporting for DataVector::changeFramesByTime

 M  +7 -0      bind_datavector.cpp  
 M  +5 -0      bind_datavector.h  


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