summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* CMake: Add PURL and CPE info to 3rd party attribution filesHEADdevAlexandru Croitor5 days3-0/+10
* Doc: Enable automatic linking to sources on code.qt.ioTopi Reinio5 days1-0/+3
* qtpositioning: pass the seed to QtPrivate::QHashCombineThiago Macieira9 days1-1/+1
* Add QDataStream serialization support for QGeoPolygon::holePath()Ivan Solovev2025-04-281-1/+19
* Mark qlocationutils.cpp as security-criticalIvan Solovev2025-04-241-0/+2
* Mark qgeopositioninfosourcefactory_nmea.cpp as security-criticalIvan Solovev2025-04-241-0/+1
* QGeo{Satellite,Position}Info: prevent unnecessary detachingIvan Solovev2025-04-162-4/+10
* Use QHash::value(key, defVal) instead of contains() + op[]Ivan Solovev2025-04-162-6/+2
* Replace Q_DECL_CONSTEXPR with constexprIvan Solovev2025-04-163-78/+78
* Fix QGeoPolygon::toString() outputIvan Solovev2025-04-161-1/+2
* QGeoSatelliteInfoPrivate: use QGSI::Attribute instead of int in the hashIvan Solovev2025-04-162-8/+8
* QGeoAreaMonitorSource: fix read past the end of the bufferIvan Solovev2025-04-151-3/+4
* GeoClue2: generate D-Bus interfaces in private namespaceIvan Solovev2025-03-193-2/+9
* Add missing export macro to fix ASAN/UBSAN buildDavid Faure2025-03-191-1/+1
* Disconnect QGeoSatelliteInfoSource from QML integration on destructionUlf Hermann2025-02-211-1/+5
* Android: remove unused Handler() variableAssam Boudjelthia2025-01-201-1/+0
* Doc: Make QNmeaPositionInfoSource::setDevice() description more robustKai Köhne2024-12-071-3/+3
* Doc: Fix links to QIODeviceBase:: flagsKai Köhne2024-12-072-2/+2
* QtPositioning: add docs for member-swap()Ivan Solovev2024-11-196-0/+36
* Add REUSE.toml files and missing licensesLucie Gérard2024-11-064-0/+31
* Doc: Enable documentation testing in the CITopi Reinio2024-11-041-0/+3
* Android: fix location permission checkIvan Solovev2024-09-023-28/+87
* Android: fix warning from redundant castVolker Hilsheimer2024-08-211-1/+1
* Doc: Replace \instantiates with \nativetypePaul Wicking2024-08-202-2/+2
* Android: call the init class setContext() from JNI_OnLoad()Assam Boudjelthia2024-08-192-1/+4
* Docs: Organize topics in the qtpositioning repoAlexei Cazacov2024-07-262-1/+38
* Android: make internal Java code for QtAndroidPositioning privateAssam Boudjelthia2024-06-171-26/+27
* Update poly2tri third-party componentIvan Solovev2024-06-073-2/+40
* Remove the use of GENERATE_CPP_EXPORTS argumentAlexey Edelev2024-05-292-2/+0
* GeoClue2 backend: simplify QDBusPendingCallWatcher handlingIvan Solovev2024-04-041-6/+4
* GeoClue2 plugin: fix a crash when geoclue-2.0 is not availableIvan Solovev2024-04-041-6/+5
* Correct license for examples filesLucie Gérard2024-03-261-1/+1
* Windows: fix update intervalIvan Solovev2024-03-121-1/+1
* Windows: fix a potential crash when requesting a single updateIvan Solovev2024-03-121-2/+2
* Windows backend: cleanup WinRT usageIvan Solovev2024-03-121-32/+10
* Android: allow to convert altitude to MSL on Android 14 and laterIvan Solovev2024-02-148-18/+188
* NMEA plugin docs: use sentence case for the headers consistentlyIvan Solovev2024-02-141-1/+1
* Plugin Docs: consistently use Examples as a name of a sectionIvan Solovev2024-02-142-2/+2
* Update poly2tri third-party componentIvan Solovev2024-01-222-1/+2
* Remove the use of GENERATE_PRIVATE_CPP_EXPORTSAlexey Edelev2024-01-092-2/+0
* Remove the use of Q_POSITIONINGQUICK_PRIVATE_EXPORTAlexey Edelev2024-01-099-11/+10
* Remove the use of Q_POSITIONING_PRIVATE_EXPORTAlexey Edelev2024-01-0910-21/+20
* Tweak example namesKai Köhne2024-01-084-6/+6
* Doc: Improve QtPositioning QML module pageTopi Reinio2023-12-053-13/+9
* Android: avoid duplicated entries when reporting satellite infoIvan Solovev2023-11-201-0/+20
* Android: don't rely on implicit cast of declared QtJniTypes to jobjectVolker Hilsheimer2023-10-271-2/+2
* Include what you need: <QPointer>Marc Mutz2023-10-131-0/+1
* Doc: Highlight some examples for 'Positioning & Location' categoryKai Köhne2023-10-091-2/+3
* QGeoPositionInfoSource: fix binding loopsIvan Solovev2023-10-061-3/+3
* Android: fix null array when requesting available providersIvan Solovev2023-09-291-0/+5