summaryrefslogtreecommitdiffstats
path: root/examples/datavisualization/qmloscilloscope
Commit message (Collapse)AuthorAgeFilesLines
* Introduce fps measurement via propertiesMiikka Heikkinen2014-04-041-0/+27
| | | | | | | Task-number: QTRD-2134 Change-Id: I181ee6c784b998886c2292b7548e16ce75d86458 Reviewed-by: Tomi Korpipää <tomi.korpipaa@digia.com>
* Enable querying selection label via APIMiikka Heikkinen2014-04-034-56/+16
| | | | | | | | | | | | 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>
* Axis formatter customization exampleMiikka Heikkinen2014-04-011-2/+0
| | | | | | | | | | | | | | | Also refactored the formatter api somewhat: - Removed virtual from allowNegatives and allowZero and added a setter function for those. This will make it cleaner if we need to add similar properties to the axis formatter in the future, as no new virtual methods can be added without breaking BC. - Changed the labelValues array to labelStrings list, as it makes more sense to directly format the strings in recalculate. Change-Id: I3ea005afa984bb756845ca356b999762e0807415 Reviewed-by: Tomi Korpipää <tomi.korpipaa@digia.com>
* Enable querying shadow support from graphsMiikka Heikkinen2014-03-031-1/+1
| | | | | | | Also some example tweaking. Change-Id: If69e9d3617afc37b88fed4fd0e02ae19f0af7f78 Reviewed-by: Mika Salmela <mika.salmela@digia.com>
* Document the rendering changesMiikka Heikkinen2014-02-203-1/+25
| | | | | | Change-Id: I100a516f6f5d8047b88f6d81cd8794979211df20 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com> Reviewed-by: Tomi Korpipää <tomi.korpipaa@digia.com>
* Clean up public API and includes usageMiikka Heikkinen2014-02-182-2/+1
| | | | | Change-Id: I20ba0ffafa6bbe22d624a15fe3046ef2e33ab6d7 Reviewed-by: Tomi Korpipää <tomi.korpipaa@digia.com>
* Document metatype registration in qmloscilloscopeMiikka Heikkinen2014-02-142-0/+12
| | | | | Change-Id: Ie20a1cf7259a95967ebdb4b4a669851756366452 Reviewed-by: Tomi Korpipää <tomi.korpipaa@digia.com>
* iOS fix for qmloscilloscopeTomi Korpipää2014-02-142-1/+4
| | | | | Change-Id: I4797bb1706663296888662463750a73ca828ad58 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>
* New snapshot for qmloscilloscope Tomi Korpipää2014-02-141-0/+0
| | | | | | | | Task-number: QTRD-2635 Change-Id: I7243544582a31a8fa6f3d6598a6a85d60f1f6a11 Change-Id: I7243544582a31a8fa6f3d6598a6a85d60f1f6a11 Reviewed-by: Tomi Korpipää <tomi.korpipaa@digia.com>
* Fix docs build after recent reordering of examplesMiikka Heikkinen2014-02-131-10/+10
| | | | | Change-Id: I6aef7c7f0857606a035f1302000408cb7d4a11c1 Reviewed-by: Tomi Korpipää <tomi.korpipaa@digia.com>
* Tweak qmloscilloscope UI layout to better fit portraitMiikka Heikkinen2014-02-131-136/+150
| | | | | Change-Id: I018377eff88a7d8c110f3d30e91b5262df71b04f Reviewed-by: Tomi Korpipää <tomi.korpipaa@digia.com>
* Get rid of applicationviewer generated filesMiikka Heikkinen2014-02-137-320/+9
| | | | | | | | These tamper with examples installation, which we do not want. Change-Id: Ibc81a5fe3323c2c831f21cdea94d941704abc641 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com> Reviewed-by: Tomi Korpipää <tomi.korpipaa@digia.com>
* Fix examples installationMiikka Heikkinen2014-02-1314-0/+1056
Had to add one folder to the examples structure so installation works correctly. Change-Id: Ic92dfe9997413a6243abcf5eeba12744ba9e938c Reviewed-by: Tomi Korpipää <tomi.korpipaa@digia.com>