summaryrefslogtreecommitdiff
path: root/src/location/maps/qgeoserviceprovider.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use SPDX license identifiersVolker Hilsheimer2023-02-021-38/+2
* Documentation fixesVolker Hilsheimer2022-11-281-12/+1
* Cleanup: QGeoServiceProviderVolker Hilsheimer2022-09-261-64/+44
* Remove turn-by-turn navigationVolker Hilsheimer2022-09-261-28/+0
* Refactor: for loopsVolker Hilsheimer2022-09-141-4/+4
* Cleanup: use nullptr instead of 0Volker Hilsheimer2022-09-131-15/+15
* Merge the factory versions into oneVolker Hilsheimer2022-09-121-20/+8
* Use 'const' correctlyVolker Hilsheimer2022-07-281-1/+1
* Bump plugin interface version to 6.0Volker Hilsheimer2022-07-271-1/+1
* Replace foreach with ranged for and set QT_NO_FOREACHVolker Hilsheimer2022-07-261-2/+2
* Silence build warnings, fix build errorsVolker Hilsheimer2022-06-161-1/+1
* Use up-to date LGPL license headerKai Köhne2021-12-021-11/+14
* Plugins: port to QPluginParsedMetaData and CBORIvan Solovev2021-11-091-12/+13
* Fix QHash/QMultiHash related deprecations warningsAlex Blasche2020-04-021-4/+4
* Doc: Fix documentation issuesTopi Reinio2019-05-161-0/+2
* Unify semicolon usage in Q_UNUSEDJesus Fernandez2019-01-231-1/+1
* Expose manager-specific errors from QGeoServiceProviderPaolo Angelelli2019-01-141-7/+128
* Fix regression in error handling in QGeoServiceProviderPaolo Angelelli2018-12-031-1/+1
* Fix error handling in QGeoServiceProviderPaolo Angelelli2018-11-271-4/+8
* Improve error reporting in plugin loadingPaolo Angelelli2018-11-051-1/+10
* Allow injecting the qml engine into geoservice pluginsPaolo Angelelli2018-09-041-8/+19
* Fix casting QGeoServiceProviderFactoryV2v5.11.0-rc2v5.11.0-rc1v5.11.05.11.0Paolo Angelelli2018-05-031-1/+4
* QGeoServiceProvider: Consider navigation manager when setting localePaolo Angelelli2018-03-231-0/+2
* QGeoServiceProviderFactory: Restore binary compatibility to Qt 5.10Paolo Angelelli2018-03-201-5/+9
* Initialize navigationManager and navigationErrorBogDan Vatra2018-02-081-0/+4
* Add QNavigationManager/QNavigationManagerEnginePaolo Angelelli2018-01-241-1/+42
* Fix build with -no-feature-libraryUlf Hermann2017-03-061-2/+0
* Remove unused includesPaolo Angelelli2017-03-021-3/+0
* Add geoservices plugin to support ESRI mapping servicesv5.8.0-alpha1Guillaume Belz2016-08-311-0/+1
* fix expensive iteration over QMap::keys(), QHash::keys()Anton Kudryavtsev2016-01-151-6/+5
* Bump all QtLocation 5.5 tags to 5.6Alex Blasche2015-09-231-1/+1
* Fix QtLocation \since tags in QML and C++Alex Blasche2015-05-291-1/+1
* Don't share provider specific parameters with unrelated pluginsAlex Blasche2015-05-291-5/+50
* Changes key of "nokia" geoservices plugin to "here"Alex Blasche2015-03-251-2/+6
* Rename Nokia to HERE pluginAlex Blasche2015-02-261-2/+3
* Remove LGPLv2.1 and add GPLv2+ from/to QtLocationAlex Blasche2015-02-191-14/+17
* Update contact URL in all license headers to qt.ioAlex Blasche2015-02-181-1/+1
* Merge remote-tracking branch 'gerrit/5.4' into devAlex Blasche2015-02-111-1/+0
|\
| * Remove duplicate includesSergio Ahumada2015-02-091-1/+0
* | Adds mapping manager error handling to qmlMichal Klocek2015-01-131-19/+14
|/
* Update license headers and add new license filesAntti Kokko2014-08-241-19/+11
* Fix compile warningAlex Blasche2014-03-031-1/+1
* Use QVariantMap instead of QMap<QString, QVariant>.Aaron McCarthy2014-01-081-1/+1
* Fix some name inconsistencies in QtLocationAlex Blasche2013-09-031-9/+9
* Split QtLocation into QtPositioning and QtLocationAlex Blasche2013-09-021-2/+7
* Update copyright year to 2013Sergio Ahumada2013-06-131-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-241-24/+24
* Fix incorrect warning messages + refactor error handlingabcd2012-07-201-3/+0
* Fix up documentation.Aaron McCarthy2012-06-211-2/+2
* Add missing QGeoServiceProvider documentation.Aaron McCarthy2012-06-201-6/+93