summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* smooth out AccelBubble's bubble movement, and fixup docs accordingly.Lorn Potter2012-05-302-53/+34
* there is no main.qml file here. Now it shows up in creator.Lorn Potter2012-05-301-1/+2
* make mouse move better ine Maze example, add acceleration. Fix up docsLorn Potter2012-05-2911-111/+99
* Do not run the bbsensor_header test on other platforms.Lincoln Ramsay2012-05-292-8/+4
* Update Examples using the same name conventionsWolfgang Beck2012-05-2872-67/+68
* Check for Q_GLOBAL_STATIC returning 0 (Sensor Gestures).Lincoln Ramsay2012-05-282-5/+19
* Report failure to connect and disconnect from the emulator.Lincoln Ramsay2012-05-282-1/+15
* Check for Q_GLOBAL_STATIC returning 0 (simulator plugin).Lincoln Ramsay2012-05-289-66/+45
* Check for Q_GLOBAL_STATIC returning 0 (QtSensors).Lincoln Ramsay2012-05-281-0/+11
* fix the QList logic - dont append and then removeLast.Lorn Potter2012-05-251-1/+1
* fix crash when starting hover for the first time by itself.Lorn Potter2012-05-251-0/+4
* Update info.json files to use the new standard.Wolfgang Beck2012-05-254-37/+39
* fix false positive sensor gesture recognition when slam is too close to headLorn Potter2012-05-244-3/+254
* optimize and simplify twist gesture code.Lorn Potter2012-05-242-109/+88
* fix false positive whip gesture.Lorn Potter2012-05-244-324/+844
* make hover gesture work betterLorn Potter2012-05-244-26/+325
* Unfork the examples.Wolfgang Beck2012-05-24165-199/+223
* fix gestureSignals on simulator buildsLorn Potter2012-05-186-28/+26
* make hover work off difference to initial reflectanceLorn Potter2012-05-182-4/+11
* make twist dependent upon an orientation change.Lorn Potter2012-05-183-45/+168
* Don't use bare strings.Lincoln Ramsay2012-05-171-6/+6
* send only signals being started. Avoids developer confusion.Lorn Potter2012-05-176-5/+57
* remove code that created warning messages.Lorn Potter2012-05-161-2/+0
* reset certain values to make tests work betterLorn Potter2012-05-156-6/+18
* When tests are enabled, they're installed too.Lincoln Ramsay2012-05-151-2/+1
* add sensor gesture auto testsLorn Potter2012-05-1432-2/+6472
* Fixing header problems identified by the CI gateWolfgang Beck2012-05-1419-2/+41
* Prefer to use the BBNDK sensor.h if presentThomas McGuire2012-05-115-0/+80
* fix up gestures for auto test dataLorn Potter2012-05-1112-113/+118
* Doc: Fix \sa usageMarius Storm-Olsen2012-05-102-2/+2
* Add required meta to the gesture plugin .pro filesLincoln Ramsay2012-05-092-6/+8
* Add support for the compass sensorKevin Ottens2012-05-044-0/+147
* Add support for the pressure sensorKevin Ottens2012-05-044-0/+162
* Add support for the IR proximity sensorKevin Ottens2012-05-044-0/+126
* Pause/resume sensor on application (de)activationKevin Ottens2012-05-033-1/+44
* Don't crash when the emulator is missing.Lincoln Ramsay2012-04-302-1/+2
* Using free instead of qFreeDebao Zhang2012-04-271-1/+1
* add doubletap gesture to shakeit.Lorn Potter2012-04-271-2/+34
* Direct rendering is known to be buggy.Lincoln Ramsay2012-04-271-1/+0
* Fix the Grue sensor exampleLincoln Ramsay2012-04-272-12/+37
* Try to smooth out camera movements.Lincoln Ramsay2012-04-272-3/+6
* make simulator work better with gestures.Lorn Potter2012-04-2713-402/+103
* sync.profile: remove dependency on qtsvg and qtscriptSergio Ahumada2012-04-271-2/+0
* Blackberry backend honors alwaysOn propertyKevin Ottens2012-04-272-0/+19
* Docs: change title of qml sensors example. Bug-9815Peter Yard2012-04-235-6/+6
* make slam gesture doc a bit more clear.Lorn Potter2012-04-201-1/+1
* make slam a bit more reliable.Lorn Potter2012-04-202-0/+2
* Changes so that sensor.start() does not block (QML)Lincoln Ramsay2012-04-202-1/+7
* QtSensors: Fix compilation after merging of the api_changes branch.Friedemann Kleint2012-04-182-4/+6
* Fix undefined behaviour when deleting sensor filtersSimon Hausmann2012-04-161-1/+1