summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Merge remote-tracking branch 'origin/dev' into wip/navigationPaolo Angelelli2018-01-2212-936/+130
| |\ \ \ | |/ / / |/| | |
* | | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-166-863/+24
|\ \ \ \ | | |/ / | |/| |
| * | | Fix license headersLiang Qi2018-01-155-862/+24
| * | | Remove duplicated qlocationglobal_p.h entryAlex Blasche2018-01-091-1/+0
* | | | Sort OSM parameters in documentationPaolo Angelelli2018-01-111-73/+80
* | | | Fix OSRMv5 support to Waypoints bearingPaolo Angelelli2018-01-111-0/+2
* | | | OSM Places: support query limit parameterPaolo Angelelli2018-01-112-0/+7
* | | | Add debug parameter to OSM plugin to include the request url in resultsPaolo Angelelli2018-01-104-0/+17
| | * | Merge remote-tracking branch 'origin/dev' into wip/navigationPaolo Angelelli2018-01-11396-976/+12279
| | |\ \ | |_|/ / |/| | |
* | | | Revert "Blacklist declarative_core::Place::test_emptyPlace() and test_saveloa...Liang Qi2018-01-091-2/+0
* | | | Use QGeoShapes properly throughout the modulePaolo Angelelli2018-01-096-36/+24
* | | | Fix Waypoint revisionPaolo Angelelli2018-01-092-2/+2
* | | | Merge remote-tracking branch 'origin/5.10' into devPaolo Angelelli2018-01-0714-25/+4954
|\ \ \ \ | |/ / /
| * | | Bump versionOswald Buddenhagen2017-12-201-1/+1
| * | | Merge remote-tracking branch 'origin/5.9' into 5.10Paolo Angelelli2017-12-156-13/+9
| |\ \ \ | | | |/ | | |/|
| | * | Bump versionOswald Buddenhagen2017-12-121-1/+1
| | * | Remove OpenGL ES limitation for Mapbox GL on WindowsBruno de Oliveira Abinader2017-11-302-9/+0
| | * | Enforce numberAlternativeRoutes where possible when doing route requestsPaolo Angelelli2017-11-282-2/+2
| | * | Make QGeoMapParameter accessors virtualPaolo Angelelli2017-11-231-2/+2
| | * | Merge remote-tracking branch 'origin/5.9.3' into 5.9Liang Qi2017-11-231-0/+41
| | |\ \
| | * | | Add plugin dependencies to the mapviewer examplesPaolo Angelelli2017-11-151-0/+5
| * | | | Add binary compatibility file for QtLocation for 5.10Milla Pohjanheimo2017-12-141-0/+4773
| * | | | Disable Mapbox-GL with the Intel compilerThiago Macieira2017-12-131-1/+1
| * | | | Merge "Merge remote-tracking branch 'origin/5.10.0' into 5.10" into refs/stag...Liang Qi2017-12-083-0/+105
| |\ \ \ \
| | * \ \ \ Merge remote-tracking branch 'origin/5.10.0' into 5.10Liang Qi2017-12-083-0/+105
| | |\ \ \ \
| | | * \ \ \ Merge remote-tracking branch 'origin/5.9.3' into 5.10.0v5.10.0-rc3v5.10.0-rc2v5.10.0-rc1v5.10.05.10.0Liang Qi2017-11-211-0/+41
| | | |\ \ \ \ | | | | | |/ / | | | | |/| |
| | | | * | | Add changes file for Qt 5.9.3v5.9.35.9.3Alex Blasche2017-11-101-0/+41
| | | * | | | Add changes file for Qt 5.10.0Antti Kokko2017-11-201-0/+62
| | | * | | | Merge 5.10 into 5.10.0Oswald Buddenhagen2017-11-209-32/+27
| | | |\ \ \ \ | | | |/ / / / | | |/| | | |
| | | * | | | Doc: Maintain the list of highlighted examples locallyTopi Reinio2017-11-131-0/+2
| * | | | | | Always step QML versions when Qt steps a versionAlex Blasche2017-12-084-12/+67
| |/ / / / /
* | | | | | qgeopath.h: Fix include directiveFriedemann Kleint2018-01-021-1/+1
* | | | | | Move QtPositioning QML wrappers into declarativepositioning modulePaolo Angelelli2017-12-1511-22/+169
* | | | | | Blacklist declarative_core::Place::test_emptyPlace() and test_saveload()Liang Qi2017-12-061-0/+2
* | | | | | Make QGeoPath::path a qvariantlist propertyPaolo Angelelli2017-12-052-3/+36
* | | | | | Support waypoints bearing in the HERE backendPaolo Angelelli2017-12-051-4/+15
* | | | | | Support waypoints bearing in the OSRM backendPaolo Angelelli2017-12-051-2/+16
* | | | | | QGeoMapParameter: allow specifying properties at construction timePaolo Angelelli2017-12-012-0/+11
* | | | | | Make OSRM backend return extended attributes for maneuversPaolo Angelelli2017-12-012-0/+14
* | | | | | Introduce WaypointPaolo Angelelli2017-11-3018-73/+1005
* | | | | | Allow to specify extra parameters in RouteQuery using MapParametersPaolo Angelelli2017-11-296-6/+158
* | | | | | Enable previously disabled tests due to unsupported QList<int> in QMLPaolo Angelelli2017-11-291-19/+11
* | | | | | Return UTurnLeft instead of Right in osrmV5Paolo Angelelli2017-11-291-1/+1
* | | | | | Unify OSRM backends for OSM and Mapbox pluginsPaolo Angelelli2017-11-296-141/+68
* | | | | | Add extended attributes to QGeoManeuver/QDeclarativeGeoManeuverPaolo Angelelli2017-11-295-1/+64
* | | | | | Implement QGeoCodingManagerEngineMapboxBruno de Oliveira Abinader2017-11-298-12/+483
* | | | | | QtLocation mapviewer example MiniMap improvementPaolo Angelelli2017-11-291-11/+47
* | | | | | Implement QPlaceManagerEngineMapboxBruno de Oliveira Abinader2017-11-29165-17/+3224
* | | | | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-20167-568/+1825
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-11-158-31/+26
| |\ \ \ \ \ | | | |_|/ / | | |/| | |