summaryrefslogtreecommitdiffstats
path: root/examples/qmloscilloscope
Commit message (Collapse)AuthorAgeFilesLines
* Fix examples installationMiikka Heikkinen2014-02-1314-1058/+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>
* Take qml_plugin.prf into useMiikka Heikkinen2014-02-131-9/+10
| | | | | | | Enables us to lose a bunch of hacks. Change-Id: Id7641012004428aa9782cfb5dbaf9fc9c4629706 Reviewed-by: Tomi Korpipää <tomi.korpipaa@digia.com>
* Make qmloscilloscope example animateMiikka Heikkinen2014-02-112-24/+39
| | | | | Change-Id: Ia4bd9e92c8e0d7d10a7b53c0ed3bf584e3e93658 Reviewed-by: Tomi Korpipää <tomi.korpipaa@digia.com>
* Doc fix + snapshot for qmloscilloscope Tomi Korpipää2014-02-071-0/+0
| | | | | | | | Task-number: QTRD-2635 Change-Id: If51da3c39130c3d7abf54e5f59b172dc15ba9d2f Change-Id: If51da3c39130c3d7abf54e5f59b172dc15ba9d2f Reviewed-by: Tomi Korpipää <tomi.korpipaa@digia.com>
* Change rotations to use angle and vector in APIsMiikka Heikkinen2014-02-063-9/+3
| | | | | | | | 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-0513-0/+1048
+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>