summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix MapGestureArea APIMichal Klocek2015-11-235-122/+136
* Avoid extra QPixmap convertion when tile fetchedMichal Klocek2015-11-232-10/+10
* Add missing handling of pathChanged to route map itemMichal Klocek2015-11-232-0/+10
* Remove fitViewportToGeoShape from map qml apiMichal Klocek2015-11-233-89/+7
* Remove toScreenPosition from map qml apiMichal Klocek2015-11-232-16/+0
* Share common data between b2qt emulator and simulator pluginMichal Klocek2015-11-235-7/+69
* Add support for custom map background colorHarald Meyer2015-11-222-2/+34
* Fix route requests with excluded areasAaron McCarthy2015-11-181-8/+5
* Do not cache empty tiles.Harald Meyer2015-11-181-0/+3
* Remove createTileCacheWithDir from QGeoTiledMappingManagerEngineMichal Klocek2015-10-273-12/+4
* Added method to set the map cacheHarald Meyer2015-10-264-17/+25
* Split QGeoTileCache for easier customization of the tile cache.Harald Meyer2015-10-2217-143/+346
* Doc: Update examplesinstallpath to include the repository nameTopi Reinio2015-10-212-2/+2
* Fix LGPLv3 headersAlex Blasche2015-10-152-41/+32
* Update supported platform list for PositioningLaszlo Agocs2015-10-091-2/+3
* Add qtserialport-based NMEA position plugin for WindowsLaszlo Agocs2015-10-095-0/+201
* Add missing "We mean it" comments to private headers.Friedemann Kleint2015-10-0861-0/+671
* Doc: replaced \target with \keyword at top of pageNico Vertriest2015-10-012-2/+2
* Purge spurious execute permissions from a text file.Edward Welbourne2015-09-291-0/+0
* Bump all QtLocation 5.5 tags to 5.6Alex Blasche2015-09-2346-46/+46
* Remove TP marker from official documentationAlex Blasche2015-09-231-3/+0
* Check if GenericCacheLocation is writable before trusting itLaszlo Agocs2015-09-221-0/+17
* Do not crash in new gesture areas when getting a wheel eventLaszlo Agocs2015-09-171-1/+6
* Isolate the default cache directoryLaszlo Agocs2015-09-156-15/+38
* Enable positioning for OS XLaszlo Agocs2015-09-103-1/+6
* Use categorized logging for Geoclue plugin.Aaron McCarthy2015-09-104-29/+47
* Remove dependency on libgeoclue.Aaron McCarthy2015-09-1021-550/+800
* 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