summaryrefslogtreecommitdiffstats
path: root/src/positioning
Commit message (Expand)AuthorAgeFilesLines
* Doc: Add curly braces around textual descriptions of imagesDheerendra Purohit2025-06-181-1/+1
* Docs: rename permissions screenshotIvan Solovev2025-06-172-1/+1
* Doc: Add textual descriptions for images in Qt Positioning docsDheerendra Purohit2025-06-161-1/+1
* Doc: Enable automatic linking to sources on code.qt.ioTopi Reinio2025-05-271-0/+3
* qtpositioning: pass the seed to QtPrivate::QHashCombineThiago Macieira2025-05-231-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
* 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
* Add missing export macro to fix ASAN/UBSAN buildDavid Faure2025-03-191-1/+1
* 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
* Doc: Enable documentation testing in the CITopi Reinio2024-11-041-0/+3
* Android: call the init class setContext() from JNI_OnLoad()Assam Boudjelthia2024-08-191-1/+1
* Docs: Organize topics in the qtpositioning repoAlexei Cazacov2024-07-262-1/+38
* Remove the use of GENERATE_CPP_EXPORTS argumentAlexey Edelev2024-05-291-1/+0
* Correct license for examples filesLucie Gérard2024-03-261-1/+1
* Android: allow to convert altitude to MSL on Android 14 and laterIvan Solovev2024-02-142-1/+101
* 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
* Remove the use of GENERATE_PRIVATE_CPP_EXPORTSAlexey Edelev2024-01-091-1/+0
* Remove the use of Q_POSITIONING_PRIVATE_EXPORTAlexey Edelev2024-01-0910-21/+20
* Tweak example namesKai Köhne2024-01-083-5/+5
* Doc: Improve QtPositioning QML module pageTopi Reinio2023-12-051-6/+9
* Doc: Highlight some examples for 'Positioning & Location' categoryKai Köhne2023-10-091-2/+3
* QGeoPositionInfoSource: fix binding loopsIvan Solovev2023-10-061-3/+3
* Doc: All overviews list categorizationJaishree Vyas2023-09-071-1/+1
* Eradicate Q_FOREACH [2/2]: clearly non-modifiying loopsMarc Mutz2023-08-041-2/+1
* Eradicate Q_FOREACH [1/2]: const locals (incl. former rvalues)Marc Mutz2023-08-043-3/+3
* Build with QT_NO_CONTEXTLESS_CONNECTAhmad Samir2023-07-153-2/+4
* NMEA SatelliteInfo simulation reader: prevent an infinite loopIvan Solovev2023-07-131-1/+1
* Doc: Remove \ingroup all-examples command from the docsJaishree Vyas2023-07-121-1/+0
* Doc: Add Qt Location as a dependencyAndreas Eliasson2023-07-041-1/+10
* Doc: Revise Qt Positioning QML docsAndreas Eliasson2023-07-032-41/+18
* Make QGeoShape only QML_CONSTRUCTIBLE_VALUE, not structuredUlf Hermann2023-06-081-1/+1
* Doc: Use correct location for example sourcesKai Köhne2023-05-031-1/+1
* Extend documentation to mention new QPermission API usageJuha Vuolle2023-03-161-0/+10
* Fix overly strong limitation of webmercator latitudeMatthias Rauter2023-03-091-11/+11
* Remove watchOS and tvOS specific codeJuha Vuolle2023-02-151-1/+1
* Allow to specify a baud rate for NMEA pluginIvan Solovev2023-02-142-2/+15
* Refactor satelliteinfo exampleIvan Solovev2023-02-141-0/+6
* Extend NMEA plugin docs for SatelliteSource QML APIIvan Solovev2023-02-101-2/+21
* Rename conflicting macrosFriedemann Kleint2023-02-093-13/+13
* Remove duplicated constantFriedemann Kleint2023-02-081-3/+2
* Remove geoflickr exampleMatthias Rauter2023-01-252-10/+6
* QGeoShape: fix BiC on MSVCMarc Mutz2023-01-235-9/+8