summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Bound check QGeoTileSpec against min/max ZL before requesting itPaolo Angelelli2017-04-121-1/+2
* Replace QGeoMapType argument of cameraCapabilitiesPaolo Angelelli2017-04-121-3/+3
* Fix Clang's inconsistent override warningThiago Macieira2017-04-121-1/+1
* Add mapReady to test case start conditionsKarol Polak2017-04-1110-10/+23
* Fix warning about unused parameter only used in Q_ASSERTThiago Macieira2017-04-111-0/+1
* Skip Flick autotests altogether on windows 32bitPaolo Angelelli2017-03-152-0/+12
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-1014-1/+29
|\
| * Don't try to set library paths if !QT_CONFIG(library)Ulf Hermann2017-03-0713-0/+26
| * Make tst_places compile with -no-feature-processUlf Hermann2017-03-021-1/+3
* | Increase the QGeoCoordinate debug operator precisionAlex Blasche2017-03-091-3/+4
* | Optimize QGeoProjectionWebMercator::wrappedMapProjectionToItemPositionPaolo Angelelli2017-03-061-5/+5
* | Fix frustum footprint calculation in QGeoCameraTilesPaolo Angelelli2017-02-281-0/+24
* | Make min/max Tilt/FieldOfView Read/WritePaolo Angelelli2017-02-282-22/+81
* | Make QGeoCameraCapabilities independent of the enginePaolo Angelelli2017-02-284-10/+227
* | Fix export macro in private headersPaolo Angelelli2017-02-141-1/+1
* | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-143-9/+4451
|\|
| * Change window size to prevent resizing failure on windowsPaolo Angelelli2017-02-131-4/+6
| * Blacklist flick tests on windowsPaolo Angelelli2017-02-101-0/+19
| * Correct spelling in autotest function namePaolo Angelelli2017-02-101-1/+1
| * Un-blacklist declarative-ui autotestsPaolo Angelelli2017-02-091-4/+0
| * Binary compatibility file for qtlocation (5.8.0)Milla Pohjanheimo2017-02-061-0/+4425
* | Allow to create maps with groups of map itemsPaolo Angelelli2017-01-313-1/+74
* | Make QDeclarativeGeoMap::setVisibleRegion support all QGeoShapesPaolo Angelelli2017-01-261-2/+8
* | Add rotation/tilting support to QGeoTiledMapScene/QGeoCameraTilesPaolo Angelelli2017-01-261-2/+6
* | Add rotation and tilt controls to QDeclarativeGeoMapPaolo Angelelli2017-01-252-5/+58
* | Move the coordinate <-> item position conversion to QGeoProjectionPaolo Angelelli2017-01-165-12/+20
* | Make zoomLevel refer to a default 256^2 tile sizePaolo Angelelli2017-01-163-20/+22
* | Rename QGeoProjection to QWebMercatorPaolo Angelelli2017-01-163-6/+7
* | Compile-fix: qAbs is less ambiguous than abs(double)Edward Welbourne2016-12-091-6/+6
* | Deprecate QGeoShape::extendShapePaolo Angelelli2016-12-072-10/+10
* | Refactoring QGeoTiledMapScene::mercatorToItemPositionPaolo Angelelli2016-12-071-76/+71
* | Merge remote-tracking branch 'gerrit/5.8' into devAlex Blasche2016-12-051-1/+1
|\|
| * Renaming QGeoMapPrivate::changeMapSize to changeViewportSizePaolo Angelelli2016-11-221-1/+1
| * Add Q_LOCATION_PRIVATE_EXPORT to QGeoMapPrivatePaolo Angelelli2016-11-221-1/+1
* | MapParameters for accessing specific features of custom QGeoMapsPaolo Angelelli2016-12-017-9/+158
* | Add support for QGeoPathPaolo Angelelli2016-12-014-1/+395
* | Change QGeoRectangle::translate to not modify the rectanglePaolo Angelelli2016-11-301-4/+4
* | Add support for boundingGeoRectangle to QGeoShapePaolo Angelelli2016-11-302-1/+62
* | Refactoring: removing m_reply from GeoReply classesPaolo Angelelli2016-11-293-12/+1
|/
* Merge remote-tracking branch 'gerrit/5.7' into 5.8Alex Blasche2016-11-021-0/+3
|\
| * Merge remote-tracking branch 'gerrit/5.6' into 5.7Alex Blasche2016-11-021-0/+5
| |\
| | * Skip failing autotests due to flick signals not being emittedPaolo Angelelli2016-11-011-0/+5
* | | Add labels for ground speed and directionMaurice Kalinowski2016-10-062-13/+51
* | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-182-0/+8518
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-171-0/+4118
| |\|
| | * BC data files for QtLocation for Qt 5.6Milla Pohjanheimo2016-09-141-0/+4118
| * | BC data files added for QtLocation (5.7)Milla Pohjanheimo2016-09-151-0/+4400
* | | Add geoservices plugin to support ESRI mapping servicesv5.8.0-alpha1Guillaume Belz2016-08-311-2/+10
* | | Improve robustness of QML plugin loadingSimon Hausmann2016-08-261-1/+1
* | | QDeclarativeGeoMap::sendTouchEvent: fix compilationSimon Hausmann2016-08-121-0/+2