summaryrefslogtreecommitdiffstats
path: root/pts-core/objects/pts_Graph
Commit message (Collapse)AuthorAgeFilesLines
* bilde_renderer: Add a JPEG renderer using the GD libraryMichael Larabel2008-12-281-1/+16
|
* bilde_renderer: When setting the image quality level to use with theMichael Larabel2008-12-281-1/+1
| | | | render_image() function, base it on a 100-point scale
* pts-core: Clean up Display / X.Org server reported stringMichael Larabel2008-12-271-1/+0
|
* bilde_renderer: Implement draw_polygon() for SWF rendererMichael Larabel2008-12-271-0/+1
|
* pts_Graph: Allow the use of the SWF bilde_renderer through using theMichael Larabel2008-12-261-3/+17
| | | | SWF_DEBUG=1 environmental variable
* bilde_renderer: Add experimental Adobe Flash / SWF renderer with partialMichael Larabel2008-12-261-0/+8
| | | | support
* pts_Graph: Tweak formatting of basic graph attributesMichael Larabel2008-12-181-3/+3
|
* pts-core: Few fixes for some regressions from today's work plus otherMichael Larabel2008-12-121-1/+1
| | | | cleaning
* system_monitor: Update sensors every 9 secondsMichael Larabel2008-12-061-1/+1
|
* pts-core: Allow pts_Graph to set the default image renderer forMichael Larabel2008-11-292-1/+25
| | | | blide_renderer
* pts-core: Add analyze-all-runs option to generate a candlestick graphMichael Larabel2008-11-291-1/+1
| | | | showing the distribution of results from all trial runs
* pts_CandleStickGraph: A new graph type that displays results from allMichael Larabel2008-11-291-0/+93
| | | | test runs and is modeled after Japanese Candlestick charting
* pts_Graph: Add loadGraphRawValues() for storing raw result data fromMichael Larabel2008-11-291-0/+5
| | | | RawString
* pts_Graph: Switch from internal image rendering functions to usingMichael Larabel2008-11-285-406/+74
| | | | bilde_renderer
* pts-core: Add support for dynamically loading objects fromMichael Larabel2008-11-276-0/+1464
sub-directories of pts-core/objects/ (Forgot to git-add to previous commit)