summaryrefslogtreecommitdiff
path: root/qtlocation.pro
Commit message (Collapse)AuthorAgeFilesLines
* Add config test for winrt pluginMaurice Kalinowski2016-06-101-0/+1
| | | | | | | | | | | | The WinRT positioning plugin can also be compiled for the desktop. This support has been experimental and is now enabled by default via checking existence of the API on the build machine. [ChangeLog][Positioning][Windows] Enable WinRT backend for MSVC2013/2015 Task-number: QTBUG-53925 Change-Id: I674b14df2eee551b21e13e2f5a28de97ed5e4eeb Reviewed-by: Oliver Wolff <oliver.wolff@qt.io>
* Remove dependency on libgeoclue.Aaron McCarthy2015-09-101-2/+0
| | | | | | | | | | | | | | | | Re-implement Geoclue plugin using only Qt DBus dropping both the build-time and run-time dependency on libgeoclue. Allowing the Geoclue plugin to be build on all platforms that support Qt DBus. The priority of the Geoclue plugin has been lowered slightly so that the native position plugin, if available, has precedence. [ChangeLog][QtPositioning][Position] The Geoclue plugin has been re-implemented using Qt DBus. Task-number: QTBUG-40702 Change-Id: Ia06d089bfb46c10769ccffd765c044c361a9b484 Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>
* Add support for Geoclue Satellite interface.Aaron McCarthy2013-08-291-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The Tizen project introduced an interface for getting the Satellite info directly from a positioning provider. If Geoclue supports this interface make use of it in the geoclue position plugin. The plugin no longer checks the gconf setting /apps/geoclue/master/org.freedesktop.Geoclue.GPSDevice for a valid GPS device. This setting is used by Gypsy (and other providers) but may not necessarily be used by all providers that provide GPS quality data. Instead rely on the Geoclue master provider to determine if GPS is available. Because of this change the gconf dependency has been dropped. The plugin no longer uses the Geoclue master provider as a proxy for position data. Instead it queries the master provider for the DBus service and path of the actual provider and connects directly to that provider. This has to be done anyway to get velocity and satellite data. The plugin no longer assumes that the real positioning provider is Gypsy. This assumption was hard coded as it was always connecting directly to Gypsy to get the velocity data irrespective of what positioning provider was actually being used. Geoclue master does not proxy the Velocity interface. Instead it queries the master provider for the DBus service and path of the actual provider and connects directly to that provider. If the velocity interface is available it will now be from the same provider as the position. Change-Id: I8a6116e4061e50cc28d1efd71df0f7a348a0f143 Reviewed-by: Aaron McCarthy <mccarthy.aaron@gmail.com>
* Remove locationd/npe and maemo/meego position backendsAlex Blasche2013-08-061-1/+0
| | | | | | | | They were Nokia specific and do not have any value anymore. Change-Id: I08507aff295df5ead1fa8b5b770514150a2e608a Reviewed-by: Aaron McCarthy <mccarthy.aaron@gmail.com> Reviewed-by: Alex Blasche <alexander.blasche@digia.com>
* Fix QtLocation documentationAlex Blasche2013-07-121-6/+0
| | | | | | | | | | This moves the docs to its proper place and fixes content as well as broken links. There are still some warnings left. Change-Id: Ie83086f4feabab5f3b3d6c92eb6b401a5ff43e29 Reviewed-by: Alex <alexander.blasche@digia.com>
* use centralized handling of QT_BUILD_PARTSOswald Buddenhagen2012-07-111-25/+4
| | | | | Change-Id: Ib689191802632e2f1ab3968c48d4a1fb72f18d5c Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
* Generate QtLocation docs the way all modules do italex2012-06-281-3/+0
| | | | | Change-Id: Id24f6db2a53d5fbd0a3fdf5f493096e0c4838d7d Reviewed-by: Aaron McCarthy <aaron.mccarthy@nokia.com>
* Add config test to detect when to build gypsy backend.Aaron McCarthy2012-06-251-0/+1
| | | | | | | | Previously the gypsy backend was only being built when CONFIG+=meego was set. Change-Id: Ia738ea270252206974f5fcdf146a53ba221925f0 Reviewed-by: Alex <alex.blasche@nokia.com>
* Add config test to detect when to build geoclue backend.Aaron McCarthy2012-06-251-0/+1
| | | | | | | | Previously the geoclue backend was only being built when CONFIG+=meego was set. Change-Id: I55f723d597aa7af159edb78e24bd2bf0116ae7dd Reviewed-by: Alex <alex.blasche@nokia.com>
* switch to new-style configure testsOswald Buddenhagen2012-06-251-0/+3
| | | | | Change-Id: I15247291dc56c4fd7ae2415a3de1541c9f8b295b Reviewed-by: Aaron McCarthy <aaron.mccarthy@nokia.com>
* Docs: all docs to be built for QtLocation only.Peter Yard2012-02-271-0/+3
| | | | | Change-Id: I154be7bb280811d1bcacb368a08cc81bbb293222 Reviewed-by: Alex <alex.blasche@nokia.com>
* Don't install tests by default.Rohan McGovern2011-11-161-1/+2
| | | | | | | | | Installing tests is a relatively rare use case, and is already disabled by default for some qt5 modules. Make the behavior consistent and disable it by default here too. Change-Id: I979053288783486f13fc2c92b87e8e3b7edfd812 Reviewed-by: Alex <alex.blasche@nokia.com>
* Update structure of QtLocation documentation.Aaron McCarthy2011-10-251-0/+4
| | | | | | | | | Separate out into sections for C++ and QML. Mark all classes as "since QtLocation 5.0" as there has been many API changes since Qt Mobility. Change-Id: Ie71c5f7cb8341e76d41b9fefce4781979f3e898c Reviewed-by: Aaron McCarthy <aaron.mccarthy@nokia.com>
* Merge demos and examples.Casper van Donderen2011-07-111-9/+1
| | | | | | | | | | | We are merging the Qt demos and examples. That means that references to QT_INSTALL_DEMOS should be removed and that the things previously called demos should now be in the examples folder. Change-Id: I5245611428bdd28c884b3f620be96fd970fdbfd0 Reviewed-on: http://codereview.qt.nokia.com/1276 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Aaron McCarthy <aaron.mccarthy@nokia.com>
* honour the configure -nomake tests/demos/examples flags in qtlocationAlex2011-06-151-2/+10
|
* add QtLocation examplesAlex2011-05-191-7/+2
|
* add most qtlocation module setup filesAlex2011-05-061-0/+28