summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* remove nokia and replace with qt-project in pluginsLorn Potter2013-02-0711-13/+12
* make use of qtHaveModule()Oswald Buddenhagen2013-01-081-1/+1
* Fix pedantic errors and warnings (found by headers clean test)Thiago Macieira2012-12-235-10/+10
* It's org.qt-project for plugin interfacesLorn Potter2012-11-294-4/+4
* remove Nokia isms from plugin interfaceLorn Potter2012-11-286-6/+6
* add QSensorGestureRecognizers here as well. They are equally important.Lorn Potter2012-11-271-0/+8
* remove the need to use QTimer and use timestamps instead.Lorn Potter2012-11-1415-128/+194
* Register only the sensors the emulator knows aboutLincoln Ramsay2012-11-133-1/+47
* Add freefall sensorgesture.Lorn Potter2012-11-133-0/+209
* Fix includes in public headersThomas McGuire2012-11-0318-21/+21
* Silence warningsThomas McGuire2012-11-031-0/+8
* Remove the QtSensors:: prefix from documentation.Thomas McGuire2012-11-0316-81/+81
* Build the QML documentationThomas McGuire2012-11-021-2/+2
* Fix typo: Contacts -> SensorsThomas McGuire2012-11-021-1/+1
* Update QML metadata fileThomas McGuire2012-11-021-103/+12
* Remove obsolete legacy documentationThomas McGuire2012-11-022-77/+0
* Removal last references to QtMobilityThomas McGuire2012-11-025-5/+5
* adjust to qt_plugin.prf and qml_plugin.prf changesOswald Buddenhagen2012-11-028-46/+8
* make compile with -no-guiTasuku Suzuki2012-10-153-3/+3
* Doc: Modularized the Qt Sensor DocsGeir Vattekar2012-10-1262-5/+1908
* Update docs after modularization of docsTor Arne Vestbø2012-10-111-2/+2
* Rename QtMobility.sensors 1.3 to QtSensors 5.0Lincoln Ramsay2012-10-1119-192/+145
* Remove the QtSensors 5.0 importLincoln Ramsay2012-10-0919-1895/+32
* Add SensorGesture QtMobility.sensors 1.3Lincoln Ramsay2012-10-087-72/+445
* Blackberry: Avoid expensive close() and open() just to get informationThomas McGuire2012-10-042-14/+29
* Add TiltSensor to QtMobility.sensors 1.3Lincoln Ramsay2012-10-0319-95/+945
* QtMobility.sensors has a new implementationLincoln Ramsay2012-09-2638-850/+4162
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-24166-3973/+3973
* Fix the compilation issue on Linux (Harmattan)Laszlo Papp2012-09-151-0/+1
* centralize load(qt_build_config)s in .qmake.confOswald Buddenhagen2012-09-138-16/+0
* remove vestiges of unistd-based file accessOswald Buddenhagen2012-09-052-7/+1
* use a float not an int.Lorn Potter2012-09-021-1/+1
* Pass through invalid data rates to the backend instead of ignoring themThomas McGuire2012-08-283-14/+10
* Blackberry: Use real compass sensor if availableThomas McGuire2012-08-282-0/+15
* Update qmldir, plugins.qmltypes filesLincoln Ramsay2012-08-246-29/+57
* Blackberry: Fix potential division by zero.Thomas McGuire2012-08-241-3/+5
* follow rename of qt_module_config.prf to qt_module.prfOswald Buddenhagen2012-08-111-1/+1
* Port configure tests to the new style to make them work againThomas McGuire2012-08-081-1/+3
* Only build qml components/examples if qtdeclarative is presentCorentin Jabot2012-08-081-4/+6
* Doc: Changed \qmlclass to \qmltype and added \instantiatesJerome Pasion2012-07-306-29/+58
* Blackberry: Improve detecting whether the application is activeThomas McGuire2012-07-252-8/+49
* Blackberry: Affirm that QSensor::Buffering is supported now.Thomas McGuire2012-07-241-2/+3
* Blackberry: Implement axes remapping for all axes-based sensorsThomas McGuire2012-07-248-76/+113
* Blackberry: Remove QtGui dependencyThomas McGuire2012-07-249-62/+239
* Blackberry: Remove custom BbProximityReadingThomas McGuire2012-07-242-85/+4
* Blackberry: Use the rotation matrix as the compass sourceThomas McGuire2012-07-236-39/+107
* Add QSensor::isFeatureSupported()Thomas McGuire2012-07-237-0/+106
* Blackberry: Don't build the generic and dummy plugins.Thomas McGuire2012-07-201-0/+6
* add linux sys accelerometer reader backendLorn Potter2012-07-186-0/+366
* Introduce QRotationReading::setFromEuler() in favor of set{X/Y/Z}()Thomas McGuire2012-07-184-30/+18