summaryrefslogtreecommitdiffstats
path: root/src/imports/location/qdeclarativegeomap.cpp
Commit message (Expand)AuthorAgeFilesLines
* Normalize signal & slot signatures in connectionThiago Macieira2014-02-281-4/+4
* Fix translatable strings and cleanup unnecessary stringsAlex Blasche2014-02-261-3/+3
* Grab mouse when a gesture is detected.Aaron McCarthy2014-02-121-6/+10
* Remove bearing and tilt from the qml APIFabian Bumberger2014-02-111-110/+1
* Fix declarative_ui tests.Aaron McCarthy2014-02-111-1/+3
* Remove the GeoMapMouseAreaFabian Bumberger2014-02-061-8/+0
* Enable wheel mouse wheel for zoomingFabian Bumberger2013-11-251-0/+3
* Don't steel the mouse/touch events when we must notFabian Bumberger2013-11-251-2/+8
* Initialize the center of the Map itemFabian Bumberger2013-11-151-0/+1
* Merge branch 'stable' into devAlex Blasche2013-11-111-0/+1
|\
| * Fix compiler warning.Alex Blasche2013-11-111-0/+1
* | Always use double point precision for geo lookups internallyErik Mattsson2013-11-061-22/+23
* | Enabled setting max/min zoom level in declarative mapErik Mattsson2013-10-241-17/+53
* | Merge branch 'stable' into devAlex Blasche2013-10-221-22/+20
|\|
| * Revert "Improve filtering of touch and mouse events."Alex Blasche2013-10-141-3/+1
| * Doc: Fixed broken Location links due to version number.v5.2.0-alpha1Jerome Pasion2013-09-251-17/+17
| * Doc: Removed version from "\inqmlmodule QtLocation"Jerome Pasion2013-09-251-1/+1
* | Made fitViewportTo* methods honor qml animationsErik Mattsson2013-10-181-4/+4
* | Added qml function to fit map to geo shapeErik Mattsson2013-10-151-0/+83
* | Make geo coordinates animatable in QML.Albin Olsson2013-10-111-19/+5
|/
* Split QtLocation into QtPositioning and QtLocationAlex Blasche2013-09-021-1/+0
* Improve filtering of touch and mouse events.Albin Olsson2013-08-291-1/+3
* Update to use filtering of child mouse and touch events.Albin Olsson2013-08-161-0/+21
* Fix QtLocation documentationAlex Blasche2013-07-121-5/+5
* Update copyright year to 2013Sergio Ahumada2013-06-131-1/+1
* Change usage of deprecated QWindow accessorsShawn Rutledge2012-11-301-2/+2
* Compile after removal of compatibility code in QtQuick.Friedemann Kleint2012-10-161-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-241-24/+24
* Convert Coordinate into a QML coordinate value type.Aaron McCarthy2012-08-241-135/+39
* Docs: change inappropriate references to 'element'.Peter Yard2012-08-221-11/+11
* General doc fixes.Peter Yard2012-08-141-1/+1
* Doc: Changed \qmlclass to \qmltype and added \instantiates.Jerome Pasion2012-07-301-1/+2
* Update MiniMap to use new gesture apiIan Chen2012-07-251-7/+6
* Rename QQuickCanvas to QQuickWindow, in line with qtdeclarativeIan Chen2012-07-181-2/+2
* Remove deprecated MapPinchArea and MapFlickable elements.Aaron McCarthy2012-07-161-37/+3
* Remove uses of deprecated MapPinchArea and MapFlickable.Aaron McCarthy2012-07-061-1/+1
* Fix mouse wheel event handling and testIan Chen2012-07-061-1/+1
* Documentation fixes.Aaron McCarthy2012-06-221-5/+5
* Specify minor version in \inqmlmodule qdoc command.Aaron McCarthy2012-06-221-1/+1
* Fix up documentation.Aaron McCarthy2012-06-211-2/+2
* Use QPointer instead of QWeakPointer.Stephen Kelly2012-06-071-3/+3
* Remove Maps from public C++ API.Aaron McCarthy2012-06-071-2/+2
* Move hard-codded messages into separate file and declare constants for them.Vladimir Bezkorovainyi2012-05-311-3/+5
* Make 'fitViewportToMapItems' fit quick items betterIan Chen2012-05-251-6/+18
* Simple prefetch schemeThomas Lowe2012-05-161-1/+18
* Keep a QWeakPointer to map items rather than a plain oneAlex Wilson2012-05-161-14/+27
* Removed spurious pointer check before deletionCristian Adam2012-05-161-4/+2
* Coding style fixes: whitespace around pointers/referencesAlex Wilson2012-05-151-24/+24
* Coding style fixes: whitespace crusadesAlex Wilson2012-05-151-10/+10
* Coding style fixes: use post-increment in for loopsAlex Wilson2012-05-151-3/+3