summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Docs: explicitly mention that socket:// connection is unencryptedIvan Solovev46 hours1-0/+3
* Remove unused include from qgeopath.cppIvan Solovev11 days1-1/+0
* Remove QGeoPathPrivateBase::computeBoundingBox()Ivan Solovev11 days4-21/+3
* Fix data races in QGeo{Path,Polygon}PrivateIvan Solovev11 days4-42/+107
* Move m_leftBoundWrapped to QGeoPolygonPrivateIvan Solovev11 days4-11/+4
* CMake: rename QtLocation_VERSION_MAJOR to QtPositioning_VERSION_MAJORAssam Boudjelthia2026-04-072-5/+3
* Mark polygon/path leaf-classes as finalJuha Vuolle2026-04-072-2/+2
* Avoid runtime warningsSemih Yavuz2026-03-241-2/+2
* Refactor eager evaluation for QGeo{Path,Polygon}EagerIvan Solovev2026-03-202-6/+8
* QGeo{Path,Polygon}: extend tests and fix eager behaviorIvan Solovev2026-03-202-0/+2
* QUIP-23: Add default security headersAxel Spoerl2026-03-20124-0/+124
* Fix QGeoPolygonPrivateEager::clone()Ivan Solovev2026-03-161-1/+1
* QGeoPolygonPrivate: do not mark the methods as virtualIvan Solovev2026-03-161-3/+3
* QGeo{Path,Polygon}Private(Base): use virtual or override on declarationsIvan Solovev2026-03-162-24/+24
* Delegate to proper base in QGeoPolygonPrivate::operator==()Ivan Solovev2026-03-161-6/+3
* Add QGeoPathPrivateBaseIvan Solovev2026-03-164-174/+223
* Reserve space in a new list in QGeoPolygonPrivate::updateClipperPath()Ivan Solovev2026-03-101-0/+1
* Fix range-loop detach in containers: non-trivial caseIvan Solovev2026-03-101-2/+2
* Fix range-loop detach in containers: trivial casesIvan Solovev2026-03-102-3/+3
* QGeoCoordinate: use QString::asprintf() to format the outputIvan Solovev2026-03-101-21/+6
* Add IRNSS and SBAS satellite systemsIvan Solovev2026-03-035-1/+39
* Android: remove checks for API Level > 25Ivan Solovev2026-03-031-13/+9
* Android: remove old satellite info backend implementationIvan Solovev2026-03-032-175/+19
* Android: use another registerGnssStatusCallback() overloadIvan Solovev2026-03-031-1/+1
* Android: suppress LocationListener.onStatusChanged() deprecationIvan Solovev2026-03-031-0/+3
* Doc: Fix links due to rename 'Qt for Linux/X11' to 'Qt for Linux'Alexei Cazacov2026-02-251-1/+1
* Fix QGeoAreaMonitorPolling implementationIvan Solovev2026-02-241-2/+2
* Doc: Add return types to \qmlmethod signaturesTopi Reinio2026-02-192-14/+14
* Reorder operations in QGeoCirclePrivate::contains()Ivan Solovev2026-02-171-1/+1
* QDoubleMatrix4x4: fix qFuzzyCompare() implementationIvan Solovev2026-02-171-16/+16
* QDoubleVector{2,3}D: fix qFuzzyCompare() implementationIvan Solovev2026-02-172-4/+4
* Fix fuzzy comparison for QGeoCoordianteIvan Solovev2026-02-171-3/+3
* Fix fuzzy comparison in QGeoCirclePrivate::contains()Ivan Solovev2026-02-171-1/+1
* GeoClue2 plugin: fix qFuzzyCompare() usageIvan Solovev2026-02-171-1/+1
* Android: Add extern "C" to JNI_OnLoad to prevent name manglingAssam Boudjelthia2026-02-101-2/+1
* Doc: Fix QDoc warnings for Qt PositioningJerome Pasion2026-02-092-16/+20
* Remove redundant bounding box updateEdward Welbourne2026-01-151-4/+0
* QGeoPathPrivate::lineContains(): fix handling of duplicate-point arcsEdward Welbourne2026-01-151-4/+7
* Fix QGeoPathPrivate::lineContains() logicEdward Welbourne2026-01-151-43/+63
* QGeoPathPrivate::lineContains(): simplify vector calculationsEdward Welbourne2026-01-151-5/+5
* Port QScopedPointer to std::unique_ptrAhmad Samir2026-01-104-14/+18
* Document QWebMercator a bit and clean up its qmath.h usageEdward Welbourne2025-12-121-28/+23
* Deploy qHypot() to eliminate sqrt(sum of squares)Edward Welbourne2025-12-123-39/+20
* Docs: fix outdated documentation (Qt Positioning)Eren Bursali2025-12-097-45/+39
* Port Q_ENUMS to Q_ENUMAhmad Samir2025-12-083-3/+3
* Doc: Fix "No output generated for ..." QDoc warningsVenugopal Shivashankar2025-11-197-11/+24
* Fix Qt_UNITY_BUILD on windowsThierry Bastian2025-11-061-2/+0
* wasm: Add Qt Positioning backend for WebAssemblyMorten Sørvig2025-11-049-0/+508
* Doc: Use \value for documenting qml enumeration valuesKai Köhne2025-10-133-42/+47
* Docs: fix documentation for geoShapeEren Bursali2025-10-092-10/+10