summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Make sensor explorer example againv5.0.0-beta1Thomas McGuire2012-08-282-6/+0
* Pass through invalid data rates to the backend instead of ignoring themThomas McGuire2012-08-284-22/+15
* Blackberry: Use real compass sensor if availableThomas McGuire2012-08-285-0/+76
* Update qmldir, plugins.qmltypes filesLincoln Ramsay2012-08-247-31/+59
* QtCreator 2.5 doesn't understand load(qt_parts)Lincoln Ramsay2012-08-241-0/+6
* Blackberry: Fix potential division by zero.Thomas McGuire2012-08-241-3/+5
* Fix QTBUG-26860 - install examples to qtsensors directoryLorn Potter2012-08-1611-22/+19
* 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-084-8/+9
* Only build qml components/examples if qtdeclarative is presentCorentin Jabot2012-08-083-15/+20
* Fix compilationLars Knoll2012-08-071-1/+1
* Set the Qt API level to compatibility mode in all tests.Thiago Macieira2012-08-029-0/+9
* Doc: Changed \qmlclass to \qmltype and added \instantiatesJerome Pasion2012-07-307-31/+62
* Removed QT+=widgets from projects which do not use QtWidgets.Rohan McGovern2012-07-302-2/+0
* Add platform-specific documentation.Thomas McGuire2012-07-263-0/+206
* 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
* Add the CMake directory created during unit testing to .gitignore.Stephen Kelly2012-07-231-0/+1
* Blackberry: Use the rotation matrix as the compass sourceThomas McGuire2012-07-236-39/+107
* Add QSensor::isFeatureSupported()Thomas McGuire2012-07-2310-0/+133
* Test that the package configs for QtSensors work.Stephen Kelly2012-07-205-0/+90
* 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-185-33/+19
* Blackberry: Implement bufferingThomas McGuire2012-07-122-0/+34
* use centralized qml plugin project handlingOswald Buddenhagen2012-07-118-91/+8
* use centralized handling of QT_BUILD_PARTSOswald Buddenhagen2012-07-111-23/+3
* Blackberry: Remove rotation property from orientation readingThomas McGuire2012-07-032-65/+5
* QSensor: Use standard Qt dpointer patternThomas McGuire2012-07-0326-85/+195
* Remove Meego backend notes from documentationThomas McGuire2012-07-031-29/+0
* Update .gitignoreThomas McGuire2012-07-031-0/+4
* 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-269-22/+9
* auto-generate module prisOswald Buddenhagen2012-06-263-23/+1
* Update .gitignoreThomas McGuire2012-06-261-0/+5
* 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-225-52/+2
* enable the dtap sensor tests, as I cannot reproduce 25374 on mac.Lorn Potter2012-06-221-3/+2
* Get all the examples building and running on Desktop.Lincoln Ramsay2012-06-2035-73/+481