summaryrefslogtreecommitdiffstats
path: root/examples/qmloscilloscope/datasource.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix examples installationMiikka Heikkinen2014-02-131-166/+0
| | | | | | | | Had to add one folder to the examples structure so installation works correctly. Change-Id: Ic92dfe9997413a6243abcf5eeba12744ba9e938c Reviewed-by: Tomi Korpipää <tomi.korpipaa@digia.com>
* Make qmloscilloscope example animateMiikka Heikkinen2014-02-111-12/+28
| | | | | Change-Id: Ia4bd9e92c8e0d7d10a7b53c0ed3bf584e3e93658 Reviewed-by: Tomi Korpipää <tomi.korpipaa@digia.com>
* Change rotations to use angle and vector in APIsMiikka Heikkinen2014-02-061-6/+1
| | | | | | | | Quaternions are pain in the behind to use, especially in QML, so change them to angle + vector combinations. Change-Id: I25eb5ea92deaf3a079e2e193cce2e8de89f3c3c4 Reviewed-by: Tomi Korpipää <tomi.korpipaa@digia.com>
* Add qmloscilloscope exampleMiikka Heikkinen2014-02-051-0/+155
+Fix itemAt() in surface proxy +Add itemAt(QPoint) in bar and surface proxies +Misc fixes to other examples Task-number: QTRD-2816 Change-Id: I5e06cfce98f74719a20885e3ca5a1e6fefb23a9c Reviewed-by: Tomi Korpipää <tomi.korpipaa@digia.com>