summaryrefslogtreecommitdiffstats
path: root/src/plugins/geoservices/mapbox
Commit message (Expand)AuthorAgeFilesLines
* Mark the module as Q_FOREACH-freeMarc Mutz2023-08-041-2/+0
* Use SPDX license identifiersVolker Hilsheimer2023-02-0228-1068/+60
* Mark the module as free of qAsConst()Marc Mutz2022-12-072-2/+2
* Remove MapObjects from labsVolker Hilsheimer2022-09-262-11/+0
* Cleanup: de-virtualize QGeoRoutePrivateVolker Hilsheimer2022-09-221-43/+6
* Cleanup: More nullptr instead of 0Volker Hilsheimer2022-09-195-5/+5
* Refactor: for loopsVolker Hilsheimer2022-09-142-19/+20
* Cleanup: use nullptr instead of 0Volker Hilsheimer2022-09-131-4/+4
* Cleanup: remove virtual keyword from overridesVolker Hilsheimer2022-09-121-2/+2
* Port to pointer-to-member-function connection syntaxVolker Hilsheimer2022-08-238-23/+30
* Clean up includesVolker Hilsheimer2022-07-284-0/+8
* Bump plugin interface version to 6.0Volker Hilsheimer2022-07-271-1/+1
* Remove all qmake .pro files, except for examplesVolker Hilsheimer2022-07-261-47/+0
* Replace foreach with ranged for and set QT_NO_FOREACHVolker Hilsheimer2022-07-261-0/+2
* Silence build warnings, fix build errorsVolker Hilsheimer2022-06-165-8/+8
* Finalize QtLocation CMake buildIvan Solovev2022-02-281-0/+6
* Use up-to date LGPL license headerKai Köhne2021-12-0210-110/+140
* Change 'setBoundingBox' to 'setBoundingShape'Lauri Laanmets2021-11-091-1/+1
* Code clean-up to be able to compile for Qt 6Lauri Laanmets2021-11-091-1/+0
* Fix warnings that break Windows buildIvan Solovev2021-11-091-2/+2
* Build minimal subset of QtLocation with unit-testsIvan Solovev2021-11-091-0/+32
* Add missing overrideAlexander Volkov2020-06-294-7/+7
* Use QList instead of QVectorJarek Kobus2020-06-253-5/+5
* Fix warning about QString::SkipEmptyParts being deprecatedThiago Macieira2020-05-062-2/+2
* QtLocation: get rid of now unneeded qOverloadsTimur Pocheptsov2020-03-235-8/+5
* Revert "qtlocation: remove uses of the deprecated member-function"Timur Pocheptsov2020-02-255-5/+5
* qtlocation: remove uses of the deprecated member-functionTimur Pocheptsov2020-01-155-5/+5
* Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-011-1/+1
|\
| * Fix incorrect indexing of Mapbox tiles in the cachePaolo Angelelli2019-03-181-1/+1
* | Unify semicolon usage in Q_UNUSEDJesus Fernandez2019-01-236-6/+6
|/
* Fix use_mapbox_text_instructions typoTasuku Suzuki2019-01-131-1/+1
* Introduce a map plugin parameter to decide U-Turn directionTasuku Suzuki2018-12-261-1/+7
* Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-12-101-4/+3
|\
| * Mapbox: Only include matching categories in the resultsAndy Shaw2018-11-061-4/+3
* | Set the request into QGeoRoute results in osm, mapbox pluginsPaolo Angelelli2018-08-271-0/+7
|/
* Add missing Mapbox Directions API query parametersBruno de Oliveira Abinader2018-05-211-0/+6
* QPlaceManagerEngineMapbox: No longer use deprecated qSort()Friedemann Kleint2018-04-201-2/+4
* Merge remote-tracking branch 'origin/wip/navigation' into 5.11Paolo Angelelli2018-04-172-1/+10
|\
| * Introduce map objects reference implementationPaolo Angelelli2018-04-172-1/+10
* | Support Mapbox Directions API voice & banner instructionsBruno de Oliveira Abinader2018-04-111-3/+166
* | Implement QGeoRoute{,Private}MapboxBruno de Oliveira Abinader2018-03-281-2/+56
|/
* Replace Q_DECL_OVERRIDE with overrideKevin Funk2018-02-053-15/+15
* Unify OSRM backends for OSM and Mapbox pluginsPaolo Angelelli2017-11-293-135/+33
* Implement QGeoCodingManagerEngineMapboxBruno de Oliveira Abinader2017-11-297-11/+480
* Implement QPlaceManagerEngineMapboxBruno de Oliveira Abinader2017-11-29163-16/+3216
* Add camera capabilities + metadata to QGeoMapType/QDeclarativeGeoMapTypePaolo Angelelli2017-07-311-17/+17
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-07-063-21/+21
|\
| * Fix Mapbox plugin mixing tiles for specified map_idsPaolo Angelelli2017-06-193-21/+21
* | Support requesting traffic-aware routing from MapboxPaolo Angelelli2017-06-071-6/+13
|/
* Add pluginName to QGeoMapType and check against it in setActiveMapTypePaolo Angelelli2017-05-071-18/+19