pkgsrc/x11/qt5-qtsensors/PLIST
adam 82223ae597 qt5: updated to 5.15.0
New Features in Qt 5.15

Qt 3D Module

Improved profiling and troubleshooting support.
QSortPolicy: introduced a uniform mode to control whether uniform minification needs to be performed or not.
QMouseDevice: introduced a updateAxesContinuously property.
Isolated the OpenGL renderer as a plugin.

Qt Core Module

Introduced QFile::moveToTrash() to provide a cross-platform API for moving files to the trash/recycling bin on Windows, macOS, and Linux desktops. This implements the freedesktop.org specification.
Introduced QFileInfo::isJunction() to detect whether a file system entry is a Windows NTFS junction.
QRunnable instances can now be created from std::function without having to subclass QRunnable.
QThreadPool::start() and tryStart() can now take std::function and thereby also anonymous lambda functions as arguments.
Added static template QDebug::toString() function, which streams the given object into a QDebug instance that operates on a string, and then returns that string. This is useful for cases where you need the textual representation of an object for debugging, but cannot use operator<<, such as when passing a failure message to QVERIFY2().

Qt GUI Module

QColorSpace setters can now operate on invalid color spaces, making it possible to set primaries and transfer function independently.
Implemented multi-threading support for many QImage scaling and conversion methods.

Qt Multimedia Module

Deprecated all plugin APIs.
Deprecated QMediaService and QMediaControl.
Introduced reverse playback for GStreamer.
Introduced rendering to multiple surfaces.
Introduced QVideoWidget::videoSurface(), QGraphicsVideoItem::videoSurface(), and QDeclarativeVideoOutput::videoSurface().
MediaPlayer QML type: Introduced a videoOutput property.
Introduced QVideoFrame::image().
GStreamer camerabin: React to changes in notify::zoom and notify::max-zoom properties.

Qt Network Module

OpenSSL backend: Added support for a new session ticket mechanism introduced by the TLS 1.3 protocol.
Implemented timeouts for downloads and uploads with QNetworkRequest and QNetworkAccessManager.
Increased the minimum supported version of OpenSSL to 1.1.

Qt QML Module

Introduced inline components; multiple QML components can be declared in the same file.
Introduced required properties.
Added a declarative way of registering types to QML.
qmllint now has a better understanding of the code and warns about deprecated QML features.
Added the qmlformat tool to automatically format any QML file according to the QML Coding Conventions.
Added support for the Nullish Coalescing Operator.
Added a colorspace property on image nodes, making it possible to read color spaces and transform images into a specific color space.

Qt Quick Module

Added a PathText type which can be used together with Qt Quick Shapes to render text as geometry, without relying on distance fields or pre-rendered textures. This is useful for rendering large font sizes which would otherwise consume a lot of texture memory.
Added a Image.sourceClipRect property to request the image plugin to render a portion of an image source.
Added a cursorShape property to pointer handlers. Most pointer handlers (for example DragHandler) will change the cursor when in active state. HoverHandler will change the cursor when the mouse is hovering over the Item that contains the handler.
Added support for Metal on iOS for the opt-in preview of the Graphics API Independent Rendering Architecture.

Qt Quick Controls Module

Added HorizontalHeaderView and VerticalHeaderView to display header data in a TableView, with support for flicking synchronization and multiple styles: default, fusion, imagine, material, and universal.
Added a selectTextByMouse property to ComboBox.

Qt WebEngine Module

Updated to Chromium 80.
Switched to use a sandboxed network service.
Introduced a new API for reading the subprocess ID of a page or a view.
Introduced a WebEngineHistory.clear() method.

Tools

QDoc can now generate DocBook.
QDoc now generates output for C++ class and function template parameters.
QDoc now generates correct output for scoped enums (enum classes).
2020-06-02 06:41:00 +00:00

149 lines
6.7 KiB
Text

