summaryrefslogtreecommitdiff
path: root/src/location/maps
Commit message (Expand)AuthorAgeFilesLines
* Pass the QQuickWindow to the cache for texture creationnoqt3dFabian Bumberger2014-01-298-36/+61
* Implement textures ansd geometry creation for the SG rendererFabian Bumberger2014-01-285-35/+87
* Prepare to get rid of the Qt3D dependencyFabian Bumberger2014-01-2816-510/+713
* Fix killing timer in different thread.Aaron McCarthy2014-01-174-56/+35
* Use GenericCacheLocation to share downloaded data between applications.Aaron McCarthy2014-01-161-1/+1
* Use QVariantMap instead of QMap<QString, QVariant>.Aaron McCarthy2014-01-089-16/+16
* Enhance measurement system support in routing manager.Aaron McCarthy2014-01-075-11/+67
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-12-051-2/+1
|\
| * Fix a dangling pointer useRobin Burchell2013-12-041-2/+1
* | Fix ambiguous type conversion options (QPointF vs QDoubleVector)Alex Blasche2013-11-191-1/+1
* | Upgraded Nokia Route API from 6.2 to 7.2Erik Mattsson2013-11-112-0/+9
* | Always use double point precision for geo lookups internallyErik Mattsson2013-11-068-27/+31
* | Merge branch 'stable' into devAlex Blasche2013-10-221-2/+72
|\ \ | |/
| * QtAlgorithms have been deprecated (2 of 2)Alex Blasche2013-10-151-1/+70
| * QtAlgorithms have been deprecated (1 of 2)Alex Blasche2013-10-111-1/+2
* | Make geo coordinates animatable in QML.Albin Olsson2013-10-1122-1412/+59
* | Performance enhancements for map tile texturesAnders Gunnarsson2013-10-041-4/+17
|/
* Move tilecache storage to a standard locationAlbin Olsson2013-09-201-5/+4
* Fix some name inconsistencies in QtLocationAlex Blasche2013-09-0314-225/+225
* Split QtLocation into QtPositioning and QtLocationAlex Blasche2013-09-029-9/+19
* Update copyright year to 2013Sergio Ahumada2013-06-1333-33/+33
* Only link against QtGui when having maps enabled.Volker Krause2013-04-181-1/+1
* Fix warnings in qtlocation found by GCC 4.8Thiago Macieira2013-04-072-3/+0
* QtLocation header check: compile in pedantic modeThiago Macieira2013-02-241-1/+1
* Fix header self-contained compilation: QGeoCoordinate must be declaredThiago Macieira2013-02-241-1/+1
* Fix compile error because of missing headerRainer Keller2013-02-061-1/+1
* Remove use of QT_{BEGIN,END}_HEADER macros.Aaron McCarthy2013-02-0322-108/+0
* Change copyright from 2012 to 2013Rainer Keller2013-01-1754-54/+54
* Fix qmake warningsRainer Keller2013-01-177-11/+11
* Fix module dependencies between QtLocation and Qt3DSimon Hausmann2012-10-011-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-2487-2089/+2089
* Fix compilation on QNXSean Harmer2012-08-284-11/+11
* Docs: change inappropriate references to 'element'.Peter Yard2012-08-221-1/+1
* Let mapscene manage its own light for the map tilesIan Chen2012-07-301-0/+8
* Fix incorrect warning messages + refactor error handlingabcd2012-07-201-3/+0
* Don't rely on indirect inclusion; include <qdatastream.h>Thiago Macieira2012-06-272-0/+2
* Fix compile warnings.Aaron McCarthy2012-06-261-7/+5
* Save and restore cache queues, for better cachingThomas Lowe2012-06-222-24/+118
* Fix up documentation.Aaron McCarthy2012-06-211-2/+2
* Rename QGeoBoundingArea and related classes to QGeoShape.Aaron McCarthy2012-06-2115-62/+58
* Add missing QGeoServiceProvider documentation.Aaron McCarthy2012-06-202-13/+98
* Fix qtlocation build for WEC7.Janne Anttila2012-06-203-2/+6
* Remove correctionsabcd2012-06-141-4/+3
* Use QPointer instead of QWeakPointer.Stephen Kelly2012-06-072-3/+4
* Remove Maps from public C++ API.Aaron McCarthy2012-06-0741-735/+811
* Fix errors reported by coverity.Aaron McCarthy2012-06-041-1/+0
* Stop timer before stopping thread.Aaron McCarthy2012-05-311-3/+4
* QtLocation: Fix dependencies, remove network.Friedemann Kleint2012-05-295-7/+1
* Correct destruction of mappingManagerEngineThomas Lowe2012-05-298-23/+43
* Make prefetchData() virtual instead of pure virtualabcd2012-05-241-1/+1