summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update license filesAlex Blasche2015-02-154-7/+7
* QGeoMapScenePrivate::setVisibleTiles(): remove unused local variableMaks Naumov2015-02-131-1/+0
* Merge remote-tracking branch 'gerrit/5.4' into devAlex Blasche2015-02-1171-75/+110
|\
| * Merge remote-tracking branch 'gerrit/5.4.1' into 5.4Alex Blasche2015-02-101-0/+29
| |\
| | * Add changelog for QtLocation 5.4.1 releasev5.4.15.4.1Alex Blasche2015-01-291-0/+29
| * | Fix non-building geoservices pluginsAlex Blasche2015-02-091-1/+1
| * | Use single-char QString operations for efficiencySergio Ahumada2015-02-094-8/+8
| * | Remove duplicate includesSergio Ahumada2015-02-092-3/+0
| * | Add the QtCore/ library prefix in public headersSergio Ahumada2015-02-0921-45/+45
| * | Autotest: Fix compile warningsRainer Keller2015-01-282-0/+2
| * | Autotest: Use resources for test dataRainer Keller2015-01-283-0/+7
| * | Rename positioning/flickr example to geoflickrAlex Blasche2015-01-2738-18/+18
* | | Change default maximum zoomlevel change per inch for MapAlex Blasche2015-02-102-2/+2
* | | Doc: Fixed a few issues with the qdocconfVenugopal Shivashankar2015-02-101-5/+2
* | | Fix failing qgeoareamonitorinfo unit testAlex Blasche2015-02-101-3/+3
* | | Improve filtering of touch and mouse events.Aaron McCarthy2015-02-065-89/+212
* | | Fix places_map exampleAlex Blasche2015-02-065-15/+50
* | | Remove obsolete define from QtPositioning QML pluginAlex Blasche2015-02-061-1/+0
* | | Make Open Street Maps the default plugin used in Qt Location examples.Aaron McCarthy2015-02-049-44/+15
* | | Remove QtMultimedia and QtSVG as dependency for QtLocationAlex Blasche2015-02-021-2/+0
* | | 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 3DItem and VideoItem items from mapviewer example.Michal Klocek2015-01-297-224/+4
* | | 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
* | | Re-enable the declarative_geoshape unit testAlex Blasche2015-01-281-2/+0
* | | Add cycle map type.Aaron McCarthy2015-01-283-0/+3
* | | Allow HTML based copyright notices.Aaron McCarthy2015-01-2711-40/+129
* | | 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-2710-62/+179
* | | 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-2025-169/+180
* | | 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
| |\ \ \ | | |/ /
| | * | Bump versionOswald Buddenhagen2015-01-161-1/+1
| | |/
| | * 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-193-2/+25
|/ /
* | 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-158-20/+20
* | Remove temporary operator< for QtPositioning value typesAlex Blasche2015-01-156-37/+5
* | Fix crash when mouse area in uninitialized map receives eventMichal Klocek2015-01-132-0/+87
* | Adds mapping manager error handling to qmlMichal Klocek2015-01-1312-35/+189