summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add SILENT to qt_add_shaders callLaszlo Agocs2022-11-071-0/+1
* Remove parameterization functionalityVolker Hilsheimer2022-11-0222-1176/+3
* Clean up: make getters in QDeclarativeGeoRouteQuery constVolker Hilsheimer2022-11-022-9/+9
* Disable Esri/Nokia/MapBox pluginsVolker Hilsheimer2022-10-253-9/+23
* Document more type changesVolker Hilsheimer2022-10-131-7/+12
* Remove leftover labs things from build systemVolker Hilsheimer2022-10-131-7/+0
* Remove unneeded qmake file for zlib dependencyVolker Hilsheimer2022-10-131-6/+0
* Doc: we don't guarantee compatibility for backend classesVolker Hilsheimer2022-10-126-5/+33
* Update changes documentationVolker Hilsheimer2022-10-111-1/+7
* Disable copy and move for private, polymorph typesVolker Hilsheimer2022-10-068-73/+27
* Move the RHI implementation into separate folderVolker Hilsheimer2022-10-0627-2280/+2950
* Clean up: move code into right place, remove dead codeVolker Hilsheimer2022-10-067-61/+35
* Cleanup: move CPU item implementation into cpp fileVolker Hilsheimer2022-10-068-363/+403
* Register QGeoRoute as QML value type, remove QDeclarativeGeoRouteVolker Hilsheimer2022-10-0410-539/+217
* Mark documentation for item's backend property as internalVolker Hilsheimer2022-10-044-0/+4
* Declare value types as structured values, remove workaroundsVolker Hilsheimer2022-09-3012-129/+15
* Build system: move to declarative type registrationVolker Hilsheimer2022-09-2843-497/+317
* Cleanup: QGeoServiceProviderVolker Hilsheimer2022-09-262-77/+57
* Remove turn-by-turn navigationVolker Hilsheimer2022-09-2618-2173/+0
* Simplify Q(Declarative)GeoMapParameterVolker Hilsheimer2022-09-268-124/+35
* Remove MapObjects from labsVolker Hilsheimer2022-09-2659-6580/+5
* Improve QEvent::UngrabMouse handling in map gesture areaLauri Laanmets2022-09-261-13/+3
* Reorganize code for map items into separate folderVolker Hilsheimer2022-09-2343-43/+43
* Move the GeoJSON parser out of labsVolker Hilsheimer2022-09-233-1/+1
* Clean up CMakeListsVolker Hilsheimer2022-09-231-85/+68
* Remove duplicate type registrationVolker Hilsheimer2022-09-231-3/+0
* GeoJSON: don't crash when operating on empty dataVolker Hilsheimer2022-09-221-0/+2
* Cleanup: Remove duplicate storage of values from declarative wrappersVolker Hilsheimer2022-09-224-61/+39
* Cleanup: Move PlaceCategoryNode into only class using itVolker Hilsheimer2022-09-221-8/+7
* Remove save/remove implementations from Nokia engineVolker Hilsheimer2022-09-227-198/+3
* Cleanup: QPlaceContent and subclasses (3/3)Volker Hilsheimer2022-09-2212-791/+223
* Cleanup: QPlaceContent and subclasses (2/3)Volker Hilsheimer2022-09-227-485/+6
* Cleanup: QPlaceContent and subclasses (1/3)Volker Hilsheimer2022-09-2220-805/+338
* Cleanup: de-virtualize QGeoRoutePrivateVolker Hilsheimer2022-09-224-370/+76
* Simplify declarative wrapper of QGeoRouteVolker Hilsheimer2022-09-224-61/+46
* Start with changes and porting documentationVolker Hilsheimer2022-09-203-79/+88
* Cleanup: use member initialization for QGeoTiledMapScenePrivateVolker Hilsheimer2022-09-192-29/+17
* Cleanup: More nullptr instead of 0Volker Hilsheimer2022-09-1956-67/+75
* Cleanup: de-virtualize QGeoCodeReplyPrivateVolker Hilsheimer2022-09-197-79/+18
* Cleanup: de-virtualize QPlaceAttributePrivateVolker Hilsheimer2022-09-192-19/+1
* Cleanup: de-virtualize QGeoManeuverPrivateVolker Hilsheimer2022-09-192-185/+41
* Cleanup: de-virtualize QGeoRouteSegmentPrivateVolker Hilsheimer2022-09-192-198/+40
* Cleanup: apply rule of zeroVolker Hilsheimer2022-09-1912-60/+14
* Refactor: make QGeoJson a namespaceVolker Hilsheimer2022-09-192-30/+33
* Merge QGeoRouteLeg into QGeoRouteVolker Hilsheimer2022-09-1614-169/+94
* Register QPlaceContactDetail as a QML value typeVolker Hilsheimer2022-09-159-187/+86
* Register QPlaceSupplier as a QML value typeVolker Hilsheimer2022-09-1514-383/+105
* Use QVariant support for converting to a QGeoCoordinateVolker Hilsheimer2022-09-159-156/+7
* Change QJSValue properties to QList<QGeoCoordinate/Rectangle>Volker Hilsheimer2022-09-1513-205/+35
* Refactor: for loopsVolker Hilsheimer2022-09-1433-310/+278