summaryrefslogtreecommitdiff
path: root/src/plugins/geoservices/esri
Commit message (Expand)AuthorAgeFilesLines
* Remove MapObjects from labsVolker Hilsheimer2022-09-262-11/+0
* Cleanup: More nullptr instead of 0Volker Hilsheimer2022-09-191-1/+1
* Refactor: for loopsVolker Hilsheimer2022-09-143-26/+11
* Cleanup: use nullptr instead of 0Volker Hilsheimer2022-09-131-1/+1
* Purge remaining usage of Q_NULLPTRJohannes Kauffmann2022-08-291-2/+2
* Port to pointer-to-member-function connection syntaxVolker Hilsheimer2022-08-238-30/+42
* Clean up includesVolker Hilsheimer2022-07-283-1/+15
* Bump plugin interface version to 6.0Volker Hilsheimer2022-07-271-1/+1
* Remove all qmake .pro files, except for examplesVolker Hilsheimer2022-07-261-48/+0
* Replace foreach with ranged for and set QT_NO_FOREACHVolker Hilsheimer2022-07-264-11/+11
* Update use of HTTP to HTTPS in esri pluginMilo Kerr2022-06-177-34/+43
* Silence build warnings, fix build errorsVolker Hilsheimer2022-06-162-6/+6
* Finalize QtLocation CMake buildIvan Solovev2022-02-281-0/+6
* Change 'setBoundingBox' to 'setBoundingShape'Lauri Laanmets2021-11-092-2/+2
* Correct string literal comparison and concatenationLauri Laanmets2021-11-091-3/+5
* Fix warnings that break Windows buildIvan Solovev2021-11-092-6/+6
* Build minimal subset of QtLocation with unit-testsIvan Solovev2021-11-091-0/+32
* Merge branch '5.15' into devIvan Solovev2021-03-231-0/+1
|\
| * Use RedirectPolicyAttribute instead of FollowRedirectsAttributeMårten Nordheim2020-09-151-1/+1
| * Fix incorrect iteration over a C arrayThiago Macieira2020-05-201-3/+1
* | Remove use of QNetworkRequest::RedirectPolicyAttributeMårten Nordheim2020-09-021-1/+0
* | Add ; to Q_UNUSEDLars Schmertmann2020-06-291-1/+1
* | Fix incorrect iteration over a C arrayThiago Macieira2020-05-081-3/+1
|/
* QtLocation: get rid of now unneeded qOverloadsTimur Pocheptsov2020-03-235-5/+5
* Revert "qtlocation: remove uses of the deprecated member-function"Timur Pocheptsov2020-02-254-4/+4
* qtlocation: remove uses of the deprecated member-functionTimur Pocheptsov2020-01-154-4/+4
* Unify semicolon usage in Q_UNUSEDJesus Fernandez2019-01-233-4/+4
* Esri: enable place searchv5.12.0-beta3v5.12.0-beta2Guillaume Belz2018-10-0930-30/+939
* Remove the code to manually initialize resources in static buildsSimon Hausmann2018-04-271-6/+0
* Introduce map objects reference implementationPaolo Angelelli2018-04-173-2/+11
* Replace Q_NULLPTR with nullptrKevin Funk2018-02-056-6/+6
* Replace Q_DECL_OVERRIDE with overrideKevin Funk2018-02-056-11/+11
* Use QGeoShapes properly throughout the modulePaolo Angelelli2018-01-091-2/+2
* Add camera capabilities + metadata to QGeoMapType/QDeclarativeGeoMapTypePaolo Angelelli2017-07-314-11/+13
* Fix resources not loading on static buildsThiago Marcos P. Santos2017-05-202-2/+2
* Add pluginName to QGeoMapType and check against it in setActiveMapTypePaolo Angelelli2017-05-072-2/+3
* Allow overzooming when setting zoomLevel directly in a MapPaolo Angelelli2017-04-121-0/+1
* Bound check QGeoTileSpec against min/max ZL before requesting itPaolo Angelelli2017-04-122-2/+2
* Add parameter to control prefetching in tile-based geoservice pluginsPaolo Angelelli2017-03-271-1/+13
* Default style for the copyright defined on the pluginThiago Marcos P. Santos2017-02-131-6/+1
* Add color and style properties to QDeclarativeGeoMapCopyrightNoticePaolo Angelelli2017-01-311-1/+6
* Add rotation/tilting support to QGeoTiledMapScene/QGeoCameraTilesPaolo Angelelli2017-01-261-1/+6
* Merge remote-tracking branch 'gerrit/5.8' into devAlex Blasche2016-12-051-0/+69
|\
| * Add cache cost strategy parameters to all geoservice pluginsPaolo Angelelli2016-11-241-0/+69
* | Refactoring: removing m_reply from GeoReply classesPaolo Angelelli2016-11-296-131/+54
|/
* Add geoservices plugin to support ESRI mapping servicesv5.8.0-alpha1Guillaume Belz2016-08-3126-0/+2673