summaryrefslogtreecommitdiff
path: root/src/plugins/geoservices/osm/qgeocodereplyosm.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use SPDX license identifiersVolker Hilsheimer2023-02-021-38/+2
* Cleanup: de-virtualize QGeoCodeReplyPrivateVolker Hilsheimer2022-09-191-18/+1
* Port to pointer-to-member-function connection syntaxVolker Hilsheimer2022-08-231-3/+4
* Change 'setBoundingBox' to 'setBoundingShape'Lauri Laanmets2021-11-091-1/+1
* Fix Clang 10 warnings about deprecated copy constructorsThiago Macieira2020-05-051-1/+1
* QtLocation: get rid of now unneeded qOverloadsTimur Pocheptsov2020-03-231-1/+1
* Revert "qtlocation: remove uses of the deprecated member-function"Timur Pocheptsov2020-02-251-1/+1
* qtlocation: remove uses of the deprecated member-functionTimur Pocheptsov2020-01-151-1/+1
* Import OSM GeoJSON when extended data is requestedPaolo Angelelli2019-03-181-1/+6
* Unify semicolon usage in Q_UNUSEDJesus Fernandez2019-01-231-1/+1
* Extract all available fields in osm geocode replyPaolo Angelelli2018-12-111-1/+8
* Provide extended, plugin dependent information for Geo LocationsPaolo Angelelli2018-12-041-2/+20
* Allow QGeoCodeReplyPrivate to be subclassed and carry extra dataPaolo Angelelli2018-12-041-1/+18
* Refactoring: removing m_reply from GeoReply classesPaolo Angelelli2016-11-291-32/+16
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-171-26/+31
|\
| * Fix for multiple city tags mapping to the same fieldPaolo Angelelli2016-08-291-26/+31
* | Updated license headersAntti Kokko2016-01-201-14/+20
|/
* Update LGPLv2.1 header for OSM plugin headerAlex Blasche2015-02-181-5/+5
* Update contact URL in all license headers to qt.ioAlex Blasche2015-02-181-1/+1
* Fix crash in Nokia geocoding engine if results are emptyAlex Blasche2015-01-071-6/+4
* Update license headers and add new license filesAntti Kokko2014-08-241-18/+10
* Fix some name inconsistencies in QtLocationAlex Blasche2013-09-031-7/+7
* Split QtLocation into QtPositioning and QtLocationAlex Blasche2013-09-021-4/+4
* Add geocoding support to OSM plugin.Aaron McCarthy2013-02-221-0/+189