mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-13 16:18:42 +00:00
This commit is based on https://github.com/GoldenCheetah/GoldenCheetah/pull/3956 with the following additions / changes: * Upgraded to the latest version of the multiaxes-branch, thus eliminating crashes of GoldenCheetah on startup * Disabled the emitting of Layout Requests on geometry changes of QwtScaleWidget - without this, CPU utilization was up to 100% on one core * Added the class SplineLookup, reusing small portions of code from Qwt 6.1 * Re-added the splines in WPrime and RideFile (resampling), using the new interface of QwtSpline * Appveyor: qwt in cache-section now depends on qwt/qwtconfig.prin.in for refresh on version change
84 lines
2.0 KiB
Plaintext
84 lines
2.0 KiB
Plaintext
/*!
|
|
\page curvescreenshots Curve Plots
|
|
|
|
<table border="0" cellspacing="20">
|
|
<tr>
|
|
<td> \image html bode-blue-600x400.png
|
|
<td> \image html bode-rosy-600x400.png
|
|
</tr>
|
|
<tr>
|
|
<td> \image html cpuplot-600x400.png
|
|
<td> \image html scatterplot-600x400.png
|
|
</tr>
|
|
<tr>
|
|
<td> \image html cpuplot-oily-600x400.png
|
|
<td> \image html curves.png
|
|
</tr>
|
|
<tr>
|
|
<td> \image html friedberg-tube-600x400.png
|
|
<td> \image html friedberg-bars-600x400.png
|
|
</tr>
|
|
</table>
|
|
|
|
\page spectrogramscreenshots Spectrogram, Contour Plot
|
|
|
|
<table border="0" cellspacing="20">
|
|
<tr>
|
|
<td> \image html spectrogram-rgb-600x400.png
|
|
<td> \image html spectrogram-hue-600x400.png
|
|
</tr>
|
|
<tr>
|
|
<td> \image html spectrogram-value-600x400.png
|
|
<td> \image html spectrogram-saturation-600x400.png
|
|
</tr>
|
|
<tr>
|
|
<td> \image html spectrogram-contour1-600x400.png
|
|
<td> \image html spectrogram-contour2-600x400.png
|
|
</tr>
|
|
</table>
|
|
|
|
\page barchartscreenshots Bar Charts, Histograms
|
|
<table border="0" cellspacing="20">
|
|
<tr>
|
|
<td> \image html distrowatch-600x400.png
|
|
<td> \image html tvplot-600x400.png
|
|
</tr>
|
|
<tr>
|
|
<td> \image html barchart-grouped-600x400.png
|
|
<td> \image html barchart-stacked-600x400.png
|
|
</tr>
|
|
</table>
|
|
|
|
\page otherscreenshots Other Plots
|
|
<table border="0" cellspacing="20">
|
|
<tr>
|
|
<td> \image html scatterplot-600x400.png
|
|
<td> \image html itemeditor-600x400.png
|
|
</tr>
|
|
<tr>
|
|
<td> \image html stockchart-600x400.png
|
|
</tr>
|
|
</table>
|
|
|
|
\page controlscreenshots Dials, Compasses, Knobs, Wheels, Sliders, Thermos
|
|
|
|
<table border="0" cellspacing="20">
|
|
<tr>
|
|
<td> \image html radio.png
|
|
</tr>
|
|
<tr>
|
|
<td> \image html sliders.png
|
|
</tr>
|
|
<tr>
|
|
<td> \image html sysinfo.png
|
|
</tr>
|
|
<tr>
|
|
<td> \image html dials1.png
|
|
</tr>
|
|
<tr>
|
|
<td> \image html dials2.png
|
|
</tr>
|
|
</table>
|
|
|
|
*/
|