summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Make Open Street Maps the default plugin used in Qt Location examples.Aaron McCarthy2015-02-045-6/+6
* Add support for places to Open Street Map plugin.Aaron McCarthy2015-02-0212-18/+859
* Doc: Language editsVenugopal Shivashankar2015-02-022-85/+75
* Doc: Few updates to the qdocconfVenugopal Shivashankar2015-02-021-5/+2
* Remove connection to non-existing slotAlex Blasche2015-01-291-1/+0
* Add support for more tile types to OSM plugin.Aaron McCarthy2015-01-287-32/+189
* Add cycle map type.Aaron McCarthy2015-01-283-0/+3
* Allow HTML based copyright notices.Aaron McCarthy2015-01-279-38/+120
* Cleanup QtQml header includes in Positioning and LocationAlex Blasche2015-01-278-23/+0
* Avoid map polyline/route/polygon draw around half the worldAlex Blasche2015-01-273-2/+9
* Export QDoubleVector?D streaming operatorsAlex Blasche2015-01-272-6/+6
* Ensure QtPositioning value types don't change QDebug spacing policyAlex Blasche2015-01-275-32/+36
* Don't reparent network replies away from their owning network managerLars Knoll2015-01-266-28/+6
* Make compile QtLocation after changes to QValuePrivateAlex Blasche2015-01-265-6/+6
* Fix OSM routing service. It sends route instructions with nine entries.Alex Blasche2015-01-211-1/+1
* Better names for incorrectly named Map functions.Aaron McCarthy2015-01-2019-89/+99
* Merge "Merge remote-tracking branch 'origin/5.4' into dev" into refs/staging/devFrederik Gladhorn2015-01-192-13/+15
|\
| * Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-01-192-13/+15
| |\
| | * Remove "qrc:/" if it is the start of the nmea source urlAndy Shaw2015-01-161-0/+2
| | * Fix touch event handling in transformed map.Aaron McCarthy2015-01-151-13/+13
* | | Don't override user's Map.zoomLevel when initializing QGeoCameraDataAlex Blasche2015-01-191-1/+4
|/ /
* | Fix connecting copyrightsChanged to not existing map object.Michal Klocek2015-01-161-1/+1
* | Fix empty map on screen issue when map initialized or map type changedMichal Klocek2015-01-161-6/+6
* | Re-add removed docs for QtPositioning QML value typesAlex Blasche2015-01-151-0/+417
* | Cleanup qRegisterMetaType<T>() callsAlex Blasche2015-01-154-16/+16
* | Remove temporary operator< for QtPositioning value typesAlex Blasche2015-01-155-36/+4
* | Fix crash when mouse area in uninitialized map receives eventMichal Klocek2015-01-131-0/+1
* | Adds mapping manager error handling to qmlMichal Klocek2015-01-139-28/+88
* | Make compile on QNX 6.6Alex Blasche2015-01-122-12/+12
* | Remove V8 references from QtLocationAlex Blasche2015-01-1210-30/+15
* | Add Mapbox plugin.Robert Ancell2015-01-0912-1/+747
* | Merge remote-tracking branch 'gerrit/5.4' into devAlex Blasche2015-01-0914-174/+119
|\ \ | |/
| * Fix crash in Nokia geocoding engine if results are emptyAlex Blasche2015-01-072-7/+7
| * Fix crash due to floating point precision.Aaron McCarthy2015-01-078-90/+90
| * Update poly2tri to latest upstream.Aaron McCarthy2015-01-072-8/+22
| * Remove Q_NO_USING_KEYWORD usageThiago Macieira2014-12-184-69/+0
* | Add missing QDataStream include following header change in qtbaseAlex Blasche2015-01-081-0/+4
* | Make QtLocation work after internal valuetype changes in QtQMLAlex Blasche2015-01-0825-1808/+127
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-12-176-23/+8
|\ \ | |/
| * Merge remote-tracking branch 'origin/5.4.0' into 5.4Frederik Gladhorn2014-12-172-2/+4
| |\
| | * Update plugins.qmltypesv5.4.05.4.0Kai Koehne2014-12-042-2/+4
| * | Remove unused private memberThiago Macieira2014-12-112-2/+1
| * | Fix static linking when using libpoly2triAlex Blasche2014-12-102-19/+3
| |/
* | Don't reset error string on category fetch error.Aaron McCarthy2014-12-161-4/+14
* | Add center() function to QGeoShape.Aaron McCarthy2014-12-049-70/+71
|/
* Add missing include for QObjectSamuli Piippo2014-11-031-0/+2
* Android: A new positioninfosource is always initialized with NoErrorAlex Blasche2014-10-241-1/+1
* iOS 8 - CLLocationManager authorizationTimur Pocheptsov2014-10-232-0/+18
* Ensure that rounding errors are considered by QGeoCircle::containsAlex Blasche2014-10-221-1/+6
* Fix QGeoCoordinate::toString() when rounding long/lat corner casesAlex Blasche2014-10-131-0/+41