summaryrefslogtreecommitdiff
path: root/src/location/declarativemaps
Commit message (Expand)AuthorAgeFilesLines
...
| | * Clarify operation of QDeclarativeGeoMapItemBase::childMouseEventFilterPaolo Angelelli2018-01-251-3/+8
| | * Fix copyright notice performance when adding/removing itemsPaolo Angelelli2018-01-164-70/+31
| | * Fix performance issue with copyright noticePaolo Angelelli2018-01-154-41/+100
| | * Fix GeocodeModel getting stuck in Loading statusPaolo Angelelli2018-01-121-5/+6
| | * Fix fitViewportToMapItems in presence of MapQuickItems with zoomLevelPaolo Angelelli2018-01-112-22/+32
| | * Fix documented property types for Map propertiesPaolo Angelelli2018-01-101-5/+5
| | * Use custom namespace in QtLocation's earcutBruno de Oliveira Abinader2018-01-091-1/+1
* | | Add override to MapPolygonNode/MapPolylineNode::isSubtreeBlockedPaolo Angelelli2018-02-142-2/+2
* | | Change m_map into a QPointerPaolo Angelelli2018-02-121-1/+1
* | | Preemptively release pendingMapObjects upon Map destructionPaolo Angelelli2018-02-081-0/+3
* | | Set QGeoMapObjectPrivate::m_visible to true by defaultPaolo Angelelli2018-02-071-1/+1
* | | Let QGeoMap::createMapObjectImplementation set the implementationPaolo Angelelli2018-02-072-3/+3
* | | Fix crash in QGeoMapObject::setMapPaolo Angelelli2018-02-071-3/+1
* | | Replace Q_NULLPTR with nullptrKevin Funk2018-02-054-4/+4
* | | Replace Q_DECL_OVERRIDE with overrideKevin Funk2018-02-059-57/+57
* | | Fix warningBogDan Vatra2018-02-051-0/+1
* | | Introduce Qt.location.labsPaolo Angelelli2018-01-271-1/+1
* | | Allow plugins to use alternative map projectionsPaolo Angelelli2018-01-278-174/+261
* | | Introduce QGeoMapObjectPaolo Angelelli2018-01-256-8/+587
* | | Export locationvaluehelper functionsPaolo Angelelli2018-01-241-6/+7
* | | Add QDeclarativeGeoRoute::route getterPaolo Angelelli2018-01-242-0/+6
* | | Add QNavigationManager/QNavigationManagerEnginePaolo Angelelli2018-01-242-6/+54
* | | Extend QParameterizableObject to accept any QObject as quick childPaolo Angelelli2018-01-242-29/+46
* | | Move QML/Cpp list conversions into locationvaluetypehelperPaolo Angelelli2018-01-224-57/+47
* | | Merge remote-tracking branch 'origin/dev' into wip/navigationPaolo Angelelli2018-01-1111-80/+816
|\ \ \
| * | | Use QGeoShapes properly throughout the modulePaolo Angelelli2018-01-091-0/+3
| * | | Introduce WaypointPaolo Angelelli2017-11-304-67/+658
| * | | Allow to specify extra parameters in RouteQuery using MapParametersPaolo Angelelli2017-11-292-4/+103
| * | | Add extended attributes to QGeoManeuver/QDeclarativeGeoManeuverPaolo Angelelli2017-11-292-1/+38
| * | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-203-4/+9
| |\ \ \ | | |/ /
| | * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-11-151-0/+1
| | |\ \ | | | |/
| | | * Fix MapPolygon docPaolo Angelelli2017-11-031-0/+1
| | * | remove use of deprecated QQuickEventPoint::grabber()Shawn Rutledge2017-11-081-1/+1
| | * | Merge remote-tracking branch 'origin/5.9' into 5.10v5.10.0-beta3Liang Qi2017-10-262-3/+3
| | |\ \ | | | |/
| | | * Fix MapGestureArea docPaolo Angelelli2017-09-121-1/+1
| | | * Add braces to fix compilation with clangRobert Loehning2017-09-121-2/+2
| | * | DocFix: mark the new QDeclarativeGeoMap API in 5.10 as tech previewv5.10.0-beta2Paolo Angelelli2017-10-071-0/+4
| * | | Merge remote-tracking branch 'origin/5.10' into devPaolo Angelelli2017-09-122-6/+7
| |\ \ \ | | |/ /
| | * | Merge remote-tracking branch 'origin/5.9' into 5.10v5.10.0-beta1Paolo Angelelli2017-09-111-1/+1
| | |\ \ | | | |/
| | | * Prevent MapItemView from fitting viewport on map when not readyPaolo Angelelli2017-09-111-1/+1
| | * | Use QGeoPolygon for returning the visible regionv5.10.0-alpha1Paolo Angelelli2017-09-091-5/+6
* | | | Introduce QParameterizableObjectBogDan Vatra2017-09-133-2/+168
* | | | Merge remote-tracking branch 'origin/dev' into wip/navigationPaolo Angelelli2017-09-117-21/+86
|\ \ \ \ | |/ / /
| * | | Fix MapGestureArea not emitting when controlled with scroll wheelPaolo Angelelli2017-09-111-0/+6
| |/ /
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Paolo Angelelli2017-09-052-7/+11
| |\ \ | | |/
| | * Mapbox GL native circle supportBruno de Oliveira Abinader2017-08-302-7/+11
| * | Merge remote-tracking branch 'origin/5.9' into devPaolo Angelelli2017-08-274-14/+69
| |\ \ | | |/
| | * Fix PluginParameter not working with script as property valuesPaolo Angelelli2017-08-232-6/+58
| | * Fix GeocodeModel not autoUpdating if plugin attaches latePaolo Angelelli2017-08-231-0/+3
| | * Fix QDeclarativeGeoMap::populateMap duplicating itemsPaolo Angelelli2017-08-231-8/+8