summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Extend tst_QGeoPolygon::contains()Ivan Solovev2026-03-201-0/+9
* Refactor tst_QGeoPolygon::contains()Ivan Solovev2026-03-201-19/+10
* Extend QGeo{Path,Polygon} tests for boundingGeoRectangle()Ivan Solovev2026-03-202-0/+46
* QGeo{Path,Polygon}: extend tests and fix eager behaviorIvan Solovev2026-03-204-44/+113
* CMake: add TEST_PLUGIN to test pluginsAssam Boudjelthia2026-03-183-1/+3
* Extend tst_QGeoPolygon::comparison() testIvan Solovev2026-03-111-4/+21
* Fix QGeoAreaMonitorPolling implementationIvan Solovev2026-02-241-4/+3
* Tests: simplify fuzzy comparisonIvan Solovev2026-02-172-7/+7
* tst_QDeclarativePosition: update fuzzy comparison usageIvan Solovev2026-02-171-1/+1
* Fix fuzzy comparison for QGeoCoordianteIvan Solovev2026-02-171-0/+2
* Fix fuzzy comparison in QGeoCirclePrivate::contains()Ivan Solovev2026-02-171-0/+2
* Fix QGeoPathPrivate::lineContains() logicEdward Welbourne2026-01-151-4/+0
* Another test-case for tst_QGeoPath::contains()Edward Welbourne2026-01-151-0/+19
* Extend QGeoPath::contains() testsIvan Solovev2026-01-151-0/+44
* Port QScopedPointer to std::unique_ptrAhmad Samir2026-01-101-1/+3
* Refactor tst_QGeoPath::contains()Ivan Solovev2025-12-121-22/+16
* Normalize signal/slot signatures 2025Marc Mutz2025-06-041-10/+10
* Add QDataStream serialization support for QGeoPolygon::holePath()Ivan Solovev2025-04-281-0/+31
* Update data tags in tst_QGeoPolygonIvan Solovev2025-04-251-3/+2
* Deduplicate data tags in tst_QGeoPath::boundingGeoRectangle()Ivan Solovev2025-04-251-2/+2
* Cleanup tst_QGeoSatelliteInfoIvan Solovev2025-04-251-59/+55
* Fix QGeoPolygon::toString() outputIvan Solovev2025-04-161-0/+12
* QGeoAreaMonitorSource: fix read past the end of the bufferIvan Solovev2025-04-151-0/+20
* tst_QDeclarativePositionSource: replace an elaborate helper with QDebug::toSt...Marc Mutz2024-07-221-9/+1
* Correct license for test filesLucie Gérard2024-03-2671-71/+71
* Remove extra semi-colonsTasuku Suzuki2024-02-061-1/+1
* Adjust QGeoSatelliteInfoSource bindable property unit testsIvan Solovev2023-10-061-2/+6
* QGeoPositionInfoSource: fix binding loopsIvan Solovev2023-10-061-3/+11
* QDeclarativePositionSource: extend bindable properties testsIvan Solovev2023-09-222-3/+9
* Blacklist tst_qgeoareamonitor on Android in the CIIvan Solovev2023-09-111-0/+2
* Mark the whole repo with QT_NO_CONTEXTLESS_CONNECTAhmad Samir2023-08-221-3/+2
* tst_QGeoAreaMonitor: DRY tst_activeMonitors() a bitMarc Mutz2023-08-081-50/+20
* Eradicate Q_FOREACH [1/2]: const locals (incl. former rvalues)Marc Mutz2023-08-041-2/+2
* Fix compiler warning from narrowing conversionVolker Hilsheimer2023-03-301-15/+15
* Fix overly strong limitation of webmercator latitudeMatthias Rauter2023-03-093-0/+59
* Skip tst_qgeoareamonitor::multipleThreads on macOS armIvan Solovev2023-02-031-0/+3
* SatelliteSource: improve handling of start/stop/update with incomplete parame...Ivan Solovev2023-01-111-0/+63
* Provide QML binding for QGeoSatelliteInfoSource C++ classIvan Solovev2022-12-058-5/+748
* Provide a QML binding for QGeoSatelliteInfo C++ classIvan Solovev2022-12-055-7/+89
* Port from container::count() and length() to size()Marc Mutz2022-10-0513-214/+214
* Introduce new interfaces using QByteArrayViewMate Barany2022-09-202-18/+64
* Fix name of test case in tst_nmeasatelliteinfosource.cppMate Barany2022-09-121-1/+1
* Register a conversion routine from QVariantMap to QGeoRectangleVolker Hilsheimer2022-09-083-0/+53
* Register a conversion routine from QVariantMap to QGeoCoordinateVolker Hilsheimer2022-09-074-0/+89
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-2543-43/+43
* Tests: do not use QT_DISABLE_DEPRECATED_BEFOREIvan Solovev2022-08-259-18/+0
* CMake: Don't use PUBLIC_LIBRARIES for tests and test helpersAlexandru Croitor2022-07-2822-22/+22
* Add license headers to cmake filesLucie Gérard2022-07-0743-0/+129
* Disable some tests in static buildsIvan Solovev2022-06-241-9/+13
* PositionSource: do not query lastKnownPosition if the source is inactiveIvan Solovev2022-06-171-3/+4