summaryrefslogtreecommitdiff
path: root/src/plugins/position
Commit message (Expand)AuthorAgeFilesLines
* winrt: Do not assert if requesting access failedOliver Wolff2019-06-241-1/+4
* Re-enable geoclue plugins on BSD styleAlex Blasche2019-02-121-2/+2
* winrt: Remove incorrect asserts and fix incorrect conditionOliver Wolff2019-01-311-3/+1
* 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
* 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
* Collect vertical position accurancy detailsAlex Blasche2018-12-141-1/+15
* Fix warnings in jnipositioning.cppAlex Blasche2018-12-101-27/+28
* 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
* winrt: Make sure that Co(Un)Initialize is calledOliver Wolff2018-11-281-0/+2
* winrt: Replace deprecated functionsOliver Wolff2018-11-281-20/+31
* winrt: Fix setting of verticalAccuracyOliver Wolff2018-11-281-1/+1
* winrt: Minor code cleanupOliver Wolff2018-11-284-11/+12
* Do not build geoclue plugins on platforms != linuxOliver Wolff2018-11-221-2/+2
* CoreLocation: fix unconditional (previously) method callsTimur Pocheptsov2018-10-221-8/+19
* Check authorization in QGeoPositionInfoSourceCL::enableLocationManagerPaolo Angelelli2018-09-181-1/+33
* Improvements to geoclue2 pluginAki Koskinen2018-09-172-80/+48
* Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-08-181-2/+2
|\
| * Geoclue: respect minimum update interval for satellite info updatesChris Adams2018-08-171-2/+2
* | Long live for the geoclue2 position pluginDenis Shienkov2018-08-1612-0/+1149
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-06-121-1/+1
|\ \ | |/
| * Enable serialnmea positioning plugin everywherePaolo Angelelli2018-06-061-1/+1
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-04-053-9/+0
|\ \ | |/
| * Declare/Register metatype for QGeoPositionInfoPaolo Angelelli2018-03-233-9/+0
* | Clean up our Objective-C usageLiang Qi2018-03-091-5/+5
|/
* Add .mm to DISTFILES if not on MacPaolo Angelelli2018-03-051-0/+4
* Merge remote-tracking branch 'origin/5.10' into 5.11Liang Qi2018-02-192-14/+19
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-262-14/+19
| |\
| | * Apple platforms: properly guard API access when requesting location infoJake Petroules2018-01-022-14/+19
* | | Replace Q_NULLPTR with nullptrKevin Funk2018-02-051-3/+3
* | | Replace Q_DECL_OVERRIDE with overrideKevin Funk2018-02-053-20/+20