summaryrefslogtreecommitdiff
path: root/src/plugins/geoservices/osm
Commit message (Expand)AuthorAgeFilesLines
* Avoid adding x-y-z structure of tile server if it already exists in urlMatthias Rauter2023-02-271-1/+3
* Improve compatibility between OSM plugin and places exampleMatthias Rauter2023-02-202-8/+9
* Use SPDX license identifiersVolker Hilsheimer2023-02-0230-1140/+60
* Add Title and Streetnumber to QPlaceSearchReplyOsmMatthias Rauter2023-01-051-3/+4
* Mark the module as free of qAsConst()Marc Mutz2022-12-071-1/+1
* Clean up: move QGeoRouteParserOsrmV4 into OSM pluginVolker Hilsheimer2022-12-024-1/+488
* Remove MapObjects from labsVolker Hilsheimer2022-09-262-11/+0
* Cleanup: More nullptr instead of 0Volker Hilsheimer2022-09-196-6/+9
* Cleanup: de-virtualize QGeoCodeReplyPrivateVolker Hilsheimer2022-09-193-38/+1
* Cleanup: Don't pass 0 to QSharedPointer constructorVolker Hilsheimer2022-09-131-1/+1
* Port to pointer-to-member-function connection syntaxVolker Hilsheimer2022-08-239-37/+49
* Use 'const' correctlyVolker Hilsheimer2022-07-282-2/+2
* Clean up includesVolker Hilsheimer2022-07-283-3/+14
* Bump plugin interface version to 6.0Volker Hilsheimer2022-07-271-1/+1
* Remove all qmake .pro files, except for examplesVolker Hilsheimer2022-07-261-46/+0
* Replace foreach with ranged for and set QT_NO_FOREACHVolker Hilsheimer2022-07-264-8/+10
* Silence build warnings, fix build errorsVolker Hilsheimer2022-06-161-2/+2
* Finalize QtLocation CMake buildIvan Solovev2022-02-281-0/+6
* Use up-to date LGPL license headerKai Köhne2021-12-024-44/+56
* Change 'setBoundingBox' to 'setBoundingShape'Lauri Laanmets2021-11-092-2/+2
* Code clean-up to be able to compile for Qt 6Lauri Laanmets2021-11-093-4/+1
* Build minimal subset of QtLocation with unit-testsIvan Solovev2021-11-091-0/+25
* Merge branch '5.15' into devIvan Solovev2021-03-232-1/+2
|\
| * Use RedirectPolicyAttribute instead of FollowRedirectsAttributeMårten Nordheim2020-09-151-1/+1
| * Fix Clang 10 warnings about deprecated copy constructorsThiago Macieira2020-05-201-1/+1
| * Fix typo in error->errorOccurred deprecation fixMårten Nordheim2020-04-201-1/+1
* | Remove use of QNetworkRequest::RedirectPolicyAttributeMårten Nordheim2020-09-021-1/+0
* | Add missing overrideAlexander Volkov2020-06-292-5/+5
* | Use QList instead of QVectorJarek Kobus2020-06-258-41/+44
* | Qt6: Port QtLocation to QStringViewKarsten Heimrich2020-06-101-5/+5
* | Fix Clang 10 warnings about deprecated copy constructorsThiago Macieira2020-05-051-1/+1
|/
* QtLocation: get rid of now unneeded qOverloadsTimur Pocheptsov2020-03-236-6/+7
* Revert "qtlocation: remove uses of the deprecated member-function"Timur Pocheptsov2020-02-255-6/+6
* qtlocation: remove uses of the deprecated member-functionTimur Pocheptsov2020-01-155-6/+6
* Fix OSM parsing of place_idPaolo Angelelli2019-10-311-1/+1
* Merge remote-tracking branch 'origin/5.12' into 5.13v5.13.0-beta4Qt Forward Merge Bot2019-05-072-16/+24
|\
| * Use network cache when fetching provider data in the OSM pluginPaolo Angelelli2019-05-062-16/+24
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-012-1/+24
|\ \ | |/
| * Display a notice when requesting a SSL map type without SSL supportPaolo Angelelli2019-03-252-1/+24
* | Import OSM GeoJSON when extended data is requestedPaolo Angelelli2019-03-181-1/+6
* | Unify semicolon usage in Q_UNUSEDJesus Fernandez2019-01-237-10/+10
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2019-01-011-0/+7
|\ \ | |/
| * Introduce a map plugin parameter to decide U-Turn directionTasuku Suzuki2018-12-261-0/+7
* | Extract all available fields in osm geocode replyPaolo Angelelli2018-12-111-1/+8
* | Provide extended, plugin dependent information for Geo LocationsPaolo Angelelli2018-12-044-6/+29
* | Allow QGeoCodeReplyPrivate to be subclassed and carry extra dataPaolo Angelelli2018-12-044-2/+46
|/
* Set the request into QGeoRoute results in osm, mapbox pluginsPaolo Angelelli2018-08-271-0/+7
* Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-07-282-105/+41
|\
| * Remove indexing of offline data from OSM pluginPaolo Angelelli2018-07-262-105/+41
* | Enable incremental updates in PlaceSearchModelPaolo Angelelli2018-07-052-1/+8
|/