summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Skip loading real plugins in testsLaszlo Agocs2015-09-0910-8/+28
* Make use of incubator to asynchronously instantiate delegatesAaron McCarthy2015-09-095-33/+188
* Fix disfunctional disk cache with OSMLaszlo Agocs2015-09-073-5/+12
* Use a shared dynamic meta object for model dataAaron McCarthy2015-09-072-10/+31
* Update map item view items when the model data changesAaron McCarthy2015-09-072-51/+135
* Remove leftover half-sentence in Map docsLaszlo Agocs2015-09-031-2/+1
* Remove incorrect string construction in QML debug outputAaron McCarthy2015-09-024-25/+10
* Update Error enums for GeoCode & Route model typesAlex Blasche2015-08-287-58/+78
* Merge "Merge remote-tracking branch 'origin/5.5' into 5.6" into refs/staging/5.6Alex Blasche2015-08-2813-16/+28
|\
| * Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-08-1913-16/+28
| |\
| | * Fix issue where tiles are prefetched using both prefetch stylesAaron McCarthy2015-07-291-0/+1
| | * Make geoclue plugin compile on gcc4.5Alex Blasche2015-07-241-1/+1
| | * OSM supports up to zoom level 19Alex Blasche2015-07-221-1/+1
| | * Add missing url parameter for OSM places search.Alex Blasche2015-07-163-5/+18
| | * Fix OSM parametersAlex Blasche2015-07-152-5/+5
| | * Update places-list and places-map examplesMichal Klocek2015-07-134-2/+2
| | * Remove FIXME which is no longer relevantAaron McCarthy2015-06-301-2/+0
* | | Fix remaining QtLocation qdoc warningsAlex Blasche2015-08-282-2/+2
* | | Update qmltypes file for QtLocation 5.6Alex Blasche2015-08-251-60/+80
* | | Update QML types file for QtPositioning 5.6Alex Blasche2015-08-251-10/+19
|/ /
* | Always update polyline node when a new scene graph node is createdAaron McCarthy2015-07-291-1/+1
* | Do not rely on synthesized MouseReleseEvent when tracking mouse pointMichal Klocek2015-07-132-8/+22
* | Make QQuickGeoMapGestureArea a QQuickItemMichal Klocek2015-07-135-96/+90
* | Rename files qdeclarativegeomapgesturearea to qquickgeomapgestureareaMichal Klocek2015-07-134-5/+5
* | Change to use m_ naming convention in QDeclarativeGeoMapGestureAreaMichal Klocek2015-07-132-298/+299
* | Improved zooming and map movement behavior.Harald Meyer2015-07-133-10/+28
* | Cache coordToMercator result during coordinate animationsMichal Klocek2015-07-036-24/+124
* | Remove unused function from qdeclarativegeomapMichal Klocek2015-07-032-11/+0
* | Fix map flick bounces back on zoomlevel 2Michal Klocek2015-06-301-2/+19
* | Fix map flick animation in qdeclarativegeomapgestureareaMichal Klocek2015-06-308-47/+45
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-06-291-2/+1
|\ \ | |/
| * Make use of qBoundAaron McCarthy2015-06-261-2/+1
| * Remove official support of BlackBerry on 5.5 in QtPositioningAlex Blasche2015-06-171-1/+1
* | Add new types of interpolation to CoordinateAnimationMichal Klocek2015-06-236-108/+304
* | Fix inefficient usage of qDeleteAll()Sergio Martins2015-06-221-1/+1
* | Remove Blackberry 10 support from QtPositioningAlex Blasche2015-06-1719-3937/+1
* | Add mouse and touch keep grabs and prevent stealing handling.Michal Klocek2015-06-162-10/+59
* | Merge branch '5.5' into devAlex Blasche2015-06-153-14/+516
|\ \ | |/
| * Fix activeMapType handlingMichal Klocek2015-06-101-3/+9
| * Update qmltypes for QtLocationAlex Blasche2015-06-091-10/+424
| * Update qmltypes for QtPositioningAlex Blasche2015-06-091-1/+83
* | Improve error handling in map, geo and route modelsMichal Klocek2015-06-117-95/+76
* | Fix crash when calling setVisibleRegion and no pluginMichal Klocek2015-06-091-2/+4
* | Fix tile version handlingMichal Klocek2015-06-0415-73/+72
* | Rewrite flick and pinch unit tests, fix corner casesMichal Klocek2015-06-041-1/+4
* | Register location/position qmlplugins with 5.6Michal Klocek2015-06-032-4/+11
* | Remove de/register from qgeotiledmappingmanagerengineMichal Klocek2015-06-036-26/+10
* | Rename setCamera to setCameraData in qgeocameratilesMichal Klocek2015-06-033-5/+5
|/
* Improve Polyline MapItemWolfgang Bremer2015-06-011-10/+28
* Fix documenation in 'places' exampleMichal Klocek2015-05-295-89/+41