summaryrefslogtreecommitdiffstats
path: root/examples/QtSensors
Commit message (Collapse)AuthorAgeFilesLines
* Qt.multimediakit 4.0 -> QtMultimedia 5.0Lincoln Ramsay2012-06-041-2/+1
| | | | | | | The Qt.multimediakit import is deprecated. Switch to QtMultimedia 5.0 Change-Id: I2fd86a52b4427636e49283704c044a7388825120 Reviewed-by: Lorn Potter <lorn.potter@nokia.com>
* Fix display problems.Lincoln Ramsay2012-06-012-1/+3
| | | | | | | | The list needs to clip its contents. Give a bit of space at the top. Change-Id: I9eb7d9fe8c1ed01efa15f1805baeb54e725c1040 Reviewed-by: Daron Andrew Edie <daron.edie@nokia.com>
* Install all .qml files.Lincoln Ramsay2012-06-018-21/+9
| | | | | | | | | | | | | Instead of having a list of .qml files that needs to be kept in sync with the filesystem, pull in all .qml files. 2 examples (cube house, QML sensor gestures) were broken by having the .pro contents failing to match the filesystem. A similar change is made for the one project with .js files. Change-Id: I935a32b78138dfd2698d508a7524035eb5c0c2f9 Reviewed-by: Daron Andrew Edie <daron.edie@nokia.com>
* smooth out AccelBubble's bubble movement, and fixup docs accordingly.Lorn Potter2012-05-301-51/+32
| | | | | Change-Id: I8b4988e9e3b4671ca8558364350c52d46aa7409c Reviewed-by: Lincoln Ramsay <lincoln.ramsay@nokia.com>
* there is no main.qml file here. Now it shows up in creator.Lorn Potter2012-05-301-1/+2
| | | | | Change-Id: I1c0dd3dea4a0b296388f66fc44fed560da85e028 Reviewed-by: Lincoln Ramsay <lincoln.ramsay@nokia.com>
* make mouse move better ine Maze example, add acceleration. Fix up docsLorn Potter2012-05-2910-110/+89
| | | | | | | | Use only one mouse gif and rotate it instead. also add screensaver inhibit. Change-Id: I4268bdec9346ee389e9b485e8c37d43a1e607128 Reviewed-by: Lincoln Ramsay <lincoln.ramsay@nokia.com>
* Update Examples using the same name conventionsWolfgang Beck2012-05-2865-24/+25
| | | | | | | | | e.g. Folder of example should start with QtSensorrs_ Example documentation title should start with QtSensors - images folder renamed to content Change-Id: I341fb8510ba3ad64068d786559e8d28af5d135c3 Reviewed-by: Lincoln Ramsay <lincoln.ramsay@nokia.com>
* Update info.json files to use the new standard.Wolfgang Beck2012-05-254-37/+39
| | | | | Change-Id: Ia32cbf8dbc2e1aaa80896568a346bef062715618 Reviewed-by: Lorn Potter <lorn.potter@nokia.com>
* Unfork the examples.Wolfgang Beck2012-05-24138-0/+7000
Some examples were forked off and updated. Unfork by bringing these changes back (a later update will bring the other examples in line with this new style). The changes are primarily made up of file renaming. Also, JPG files have been converted to PNG. Some documentation updates have been done. Change-Id: Ib090abb5ebea2003d479d2336a23317f52b8c4d8 Reviewed-by: Lincoln Ramsay <lincoln.ramsay@nokia.com>