summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add changes file for Qt 5.14.1v5.14.15.14.1Antti Kokko2020-01-101-0/+20
| | | | | | | | | + f6b550ea5eae80124576766fe1a9609ae5aba1e3 Fix QML API for sensor ranges + cf38b7711a5f8b5af5e75990748e40b88bf800fc Add binary compatibility file for qtsensors 5.14 branch + 32f2fe582a672e498c496fd3b7a17e9a94b0bbce Bump version Change-Id: Ic2d87038b32885d4850fc4c661f54c9f939ceb6b Reviewed-by: Lorn Potter <lorn.potter@gmail.com>
* Bump versionDaniel Smith2019-12-161-1/+1
| | | | Change-Id: I4978375116a27574c05fcad4955dd938ccf353c8
* Add binary compatibility file for qtsensors 5.14 branchMilla Pohjanheimo2019-12-131-0/+6860
| | | | | | | BC file built against 5.14.0 added. Change-Id: I2d845df473db90a37287cc3ecf0dffcf4978ece9 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
* Merge remote-tracking branch 'origin/5.14.0' into 5.14Qt Forward Merge Bot2019-12-131-0/+18
|\ | | | | | | Change-Id: I5a8a5444e040b6a100a6c8a32300af3982c61b11
| * Add changes file for Qt 5.14.0v5.14.0-rc2v5.14.0-rc1v5.14.05.14.0Antti Kokko2019-11-281-0/+18
| | | | | | | | | | Change-Id: I09255db4ff0afb5f5f31168b2e4b331e3812439f Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
* | Fix QML API for sensor rangesUlf Hermann2019-12-035-26/+177
|/ | | | | | | | | | | | | | | Previously the QQmlListProperties were constructed on stack-allocated lists, which immediately turned into dangling pointers on return. Also, none of the sensor ranges was ever deleted. Keep the sensor ranges in persistent lists in the private object, parent them to the main QmlSensor object, and add some tests for them. Fixes: QTBUG-79224 Change-Id: Ie61d0aaeaaaf998c1d1f46f60c81848ae48659d6 Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io> Reviewed-by: Alex Blasche <alexander.blasche@qt.io> Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io>
* Merge remote-tracking branch 'origin/5.13' into 5.14v5.14.0-beta3Qt Forward Merge Bot2019-11-051-0/+20
|\ | | | | | | | | | | | | Conflicts: .qmake.conf Change-Id: I7c9aaec71adbf1f0bc040e38b8f2e767022baa81
| * Merge remote-tracking branch 'origin/5.13.2' into 5.135.13Qt Forward Merge Bot2019-10-302-1/+21
| |\ | | | | | | | | | Change-Id: I1861cad644f2e655a97ddac7559350120ca61c7b
| | * Add changes file for Qt 5.13.2v5.13.25.13.2Antti Kokko2019-10-161-0/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | + 47d1ff2813575981d02434d6cffd6384687f832b Binary compatibility file for Qt 5.13.0 for QtSensors + b92ff799f71d0de7d6ba5b5dd59a6e50087c2f42 Add changes file for Qt 5.12.5 + 220ab35bfd864cb390e9051b9563587319f58bd4 Doc: Remove non-existing arguments from docs + 9b4c2e4fcbe8700f0cf95cda887476e9a2d3a545 Doc: Replace WinRT with UWP in Qt Sensors module docs Change-Id: Ib88726f557bb0e3209a757fa0beec5845ebc3e9a Reviewed-by: Lorn Potter <lorn.potter@gmail.com> Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
| | * Bump versionFrederik Gladhorn2019-10-141-1/+1
| | | | | | | | | | | | Change-Id: I9e2cc04853a9d3dbec53258e00badcbb9ff19ece
* | | Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-10-261-1/+1
|\ \ \ | |/ / | | | | | | Change-Id: Idb20ba0646891ab3b6fe73c88cee26747516eb30
| * | Don't ask for gui when we don't need itEdward Welbourne2019-10-251-1/+1
| |/ | | | | | | | | | | | | | | Its inclusion in QT broke builds that are fine without it. Change-Id: I457def5945dc3db5b2cf2137c9de1917e941d0c3 Task-number: QTBUG-79353 Reviewed-by: Lorn Potter <lorn.potter@gmail.com>
* | Update AndroidManifest.xml to be compatible with Qt 5.14Eskil Abrahamsen Blomfeldt2019-10-252-8/+4
| | | | | | | | | | | | | | Necessary changes to be compatible with AAB changes in Qt 5.14. Change-Id: Ic574ac5d2401e9241eeb48061959c069a5c0e725 Reviewed-by: BogDan Vatra <bogdan@kdab.com>
* | Enable shadow-building the sensor_explorer example on WindowsFriedemann Kleint2019-10-253-19/+74
| | | | | | | | | | | | | | | | | | | | | | | | When package-testing, a shadow-build of the example fails due to the import plugin not finding "main.moc", which is apparently caused by the directory structure and using DESTDIR = ./ Add header "main.h" to avoid having to deal with "main.moc". Change-Id: I04024c8d282b4f56d9942c0c8414d0b6ff9b1d20 Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
* | Update plugins.qmltypes for 5.14Kai Koehne2019-10-221-1/+1
| | | | | | | | | | | | Task-number: QTBUG-78690 Change-Id: If399aff73104144bfb4b5de74e64ed7b54f8f63d Reviewed-by: Kai Koehne <kai.koehne@qt.io>
* | Fix library namev5.14.0-beta2v5.14.0-beta1BogDan Vatra2019-10-011-1/+1
| | | | | | | | | | | | Fixes: QTBUG-78616 Change-Id: I63ae0ef7d83cf2336ede280530de54688bf4fa76 Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>
* | Merge "Merge remote-tracking branch 'origin/5.13' into 5.14"Qt Forward Merge Bot2019-09-244-13/+14
|\ \
| * \ Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-09-244-13/+14
| |\ \ |/ / / | | _ | | Change-Id: I8ee039e82242d46979f8fe7f42164247cf494633
| * Doc: Replace WinRT with UWP in Qt Sensors module docsLeena Miettinen2019-09-201-2/+3
| | | | | | | | | | | | | | | | | | The name of the platform offering in the docs was changed to "Qt for UWP", because WinRT is no longer supported. Task-number: QTBUG-61884 Change-Id: I9b824e630e040d1b9789981596c238615033fd69 Reviewed-by: Paul Wicking <paul.wicking@qt.io>
| * Doc: Remove non-existing arguments from docsLeena Miettinen2019-09-193-11/+11
| | | | | | | | | | | | | | | | | | | | ...for QSensorGesture::detected() and QSensorGestureRecognizer::detected() Also, the Q_QDOC defines are not needed any more. Change-Id: I3fe2fb779caceeb41187815d272aca053af695b3 Reviewed-by: Paul Wicking <paul.wicking@qt.io>
* | Merge "Merge remote-tracking branch 'origin/5.13' into 5.14"v5.14.0-alpha1Qt Forward Merge Bot2019-09-172-0/+40
|\ \
| * \ Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-09-172-0/+40
| |\ \ |/ / / | | _ | | Change-Id: If7d74fb0dd63640b3b86a7e0aad3390a5c1295ab
| * Merge "Merge remote-tracking branch 'origin/5.12' into 5.13"Qt Forward Merge Bot2019-09-081-0/+20
| |\
| | * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-09-081-0/+20
| | |\ | |/ / | | | | | | Change-Id: Iaa2cbb107a32a688cefb2afa0fbb535c169a326c
| | * Merge "Merge remote-tracking branch 'origin/5.12.5' into 5.12"Qt Forward Merge Bot2019-09-071-0/+20
| | |\
| | | * Merge remote-tracking branch 'origin/5.12.5' into 5.12Qt Forward Merge Bot2019-09-071-0/+20
| | | |\ | | |/ / | | | | | | | | Change-Id: I7f75aa6946ca3dce6748b3a5915647537e0537f2
| | | * Add changes file for Qt 5.12.5v5.12.55.12.5Antti Kokko2019-09-031-0/+20
| | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | + ed0b4ed792504dc68d2f009ca19d69ef856002ba fix typo that breaks android build + 8b741cadcafd76c3de167d0b7a31be4fe25623d9 Bump version + 154ecd7b3048f22ee549c3838cc153cbc8cd33d2 Android: Don't crash for unsupported accelerometer mode + 777204e439c8edd35e021a73cddd80f4c85ef4f5 qmltypes: export humidity/distance interface + 70c2dd24800527908e92fb0ce181b939dbd6141e Doc: Prefer public over private API in links Change-Id: Ice38ddac7f0515e48d21eba6b3a794010bb204e3 Reviewed-by: BogDan Vatra <bogdan@kdab.com>
| * | Merge "Merge remote-tracking branch 'origin/5.13.1' into 5.13"Qt Forward Merge Bot2019-09-051-0/+20
| |\ \
| | * \ Merge remote-tracking branch 'origin/5.13.1' into 5.13Qt Forward Merge Bot2019-09-051-0/+20
| | |\ \ | |/ / / | | | | | | | | Change-Id: I98685ce3c8eb29f1944edbdf2c651963f2b5a84f
| | * | Add changes file for Qt 5.13.1v5.13.15.13.1Antti Kokko2019-08-021-0/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | + 14b5821f7b9998c1263c592d2cc70f21f1e72981 Do not register iio sensors if the dbus service is not found + d5888b178da6d34704ee074065f176000ffaab29 Bump version + 6e30eaa1bda78b16fe9f467ad328a085bb3def09 Add changes file for Qt 5.12.4 + ed0b4ed792504dc68d2f009ca19d69ef856002ba fix typo that breaks android build + 9e475f2f08cd528b773e67a304aa85d8d0d298d8 Bump version + 8b741cadcafd76c3de167d0b7a31be4fe25623d9 Bump version + 154ecd7b3048f22ee549c3838cc153cbc8cd33d2 Android: Don't crash for unsupported accelerometer mode + 777204e439c8edd35e021a73cddd80f4c85ef4f5 qmltypes: export humidity/distance interface + ff2b9bd23ccd52f9e02fbc24ef66c863f0dc9250 Doc: Replace example file lists with links to code.qt.io + 70c2dd24800527908e92fb0ce181b939dbd6141e Doc: Prefer public over private API in links Change-Id: Ice4cca1e8ef7ebc25f9d4a2eca7101ffa517a824 Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
* | | | Replace the deprecated qSort() -> std::sort()Sona Kurazyan2019-08-261-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | Task-number: QTBUG-76491 Change-Id: I3fd78291e117947f38c77360054b8317561ffa28 Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
* | | | Merge "Merge remote-tracking branch 'origin/5.13' into dev"Qt Forward Merge Bot2019-08-171-0/+6821
|\ \ \ \
| * \ \ \ Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-08-171-0/+6821
| |\ \ \ \ |/ / / / / | | _ / / | | / / Change-Id: I5e6c6900876819d5c0c7b33faec6df60ac1b2c14
| * | | Binary compatibility file for Qt 5.13.0 for QtSensorsMilla Pohjanheimo2019-08-141-0/+6821
| |/ / | | | | | | | | | | | | | | | | | | | | | BC file added. Change-Id: Iec44777c1e7cf46c2c880cbb34ec394904d67736 Reviewed-by: Lorn Potter <lorn.potter@gmail.com> Reviewed-by: Sergio Ahumada <sahumada@texla.cl>
* | | Merge "Merge remote-tracking branch 'origin/5.13' into dev"Qt Forward Merge Bot2019-07-2210-12/+112
|\ \ \
| * \ \ Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-2210-12/+112
| |\ \ \ |/ / / / | | _ / | | / | | | | | | | | | Conflicts: .qmake.conf Change-Id: Ia190d8f7448766e964472599dc1adf5c6f0eabd7
| * | Merge "Merge remote-tracking branch 'origin/5.12' into 5.13"Qt Forward Merge Bot2019-07-162-2/+2
| |\ \
| | * \ Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-162-2/+2
| | |\ \ | |/ / / | | | _ | | | Change-Id: I882051b1e585c1af4a27930aa8c575ef641583b5
| | * Doc: Prefer public over private API in linksPaul Wicking2019-07-112-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | This change uses the public API and removes references to private API. Task-number: QTBUG-76978 Change-Id: Ifd53dc520a38ff87b12271b7b446fd42753bb7f3 Reviewed-by: Sze Howe Koh <szehowe.koh@gmail.com>
| * | Merge "Merge remote-tracking branch 'origin/5.12' into 5.13"Qt Forward Merge Bot2019-07-113-3/+49
| |\ \
| | * \ Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-113-3/+49
| | |\ \ | | | |/ | | | | | | | | | | | | | | | | | | | | Conflicts: .qmake.conf Change-Id: Ic691e11af371acfb7706ee218665fb5a9f96a9c3
| | | * qmltypes: export humidity/distance interfaceGaurav Kalra2019-07-052-0/+40
| | | | | | | | | | | | | | | | | | | | | | | | Task-number: QTBUG-76133 Change-Id: Iae28989a509384c3fad0fe5b4222e5cc1068881c Reviewed-by: Kai Koehne <kai.koehne@qt.io>
| | | * Android: Don't crash for unsupported accelerometer modeKai Pastor2019-07-031-3/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | According to documentation, changing the mode shall have no effect when the device does not support a particular mode. Task-number: QTBUG-76862 Change-Id: I805daa3a3f659e8aed25e4b7b6531f804dd654b2 Reviewed-by: BogDan Vatra <bogdan@kdab.com>
| | | * Bump versionFrederik Gladhorn2019-07-011-1/+1
| | | | | | | | | | | | | | | | Change-Id: I46e918c5aa1a173cc9f954bca73ac465f60041e7
| * | | Doc: Replace example file lists with links to code.qt.ioTopi Reinio2019-07-091-0/+1
| |/ / | | | | | | | | | | | | | | | Task-number: QTBUG-74391 Change-Id: Iacab2b6735bef1d52c640cb7b3e51ae3aa010a56 Reviewed-by: Paul Wicking <paul.wicking@qt.io>
| * | Bump versionFrederik Gladhorn2019-07-011-1/+1
| | | | | | | | | | | | Change-Id: I33c8461b4cee52be9cb0b64af8e4dc9e1b14d44d
| * | Merge "Merge remote-tracking branch 'origin/5.12' into 5.13"Qt Forward Merge Bot2019-06-282-1/+25
| |\ \
| | * \ Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-06-272-1/+25
| | |\ \ | |/ / / | | | _ | | | | | | | | | | | | Conflicts: .qmake.conf Change-Id: Ib6ec0928ab14e075b35648ce0da4efc293be9c94
| | * fix typo that breaks android buildLorn Potter2019-06-171-1/+1
| | | | | | | | | | | | | | | | | | | | | Fixes: QTBUG-76384 Change-Id: Ib1977ea1371e3a82ca14d1c7c450984fa40cd71d Reviewed-by: Vyacheslav Koscheev <vok1980@gmail.com> Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
| | * Merge "Merge remote-tracking branch 'origin/5.12.4' into 5.12"Qt Forward Merge Bot2019-06-172-1/+25
| | |\