summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* make_sensors.pl: Add \since tagThomas McGuire2012-07-031-0/+3
* Use \sa links to link to the C++ documentationThomas McGuire2012-07-021-98/+111
* Blackberry: Add Q_DECL_OVERRIDE keywordsThomas McGuire2012-07-0213-25/+25
* Blackberry: Add ambient light sensor supportThomas McGuire2012-07-024-0/+137
* Remove auto-generated commentThomas McGuire2012-07-021-7/+0
* Update make_sensors.plThomas McGuire2012-07-021-1/+8
* Blackberry: Don't use hardcoded sensor IDsThomas McGuire2012-06-291-10/+10
* Update the export macros in qtsensors.gitThiago Macieira2012-06-271-18/+2
* build system cleanupsOswald Buddenhagen2012-06-267-15/+9
* auto-generate module prisOswald Buddenhagen2012-06-261-3/+1
* Fix compilation.Friedemann Kleint2012-06-261-38/+0
* Cleanup last Symbian remnants in QtSensorsalex2012-06-227-69/+0
* Hook doc generation into global QMAKE_DOCS contextalex2012-06-221-4/+1
* Fix the since tag usageLincoln Ramsay2012-06-201-1/+1
* Missing minor numbers in versionsLincoln Ramsay2012-06-196-31/+29
* Remove duplicate (incorrect) \sa link.Lincoln Ramsay2012-06-191-1/+1
* Docs: change QML elements to QML types in docs.Peter Yard2012-06-196-101/+101
* BlackBerry backend: Automatic Axis RemappingKevin Ottens2012-06-193-3/+78
* make twist work better when the phone is tilted.Lorn Potter2012-06-132-31/+114
* Don't initialize sensors from registerTypes().Lincoln Ramsay2012-06-132-6/+0
* setDataRates clobbers user-set data rateLincoln Ramsay2012-06-042-14/+19
* Update Examples using the same name conventionsWolfgang Beck2012-05-281-1/+1
* 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
* fix false positive sensor gesture recognition when slam is too close to headLorn Potter2012-05-242-3/+24
* optimize and simplify twist gesture code.Lorn Potter2012-05-242-109/+88
* fix false positive whip gesture.Lorn Potter2012-05-241-33/+18
* make hover gesture work betterLorn Potter2012-05-242-26/+67
* Unfork the examples.Wolfgang Beck2012-05-243-3/+3
* 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-182-12/+18
* 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
* reset certain values to make tests work betterLorn Potter2012-05-156-6/+18
* Fixing header problems identified by the CI gateWolfgang Beck2012-05-1419-2/+41
* Prefer to use the BBNDK sensor.h if presentThomas McGuire2012-05-112-0/+12
* fix up gestures for auto test dataLorn Potter2012-05-1111-109/+114
* 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