summaryrefslogtreecommitdiff
path: root/src/imports
Commit message (Expand)AuthorAgeFilesLines
...
| * Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-281-0/+3
| |\
| | * Merge remote-tracking branch 'origin/5.6' into 5.75.7Liang Qi2016-11-241-0/+3
| | |\
| | | * Fix for QDeclarativeGeoMap::fitViewportToGeoShape and QGeoRectanglePaolo Angelelli2016-11-111-0/+3
| * | | Renaming QGeoMapPrivate::changeMapSize to changeViewportSizePaolo Angelelli2016-11-226-19/+19
| * | | Remove unused local variable from qdeclarativepolylinemapitemPaolo Angelelli2016-11-151-3/+1
* | | | MapParameters for accessing specific features of custom QGeoMapsPaolo Angelelli2016-12-016-2/+344
* | | | Add support for QGeoPathPaolo Angelelli2016-12-013-0/+33
* | | | Checking for map presence before fitting to geoshapePaolo Angelelli2016-12-011-1/+1
* | | | Removing m_serviceProvider from QDeclarativeGeoMapPaolo Angelelli2016-12-012-6/+4
* | | | Use QLocationUtils::wrapLong thoughout the codePaolo Angelelli2016-11-302-6/+4
* | | | Refactoring: removing m_reply from GeoReply classesPaolo Angelelli2016-11-292-32/+17
* | | | Do not update geoLeftBound in Declarative Polygon updateSourcePointsPaolo Angelelli2016-11-151-6/+0
* | | | Merge remote-tracking branch 'gerrit/5.8' into devAlex Blasche2016-11-034-10/+20
|\ \ \ \ | |/ / /
| * | | Merge remote-tracking branch 'gerrit/5.7' into 5.8Alex Blasche2016-11-023-8/+18
| |\ \ \ | | |/ /
| | * | Merge remote-tracking branch 'gerrit/5.6' into 5.7Alex Blasche2016-11-021-2/+1
| | |\ \ | | | |/
| | | * Compilation fixVyacheslav Koscheev2016-10-281-1/+1
| | * | Fix for Map polygon not working on zoomPaolo Angelelli2016-09-191-6/+6
| | * | Fix for polylines and polygon rendering wrong at the edge of the mapPaolo Angelelli2016-09-192-0/+11
| * | | Fix compilationMaurice Kalinowski2016-10-181-2/+2
* | | | Fix for occasional gray bands appearing upon window resizingPaolo Angelelli2016-10-191-2/+17
* | | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-10-074-35/+17
|\ \ \ \ | |/ / /
| * | | Fix panActive state when last touch point is releasedFrederik Gladhorn2016-10-051-2/+7
| * | | QDeclarativeGeoMapItemBase::childMouseEventFilter: Do not eat release eventsFrederik Gladhorn2016-10-051-11/+7
| * | | Remove a bunch of ungrabTouch/Mouse callsFrederik Gladhorn2016-10-041-15/+0
| * | | Fix typoFrederik Gladhorn2016-10-031-1/+1
| * | | Remove dead codeFrederik Gladhorn2016-10-031-5/+0
| * | | Add missing panActiveChanged after flickingFrederik Gladhorn2016-10-031-0/+1
| * | | Fix struct/class mis-matchFrederik Gladhorn2016-09-291-1/+1
* | | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-09-214-5/+6
|\ \ \ \ | |/ / /
| * | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-182-3/+4
| |\ \ \ | | |/ /
| | * | Fix for wrong map center at startup in mapviewer examplePaolo Angelelli2016-09-052-3/+4
| * | | Improve robustness of QML plugin loadingSimon Hausmann2016-08-262-2/+2
* | | | Fix class vs struct mismatch warningJake Petroules2016-08-231-1/+3
|/ / /
* | | 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