Bug 183833 - Add ability to support time range through javascript for defining vectors
Summary: Add ability to support time range through javascript for defining vectors
Status: RESOLVED FIXED
Alias: None
Product: kst
Classification: Applications
Component: general (show other bugs)
Version: 1.x
Platform: Compiled Sources Linux
: NOR wishlist
Target Milestone: ---
Assignee: kst
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-09 21:29 UTC by Andrew Walker
Modified: 2009-02-11 20:03 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 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