summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* Port to pointer-to-member-function connection syntaxVolker Hilsheimer2022-08-2311-19/+19
* Clean up mix of polymorph and value semanticsVolker Hilsheimer2022-08-032-49/+0
* CMake: Don't use PUBLIC_LIBRARIES for tests and test helpersAlexandru Croitor2022-07-287-7/+7
* Clean up includesVolker Hilsheimer2022-07-2821-1/+65
* Clean up test cases for value typesVolker Hilsheimer2022-07-278-502/+308
* Bump plugin interface version to 6.0Volker Hilsheimer2022-07-274-4/+4
* Remove all qmake .pro files, except for examplesVolker Hilsheimer2022-07-2676-55946/+0
* Remove expectFail again from passing testVolker Hilsheimer2022-07-261-4/+0
* Blacklist tests that are flaky on macOS ARM in CIVolker Hilsheimer2022-07-261-0/+11
* Replace foreach with ranged for and set QT_NO_FOREACHVolker Hilsheimer2022-07-265-29/+26
* Enable tests on APPLEVolker Hilsheimer2022-07-111-2/+0
* Mark tests failing after dependency update as expectFailVolker Hilsheimer2022-07-111-0/+4
* In static builds, ignore tests depending on pluginsVolker Hilsheimer2022-07-111-16/+21
* Fix build of tests in static configsVolker Hilsheimer2022-06-162-3/+15
* Silence build warnings, fix build errorsVolker Hilsheimer2022-06-163-7/+7
* Enable QML unit-testsIvan Solovev2022-02-2857-175/+235
* Change 'setBoundingBox' to 'setBoundingShape'Lauri Laanmets2021-11-091-1/+1
* Build minimal subset of QtLocation with unit-testsIvan Solovev2021-11-0965-95/+679
* Remove QtPositioning module from qtlocation.gitIvan Solovev2021-10-27137-18991/+0
* CMake: Bump almost all cmake_minimum_required calls to 3.16Alexandru Croitor2021-09-221-1/+1
* QGeoCoordinateAnimation: fix shortest path interpolationIvan Solovev2021-08-311-4/+40
* CoordinateAnimation: fix direction interpolationIvan Solovev2021-08-311-6/+6
* Use the new QML CMake API for examples, tests and docsCraig Scott2021-08-231-15/+10
* Fix static buildIvan Solovev2021-08-102-2/+4
* CMake: Use renamed qt6_add_plugin PLUGIN_TYPE optionAlexandru Croitor2021-08-102-2/+2
* CMake: Don't give plugins PUBLIC usage requirements part 2Li Xinwei2021-08-062-2/+2
* QGeoCoordinate: fix toString() conversionIvan Solovev2021-07-291-2/+18
* QGeoLocation: add qHash overloadIvan Solovev2021-07-282-0/+55
* QGeoAddress: add qHash overloadIvan Solovev2021-07-271-0/+83
* Add qHash overloads to QGeoShape hierarchyIvan Solovev2021-07-275-0/+121
* QGeoLocation: support move operationsIvan Solovev2021-07-222-0/+47
* QGeoCoordinate: support move operationsIvan Solovev2021-07-221-0/+33
* QGeoAddress: support move operationsIvan Solovev2021-07-191-0/+35
* QtPositioning: convert streaming operators to hidden friendsIvan Solovev2021-07-192-2/+18
* QGeoAreaMonitorSource: add virtual methods to toggle custom propertiesIvan Solovev2021-07-191-0/+82
* QGeoShape: fix serialization of QGeoPolygon and QGeoPathIvan Solovev2021-07-191-0/+71
* QtPositioning: improve flaky setUpdateInterval_delayedUpdate() testIvan Solovev2021-07-141-1/+1
* QGeoRectangle: extend tests for unite()Ivan Solovev2021-07-091-0/+10
* Revert "Blacklist GeoLocation::test_Location_complete"Ivan Solovev2021-05-261-3/+0
* Blacklist GeoLocation::test_Location_completeTor Arne Vestbø2021-05-241-0/+3
* QtPositioning tests: reduce timeoutsIvan Solovev2021-05-212-52/+51
* test.source plugin: reduce minimumUpdateInterval()Ivan Solovev2021-05-214-66/+94
* QGeoAreaMonitorPolling: fix connection check logicIvan Solovev2021-05-206-3/+239
* QtPositioning: refactor tests for QGeoAreaMonitorIvan Solovev2021-05-203-49/+78
* QDeclarativePositionSource: add active property bindingIvan Solovev2021-05-171-0/+137
* QDeclarativePositionSource: add property bindingsIvan Solovev2021-05-172-0/+165
* CoordinateAnimation: blacklist flaky tests for macOS ARMIvan Solovev2021-05-171-0/+6
* QGeoPositionInfoSource: fix flaky testIvan Solovev2021-05-172-2/+3
* QGeoPositionInfoSource: add property bindingsIvan Solovev2021-05-129-13/+39
* QDeclarativeGeoLocation: add property bindingsIvan Solovev2021-05-104-17/+224