summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Resolve a duplicate symbol during Unity BuildAmir Masoud Abdol2023-02-271-0/+3
* Avoid adding x-y-z structure of tile server if it already exists in urlMatthias Rauter2023-02-271-1/+3
* 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-223-141/+82
* Improve documentation and fix warnings and examplesVolker Hilsheimer2023-02-214-77/+33
* Improve compatibility between OSM plugin and places exampleMatthias Rauter2023-02-202-8/+9
* Correct and improve the rendering of QuickMapItemsMatthias Rauter2023-02-1418-849/+353
* Remove old code for rendering MapItems and the respecitve switchMatthias Rauter2023-02-0811-678/+0
* Implement all four map items with ShapeLaszlo Agocs2023-02-0813-73/+500
* Use SPDX license identifiersVolker Hilsheimer2023-02-02395-14985/+821
* Add MapViewShawn Rutledge2023-01-282-0/+195
* Remove all C++ event handling, prep for pointer handlersShawn Rutledge2023-01-289-2563/+16
* Get Map.minimum/maximumZoomLevel from camera rather than gesture areaShawn Rutledge2023-01-282-21/+6
* Update MapQuickItems correctly after a size changeMatthias Rauter2023-01-191-2/+3
* Remove unused extraParametersVolker Hilsheimer2023-01-135-46/+1
* Add Title and Streetnumber to QPlaceSearchReplyOsmMatthias Rauter2023-01-051-3/+4
* Mark the module as free of qAsConst()Marc Mutz2022-12-0714-28/+28
* Remove "OpenGL" map item implementationsLaszlo Agocs2022-12-0225-3113/+0
* Clean up: move QGeoRouteParserOsrmV4 into OSM pluginVolker Hilsheimer2022-12-026-5/+5
* Remove map item backend switchLaszlo Agocs2022-11-308-286/+0
* Remove QDeclarativeGeoWaypointVolker Hilsheimer2022-11-282-406/+22
* Documentation fixesVolker Hilsheimer2022-11-2828-244/+95
* Replace QT_HAS_INCLUDE() wrapper macro with __has_include()Tor Arne Vestbø2022-11-221-1/+1
* Polyline: Remove unused backend enum valuesLaszlo Agocs2022-11-151-3/+1
* Simplify by removing the LineStrip mode for MapPolylineLaszlo Agocs2022-11-1516-341/+69
* 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