summaryrefslogtreecommitdiff
path: root/src/location
Commit message (Expand)AuthorAgeFilesLines
* doc: fix spelling of signal name "onFlickStarted"Rolf Eike Beer2019-11-151-1/+1
* Improve DynamicParameter documentationPaolo Angelelli2019-10-101-6/+8
* Fix slow Map.removeMapItemPaolo Angelelli2019-10-092-20/+32
* Fix crash when removing items from MapboxGL mapsPaolo Angelelli2019-05-2812-31/+13
* QDeclarativeGeoMapItemView: Silence MSVC warnings about commentsFriedemann Kleint2019-04-111-3/+3
* Fix Map destructor incorrectly deleting MapItemViewsPaolo Angelelli2019-03-253-40/+75
* Print warning when QGeoFileTileCache::init fails creating the directoryPaolo Angelelli2019-03-101-1/+3
* geoservices_mapboxgl depends on opengl and guiLiang Qi2019-02-061-0/+1
* Document Qt.labs.location qml modulePaolo Angelelli2019-01-301-0/+18
* Fix MapObjectView removing wrong indices on model changesPaolo Angelelli2019-01-142-10/+21
* Fix crash when assigning a Component to MapQuickItem.sourceItemPaolo Angelelli2019-01-111-2/+3
* Fix MapItemView attempting to instantiate items with map not setPaolo Angelelli2019-01-071-0/+3
* Introduce a map plugin parameter to decide U-Turn directionTasuku Suzuki2018-12-265-14/+56
* Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-12-103-12/+3
|\
| * Fix compilation with GCC < 5.0Paolo Angelelli2018-11-301-6/+6
| * Fix missing geometry update when changing border widthPaolo Angelelli2018-11-192-12/+2
| * Fix unstable rotation gestureTasuku Suzuki2018-11-141-0/+1
* | Fix compilation with gcc 4.8Ville Voutilainen2018-12-032-9/+8
* | Fix regression in error handling in QGeoServiceProviderPaolo Angelelli2018-12-031-1/+1
* | Make tiled renderer and QGeoProjectionWebMercator debuggablePaolo Angelelli2018-11-2812-206/+439
* | Improve the initialization behavior of CategoryModelPaolo Angelelli2018-11-271-5/+24
* | Fix error handling in QGeoServiceProviderPaolo Angelelli2018-11-271-4/+8
* | Add QAbstractNavigator::setTrackPositionPaolo Angelelli2018-11-263-4/+6
* | Fix MapItemView removing wrong indices on model changesPaolo Angelelli2018-11-222-46/+51
* | Fix GeoProjectionWebMercator and MapPolyline incorrect projectionPaolo Angelelli2018-11-192-5/+135
* | Doc: Make documented QML imports follow Qt versioningTopi Reinio2018-11-162-63/+83
* | Improve error reporting in plugin loadingPaolo Angelelli2018-11-052-2/+12
* | Remove dead codePaolo Angelelli2018-11-051-1/+0
* | Mapbox GL: Add mapboxgl.china plugin parameterBruno de Oliveira Abinader2018-10-311-0/+5
* | Move qquickcoordinateanimation to positioningquickPaolo Angelelli2018-10-292-6/+4
* | update esri doc for place searches and creditsGuillaume Belz2018-10-251-9/+5
* | Doc: Fix \code command usageTopi Reinio2018-10-251-4/+12
* | Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-10-041-1/+3
|\ \ | |/
| * Amend 8a7bde9b93 to correctly account for the UnspecifiedVisibility caseAndy Shaw2018-10-031-2/+2
| * If a category has UnspecifiedVisibility then we should still matchAndy Shaw2018-10-021-1/+3
* | Add QGeoMapParameter::hasPropertyPaolo Angelelli2018-09-132-0/+7
* | Set bounds in qgeorouteparserosrmv5.cppPaolo Angelelli2018-09-131-0/+2
* | Fix QGeoRouteSegment documentationPaolo Angelelli2018-09-051-2/+2
* | Allow injecting the qml engine into geoservice pluginsPaolo Angelelli2018-09-046-8/+53
* | Safer and easier navigation APIs for pluginsBogDan Vatra2018-08-307-133/+153
* | Add "we mean it" warning to qplacesearchrequest_p.hPaolo Angelelli2018-08-301-0/+11
* | Add support for route legsPaolo Angelelli2018-08-249-25/+430
* | Fix missing emits pre-map-initializationPaolo Angelelli2018-08-211-0/+15
* | Move management of QDeclarativeGeoMap camera data into QGeoMapPaolo Angelelli2018-08-204-124/+99
* | Bump Mapbox GL to the latest versionSudarsana Babu Nagineni2018-08-141-1/+1
* | Make QDeclarativeGeoMapItemBase::geoShape R/WPaolo Angelelli2018-08-1411-2/+89
* | Remove usage of deprecated, internal QML APILars Knoll2018-08-034-16/+0
* | Enable asynchronous incremental updates of QPlaceReplyPaolo Angelelli2018-07-276-6/+62
* | Remove MapItemViewDelegateIncubatorPaolo Angelelli2018-07-273-79/+0
* | Enable nested MapItemViewsPaolo Angelelli2018-07-2711-323/+758