summaryrefslogtreecommitdiffstats
path: root/src/plugins/sensors
Commit message (Expand)AuthorAgeFilesLines
* Blackberry: Add Q_DECL_OVERRIDE keywordsThomas McGuire2012-07-0213-25/+25
* Blackberry: Add ambient light sensor supportThomas McGuire2012-07-024-0/+137
* Blackberry: Don't use hardcoded sensor IDsThomas McGuire2012-06-291-10/+10
* build system cleanupsOswald Buddenhagen2012-06-264-4/+4
* Cleanup last Symbian remnants in QtSensorsalex2012-06-222-12/+0
* BlackBerry backend: Automatic Axis RemappingKevin Ottens2012-06-193-3/+78
* 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
* Prefer to use the BBNDK sensor.h if presentThomas McGuire2012-05-112-0/+12
* 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
* Blackberry backend honors alwaysOn propertyKevin Ottens2012-04-272-0/+19
* Add blackberry backendThomas McGuire2012-04-1026-0/+2300
* Fix QNX buildThomas McGuire2012-04-021-1/+1
* SENSORS_PLUGINS allows restricting the plugins that are built.Lincoln Ramsay2012-03-281-3/+3
* Use the new plugin mechanism for Sensors and SensorGesturesLincoln Ramsay2012-03-1611-32/+29
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-3033-33/+33
* Ensure the generic sensors pass on alwaysOnLincoln Ramsay2012-01-233-0/+3
* Update obsolete contact address.Jason McDonald2012-01-2333-33/+33
* support for IR proximity sensor in the simulatorLincoln Ramsay2012-01-198-0/+174
* Don't fire every second... only when data changes.Lincoln Ramsay2012-01-186-12/+6
* move simulator connection to a threadZsolt Simon2012-01-182-17/+81
* Update copyright year in license headers.Jason McDonald2012-01-0531-31/+31
* compile with strict warningsLincoln Ramsay2011-12-191-5/+5
* Remove ambientlightsensor dependency from qsensordata_simulatorOliver Wolff2011-12-193-3/+33
* Don't qFatal!Lincoln Ramsay2011-12-071-2/+4
* compileLincoln Ramsay2011-11-151-1/+1
* remove qmobilitypluginsearch and use the QFactoryLoader instead.Lorn Potter2011-11-143-4/+7
* Get the simulator backend goingLincoln Ramsay2011-10-2810-157/+131
* QtSensors: Compile on Windows.Friedemann Kleint2011-10-101-4/+27
* QtmSensors, legacy sensors library.Lincoln Ramsay2011-08-251-0/+1
* Apply a consistent license on all the filesLincoln Ramsay2011-08-0531-62/+62
* remove qtimestampLincoln Ramsay2011-08-016-6/+6
* Update licenseheader text in source files for qtsensors Qt moduleJyri Tahtela2011-07-0831-535/+535
* Fix mac dependencies for dummy sensor plug-in.Alex2011-06-151-1/+1
* make MacOS compileAlex2011-06-151-1/+1
* use MacOS specific monotonic timeAlex2011-06-141-1/+21
* Add dummy, generic and simulator backendAlex2011-06-1038-0/+2727