summaryrefslogtreecommitdiff
path: root/src/imports
Commit message (Expand)AuthorAgeFilesLines
* Fix documentation errors.Aaron McCarthy2014-02-102-2/+2
* Nokia plug-in URL and tiler API updatesAnders Gunnarsson2014-02-072-1/+5
* Fix map item behavior when used with a MouseArea.Aaron McCarthy2014-02-0714-131/+143
* Missing changes from MapMouseArea removal.Aaron McCarthy2014-02-063-359/+0
* Remove the GeoMapMouseAreaFabian Bumberger2014-02-0611-650/+25
* Remove offset from PlaceSearchModel documentationAlex Blasche2014-02-041-14/+13
* Remove offset attribute from place content requests.Aaron McCarthy2014-01-222-32/+18
* Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Alex Blasche2014-01-201-18/+4
|\
| * Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-01-171-18/+4
| |\
| | * QDeclarativePositionSource::{supported|preferred}PositioningMethods() always ...Jim Ehrismann2014-01-171-18/+4
* | | Remove offset attribute from place search requests.Aaron McCarthy2014-01-203-25/+98
|/ /
* | Remove RouteModel::locale property.Aaron McCarthy2014-01-132-58/+22
* | Use QVariantMap instead of QMap<QString, QVariant>.Aaron McCarthy2014-01-082-3/+3
* | Fix warning message about unsupported area types.Aaron McCarthy2014-01-081-1/+1
* | Enhance measurement system support in routing manager.Aaron McCarthy2014-01-072-0/+108
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-12-163-4/+7
|\ \ | |/
| * Remove QtQml dependency from QtPositioning.Aaron McCarthy2013-12-113-4/+7
* | Enable wheel mouse wheel for zoomingFabian Bumberger2013-11-253-0/+13
* | Don't steel the mouse/touch events when we must notFabian Bumberger2013-11-251-2/+8
* | Merge "Merge branch 'stable' into dev" into refs/staging/devAlex Blasche2013-11-213-3/+3
|\ \
| * \ Merge branch 'stable' into devAlex Blasche2013-11-213-3/+3
| |\ \ | | |/
| | * Fix qdoc references following shift of example dirsAlex Blasche2013-11-183-3/+3
* | | Bugfix and improvement for start of panningAnders Gunnarsson2013-11-211-8/+4
|/ /
* | Fix ambiguous type conversion options (QPointF vs QDoubleVector)Alex Blasche2013-11-192-2/+2
* | Fix crash (null pointer dereference).Albin Olsson2013-11-182-3/+8
* | Initialize the center of the Map itemFabian Bumberger2013-11-151-0/+1
* | Merge "Merge branch 'stable' into dev" into refs/staging/devAlex Blasche2013-11-144-30/+39
|\ \
| * \ Merge branch 'stable' into devAlex Blasche2013-11-114-30/+39
| |\ \ | | |/
| | * Fix compiler warning.Alex Blasche2013-11-111-0/+1
| | * Improve ClosedError handling in QGeoPositionInfoSourceAlex Blasche2013-11-041-3/+3
| | * Add QGeoPositionInfoSource::NoPositioningMethods enum valueAlex Blasche2013-10-303-21/+23
| | * Add NoError to the various Positioning Source classes.Alex Blasche2013-10-303-6/+12
* | | Removed timer for press time in QDeclarativeGeoMapGestureAreaAnders Gunnarsson2013-11-112-6/+11
|/ /
* | Always use double point precision for geo lookups internallyErik Mattsson2013-11-069-73/+79
* | Enabled setting max/min zoom level in declarative mapErik Mattsson2013-10-244-27/+97
* | Update Qt Creator QML meta data following recent version changesAlex Blasche2013-10-241-1/+14
* | Introduces 5.3 QML APIs.Alex Blasche2013-10-241-1/+2
* | Merge branch 'stable' into devAlex Blasche2013-10-2243-296/+288
|\ \ | |/
| * Update position when switching position sources.Aaron McCarthy2013-10-182-16/+31
| * Update Positioning QML meta data following QML version bump to 5.2Alex Blasche2013-10-151-14/+22
| * Fix potential enum value clashes in QGeoPositionInfoSource::Error.Alex Blasche2013-10-151-1/+2
| * Revert "Improve filtering of touch and mouse events."Alex Blasche2013-10-143-64/+17
| * Add proper version to QtPositioning and its QML API.Alex Blasche2013-10-148-22/+35
| * Make QtLocation QML module compile after QJSValuePrivate constructor changeAlex Blasche2013-10-015-6/+6
| * Doc: Fixed broken Location links due to version number.v5.2.0-alpha1Jerome Pasion2013-09-2516-126/+126
| * Doc: Fixed broken Positioning links due to version number.Jerome Pasion2013-09-252-2/+2
| * Doc: Removed version from "\inqmlmodule QtLocation"Jerome Pasion2013-09-2532-37/+37
| * Doc: Removed version from "\inqmlmodule QtPositioning"Jerome Pasion2013-09-257-7/+7
* | Made fitViewportTo* methods honor qml animationsErik Mattsson2013-10-181-4/+4
* | Added qml function to fit map to geo shapeErik Mattsson2013-10-152-0/+84