summaryrefslogtreecommitdiffstats
path: root/src/location/maps
Commit message (Expand)AuthorAgeFilesLines
* QCache3Q: avoid double-lookups in insert()Marc Mutz2025-03-101-4/+6
* QGeoFileTileCache: handle write errors (better)Marc Mutz2025-02-051-17/+19
* doc: Update types of QML properties to QML typesDavid Boddie2025-01-281-6/+6
* QAbstractGeoTileCache: don't create files with predicatable namesMarc Mutz2025-01-131-5/+13
* QGeoFileTileCache: improve file open error message in getFromDisk()Marc Mutz2025-01-071-2/+4
* QCache3Q: avoid triple-lookup in remove()Marc Mutz2025-01-071-4/+5
* QCache3Q: use Q_DISABLE_COPY_MOVEMarc Mutz2025-01-071-5/+1
* Don't ignore return value of QFile::openVolker Hilsheimer2025-01-061-3/+12
* Add missing qpointer.h includesMarc Mutz2025-01-021-0/+3
* Remove extra semi-colonsTasuku Suzuki2025-01-021-2/+2
* Doc: Adapt QGeoJson documentation to GeoJsonData QML documentationJerome Pasion2024-10-011-471/+4
* QGeoRouteReply: Register Error enum with meta objectVolker Hilsheimer2024-05-061-0/+1
* Remove the use of Q_LOCATION_PRIVATE_EXPORTAlexey Edelev2024-01-0929-43/+43
* location: include missing headerTim Blechmann2023-08-311-0/+2
* Add GeoJson QML API and refactor GeoJson Viewer exampleMatthias Rauter2023-08-191-4/+0
* Prevent QGeoManeuver from being exported to QML twiceIvan Solovev2023-07-262-7/+40
* Build with QT_NO_CONTEXTLESS_CONNECTAhmad Samir2023-07-121-2/+2
* Doc: Fix qdoc warningsAndreas Eliasson2023-07-051-1/+1
* Allow zoom/pan/tilt with mouse on WaylandShawn Rutledge2023-04-061-2/+3
* MapView: add bearing / tilt wheel functionality; also with Magic MouseBen Fletcher2023-04-061-1/+16
* Remove ugly line at the bottom of the mapMatthias Rauter2023-03-231-9/+0
* Update the documentationMatthias Rauter2023-03-011-42/+57
* Resolve a duplicate static symbol during Unity BuildAmir Masoud Abdol2023-02-282-11/+2
* Resolve duplicate meta type definition causing issue for unity buildAmir Masoud Abdol2023-02-283-6/+4
* Return early from export function if data is empty to avoid crashesMatthias Rauter2023-02-231-0/+2
* Add boundaries to zoomLevel in MapViewMatthias Rauter2023-02-221-4/+11
* Improve documentation and fix warnings and examplesVolker Hilsheimer2023-02-211-1/+1
* Use SPDX license identifiersVolker Hilsheimer2023-02-0289-3385/+181
* Add MapViewShawn Rutledge2023-01-281-0/+189
* Remove unused extraParametersVolker Hilsheimer2023-01-133-27/+1
* Mark the module as free of qAsConst()Marc Mutz2022-12-073-7/+7
* Clean up: move QGeoRouteParserOsrmV4 into OSM pluginVolker Hilsheimer2022-12-023-487/+1
* Documentation fixesVolker Hilsheimer2022-11-284-25/+13
* Remove parameterization functionalityVolker Hilsheimer2022-11-029-284/+1
* Doc: we don't guarantee compatibility for backend classesVolker Hilsheimer2022-10-124-3/+23
* Register QGeoRoute as QML value type, remove QDeclarativeGeoRouteVolker Hilsheimer2022-10-042-59/+186
* Declare value types as structured values, remove workaroundsVolker Hilsheimer2022-09-304-1/+5
* Build system: move to declarative type registrationVolker Hilsheimer2022-09-285-2/+27
* Cleanup: QGeoServiceProviderVolker Hilsheimer2022-09-262-77/+57
* Remove turn-by-turn navigationVolker Hilsheimer2022-09-269-674/+0
* Simplify Q(Declarative)GeoMapParameterVolker Hilsheimer2022-09-262-20/+12
* Remove MapObjects from labsVolker Hilsheimer2022-09-263-58/+0
* Move the GeoJSON parser out of labsVolker Hilsheimer2022-09-232-0/+1323
* Remove duplicate type registrationVolker Hilsheimer2022-09-231-3/+0
* Cleanup: de-virtualize QGeoRoutePrivateVolker Hilsheimer2022-09-223-327/+70
* Simplify declarative wrapper of QGeoRouteVolker Hilsheimer2022-09-222-6/+26
* Cleanup: use member initialization for QGeoTiledMapScenePrivateVolker Hilsheimer2022-09-192-29/+17
* Cleanup: More nullptr instead of 0Volker Hilsheimer2022-09-1910-12/+12
* Cleanup: de-virtualize QGeoCodeReplyPrivateVolker Hilsheimer2022-09-193-40/+17
* Cleanup: de-virtualize QGeoManeuverPrivateVolker Hilsheimer2022-09-192-185/+41