summaryrefslogtreecommitdiff
path: root/src/plugins/position
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-012-28/+34
|\
| * Android: request permissions before location requests or updatesAssam Boudjelthia2020-01-292-28/+34
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-251-2/+2
|\ \ | |/
| * Android: JNI_OnLoad return JNI_VERSION_1_6 instead of JNI_VERSION_1_4Assam Boudjelthia2020-01-201-2/+2
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-12-301-10/+15
|\ \ | |/
| * Re-request authorization after the authorization has changedAndy Shaw2019-11-151-10/+15
* | Avoid initializing QFlags with 0 or nullptrFriedemann Kleint2019-11-251-1/+1
|/
* Add Satellite support to serialnmea pluginPaolo Angelelli2019-08-154-5/+720
* Introduce QIOPipe and use it in serialnmea pluginPaolo Angelelli2019-08-094-23/+397
* Port from QMutex::Recursive to QRecursiveMutexMarc Mutz2019-08-031-12/+14
* Support specifying serial port via PluginParameter in serialnmea pluginPaolo Angelelli2019-07-182-8/+33
* Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-06-291-1/+4
|\
| * Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-06-251-1/+4
| |\
| | * winrt: Do not assert if requesting access failedOliver Wolff2019-06-241-1/+4
* | | Remove usages of deprecated APIs from QDateTimeSona Kurazyan2019-06-271-1/+1
* | | QGeoPositionInfoSourceCL: Initialize location timestamp with UTC time specAndrew Dolby2019-06-141-3/+1
|/ /
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-161-2/+2
|\ \ | |/
| * Re-enable geoclue plugins on BSD styleAlex Blasche2019-02-121-2/+2
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-021-3/+1
|\ \ | |/
| * winrt: Remove incorrect asserts and fix incorrect conditionOliver Wolff2019-01-311-3/+1
* | Unify semicolon usage in Q_UNUSEDJesus Fernandez2019-01-236-14/+14
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2019-01-223-118/+153
|\ \ | |/
| * winrt: Initialize position source on first usageOliver Wolff2019-01-142-24/+54
| * winrt: Depend on access to service for supportedPositioningMethodsOliver Wolff2019-01-141-12/+2
| * winrt: Implement supportedPositioningMethodsChangedOliver Wolff2019-01-141-0/+10
| * winrt: Initialize status and position tokens' values in constructorOliver Wolff2019-01-141-3/+2
| * winrt: Do not emit error signal with NoErrorOliver Wolff2019-01-141-1/+4
| * winrt: Smaller code cleanupsOliver Wolff2019-01-142-15/+14
| * winrt: Check access to location service on every callOliver Wolff2019-01-141-10/+16
| * winrt: Minor changes to loggingOliver Wolff2019-01-141-2/+3
| * winrt: React on position source status change eventsOliver Wolff2019-01-142-55/+52
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2019-01-105-6/+27
|\ \ | |/
| * winrt: Minor improvements in error handlingOliver Wolff2019-01-041-2/+3
| * Ensure QGeoPositionInfoSource::supportedPositioningMethodsChanged() on AndroidAlex Blasche2019-01-044-3/+23
| * Fix QGeoPositionInfoSource::supportedPositioningMethods() on AndroidAlex Blasche2019-01-021-1/+1
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-12-251-28/+43
|\ \ | |/
| * Collect vertical position accurancy detailsAlex Blasche2018-12-141-1/+15
| * Fix warnings in jnipositioning.cppAlex Blasche2018-12-101-27/+28
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-12-106-87/+161
|\ \ | |/
| * Fix horizontal accuracy comparison for competing position resultsAlex Blasche2018-12-051-1/+1
| * Fix warning in Android position pluginAlex Blasche2018-12-051-1/+1
| * Fix compilation with gcc 4.8Ville Voutilainen2018-12-031-1/+1
| * winrt: Implement minimumUpdateIntervalOliver Wolff2018-11-281-12/+12
| * winrt: Restart location handler on setUpdateInterval if necessaryOliver Wolff2018-11-281-0/+8
| * winrt: Remove unneeded status change callbackOliver Wolff2018-11-282-18/+0
| * winrt: Check availability in requestAccess on desktop buildsOliver Wolff2018-11-281-5/+39
| * winrt: Small code cleanupOliver Wolff2018-11-281-4/+1
| * winrt: Add nativeStatus helper functionsOliver Wolff2018-11-281-14/+18
| * winrt: Add categorized loggingOliver Wolff2018-11-282-1/+32
| * winrt: Fix namespaced buildsOliver Wolff2018-11-281-0/+4