summaryrefslogtreecommitdiff
path: root/src/imports
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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
* | | 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