summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix Map.fromCoordinate returning wrong values during tiltingPaolo Angelelli2017-09-211-0/+22
* Remove HERE plugin from testsPaolo Angelelli2017-09-091-14/+2
* Fix PluginParameter not working with script as property valuesPaolo Angelelli2017-08-233-1/+36
* Fix visible region computation in QGeoProjectionWebMercatorPaolo Angelelli2017-08-091-0/+41
* Fix MapFlick::test_flick_diagonal autotestPaolo Angelelli2017-08-081-6/+6
* Update binary compatibility files for Qt5.9.0 for QtLocationMilla Pohjanheimo2017-06-271-0/+4446
* Blacklist tst_QGeoTiledMap::fetchTiles on b2qtPaolo Angelelli2017-06-171-0/+2
* Fix for incorrect QGeoPathPrivate::containsPaolo Angelelli2017-06-061-3/+3
* Add mean to create qgeopath in locationsingletonPaolo Angelelli2017-06-051-0/+29
* Merge remote-tracking branch 'gerrit/5.9.0' into 5.9Alex Blasche2017-05-093-22/+34
|\
| * Add pluginName to QGeoMapType and check against it in setActiveMapTypePaolo Angelelli2017-05-073-22/+34
* | Disable/blacklist failing tests for boot2qtSami Nurmenniemi2017-05-051-0/+3
|/
* 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