Lines Matching full:added
25 - Added Mapbox GL Native as a third-party component to
35 - Added boundingGeoRectangle to QGeoShape to return a geographical bounding
37 - Added QGeoPath as a new geo shape.
38 - Added a new QML type, MapParameter, to control plugin-specific map features
42 - Added new private API, QGeoProjection, for the coordinate <-> screen projection
47 - Added clipping support to Clip2Tri 3rd party library through clipper, to protect Qt from
52 - Added rotation, tilt and field of view properties to QDeclarativeGeoMap.
61 - Added two new gestures to QQuickGeoMapGestureArea, two fingers rotation and two fingers tilting.
62 - Added the infrastructure to allow a QGeoMap to be responsible for drawing map items.
63 …- Added a new QML type, MapCopyrightNotice, backed by the now exposed QDeclarativeGeoMapCopyrightN…
65 - Added a new plugin, MapboxGL, based on the mapbox-gl-native 3rd party library.
67 - Added a new QML type, MapItemGroup, to group multiple map items in a new meta map item.
68 …- Added the new mapItemOpacity method to QGeoMapItemBase, to account for the opacity of a MapItemG…
69 - Added the new fitViewportToVisibleMapItems method to QDeclarativeGeoMap.
74 - Added support to the MapboxGL plugin to natively renders map polylines, polygons and rectangles.
75 - Added support to the MapboxGL plugin to render both via FBO and via QSGRenderNode.
81 - Added a new mapReady signal to QDeclarativeGeoMap to notify when the map becomes ready.
82 - Added ICU support to MapboxGL plugin, depending on its availability.
84 - Added a new plugin, itemsoverlay, to provide a transparent canvas to add only map items.
95 - Added possibility to disable prefetching.
96 - Added parameter to control prefetching in tile-based geoservice plugins.
103 - Added overzoomEnabled to QGeoCameraCapabilities.
124 - [QTBUG-60299] Added error handling for GeoPositionInfoSource creation.
130 - [QTBUG-59010] Added guard against unprotected javaVM pointer usage.