summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add changelog for QtSensors 5.5.1 releasev5.5.15.5Alex Blasche2015-09-231-0/+32
| | | | | Change-Id: I04d2fecc6bd53438eacc59154c32f09ce1c85b0d Reviewed-by: Liang Qi <liang.qi@theqtcompany.com>
* Only register plugins that sensorfw plugin can instantiateLorn Potter2015-09-071-1/+2
| | | | | | | | This makes it possible to use Tilt sensor from generic plugin. Task-number: QTBUG-47854 Change-Id: I14883e8d4a18a56c52845a4a5172c8c46bfe385f Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>
* Add the GPLv3 license textThiago Macieira2015-08-132-0/+688
| | | | | | | LGPLv3 refers to it but does not include it in its body. Change-Id: Ib056b47dde3341ef9a52ffff13eed18cf3504738 Reviewed-by: Lars Knoll <lars.knoll@theqtcompany.com>
* Bump versionOswald Buddenhagen2015-06-291-1/+1
| | | | Change-Id: I6de38cb0dde69c1600626738202c2cead05f8fa1
* Merge remote-tracking branch 'origin/5.5.0' into 5.5Liang Qi2015-06-261-0/+30
|\ | | | | | | Change-Id: Ia81a38826351ffed9409c6ddd24fb4b8beda4d10
| * Add changelog file for 5.5.0 releasev5.5.0-rc1v5.5.0Alex Blasche2015-06-081-0/+30
| | | | | | | | | | Change-Id: I23d0449b45c3148f0be5f61f32ada3017474355a Reviewed-by: Liang Qi <liang.qi@theqtcompany.com>
* | Remove official support of BlackBerry on 5.5 in QtSensorsAlex Blasche2015-06-171-1/+1
|/ | | | | | | | The relevant code base will be removed in Qt 5.6. This change prepares qtsensors repo for the removal of the "Qt for BlackBerry" link. Change-Id: I67229cc0778ed54723ae4c6bf9302a3d54d11034 Reviewed-by: Topi Reiniö <topi.reinio@digia.com>
* Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-05-291-0/+1
|\ | | | | | | Change-Id: Icc01abe0bc7368455527b5f4b5299b4cb9f2b177
| * Fix clients starting sensors when sensorfw restarts.5.4Lorn Potter2015-05-281-0/+1
| | | | | | | | | | | | Task-number: QTBUG-45516 Change-Id: I45215714e8f5e4693e43d022a3ca313576c85d79 Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>
* | Fix crash in AndroidCompassVyacheslav Koscheev2015-05-271-2/+5
| | | | | | | | | | | | Change-Id: I9031610c02d9418b46339c34b02264a03600403c Task-number: QTBUG-45691 Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>
* | Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-05-251-0/+29
|\| | | | | | | | | | | | | Conflicts: .qmake.conf Change-Id: I2c688e3d3736d6e4f085a22c4a1464fd952fc780
| * Merge remote-tracking branch 'origin/5.4.2' into 5.4Liang Qi2015-05-181-0/+29
| |\ | | | | | | | | | Change-Id: I19a82211cf72648a62aedccdeec26f00614a19f8
| | * Add changelog for QtSensor 5.4.2 releasev5.4.2Alex Blasche2015-04-241-0/+29
| | | | | | | | | | | | | | | Change-Id: I33e40e039e2c4f8cea8dd873b35a03d5cb6b0769 Reviewed-by: Kai Koehne <kai.koehne@theqtcompany.com>
| * | Bump versionOswald Buddenhagen2015-04-201-1/+1
| |/ | | | | | | Change-Id: I39a3d29785f3efee021748d26b70cdb877a527c2
* | Updated WinRT license headers to use LGPLv3 instead of LGPLv21Jani Heikkinen2015-05-2115-150/+195
| | | | | | | | | | | | | | | | From 5.5.0 -> WinRT port is licensed with LGPLv3, see http://blog.qt.io/blog/2015/04/29/windows-10-support-in-qt/ Change-Id: I1c78b8f11d1640e36e6b90eea47500c5dd5408ee Reviewed-by: Maurice Kalinowski <maurice.kalinowski@theqtcompany.com>
* | iOS: update Info.plist so that app runsv5.5.0-beta1Richard Moe Gustavsen2015-04-271-7/+6
| | | | | | | | | | | | | | | | | | Some extra fields added, and some removed, so that the app runs on device. Also added iPhone6/6+ support. Change-Id: I7e2d0337a162a45f1ba37f16ad8ef902b61c7719 Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@theqtcompany.com> Reviewed-by: Caroline Chao <caroline.chao@theqtcompany.com>
* | Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-04-152-4/+5
|\| | | | | | | Change-Id: I06a505894844bfd17eb07106bed0c07ca2f9f79c
| * Fix double negative values, sensorfw already transforms the accel values.Lorn Potter2015-04-131-3/+3
| | | | | | | | | | | | | | | | No need to use a double negative in the chain of data to arrive at the correct values. Change-Id: I694037bb7f83083d3d281ec9544d7fa300861f1a Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>
| * Fix crash in QtSensors client, when sensorfwd is not running.Lorn Potter2015-04-021-1/+2
| | | | | | | | | | Change-Id: Iecb6fe8637001d3005aa04c58d1d888f534c5082 Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>
* | Merge remote-tracking branch 'gerrit/5.4' into 5.5Alex Blasche2015-04-012-0/+29
|\| | | | | | | Change-Id: If6f44fe2cd69bae92cddd4682e952f2528b85184
| * add dynamic alwaysOn support for sensorfw backendLorn Potter2015-03-192-0/+29
| | | | | | | | | | Change-Id: Ibb4d335ff43a91f84f346ab32847ab376830ed35 Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>
* | Fix QNX 6.6 build, use the q* version of math functionsSergio Martins2015-03-302-9/+9
| | | | | | | | | | | | | | genericrotationsensor.cpp:85:37: error: 'sqrt' was not declared in this scope Change-Id: I871b88130debdfd0a64421e4da8a451b586e7ba6 Reviewed-by: Rafael Roquetto <rafael.roquetto@kdab.com>
* | Fix SensorFW link in docsAlex Blasche2015-03-241-1/+1
| | | | | | | | | | | | | | | | | | Meego is long gone and Mer has taken over the continued development. In addition, Gitorious will shut down soon. Change-Id: Ib99738a6b9f013ff42ed46d2676de09c9528c9f6 Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com> Reviewed-by: Lorn Potter <lorn.potter@gmail.com>
* | Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-03-1741-4092/+0
|\| | | | | | | | | | | | | | | | | Conflicts: doc/config/qt-html-templates-online.qdocconf doc/config/qt-html-templates.qdocconf doc/config/qtsensors.qdocconf Change-Id: Iaf258dbe5311c1f3e190e4b2bff5297f1d4e290e
| * Doc: Remove unused/old qdoc conf filesSergio Ahumada2015-03-1141-4092/+0
| | | | | | | | | | Change-Id: Iefecf07553601f3a20a14f86a7e058ef1ccf9ca7 Reviewed-by: Topi Reiniö <topi.reinio@digia.com>
* | Certain test cases can only be built with QML availableUlf Hermann2015-03-161-2/+4
| | | | | | | | | | Change-Id: I27b6bef6382c599a7ec412895fbb4da0d1760cd0 Reviewed-by: Lorn Potter <lorn.potter@gmail.com>
* | Merge remote-tracking branch 'origin/5.4' into 5.5v5.5.0-alpha1Frederik Gladhorn2015-02-241-3/+3
|\| | | | | | | Change-Id: I7b64e129ef941420378cda207f5fdf90efe4c463
| * Make sensorfw als values the common standard for QtSensors pluginsLorn Potter2015-02-241-3/+3
| | | | | | | | | | Change-Id: I69d15c8af9b6e5acde9d86e185395590369baab6 Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>
* | Merge "Merge remote-tracking branch 'origin/5.4' into dev" into refs/staging/devSergio Ahumada2015-02-2211-12/+20823
|\ \
| * | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-02-1311-12/+20823
| |\| | | | | | | | | | Change-Id: I7db3f66a1ac98d32a206c288b53151ad0a249944
| | * bic: Add 5.{1,2,3,4}.0 bic data for QtSensorsSergio Ahumada2015-02-126-0/+20772
| | | | | | | | | | | | | | | Change-Id: I328a947a8a25de542950d4b5c77304c4deb876c0 Reviewed-by: Lorn Potter <lorn.potter@gmail.com>
| | * Add the QtCore/ library prefix in public headersSergio Ahumada2015-02-124-12/+12
| | | | | | | | | | | | | | | Change-Id: I294756d2d98972db24bd7d7e2979a92d78c5e060 Reviewed-by: Lorn Potter <lorn.potter@gmail.com>
| | * Merge remote-tracking branch 'origin/5.4.1' into 5.4Frederik Gladhorn2015-02-101-0/+39
| | |\ | | | | | | | | | | | | Change-Id: I9b6ac654b9f0793e3c711dbd9793cbbc9c37b1e1
| | | * Add changelog for Qt Sensors 5.4.1 release.v5.4.1Alex Blasche2015-01-291-0/+39
| | | | | | | | | | | | | | | | | | | | Change-Id: I3b9c7144a3802a299e620f50ba59557184fdeba6 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
* | | | Remove BlackBerry PlayBook support.Rafael Roquetto2015-02-186-421/+0
| | | | | | | | | | | | | | | | | | | | Change-Id: Id1247f797873395c38251ba098bfa848a06f10ee Reviewed-by: Rafael Roquetto <rafael.roquetto@kdab.com>
* | | | Update copyright headersJani Heikkinen2015-02-17438-2881/+2809
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | Qt copyrights are now in The Qt Company, so we could update the source code headers accordingly. In the same go we should also fix the links to point to qt.io. Change-Id: I141862df4ed2475c05ebbeb8fe447c4a6e736849 Reviewed-by: Antti Kokko <antti.kokko@theqtcompany.com>
* | | Update plugins.qmltypes for QtSensors 5.5 releaseAlex Blasche2015-02-062-5/+5
| | | | | | | | | | | | | | | Change-Id: I4b5bd46487a3589171f115aba1ee1a57d0273f35 Reviewed-by: Lorn Potter <lorn.potter@gmail.com>
* | | Cleanup QtSensors QML plugin project fileAlex Blasche2015-02-041-5/+0
| | | | | | | | | | | | | | | | | | | | | | | | This was ancient code and qmake got much smarter since then. It caused an incorrect "qmltypes" make target too. Change-Id: I4dbbd70a80fac71dbf033e1af9fb5f256c7279c0 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
* | | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-01-190-0/+0
|\| | | | | | | | | | | | | | | | | | | | Conflicts: .qmake.conf Change-Id: Ib87eba614edcfef97f64a224fa336d607eec6ea1
| * | Bump versionOswald Buddenhagen2015-01-161-1/+1
| |/ | | | | | | Change-Id: Idfebc2d8189b831ddb94d951a93cba2744a08340
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-01-024-4/+56
|\| | | | | | | | | | | | | Conflicts: .qmake.conf Change-Id: I58c54028067aa0be09ec6542e9b7154396b08d0f
| * Do not install the dummy sensors plugin by defaultAllan Sandfeld Jensen2014-12-181-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | The dummy sensors plugin will start fake sensors that emit 100 updates per second. This should not be the default sensor returned when a user requests a sensor. These sensors were default on Linux. Task-number: QTBUG-39475 Change-Id: Ia276e904f93dfeef95f7490ec7cb51cad260a2a8 Reviewed-by: Lorn Potter <lorn.potter@gmail.com>
| * Merge remote-tracking branch 'origin/5.4.0' into 5.4Frederik Gladhorn2014-12-171-0/+48
| |\ | | | | | | | | | Change-Id: I74fd8ea4b5d458706c7269572fa4679e6fd60a57
| | * QtSensors changelog updated for Qt 5.4.v5.4.0Alex Blasche2014-12-031-0/+48
| | | | | | | | | | | | | | | Change-Id: I3e34ba8503f7b4675a6c629ff5baf9370a7cf63c Reviewed-by: Lorn Potter <lorn.potter@gmail.com>
| * | Change Qt bugtracker URL to qt.ioAlex Blasche2014-12-161-1/+1
| | | | | | | | | | | | | | | | | | Change-Id: I5ecc2a929812667609c938f38c3d9195bda1f1ae Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com> Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>
| * | Bump versionOswald Buddenhagen2014-12-121-1/+1
| | | | | | | | | | | | Change-Id: Id0d1dc490649ce0522deead171165afaa44731dd
| * | Remove unnecessary \inqmlmodule parameterAlejandro Exojo2014-12-081-2/+2
| |/ | | | | | | | | Change-Id: I23232dcb9d13605f973144f64ffb93b0d9013c65 Reviewed-by: Mitch Curtis <mitch.curtis@digia.com>
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-10-0924-27/+73
|\| | | | | | | Change-Id: Ie542c953df0bac854da2fd2f00043509addf87f2
| * Doc: Applied title case in section1 titlesv5.4.0-rc1v5.4.0-beta1Nico Vertriest2014-10-095-9/+9
| | | | | | | | | | | | | | Task-number: QTBUG-41250 Change-Id: I788332e3db66e8188fc7d64d1e31995f4b432932 Reviewed-by: Martin Smith <martin.smith@digia.com> Reviewed-by: Topi Reiniö <topi.reinio@digia.com>
| * Add \since tag to QtSensor classes.Alex Blasche2014-09-2619-18/+64
| | | | | | | | | | | | | | | | | | | | QtSensors was released first by Qt 5.1. A few whitespace changes go along as well to unify the formatting. Change-Id: I6f6e15c95c1a5f33731782e429e87cef68e96e3b Task-number: QTBUG-36775 Reviewed-by: Topi Reiniö <topi.reinio@digia.com>