summaryrefslogtreecommitdiffstats
path: root/examples/datavisualization/qmloscilloscope/datasource.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix surface shadows and other misc fixesMiikka Heikkinen2014-06-031-2/+0
| | | | | | | | | | | - Remove culling from surface shadows to make them look correct - Remove unnecessary metatype registration from qmloscilloscope - itemmodeltest multi-change fixed - Valgrind fixes Task-number: QTRD-3160 Change-Id: I2da8b3e024dae56c52afb6b915535f49c6c987fc Reviewed-by: Tomi Korpipää <tomi.korpipaa@digia.com>
* Enable querying selection label via APIMiikka Heikkinen2014-04-031-23/+0
| | | | | | | | | | | | Also enable suppressing drawing the label on graph. Selection label formatting was consequently moved from renderers to series. Task-number: QTRD-2896 Change-Id: Ia6a1a40298d8db0f54349de3eb27fb0b683dd302 Reviewed-by: Tomi Korpipää <tomi.korpipaa@digia.com>
* Clean up public API and includes usageMiikka Heikkinen2014-02-181-1/+1
| | | | | Change-Id: I20ba0ffafa6bbe22d624a15fe3046ef2e33ab6d7 Reviewed-by: Tomi Korpipää <tomi.korpipaa@digia.com>
* Document metatype registration in qmloscilloscopeMiikka Heikkinen2014-02-141-0/+4
| | | | | Change-Id: Ie20a1cf7259a95967ebdb4b4a669851756366452 Reviewed-by: Tomi Korpipää <tomi.korpipaa@digia.com>
* iOS fix for qmloscilloscopeTomi Korpipää2014-02-141-0/+2
| | | | | Change-Id: I4797bb1706663296888662463750a73ca828ad58 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>
* Fix examples installationMiikka Heikkinen2014-02-131-0/+166
Had to add one folder to the examples structure so installation works correctly. Change-Id: Ic92dfe9997413a6243abcf5eeba12744ba9e938c Reviewed-by: Tomi Korpipää <tomi.korpipaa@digia.com>