@comment $NetBSD: PLIST,v 1.10 2020/06/02 06:41:02 adam Exp $
lib/pkgconfig/Qt5Sensors.pc
qt5/include/QtSensors/${PKGVERSION}/QtSensors/private/qaccelerometer_p.h
qt5/include/QtSensors/${PKGVERSION}/QtSensors/private/qaltimeter_p.h
qt5/include/QtSensors/${PKGVERSION}/QtSensors/private/qambientlightsensor_p.h
qt5/include/QtSensors/${PKGVERSION}/QtSensors/private/qambienttemperaturesensor_p.h
qt5/include/QtSensors/${PKGVERSION}/QtSensors/private/qcompass_p.h
qt5/include/QtSensors/${PKGVERSION}/QtSensors/private/qdistancesensor_p.h
qt5/include/QtSensors/${PKGVERSION}/QtSensors/private/qgyroscope_p.h
qt5/include/QtSensors/${PKGVERSION}/QtSensors/private/qholstersensor_p.h
qt5/include/QtSensors/${PKGVERSION}/QtSensors/private/qhumiditysensor_p.h
qt5/include/QtSensors/${PKGVERSION}/QtSensors/private/qirproximitysensor_p.h
qt5/include/QtSensors/${PKGVERSION}/QtSensors/private/qlidsensor_p.h
qt5/include/QtSensors/${PKGVERSION}/QtSensors/private/qlightsensor_p.h
qt5/include/QtSensors/${PKGVERSION}/QtSensors/private/qmagnetometer_p.h
qt5/include/QtSensors/${PKGVERSION}/QtSensors/private/qorientationsensor_p.h
qt5/include/QtSensors/${PKGVERSION}/QtSensors/private/qpressuresensor_p.h
qt5/include/QtSensors/${PKGVERSION}/QtSensors/private/qproximitysensor_p.h
qt5/include/QtSensors/${PKGVERSION}/QtSensors/private/qrotationsensor_p.h
qt5/include/QtSensors/${PKGVERSION}/QtSensors/private/qsensor_p.h
qt5/include/QtSensors/${PKGVERSION}/QtSensors/private/qsensorbackend_p.h
qt5/include/QtSensors/${PKGVERSION}/QtSensors/private/qsensorgesture_p.h
qt5/include/QtSensors/${PKGVERSION}/QtSensors/private/qsensorgesturemanagerprivate_p.h
qt5/include/QtSensors/${PKGVERSION}/QtSensors/private/qtapsensor_p.h
qt5/include/QtSensors/${PKGVERSION}/QtSensors/private/qtiltsensor_p.h
qt5/include/QtSensors/${PKGVERSION}/QtSensors/private/qtsensors-config_p.h
qt5/include/QtSensors/${PKGVERSION}/QtSensors/private/sensorlog_p.h
qt5/include/QtSensors/${PKGVERSION}/QtSensors/private/simulatorgesturescommon_p.h
qt5/include/QtSensors/QAccelerometer
qt5/include/QtSensors/QAccelerometerFilter
qt5/include/QtSensors/QAccelerometerReading
qt5/include/QtSensors/QAltimeter
qt5/include/QtSensors/QAltimeterFilter
qt5/include/QtSensors/QAltimeterReading
qt5/include/QtSensors/QAmbientLightFilter
qt5/include/QtSensors/QAmbientLightReading
qt5/include/QtSensors/QAmbientLightSensor
qt5/include/QtSensors/QAmbientTemperatureFilter
qt5/include/QtSensors/QAmbientTemperatureReading
qt5/include/QtSensors/QAmbientTemperatureSensor
qt5/include/QtSensors/QCompass
qt5/include/QtSensors/QCompassFilter
qt5/include/QtSensors/QCompassReading
qt5/include/QtSensors/QDistanceFilter
qt5/include/QtSensors/QDistanceReading
qt5/include/QtSensors/QDistanceSensor
qt5/include/QtSensors/QGyroscope
qt5/include/QtSensors/QGyroscopeFilter
qt5/include/QtSensors/QGyroscopeReading
qt5/include/QtSensors/QHolsterFilter
qt5/include/QtSensors/QHolsterReading
qt5/include/QtSensors/QHolsterSensor
qt5/include/QtSensors/QHumidityFilter
qt5/include/QtSensors/QHumidityReading
qt5/include/QtSensors/QHumiditySensor
qt5/include/QtSensors/QIRProximityFilter
qt5/include/QtSensors/QIRProximityReading
qt5/include/QtSensors/QIRProximitySensor
qt5/include/QtSensors/QLidFilter
qt5/include/QtSensors/QLidReading
qt5/include/QtSensors/QLidSensor
qt5/include/QtSensors/QLightFilter
qt5/include/QtSensors/QLightReading
qt5/include/QtSensors/QLightSensor
qt5/include/QtSensors/QMagnetometer
qt5/include/QtSensors/QMagnetometerFilter
qt5/include/QtSensors/QMagnetometerReading
qt5/include/QtSensors/QOrientationFilter
qt5/include/QtSensors/QOrientationReading
qt5/include/QtSensors/QOrientationSensor
qt5/include/QtSensors/QPressureFilter
qt5/include/QtSensors/QPressureReading
qt5/include/QtSensors/QPressureSensor
qt5/include/QtSensors/QProximityFilter
qt5/include/QtSensors/QProximityReading
qt5/include/QtSensors/QProximitySensor
qt5/include/QtSensors/QRotationFilter
qt5/include/QtSensors/QRotationReading
qt5/include/QtSensors/QRotationSensor
qt5/include/QtSensors/QSensor
qt5/include/QtSensors/QSensorBackend
qt5/include/QtSensors/QSensorBackendFactory
qt5/include/QtSensors/QSensorChangesInterface
qt5/include/QtSensors/QSensorFilter
qt5/include/QtSensors/QSensorGesture
qt5/include/QtSensors/QSensorGestureManager
qt5/include/QtSensors/QSensorGesturePluginInterface
qt5/include/QtSensors/QSensorGestureRecognizer
qt5/include/QtSensors/QSensorManager
qt5/include/QtSensors/QSensorPluginInterface
qt5/include/QtSensors/QSensorReading
qt5/include/QtSensors/QTapFilter
qt5/include/QtSensors/QTapReading
qt5/include/QtSensors/QTapSensor
qt5/include/QtSensors/QTiltFilter
qt5/include/QtSensors/QTiltReading
qt5/include/QtSensors/QTiltSensor
qt5/include/QtSensors/QtSensors
qt5/include/QtSensors/QtSensorsDepends
qt5/include/QtSensors/QtSensorsVersion
qt5/include/QtSensors/qaccelerometer.h
qt5/include/QtSensors/qaltimeter.h
qt5/include/QtSensors/qambientlightsensor.h
qt5/include/QtSensors/qambienttemperaturesensor.h
qt5/include/QtSensors/qcompass.h
qt5/include/QtSensors/qdistancesensor.h
qt5/include/QtSensors/qgyroscope.h
qt5/include/QtSensors/qholstersensor.h
qt5/include/QtSensors/qhumiditysensor.h
qt5/include/QtSensors/qirproximitysensor.h
qt5/include/QtSensors/qlidsensor.h
qt5/include/QtSensors/qlightsensor.h
qt5/include/QtSensors/qmagnetometer.h
qt5/include/QtSensors/qorientationsensor.h
qt5/include/QtSensors/qpressuresensor.h
qt5/include/QtSensors/qproximitysensor.h
qt5/include/QtSensors/qrotationsensor.h
qt5/include/QtSensors/qsensor.h
qt5/include/QtSensors/qsensorbackend.h
qt5/include/QtSensors/qsensorgesture.h
qt5/include/QtSensors/qsensorgesturemanager.h
qt5/include/QtSensors/qsensorgestureplugininterface.h
qt5/include/QtSensors/qsensorgesturerecognizer.h
qt5/include/QtSensors/qsensormanager.h
qt5/include/QtSensors/qsensorplugin.h
qt5/include/QtSensors/qsensorsglobal.h
qt5/include/QtSensors/qtapsensor.h
qt5/include/QtSensors/qtiltsensor.h
qt5/include/QtSensors/qtsensors-config.h
qt5/include/QtSensors/qtsensorsversion.h
qt5/lib/cmake/Qt5Sensors/Qt5SensorsConfig.cmake
qt5/lib/cmake/Qt5Sensors/Qt5SensorsConfigVersion.cmake
qt5/lib/cmake/Qt5Sensors/Qt5Sensors_QShakeSensorGesturePlugin.cmake
qt5/lib/cmake/Qt5Sensors/Qt5Sensors_QtSensorGesturePlugin.cmake
qt5/lib/cmake/Qt5Sensors/Qt5Sensors_genericSensorPlugin.cmake
qt5/lib/libQt5Sensors.prl
qt5/lib/libQt5Sensors.so
qt5/lib/libQt5Sensors.so.${PKGVERSION}
qt5/lib/libQt5Sensors.so.5
qt5/lib/libQt5Sensors.so.5.15
qt5/lib/pkgconfig/Qt5Sensors.pc
qt5/mkspecs/modules/qt_lib_sensors.pri
qt5/mkspecs/modules/qt_lib_sensors_private.pri
qt5/plugins/sensorgestures/libqtsensorgestures_plugin.so
qt5/plugins/sensorgestures/libqtsensorgestures_shakeplugin.so
qt5/plugins/sensors/libqtsensors_generic.so
qt5/qml/QtSensors/libdeclarative_sensors.so
qt5/qml/QtSensors/plugins.qmltypes
qt5/qml/QtSensors/qmldir