summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix import namingBogDan Vatra2018-02-061-0/+1
* Replace Q_NULLPTR with nullptrKevin Funk2018-02-0533-39/+39
* Replace Q_DECL_OVERRIDE with overrideKevin Funk2018-02-0548-228/+228
* Fix warningBogDan Vatra2018-02-051-0/+1
* Rename configure option labs_plugin into locationlabs_pluginPaolo Angelelli2018-01-292-4/+4
* Revert changing access rights to d_ptr in QGeoRoute/SegmentPaolo Angelelli2018-01-274-0/+21
* Introduce Qt.location.labsPaolo Angelelli2018-01-2711-4/+143
* Allow plugins to use alternative map projectionsPaolo Angelelli2018-01-2718-235/+515
* Make QPlace extensiblePaolo Angelelli2018-01-278-197/+370
* Introduce QGeoMapObjectPaolo Angelelli2018-01-259-8/+626
* Add sync.profile and configure.json to .pro filesPaolo Angelelli2018-01-242-2/+2
* Export locationvaluehelper functionsPaolo Angelelli2018-01-241-6/+7
* Add QDeclarativeGeoRoute::route getterPaolo Angelelli2018-01-242-0/+6
* Add QNavigationManager/QNavigationManagerEnginePaolo Angelelli2018-01-2412-7/+581
* Allow to extract pimpl from QGeoRoutePaolo Angelelli2018-01-243-0/+8
* Extend QParameterizableObject to accept any QObject as quick childPaolo Angelelli2018-01-242-29/+46
* Add static QGeoMapPrivate *QGeoMapPrivate::getPaolo Angelelli2018-01-232-0/+8
* Move QML/Cpp list conversions into locationvaluetypehelperPaolo Angelelli2018-01-224-57/+47
* Merge remote-tracking branch 'origin/dev' into wip/navigationPaolo Angelelli2018-01-227-74/+106
|\
| * Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-161-1/+0
| |\
| | * 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-11271-563/+5702
|\ \ \ | |/ /
| * | Use QGeoShapes properly throughout the modulePaolo Angelelli2018-01-096-36/+24
| * | Fix Waypoint revisionPaolo Angelelli2018-01-091-1/+1
| * | Merge remote-tracking branch 'origin/5.10' into devPaolo Angelelli2018-01-0710-25/+73
| |\ \ | | |/
| | * Merge remote-tracking branch 'origin/5.9' into 5.10Paolo Angelelli2017-12-155-13/+4
| | |\
| | | * 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
| | * | 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-081-0/+2
| | |\ \
| | | * \ 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-1510-22/+168
| * | | | 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-3016-68/+927
| * | | | Allow to specify extra parameters in RouteQuery using MapParametersPaolo Angelelli2017-11-294-4/+119
| * | | | 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