summaryrefslogtreecommitdiffstats
path: root/src/sensors
Commit message (Expand)AuthorAgeFilesLines
* Check for Q_GLOBAL_STATIC returning 0 (Sensor Gestures).Lincoln Ramsay2012-05-282-5/+19
* Check for Q_GLOBAL_STATIC returning 0 (QtSensors).Lincoln Ramsay2012-05-281-0/+11
* fix gestureSignals on simulator buildsLorn Potter2012-05-186-28/+26
* 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
* Fixing header problems identified by the CI gateWolfgang Beck2012-05-1419-2/+41
* Don't crash when the emulator is missing.Lincoln Ramsay2012-04-302-1/+2
* Using free instead of qFreeDebao Zhang2012-04-271-1/+1
* make simulator work better with gestures.Lorn Potter2012-04-275-0/+267
* QtSensors: Fix compilation after merging of the api_changes branch.Friedemann Kleint2012-04-181-4/+4
* Fix undefined behaviour when deleting sensor filtersSimon Hausmann2012-04-161-1/+1
* Allow setting the config file location explicitly.Lincoln Ramsay2012-04-122-4/+7
* Locate the config file more reliably.Lincoln Ramsay2012-04-031-3/+6
* If QStandardPaths doesn't give us a path, use /etc/xdgLincoln Ramsay2012-03-281-33/+29
* Remove compile warningsLincoln Ramsay2012-03-221-4/+4
* fix documentsLorn Potter2012-03-201-2/+2
* Use an environment variable to suppress loading of plugins.Lincoln Ramsay2012-03-191-31/+7
* Use the new plugin mechanism for Sensors and SensorGesturesLincoln Ramsay2012-03-166-49/+23
* Remove QSensorPluginLoaderLincoln Ramsay2012-03-165-190/+10
* Remove REGISTER_STATIC_PLUGINLincoln Ramsay2012-03-162-50/+0
* Remove REGISTER_STATIC_PLUGIN_V2Lincoln Ramsay2012-03-164-90/+16
* Remove QSettings usageWolfgang Beck2012-03-162-10/+58
* add some testing for sensorgestureplugins, however feeble.Lorn Potter2012-03-141-1/+16
* Remove the usage of deprecated qdoc macros.Casper van Donderen2012-03-014-12/+12
* Update REGISTER_STATIC_PLUGIN_V2 (compile)Lincoln Ramsay2012-02-174-31/+90
* improve the sensors docs a bitLorn Potter2012-02-121-4/+4
* It's not safe to delete QFactoryLoaderLincoln Ramsay2012-02-081-1/+1
* fix hover and cover since prox driver output changed.Lorn Potter2012-02-081-2/+2
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-3058-58/+58
* Update obsolete contact address.Jason McDonald2012-01-2358-58/+58
* Document the alwaysOnChanged signalLincoln Ramsay2012-01-161-0/+5
* alwaysOn for legacy QML elementsLincoln Ramsay2012-01-132-1/+4
* add new sensor gesturesLorn Potter2012-01-121-3/+5
* Implement an API for alwaysOn.Lincoln Ramsay2012-01-113-0/+24
* Update copyright year in license headers.Jason McDonald2012-01-0558-58/+58
* QIRProximity... classes should be documentedLincoln Ramsay2011-12-191-9/+9
* Add missing QT header macros.Lincoln Ramsay2011-12-1934-1/+82
* Clean up the sensor gestures unit test.Lincoln Ramsay2011-11-292-19/+12
* Fixed QtSensors namespace compilation.Toby Tomkins2011-11-225-5/+13
* Document QSensorPluginInterface::keys()Lincoln Ramsay2011-11-221-7/+7
* add documentation for new functions related to factoryloaderLorn Potter2011-11-223-1/+24
* QFactoryLoader is used by singletonsLincoln Ramsay2011-11-184-16/+14
* remove qmobilitypluginsearch and use the QFactoryLoader instead.Lorn Potter2011-11-148-210/+57
* make one public way to control recognizerLorn Potter2011-11-092-5/+5
* add more code coverage.Lorn Potter2011-11-081-12/+13
* add invalidIds, remove redundant isValid, rename availableIds to validIdsLorn Potter2011-11-033-9/+11
* make sure recognizers do not need pluginLorn Potter2011-11-031-0/+5
* make sure newSensorGestureAvailable gets signaledLorn Potter2011-11-033-3/+6
* Fixed sensors' exports on WindowsOliver Wolff2011-11-011-1/+1
* add QSensorGestures API. Long live QSensorGestures!Lorn Potter2011-11-0113-2/+1343