summaryrefslogtreecommitdiff
path: root/src/imports
Commit message (Expand)AuthorAgeFilesLines
* Improve robustness of QML plugin loadingSimon Hausmann2016-08-262-2/+2
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-162-2/+8
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-162-2/+8
| |\
| | * Fix for invisible copyright notice with Holo theme on androidPaolo Angelelli2016-08-051-1/+5
| | * Fix accessing a MapPolyline delegate before it is handed over to MapPaolo Angelelli2016-08-041-1/+3
* | | QDeclarativeGeoMap::sendTouchEvent: fix compilationSimon Hausmann2016-08-121-4/+11
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-022-0/+39
|\ \ \ | |/ /
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-012-0/+39
| |\ \ | | |/
| | * Enable dynamic addition/removal of map types by the mapping managerPaolo Angelelli2016-07-292-0/+39
* | | Merge remote-tracking branch 'gerrit/5.7' into devAlex Blasche2016-07-2915-226/+557
|\ \ \ | |/ /
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Michal Klocek2016-07-289-139/+349
| |\ \ | | |/
| | * Add minimal map qml exampleMichal Klocek2016-07-281-23/+9
| | * Fix the fitViewportToGeoShape calculationMichal Klocek2016-07-281-32/+73
| | * Fix for qgeocirclemapitem generation with invalid radiusPaolo Angelelli2016-07-261-1/+1
| | * A fix for not working setVisibleRegionMichal Klocek2016-06-242-3/+18
| | * Delay removal/readd of map items until incubation completion on resetPaolo Angelelli2016-06-246-81/+257
| * | Fix for wandering QGeoMapPolylineGeometryPaolo Angelelli2016-06-287-65/+176
| * | Fix for crash on tessellation of self-intersectiong GeoPolygonsPaolo Angelelli2016-06-152-22/+32
* | | Remove updateMutex from qml mapMichal Klocek2016-07-152-8/+0
* | | Refactor: rename improperly named methodsPaolo Angelelli2016-06-301-5/+5
* | | Enable building with QT_NO_OPENGL defined by using QSGGeometry EnumsAndy Nichols2016-06-243-4/+4
* | | Migrate to cross-API helper scenegraph nodesLaszlo Agocs2016-06-231-7/+6
|/ /
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-103-4/+6
|\ \ | |/
| * fix for losing map item focus while dragging themPaolo Angelelli2016-06-021-1/+0
| * Polish and update map elements on window resizePaolo Angelelli2016-05-312-2/+2
| * Include childItems among the elements to check in populateMap()Paolo Angelelli2016-05-311-1/+4
* | Fix setZoomLevel and setCenter when called before initializationPaolo Angelelli2016-05-311-2/+2
* | Fix buildMaurice Kalinowski2016-05-101-2/+2
* | Update QML version to 5.7 for QtPositioning and QtLocationAlex Blasche2016-04-294-9/+17
* | Map.copyrightsVisible is a new property since 5.7Alex Blasche2016-04-291-0/+2
* | Remove inconsistent qreal/double co-mingling/comparisonv5.7.0-beta1Donald Carr2016-04-111-2/+2
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-081-0/+3
|\ \ | |/
| * Fix crash when no items available and DataChanged is called.Marko Kangas2016-04-061-0/+3
* | Reduce setCameraData calls to minimumMichal Klocek2016-03-171-9/+3
* | Replace m_mappingManagerInitialized check from qdeclaratviegeomapMichal Klocek2016-03-172-26/+34
* | Remove QGeoMapController from QGeoMapMichal Klocek2016-03-173-82/+102
* | No matching function for call to 'qBound(double, qreal&, double)'" fixPaolo Angelelli2016-03-151-1/+1
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-081-6/+6
|\ \ | |/
| * Fixes a compile error on linux/gcc-4.8 when using C++98Xander Burgerhout2016-03-021-6/+6
* | Avoid non-valid coordinate as endCorrdinate for flickingMichal Klocek2016-03-031-0/+5
* | Adjustment for the minimum zoom level to prevent gray bandsPaolo Angelelli2016-03-022-36/+54
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-153-530/+58
|\ \ | |/
| * Update QTBUG reference for qmlRegisterUncreatableType template functionAlex Blasche2016-02-121-2/+2
| * Update qmltypes for QtPositioning QML APIAlex Blasche2016-02-111-72/+1
| * Update qml types for Qt Location pluginAlex Blasche2016-02-031-456/+55
| * Fix for mapviewer example minimap crashPaolo Angelelli2016-02-011-0/+4
* | Enable using the module in a statically linked applicationAndy Shaw2016-02-042-0/+16
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-264-8/+137
|\ \ | |/
| * Fixed wrong MapPolyline drawing if line point lies on map centerHarald Meyer2016-01-011-1/+3
| * MapPolyline performance improvementsHarald Meyer2016-01-011-2/+3