pkgsrc/x11/qt5-qtwayland/PLIST

361 lines
28 KiB
Text
Raw Normal View History

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 08:41:00 +02:00
@comment $NetBSD: PLIST,v 1.5 2020/06/02 06:41:03 adam Exp $
lib/pkgconfig/Qt5Wayland.pc
qt5/bin/qtwaylandscanner
qt5/include/QtWaylandClient/${PKGVERSION}/QtWaylandClient/private/qtwaylandclient-config_p.h
qt5/include/QtWaylandClient/${PKGVERSION}/QtWaylandClient/private/qtwaylandclientglobal_p.h
qt5/include/QtWaylandClient/${PKGVERSION}/QtWaylandClient/private/qwayland-hardware-integration.h
qt5/include/QtWaylandClient/${PKGVERSION}/QtWaylandClient/private/qwayland-qt-key-unstable-v1.h
qt5/include/QtWaylandClient/${PKGVERSION}/QtWaylandClient/private/qwayland-qt-windowmanager.h
qt5/include/QtWaylandClient/${PKGVERSION}/QtWaylandClient/private/qwayland-server-buffer-extension.h
qt5/include/QtWaylandClient/${PKGVERSION}/QtWaylandClient/private/qwayland-surface-extension.h
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 08:41:00 +02:00
qt5/include/QtWaylandClient/${PKGVERSION}/QtWaylandClient/private/qwayland-tablet-unstable-v2.h
qt5/include/QtWaylandClient/${PKGVERSION}/QtWaylandClient/private/qwayland-text-input-unstable-v2.h
qt5/include/QtWaylandClient/${PKGVERSION}/QtWaylandClient/private/qwayland-touch-extension.h
qt5/include/QtWaylandClient/${PKGVERSION}/QtWaylandClient/private/qwayland-wayland.h
qt5/include/QtWaylandClient/${PKGVERSION}/QtWaylandClient/private/qwayland-wp-primary-selection-unstable-v1.h
qt5/include/QtWaylandClient/${PKGVERSION}/QtWaylandClient/private/qwayland-xdg-output-unstable-v1.h
qt5/include/QtWaylandClient/${PKGVERSION}/QtWaylandClient/private/qwaylandabstractdecoration_p.h
qt5/include/QtWaylandClient/${PKGVERSION}/QtWaylandClient/private/qwaylandbuffer_p.h
qt5/include/QtWaylandClient/${PKGVERSION}/QtWaylandClient/private/qwaylandclientbufferintegration_p.h
qt5/include/QtWaylandClient/${PKGVERSION}/QtWaylandClient/private/qwaylandclientbufferintegrationfactory_p.h
qt5/include/QtWaylandClient/${PKGVERSION}/QtWaylandClient/private/qwaylandclientbufferintegrationplugin_p.h
qt5/include/QtWaylandClient/${PKGVERSION}/QtWaylandClient/private/qwaylandclientextension_p.h
qt5/include/QtWaylandClient/${PKGVERSION}/QtWaylandClient/private/qwaylandclipboard_p.h
qt5/include/QtWaylandClient/${PKGVERSION}/QtWaylandClient/private/qwaylandcursor_p.h
qt5/include/QtWaylandClient/${PKGVERSION}/QtWaylandClient/private/qwaylanddatadevice_p.h
qt5/include/QtWaylandClient/${PKGVERSION}/QtWaylandClient/private/qwaylanddatadevicemanager_p.h
qt5/include/QtWaylandClient/${PKGVERSION}/QtWaylandClient/private/qwaylanddataoffer_p.h
qt5/include/QtWaylandClient/${PKGVERSION}/QtWaylandClient/private/qwaylanddatasource_p.h
qt5/include/QtWaylandClient/${PKGVERSION}/QtWaylandClient/private/qwaylanddecorationfactory_p.h
qt5/include/QtWaylandClient/${PKGVERSION}/QtWaylandClient/private/qwaylanddecorationplugin_p.h
qt5/include/QtWaylandClient/${PKGVERSION}/QtWaylandClient/private/qwaylanddisplay_p.h
qt5/include/QtWaylandClient/${PKGVERSION}/QtWaylandClient/private/qwaylanddnd_p.h
qt5/include/QtWaylandClient/${PKGVERSION}/QtWaylandClient/private/qwaylandextendedsurface_p.h
qt5/include/QtWaylandClient/${PKGVERSION}/QtWaylandClient/private/qwaylandhardwareintegration_p.h
qt5/include/QtWaylandClient/${PKGVERSION}/QtWaylandClient/private/qwaylandinputcontext_p.h
qt5/include/QtWaylandClient/${PKGVERSION}/QtWaylandClient/private/qwaylandinputdevice_p.h
qt5/include/QtWaylandClient/${PKGVERSION}/QtWaylandClient/private/qwaylandinputdeviceintegration_p.h
qt5/include/QtWaylandClient/${PKGVERSION}/QtWaylandClient/private/qwaylandinputdeviceintegrationfactory_p.h
qt5/include/QtWaylandClient/${PKGVERSION}/QtWaylandClient/private/qwaylandinputdeviceintegrationplugin_p.h
qt5/include/QtWaylandClient/${PKGVERSION}/QtWaylandClient/private/qwaylandintegration_p.h
qt5/include/QtWaylandClient/${PKGVERSION}/QtWaylandClient/private/qwaylandnativeinterface_p.h
qt5/include/QtWaylandClient/${PKGVERSION}/QtWaylandClient/private/qwaylandprimaryselectionv1_p.h
qt5/include/QtWaylandClient/${PKGVERSION}/QtWaylandClient/private/qwaylandqtkey_p.h
qt5/include/QtWaylandClient/${PKGVERSION}/QtWaylandClient/private/qwaylandscreen_p.h
qt5/include/QtWaylandClient/${PKGVERSION}/QtWaylandClient/private/qwaylandserverbufferintegration_p.h
qt5/include/QtWaylandClient/${PKGVERSION}/QtWaylandClient/private/qwaylandserverbufferintegrationfactory_p.h
qt5/include/QtWaylandClient/${PKGVERSION}/QtWaylandClient/private/qwaylandserverbufferintegrationplugin_p.h
qt5/include/QtWaylandClient/${PKGVERSION}/QtWaylandClient/private/qwaylandshellintegration_p.h
qt5/include/QtWaylandClient/${PKGVERSION}/QtWaylandClient/private/qwaylandshellintegrationfactory_p.h
qt5/include/QtWaylandClient/${PKGVERSION}/QtWaylandClient/private/qwaylandshellintegrationplugin_p.h
qt5/include/QtWaylandClient/${PKGVERSION}/QtWaylandClient/private/qwaylandshellsurface_p.h
qt5/include/QtWaylandClient/${PKGVERSION}/QtWaylandClient/private/qwaylandshm_p.h
qt5/include/QtWaylandClient/${PKGVERSION}/QtWaylandClient/private/qwaylandshmbackingstore_p.h
qt5/include/QtWaylandClient/${PKGVERSION}/QtWaylandClient/private/qwaylandshmwindow_p.h
qt5/include/QtWaylandClient/${PKGVERSION}/QtWaylandClient/private/qwaylandsubsurface_p.h
qt5/include/QtWaylandClient/${PKGVERSION}/QtWaylandClient/private/qwaylandsurface_p.h
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 08:41:00 +02:00
qt5/include/QtWaylandClient/${PKGVERSION}/QtWaylandClient/private/qwaylandtabletv2_p.h
qt5/include/QtWaylandClient/${PKGVERSION}/QtWaylandClient/private/qwaylandtouch_p.h
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 08:41:00 +02:00
qt5/include/QtWaylandClient/${PKGVERSION}/QtWaylandClient/private/qwaylandvulkaninstance_p.h
qt5/include/QtWaylandClient/${PKGVERSION}/QtWaylandClient/private/qwaylandvulkanwindow_p.h
qt5/include/QtWaylandClient/${PKGVERSION}/QtWaylandClient/private/qwaylandwindow_p.h
qt5/include/QtWaylandClient/${PKGVERSION}/QtWaylandClient/private/qwaylandwindowmanagerintegration_p.h
qt5/include/QtWaylandClient/${PKGVERSION}/QtWaylandClient/private/wayland-hardware-integration-client-protocol.h
qt5/include/QtWaylandClient/${PKGVERSION}/QtWaylandClient/private/wayland-qt-key-unstable-v1-client-protocol.h
qt5/include/QtWaylandClient/${PKGVERSION}/QtWaylandClient/private/wayland-qt-windowmanager-client-protocol.h
qt5/include/QtWaylandClient/${PKGVERSION}/QtWaylandClient/private/wayland-server-buffer-extension-client-protocol.h
qt5/include/QtWaylandClient/${PKGVERSION}/QtWaylandClient/private/wayland-surface-extension-client-protocol.h
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 08:41:00 +02:00
qt5/include/QtWaylandClient/${PKGVERSION}/QtWaylandClient/private/wayland-tablet-unstable-v2-client-protocol.h
qt5/include/QtWaylandClient/${PKGVERSION}/QtWaylandClient/private/wayland-text-input-unstable-v2-client-protocol.h
qt5/include/QtWaylandClient/${PKGVERSION}/QtWaylandClient/private/wayland-touch-extension-client-protocol.h
qt5/include/QtWaylandClient/${PKGVERSION}/QtWaylandClient/private/wayland-wayland-client-protocol.h
qt5/include/QtWaylandClient/${PKGVERSION}/QtWaylandClient/private/wayland-wp-primary-selection-unstable-v1-client-protocol.h
qt5/include/QtWaylandClient/${PKGVERSION}/QtWaylandClient/private/wayland-xdg-output-unstable-v1-client-protocol.h
qt5/include/QtWaylandClient/QWaylandClientExtension
qt5/include/QtWaylandClient/QWaylandClientExtensionTemplate
qt5/include/QtWaylandClient/QtWaylandClient
qt5/include/QtWaylandClient/QtWaylandClientDepends
qt5/include/QtWaylandClient/QtWaylandClientVersion
qt5/include/QtWaylandClient/qtwaylandclient-config.h
qt5/include/QtWaylandClient/qtwaylandclientglobal.h
qt5/include/QtWaylandClient/qtwaylandclientversion.h
qt5/include/QtWaylandClient/qwaylandclientexport.h
qt5/include/QtWaylandClient/qwaylandclientextension.h
qt5/include/QtWaylandCompositor/${PKGVERSION}/QtWaylandCompositor/private/qtwaylandcompositor-config_p.h
qt5/include/QtWaylandCompositor/${PKGVERSION}/QtWaylandCompositor/private/qtwaylandcompositorglobal_p.h
qt5/include/QtWaylandCompositor/${PKGVERSION}/QtWaylandCompositor/private/qwayland-server-hardware-integration.h
qt5/include/QtWaylandCompositor/${PKGVERSION}/QtWaylandCompositor/private/qwayland-server-idle-inhibit-unstable-v1.h
qt5/include/QtWaylandCompositor/${PKGVERSION}/QtWaylandCompositor/private/qwayland-server-ivi-application.h
qt5/include/QtWaylandCompositor/${PKGVERSION}/QtWaylandCompositor/private/qwayland-server-qt-key-unstable-v1.h
qt5/include/QtWaylandCompositor/${PKGVERSION}/QtWaylandCompositor/private/qwayland-server-qt-texture-sharing-unstable-v1.h
qt5/include/QtWaylandCompositor/${PKGVERSION}/QtWaylandCompositor/private/qwayland-server-qt-windowmanager.h
qt5/include/QtWaylandCompositor/${PKGVERSION}/QtWaylandCompositor/private/qwayland-server-scaler.h
qt5/include/QtWaylandCompositor/${PKGVERSION}/QtWaylandCompositor/private/qwayland-server-server-buffer-extension.h
qt5/include/QtWaylandCompositor/${PKGVERSION}/QtWaylandCompositor/private/qwayland-server-text-input-unstable-v2.h
qt5/include/QtWaylandCompositor/${PKGVERSION}/QtWaylandCompositor/private/qwayland-server-touch-extension.h
qt5/include/QtWaylandCompositor/${PKGVERSION}/QtWaylandCompositor/private/qwayland-server-viewporter.h
qt5/include/QtWaylandCompositor/${PKGVERSION}/QtWaylandCompositor/private/qwayland-server-wayland.h
qt5/include/QtWaylandCompositor/${PKGVERSION}/QtWaylandCompositor/private/qwayland-server-xdg-decoration-unstable-v1.h
qt5/include/QtWaylandCompositor/${PKGVERSION}/QtWaylandCompositor/private/qwayland-server-xdg-output-unstable-v1.h
qt5/include/QtWaylandCompositor/${PKGVERSION}/QtWaylandCompositor/private/qwayland-server-xdg-shell-unstable-v5_p.h
qt5/include/QtWaylandCompositor/${PKGVERSION}/QtWaylandCompositor/private/qwayland-server-xdg-shell-unstable-v6.h
qt5/include/QtWaylandCompositor/${PKGVERSION}/QtWaylandCompositor/private/qwayland-server-xdg-shell.h
qt5/include/QtWaylandCompositor/${PKGVERSION}/QtWaylandCompositor/private/qwaylandcompositor_p.h
qt5/include/QtWaylandCompositor/${PKGVERSION}/QtWaylandCompositor/private/qwaylandcompositorextension_p.h
qt5/include/QtWaylandCompositor/${PKGVERSION}/QtWaylandCompositor/private/qwaylanddestroylistener_p.h
qt5/include/QtWaylandCompositor/${PKGVERSION}/QtWaylandCompositor/private/qwaylandidleinhibitv1_p.h
qt5/include/QtWaylandCompositor/${PKGVERSION}/QtWaylandCompositor/private/qwaylandinputmethodcontrol_p.h
qt5/include/QtWaylandCompositor/${PKGVERSION}/QtWaylandCompositor/private/qwaylandiviapplication_p.h
qt5/include/QtWaylandCompositor/${PKGVERSION}/QtWaylandCompositor/private/qwaylandivisurface_p.h
qt5/include/QtWaylandCompositor/${PKGVERSION}/QtWaylandCompositor/private/qwaylandivisurfaceintegration_p.h
qt5/include/QtWaylandCompositor/${PKGVERSION}/QtWaylandCompositor/private/qwaylandkeyboard_p.h
qt5/include/QtWaylandCompositor/${PKGVERSION}/QtWaylandCompositor/private/qwaylandkeymap_p.h
qt5/include/QtWaylandCompositor/${PKGVERSION}/QtWaylandCompositor/private/qwaylandoutput_p.h
qt5/include/QtWaylandCompositor/${PKGVERSION}/QtWaylandCompositor/private/qwaylandoutputmode_p.h
qt5/include/QtWaylandCompositor/${PKGVERSION}/QtWaylandCompositor/private/qwaylandpointer_p.h
qt5/include/QtWaylandCompositor/${PKGVERSION}/QtWaylandCompositor/private/qwaylandqtwindowmanager_p.h
qt5/include/QtWaylandCompositor/${PKGVERSION}/QtWaylandCompositor/private/qwaylandquickhardwarelayer_p.h
qt5/include/QtWaylandCompositor/${PKGVERSION}/QtWaylandCompositor/private/qwaylandquickitem_p.h
qt5/include/QtWaylandCompositor/${PKGVERSION}/QtWaylandCompositor/private/qwaylandquickshellsurfaceitem_p.h
qt5/include/QtWaylandCompositor/${PKGVERSION}/QtWaylandCompositor/private/qwaylandseat_p.h
qt5/include/QtWaylandCompositor/${PKGVERSION}/QtWaylandCompositor/private/qwaylandshell_p.h
qt5/include/QtWaylandCompositor/${PKGVERSION}/QtWaylandCompositor/private/qwaylandsurface_p.h
qt5/include/QtWaylandCompositor/${PKGVERSION}/QtWaylandCompositor/private/qwaylandtextinput_p.h
qt5/include/QtWaylandCompositor/${PKGVERSION}/QtWaylandCompositor/private/qwaylandtextinputmanager_p.h
qt5/include/QtWaylandCompositor/${PKGVERSION}/QtWaylandCompositor/private/qwaylandtouch_p.h
qt5/include/QtWaylandCompositor/${PKGVERSION}/QtWaylandCompositor/private/qwaylandutils_p.h
qt5/include/QtWaylandCompositor/${PKGVERSION}/QtWaylandCompositor/private/qwaylandview_p.h
qt5/include/QtWaylandCompositor/${PKGVERSION}/QtWaylandCompositor/private/qwaylandviewporter_p.h
qt5/include/QtWaylandCompositor/${PKGVERSION}/QtWaylandCompositor/private/qwaylandwlscaler_p.h
qt5/include/QtWaylandCompositor/${PKGVERSION}/QtWaylandCompositor/private/qwaylandwlshell_p.h
qt5/include/QtWaylandCompositor/${PKGVERSION}/QtWaylandCompositor/private/qwaylandwlshellintegration_p.h
qt5/include/QtWaylandCompositor/${PKGVERSION}/QtWaylandCompositor/private/qwaylandxdgdecorationv1_p.h
qt5/include/QtWaylandCompositor/${PKGVERSION}/QtWaylandCompositor/private/qwaylandxdgoutputv1_p.h
qt5/include/QtWaylandCompositor/${PKGVERSION}/QtWaylandCompositor/private/qwaylandxdgshell_p.h
qt5/include/QtWaylandCompositor/${PKGVERSION}/QtWaylandCompositor/private/qwaylandxdgshellintegration_p.h
qt5/include/QtWaylandCompositor/${PKGVERSION}/QtWaylandCompositor/private/qwaylandxdgshellv5_p.h
qt5/include/QtWaylandCompositor/${PKGVERSION}/QtWaylandCompositor/private/qwaylandxdgshellv5integration_p.h
qt5/include/QtWaylandCompositor/${PKGVERSION}/QtWaylandCompositor/private/qwaylandxdgshellv6_p.h
qt5/include/QtWaylandCompositor/${PKGVERSION}/QtWaylandCompositor/private/qwaylandxdgshellv6integration_p.h
qt5/include/QtWaylandCompositor/${PKGVERSION}/QtWaylandCompositor/private/qwlbuffermanager_p.h
qt5/include/QtWaylandCompositor/${PKGVERSION}/QtWaylandCompositor/private/qwlclientbuffer_p.h
qt5/include/QtWaylandCompositor/${PKGVERSION}/QtWaylandCompositor/private/qwlclientbufferintegration_p.h
qt5/include/QtWaylandCompositor/${PKGVERSION}/QtWaylandCompositor/private/qwlclientbufferintegrationfactory_p.h
qt5/include/QtWaylandCompositor/${PKGVERSION}/QtWaylandCompositor/private/qwlclientbufferintegrationplugin_p.h
qt5/include/QtWaylandCompositor/${PKGVERSION}/QtWaylandCompositor/private/qwldatadevice_p.h
qt5/include/QtWaylandCompositor/${PKGVERSION}/QtWaylandCompositor/private/qwldatadevicemanager_p.h
qt5/include/QtWaylandCompositor/${PKGVERSION}/QtWaylandCompositor/private/qwldataoffer_p.h
qt5/include/QtWaylandCompositor/${PKGVERSION}/QtWaylandCompositor/private/qwldatasource_p.h
qt5/include/QtWaylandCompositor/${PKGVERSION}/QtWaylandCompositor/private/qwlhardwarelayerintegration_p.h
qt5/include/QtWaylandCompositor/${PKGVERSION}/QtWaylandCompositor/private/qwlhardwarelayerintegrationfactory_p.h
qt5/include/QtWaylandCompositor/${PKGVERSION}/QtWaylandCompositor/private/qwlhardwarelayerintegrationplugin_p.h
qt5/include/QtWaylandCompositor/${PKGVERSION}/QtWaylandCompositor/private/qwlhwintegration_p.h
qt5/include/QtWaylandCompositor/${PKGVERSION}/QtWaylandCompositor/private/qwlqtkey_p.h
qt5/include/QtWaylandCompositor/${PKGVERSION}/QtWaylandCompositor/private/qwlqttouch_p.h
qt5/include/QtWaylandCompositor/${PKGVERSION}/QtWaylandCompositor/private/qwlregion_p.h
qt5/include/QtWaylandCompositor/${PKGVERSION}/QtWaylandCompositor/private/qwlserverbufferintegration_p.h
qt5/include/QtWaylandCompositor/${PKGVERSION}/QtWaylandCompositor/private/qwlserverbufferintegrationfactory_p.h
qt5/include/QtWaylandCompositor/${PKGVERSION}/QtWaylandCompositor/private/qwlserverbufferintegrationplugin_p.h
2019-11-05 16:29:35 +01:00
qt5/include/QtWaylandCompositor/${PKGVERSION}/QtWaylandCompositor/private/qwltexturesharingextension_p.h
qt5/include/QtWaylandCompositor/${PKGVERSION}/QtWaylandCompositor/private/wayland-hardware-integration-server-protocol.h
qt5/include/QtWaylandCompositor/${PKGVERSION}/QtWaylandCompositor/private/wayland-idle-inhibit-unstable-v1-server-protocol.h
qt5/include/QtWaylandCompositor/${PKGVERSION}/QtWaylandCompositor/private/wayland-ivi-application-server-protocol.h
qt5/include/QtWaylandCompositor/${PKGVERSION}/QtWaylandCompositor/private/wayland-qt-key-unstable-v1-server-protocol.h
qt5/include/QtWaylandCompositor/${PKGVERSION}/QtWaylandCompositor/private/wayland-qt-texture-sharing-unstable-v1-server-protocol.h
qt5/include/QtWaylandCompositor/${PKGVERSION}/QtWaylandCompositor/private/wayland-qt-windowmanager-server-protocol.h
qt5/include/QtWaylandCompositor/${PKGVERSION}/QtWaylandCompositor/private/wayland-scaler-server-protocol.h
qt5/include/QtWaylandCompositor/${PKGVERSION}/QtWaylandCompositor/private/wayland-server-buffer-extension-server-protocol.h
qt5/include/QtWaylandCompositor/${PKGVERSION}/QtWaylandCompositor/private/wayland-text-input-unstable-v2-server-protocol.h
qt5/include/QtWaylandCompositor/${PKGVERSION}/QtWaylandCompositor/private/wayland-touch-extension-server-protocol.h
qt5/include/QtWaylandCompositor/${PKGVERSION}/QtWaylandCompositor/private/wayland-viewporter-server-protocol.h
qt5/include/QtWaylandCompositor/${PKGVERSION}/QtWaylandCompositor/private/wayland-wayland-server-protocol.h
qt5/include/QtWaylandCompositor/${PKGVERSION}/QtWaylandCompositor/private/wayland-xdg-decoration-unstable-v1-server-protocol.h
qt5/include/QtWaylandCompositor/${PKGVERSION}/QtWaylandCompositor/private/wayland-xdg-output-unstable-v1-server-protocol.h
qt5/include/QtWaylandCompositor/${PKGVERSION}/QtWaylandCompositor/private/wayland-xdg-shell-server-protocol.h
qt5/include/QtWaylandCompositor/${PKGVERSION}/QtWaylandCompositor/private/wayland-xdg-shell-unstable-v5-server-protocol_p.h
qt5/include/QtWaylandCompositor/${PKGVERSION}/QtWaylandCompositor/private/wayland-xdg-shell-unstable-v6-server-protocol.h
qt5/include/QtWaylandCompositor/QWaylandBufferRef
qt5/include/QtWaylandCompositor/QWaylandClient
qt5/include/QtWaylandCompositor/QWaylandCompositor
qt5/include/QtWaylandCompositor/QWaylandCompositorExtension
qt5/include/QtWaylandCompositor/QWaylandCompositorExtensionTemplate
qt5/include/QtWaylandCompositor/QWaylandDestroyListener
qt5/include/QtWaylandCompositor/QWaylandDrag
qt5/include/QtWaylandCompositor/QWaylandIdleInhibitManagerV1
qt5/include/QtWaylandCompositor/QWaylandInputMethodControl
qt5/include/QtWaylandCompositor/QWaylandIviApplication
qt5/include/QtWaylandCompositor/QWaylandIviSurface
qt5/include/QtWaylandCompositor/QWaylandKeyboard
qt5/include/QtWaylandCompositor/QWaylandKeymap
qt5/include/QtWaylandCompositor/QWaylandObject
qt5/include/QtWaylandCompositor/QWaylandOutput
qt5/include/QtWaylandCompositor/QWaylandOutputMode
qt5/include/QtWaylandCompositor/QWaylandPointer
qt5/include/QtWaylandCompositor/QWaylandQtWindowManager
qt5/include/QtWaylandCompositor/QWaylandQuickCompositor
qt5/include/QtWaylandCompositor/QWaylandQuickExtension
qt5/include/QtWaylandCompositor/QWaylandQuickItem
qt5/include/QtWaylandCompositor/QWaylandQuickOutput
qt5/include/QtWaylandCompositor/QWaylandQuickShellIntegration
qt5/include/QtWaylandCompositor/QWaylandQuickShellSurfaceItem
qt5/include/QtWaylandCompositor/QWaylandQuickSurface
qt5/include/QtWaylandCompositor/QWaylandQuickXdgOutputV1
qt5/include/QtWaylandCompositor/QWaylandResource
qt5/include/QtWaylandCompositor/QWaylandSeat
qt5/include/QtWaylandCompositor/QWaylandShell
qt5/include/QtWaylandCompositor/QWaylandShellSurface
qt5/include/QtWaylandCompositor/QWaylandShellSurfaceTemplate
qt5/include/QtWaylandCompositor/QWaylandShellTemplate
qt5/include/QtWaylandCompositor/QWaylandSurface
qt5/include/QtWaylandCompositor/QWaylandSurfaceGrabber
qt5/include/QtWaylandCompositor/QWaylandSurfaceRole
qt5/include/QtWaylandCompositor/QWaylandTextInput
qt5/include/QtWaylandCompositor/QWaylandTextInputManager
qt5/include/QtWaylandCompositor/QWaylandTouch
qt5/include/QtWaylandCompositor/QWaylandView
qt5/include/QtWaylandCompositor/QWaylandViewporter
qt5/include/QtWaylandCompositor/QWaylandWlScaler
qt5/include/QtWaylandCompositor/QWaylandWlShell
qt5/include/QtWaylandCompositor/QWaylandWlShellSurface
qt5/include/QtWaylandCompositor/QWaylandXdgDecorationManagerV1
qt5/include/QtWaylandCompositor/QWaylandXdgOutputManagerV1
qt5/include/QtWaylandCompositor/QWaylandXdgOutputV1
qt5/include/QtWaylandCompositor/QWaylandXdgPopup
qt5/include/QtWaylandCompositor/QWaylandXdgPopupV5
qt5/include/QtWaylandCompositor/QWaylandXdgPopupV6
qt5/include/QtWaylandCompositor/QWaylandXdgShell
qt5/include/QtWaylandCompositor/QWaylandXdgShellV5
qt5/include/QtWaylandCompositor/QWaylandXdgShellV6
qt5/include/QtWaylandCompositor/QWaylandXdgSurface
qt5/include/QtWaylandCompositor/QWaylandXdgSurfaceV5
qt5/include/QtWaylandCompositor/QWaylandXdgSurfaceV6
qt5/include/QtWaylandCompositor/QWaylandXdgToplevel
qt5/include/QtWaylandCompositor/QWaylandXdgToplevelV6
qt5/include/QtWaylandCompositor/QtWaylandCompositor
qt5/include/QtWaylandCompositor/QtWaylandCompositorDepends
qt5/include/QtWaylandCompositor/QtWaylandCompositorVersion
qt5/include/QtWaylandCompositor/qtwaylandcompositor-config.h
qt5/include/QtWaylandCompositor/qtwaylandcompositorglobal.h
qt5/include/QtWaylandCompositor/qtwaylandcompositorversion.h
qt5/include/QtWaylandCompositor/qwaylandbufferref.h
qt5/include/QtWaylandCompositor/qwaylandclient.h
qt5/include/QtWaylandCompositor/qwaylandcompositor.h
qt5/include/QtWaylandCompositor/qwaylandcompositorextension.h
qt5/include/QtWaylandCompositor/qwaylanddestroylistener.h
qt5/include/QtWaylandCompositor/qwaylanddrag.h
qt5/include/QtWaylandCompositor/qwaylandexport.h
qt5/include/QtWaylandCompositor/qwaylandidleinhibitv1.h
qt5/include/QtWaylandCompositor/qwaylandinputmethodcontrol.h
qt5/include/QtWaylandCompositor/qwaylandiviapplication.h
qt5/include/QtWaylandCompositor/qwaylandivisurface.h
qt5/include/QtWaylandCompositor/qwaylandkeyboard.h
qt5/include/QtWaylandCompositor/qwaylandkeymap.h
qt5/include/QtWaylandCompositor/qwaylandoutput.h
qt5/include/QtWaylandCompositor/qwaylandoutputmode.h
qt5/include/QtWaylandCompositor/qwaylandpointer.h
qt5/include/QtWaylandCompositor/qwaylandqtwindowmanager.h
qt5/include/QtWaylandCompositor/qwaylandquickchildren.h
qt5/include/QtWaylandCompositor/qwaylandquickcompositor.h
qt5/include/QtWaylandCompositor/qwaylandquickextension.h
qt5/include/QtWaylandCompositor/qwaylandquickitem.h
qt5/include/QtWaylandCompositor/qwaylandquickoutput.h
qt5/include/QtWaylandCompositor/qwaylandquickshellintegration.h
qt5/include/QtWaylandCompositor/qwaylandquickshellsurfaceitem.h
qt5/include/QtWaylandCompositor/qwaylandquicksurface.h
qt5/include/QtWaylandCompositor/qwaylandquickxdgoutputv1.h
qt5/include/QtWaylandCompositor/qwaylandresource.h
qt5/include/QtWaylandCompositor/qwaylandseat.h
qt5/include/QtWaylandCompositor/qwaylandshell.h
qt5/include/QtWaylandCompositor/qwaylandshellsurface.h
qt5/include/QtWaylandCompositor/qwaylandsurface.h
qt5/include/QtWaylandCompositor/qwaylandsurfacegrabber.h
qt5/include/QtWaylandCompositor/qwaylandtextinput.h
qt5/include/QtWaylandCompositor/qwaylandtextinputmanager.h
qt5/include/QtWaylandCompositor/qwaylandtouch.h
qt5/include/QtWaylandCompositor/qwaylandview.h
qt5/include/QtWaylandCompositor/qwaylandviewporter.h
qt5/include/QtWaylandCompositor/qwaylandwlscaler.h
qt5/include/QtWaylandCompositor/qwaylandwlshell.h
qt5/include/QtWaylandCompositor/qwaylandxdgdecorationv1.h
qt5/include/QtWaylandCompositor/qwaylandxdgoutputv1.h
qt5/include/QtWaylandCompositor/qwaylandxdgshell.h
qt5/include/QtWaylandCompositor/qwaylandxdgshellv5.h
qt5/include/QtWaylandCompositor/qwaylandxdgshellv6.h
qt5/lib/cmake/Qt5Gui/Qt5Gui_QWaylandEglPlatformIntegrationPlugin.cmake
qt5/lib/cmake/Qt5Gui/Qt5Gui_QWaylandIntegrationPlugin.cmake
qt5/lib/cmake/Qt5Gui/Qt5Gui_QWaylandXCompositeEglPlatformIntegrationPlugin.cmake
qt5/lib/cmake/Qt5Gui/Qt5Gui_QWaylandXCompositeGlxPlatformIntegrationPlugin.cmake
qt5/lib/cmake/Qt5WaylandClient/Qt5WaylandClientConfig.cmake
qt5/lib/cmake/Qt5WaylandClient/Qt5WaylandClientConfigVersion.cmake
qt5/lib/cmake/Qt5WaylandClient/Qt5WaylandClient_DmaBufServerBufferPlugin.cmake
qt5/lib/cmake/Qt5WaylandClient/Qt5WaylandClient_DrmEglServerBufferPlugin.cmake
qt5/lib/cmake/Qt5WaylandClient/Qt5WaylandClient_QWaylandBradientDecorationPlugin.cmake
qt5/lib/cmake/Qt5WaylandClient/Qt5WaylandClient_QWaylandEglClientBufferPlugin.cmake
qt5/lib/cmake/Qt5WaylandClient/Qt5WaylandClient_QWaylandFullScreenShellV1IntegrationPlugin.cmake
qt5/lib/cmake/Qt5WaylandClient/Qt5WaylandClient_QWaylandIviShellIntegrationPlugin.cmake
qt5/lib/cmake/Qt5WaylandClient/Qt5WaylandClient_QWaylandWlShellIntegrationPlugin.cmake
qt5/lib/cmake/Qt5WaylandClient/Qt5WaylandClient_QWaylandXCompositeEglClientBufferPlugin.cmake
qt5/lib/cmake/Qt5WaylandClient/Qt5WaylandClient_QWaylandXCompositeGlxClientBufferPlugin.cmake
qt5/lib/cmake/Qt5WaylandClient/Qt5WaylandClient_QWaylandXdgShellIntegrationPlugin.cmake
qt5/lib/cmake/Qt5WaylandClient/Qt5WaylandClient_QWaylandXdgShellV5IntegrationPlugin.cmake
qt5/lib/cmake/Qt5WaylandClient/Qt5WaylandClient_QWaylandXdgShellV6IntegrationPlugin.cmake
qt5/lib/cmake/Qt5WaylandClient/Qt5WaylandClient_ShmServerBufferPlugin.cmake
qt5/lib/cmake/Qt5WaylandCompositor/Qt5WaylandCompositorConfig.cmake
qt5/lib/cmake/Qt5WaylandCompositor/Qt5WaylandCompositorConfigVersion.cmake
qt5/lib/cmake/Qt5WaylandCompositor/Qt5WaylandCompositor_DmaBufServerBufferIntegrationPlugin.cmake
qt5/lib/cmake/Qt5WaylandCompositor/Qt5WaylandCompositor_DrmEglServerBufferIntegrationPlugin.cmake
qt5/lib/cmake/Qt5WaylandCompositor/Qt5WaylandCompositor_QWaylandDmabufClientBufferIntegrationPlugin.cmake
qt5/lib/cmake/Qt5WaylandCompositor/Qt5WaylandCompositor_QWaylandEglClientBufferIntegrationPlugin.cmake
qt5/lib/cmake/Qt5WaylandCompositor/Qt5WaylandCompositor_QWaylandEglStreamBufferIntegrationPlugin.cmake
qt5/lib/cmake/Qt5WaylandCompositor/Qt5WaylandCompositor_QWaylandXCompositeEglClientBufferIntegrationPlugin.cmake
qt5/lib/cmake/Qt5WaylandCompositor/Qt5WaylandCompositor_QWaylandXCompositeGlxClientBufferIntegrationPlugin.cmake
qt5/lib/cmake/Qt5WaylandCompositor/Qt5WaylandCompositor_ShmServerBufferIntegrationPlugin.cmake
qt5/lib/libQt5WaylandClient.prl
qt5/lib/libQt5WaylandClient.so
2019-11-05 16:29:35 +01:00
qt5/lib/libQt5WaylandClient.so.${PKGVERSION}
qt5/lib/libQt5WaylandClient.so.5
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 08:41:00 +02:00
qt5/lib/libQt5WaylandClient.so.5.15
qt5/lib/libQt5WaylandCompositor.prl
qt5/lib/libQt5WaylandCompositor.so
2019-11-05 16:29:35 +01:00
qt5/lib/libQt5WaylandCompositor.so.${PKGVERSION}
qt5/lib/libQt5WaylandCompositor.so.5
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 08:41:00 +02:00
qt5/lib/libQt5WaylandCompositor.so.5.15
qt5/lib/pkgconfig/Qt5WaylandClient.pc
qt5/lib/pkgconfig/Qt5WaylandCompositor.pc
qt5/mkspecs/modules/qt_lib_waylandclient.pri
qt5/mkspecs/modules/qt_lib_waylandclient_private.pri
qt5/mkspecs/modules/qt_lib_waylandcompositor.pri
qt5/mkspecs/modules/qt_lib_waylandcompositor_private.pri
qt5/plugins/platforms/libqwayland-egl.so
qt5/plugins/platforms/libqwayland-generic.so
qt5/plugins/platforms/libqwayland-xcomposite-egl.so
qt5/plugins/platforms/libqwayland-xcomposite-glx.so
qt5/plugins/wayland-decoration-client/libbradient.so
qt5/plugins/wayland-graphics-integration-client/libdmabuf-server.so
qt5/plugins/wayland-graphics-integration-client/libdrm-egl-server.so
qt5/plugins/wayland-graphics-integration-client/libqt-plugin-wayland-egl.so
qt5/plugins/wayland-graphics-integration-client/libshm-emulation-server.so
qt5/plugins/wayland-graphics-integration-client/libxcomposite-egl.so
qt5/plugins/wayland-graphics-integration-client/libxcomposite-glx.so
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 08:41:00 +02:00
qt5/plugins/wayland-graphics-integration-server/libqt-wayland-compositor-dmabuf-server-buffer.so
qt5/plugins/wayland-graphics-integration-server/libqt-wayland-compositor-drm-egl-server-buffer.so
qt5/plugins/wayland-graphics-integration-server/libqt-wayland-compositor-linux-dmabuf-unstable-v1.so
qt5/plugins/wayland-graphics-integration-server/libqt-wayland-compositor-shm-emulation-server.so
qt5/plugins/wayland-graphics-integration-server/libqt-wayland-compositor-wayland-egl.so
qt5/plugins/wayland-graphics-integration-server/libqt-wayland-compositor-wayland-eglstream-controller.so
qt5/plugins/wayland-graphics-integration-server/libqt-wayland-compositor-xcomposite-egl.so
qt5/plugins/wayland-graphics-integration-server/libqt-wayland-compositor-xcomposite-glx.so
qt5/plugins/wayland-shell-integration/libfullscreen-shell-v1.so
qt5/plugins/wayland-shell-integration/libivi-shell.so
qt5/plugins/wayland-shell-integration/libwl-shell.so
qt5/plugins/wayland-shell-integration/libxdg-shell-v5.so
qt5/plugins/wayland-shell-integration/libxdg-shell-v6.so
qt5/plugins/wayland-shell-integration/libxdg-shell.so
qt5/qml/QtWayland/Client/TextureSharing/libqwaylandtexturesharing.so
qt5/qml/QtWayland/Client/TextureSharing/qmldir
qt5/qml/QtWayland/Compositor/TextureSharingExtension/libqwaylandtexturesharingextension.so
qt5/qml/QtWayland/Compositor/TextureSharingExtension/qmldir
qt5/qml/QtWayland/Compositor/libqwaylandcompositorplugin.so
qt5/qml/QtWayland/Compositor/plugins.qmltypes
qt5/qml/QtWayland/Compositor/qmldir