Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: libqt5-qtwayland-32bit | Distribution: openSUSE Tumbleweed |
Version: 5.15.16+kde59 | Vendor: openSUSE |
Release: 1.2 | Build date: Mon Nov 25 16:47:02 2024 |
Group: Development/Libraries/X11 | Build host: reproducible |
Size: 1854248 | Source RPM: libqt5-qtwayland-5.15.16+kde59-1.2.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: https://www.qt.io | |
Summary: Qt 5 Wayland Addon |
Qt is a set of libraries for developing applications.
GPL-3.0-or-later AND (LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-or-later)
* Mon Nov 25 2024 Fabian Vogt <fabian@ritter-vogt.de> - Update to version 5.15.16+kde59, rebased upstream: * client: use current modifiers in repeat keys * fix: variable not initialized * Add license headers to shader files * Bump version to 5.15.16 * Wed Sep 04 2024 Fabian Vogt <fabian@ritter-vogt.de> - Update to version 5.15.15+kde59, rebased upstream: * Revert "Client: Send release button event on pointer leave" * Fix race condition in drag and drop * client: don't cache one type in QWaylandMimeData * DefaultCompositor: use explcit lambda captures * Fix C++20 deprecated capture of *this in [=] * compositor: Unbind display on close in linux-dmabuf and eglstream * Client: Send release button event on pointer leave * Bump version to 5.15.15 * Wed May 29 2024 Fabian Vogt <fabian@ritter-vogt.de> - Update to version 5.15.14+kde57, rebased upstream: * Move internal function to private class * Send correct modifier state for non-windowsystem key events * Bump version to 5.15.14 * Fix detection of dmabuf sharing support * Tue Mar 19 2024 Fabian Vogt <fabian@ritter-vogt.de> - Update to version 5.15.13+kde60, rebased upstream: * Client: Fix enter event cursor position with xdg-popup and QHighDpiScaling * Bump version to 5.15.13 * Fri Dec 29 2023 Fabian Vogt <fabian@ritter-vogt.de> - Update to version 5.15.12+kde60, rebased upstream: * Client: Always populate mimedata in drags * Client: Honor QGuiApplication::overrideCursor() * Always use blocking write for data_source.send * client: Mark return values as unused to suppress compiler warnings * tests: fix tst_seatv4 to use 24 as default cursor size * Bump version to 5.15.12 * Fri Oct 06 2023 Fabian Vogt <fabian@ritter-vogt.de> - Update to version 5.15.11+kde59, rebased upstream: * Client: Avoid locking resizing in QWaylandShmBackingStore * Client: Remove some surface commits * tests: Fix tst_xdgshell::minMaxSize() * Client: Commit the initial surface state explicitly * Remove unused variables * QtWaylandCompositor: includemocs * QtWaylandClient: includemocs * QtWaylandEglClientHwIntegrationPrivate: includemocs * QtWaylandTextureSharing: includemocs * QWaylandXdgShellIntegrationPlugin: includemocs * QtWlShellIntegrationPrivate: includemocs * Add missing QT_{BEGIN,END}_NAMESPACE * Thu Sep 28 2023 Fabian Vogt <fvogt@suse.com> - Update to version 5.15.10+kde58: * Client: Fix the mouse being stuck in pressed state after DnD * client: Fix infinite recursion with text-input-v2 * Client: Fix buffer damage * Replace scale with devicePixelRatio for non-integer scaling * Convert cursor bitmap to supported format * client: Fix crash on dnd updates after client facing drag ends * Destroy frame queue before display * Tue Jun 13 2023 Fabian Vogt <fabian@ritter-vogt.de> - Update to version 5.15.10+kde51, rebased upstream: * Fix compilation with GCC 12 - Commits dropped by the rebase: * Revert "Client: Ensure that wl_surface lives as long as qtquick render thread needs it" * Client: Ensure that wl_surface lives as long as qtquick render thread needs it * Build fixes for GCC 11 * Fri Apr 21 2023 Fabian Vogt <fabian@ritter-vogt.de> - Update to version 5.15.8+kde70, rebased upstream: * Don't keep eglConfig in hardwareintegration * Update the window geometry when changing decorations * Fix build with -no-feature-tabletevent * Fix wayland touch event to use time stamp from wayland compositor * wayland touch event to add key modifier * Thu Mar 16 2023 Fabian Vogt <fvogt@suse.com> - Update to version 5.15.8+kde63: * Client: Remove flip popup constraints * client: set_constraint_adjustment() for popups in xdg * client: Do not cast placeholder screens to QWaylandScreen * Client: Manage QMimeData lifecycle * client: Force a roundtrip when an XdgOutput is not ready yet * Client: Fix handling of Qt::BlankCursor * Mon Jan 09 2023 Fabian Vogt <fabian@ritter-vogt.de> - Update to version 5.15.8+kde57, rebased upstream: * client: Avoid protocol error with invalid min/max size * Fixes the build on CentOS * Client: Handle zwp_primary_selection_device_manager_v1 global removal * Fix frame sync related to unprotected multithread access * Client: Bump wl_output version * Client: Call wl_output_release() upon QWaylandScreen destruction * Client: Add F_SEAL_SHRINK seal to shm backing file * Revert "Client: Ensure that wl_surface lives as long as qtquick render thread needs it" * Keep toplevel windows in the top left corner of the screen * Client: Ensure that wl_surface lives as long as qtquick render thread needs it * Use a correct serial for xdg_surface.ack_configure * tst_seatv4: fix compilation with GCC/C++20 * tst_seatv4: fix deprecated implicit capture of this by [=] * Thu Nov 03 2022 Fabian Vogt <fabian@ritter-vogt.de> - Update to version 5.15.7+kde49, rebased upstream: * Hold surface read lock throughout QWaylandEglWindow::updateSurface * Keep reference to buffer until it has been replaced * Implement wp_viewporter support for video buffer formats * Ignore viewporter buffer size when buffer is null * Mon Sep 26 2022 Fabian Vogt <fabian@ritter-vogt.de> - Update to version 5.15.6+kde49, rebased upstream: * Call `finishDrag()` in `QWaylandDataDevice::dragSourceCancelled()` * Client: support high-dpi mode for window icon * Avoid calling requestUpdate from wrong thread * Fix missing update when toggling client-side decorations * Use CRLF line delimiter for text/uri-list data * Fix compile tests * client: Synthesize enter/leave event for popup in xdg-shell * Guard mResizeDirty by the correctMutex * Client: clear focus on touch cancel * Build fixes for GCC 11 * Only close popup in the the hierchary * Cleanup up all subsurface QQuickItems correctly * linux-dmabuf-unstable-v1: Fix importing dmabuf buffers with modifiers * Add BlankCursor for cursor names map * client: Gracefully handle shutdown and window hiding - Drop patches, now upstream: * 0002-Guard-mResizeDirty-by-the-correctMutex.patch * Mon Jun 27 2022 Fabian Vogt <fabian@ritter-vogt.de> - Update to version 5.15.5+kde39, rebased upstream: * Fix build with libcxx (missing array include) * Reduce memory leakage * use poll(2) when reading from clipboard * Fix race condition on mWaitingForUpdateDelivery * Revert "Client: Remove mWaitingForUpdateDelivery" * client: update button state and etc in pointer_leave() * Docs: Add "instantiates" keywords * Add missing define guards * Fix touch being ignored when down and up are in the same frame * Fix race condition when attaching client to text input * Revert "Update commercial license headers" * Update commercial license headers - Commits dropped by the rebase: * Fix backport, context destruction was omitted * Fix compilation - Drop 0001-Revert-Bump-version.patch, it's versioned correctly now - Drop patches, no longer directly applicable: * 0003-Fix-up-mutexes-for-frame-callbacks.patch * Tue Feb 22 2022 Fabian Vogt <fabian@ritter-vogt.de> - Update to version 5.15.2+kde54: * Use proper dependencies in compile tests * Client: Fix opaque region setter * client: Simplify round trip behavior (boo#1196302) * Update the preedit styling mapping * Cursor position == 0 should still show the cursor * Client: Remove mWaitingForUpdateDelivery * Fix crash if no input method module could be loaded * Use wl_surface.damage_buffer on the client side * Do not create decorations when the shellSurface is not ready * Check pointer for null before use in ASSERT - Drop patches, now upstream: * 0001-Client-Remove-mWaitingForUpdateDelivery.patch * 0001-Use-proper-dependencies-in-compile-tests.patch * Thu Feb 03 2022 Fabian Vogt <fabian@ritter-vogt.de> - Add patches to fix applications not updating after some time (kde#449163): * 0001-Client-Remove-mWaitingForUpdateDelivery.patch * 0002-Guard-mResizeDirty-by-the-correctMutex.patch * 0003-Fix-up-mutexes-for-frame-callbacks.patch - Add patch to fix several feature detection tests: * 0001-Use-proper-dependencies-in-compile-tests.patch * Thu Jan 20 2022 Fabian Vogt <fabian@ritter-vogt.de> - Update to version 5.15.2+kde44: * Move the wayland socket polling to a separate event thread * Connect flushRequest after forceRoundTrip * Handle registry_global out of constructor * Client: Avoid processing of events when showing windows * Client: Delay deletion of QDrag object until after we're done with it * Client: Implement DataDeviceV3 * Set preedit cursor when cursor equals to 0 - Drop patches, now upstream: * 0001-Client-Avoid-processing-of-events-when-showing-windo.patch
/usr/lib/qt5 /usr/lib/qt5/plugins /usr/lib/qt5/plugins/platforms /usr/lib/qt5/plugins/platforms/libqwayland-egl.so /usr/lib/qt5/plugins/platforms/libqwayland-generic.so /usr/lib/qt5/plugins/platforms/libqwayland-xcomposite-egl.so /usr/lib/qt5/plugins/platforms/libqwayland-xcomposite-glx.so /usr/lib/qt5/plugins/wayland-decoration-client /usr/lib/qt5/plugins/wayland-decoration-client/libbradient.so /usr/lib/qt5/plugins/wayland-graphics-integration-client /usr/lib/qt5/plugins/wayland-graphics-integration-client/libdmabuf-server.so /usr/lib/qt5/plugins/wayland-graphics-integration-client/libdrm-egl-server.so /usr/lib/qt5/plugins/wayland-graphics-integration-client/libqt-plugin-wayland-egl.so /usr/lib/qt5/plugins/wayland-graphics-integration-client/libshm-emulation-server.so /usr/lib/qt5/plugins/wayland-graphics-integration-client/libvulkan-server.so /usr/lib/qt5/plugins/wayland-graphics-integration-client/libxcomposite-egl.so /usr/lib/qt5/plugins/wayland-graphics-integration-client/libxcomposite-glx.so /usr/lib/qt5/plugins/wayland-graphics-integration-server /usr/lib/qt5/plugins/wayland-graphics-integration-server/libqt-wayland-compositor-dmabuf-server-buffer.so /usr/lib/qt5/plugins/wayland-graphics-integration-server/libqt-wayland-compositor-drm-egl-server-buffer.so /usr/lib/qt5/plugins/wayland-graphics-integration-server/libqt-wayland-compositor-linux-dmabuf-unstable-v1.so /usr/lib/qt5/plugins/wayland-graphics-integration-server/libqt-wayland-compositor-shm-emulation-server.so /usr/lib/qt5/plugins/wayland-graphics-integration-server/libqt-wayland-compositor-vulkan-server.so /usr/lib/qt5/plugins/wayland-graphics-integration-server/libqt-wayland-compositor-wayland-egl.so /usr/lib/qt5/plugins/wayland-graphics-integration-server/libqt-wayland-compositor-wayland-eglstream-controller.so /usr/lib/qt5/plugins/wayland-graphics-integration-server/libqt-wayland-compositor-xcomposite-egl.so /usr/lib/qt5/plugins/wayland-graphics-integration-server/libqt-wayland-compositor-xcomposite-glx.so /usr/lib/qt5/plugins/wayland-shell-integration /usr/lib/qt5/plugins/wayland-shell-integration/libfullscreen-shell-v1.so /usr/lib/qt5/plugins/wayland-shell-integration/libivi-shell.so /usr/lib/qt5/plugins/wayland-shell-integration/libwl-shell.so /usr/lib/qt5/plugins/wayland-shell-integration/libxdg-shell-v5.so /usr/lib/qt5/plugins/wayland-shell-integration/libxdg-shell-v6.so /usr/lib/qt5/plugins/wayland-shell-integration/libxdg-shell.so /usr/lib/qt5/qml /usr/lib/qt5/qml/QtWayland /usr/lib/qt5/qml/QtWayland/Client /usr/lib/qt5/qml/QtWayland/Client/TextureSharing /usr/lib/qt5/qml/QtWayland/Client/TextureSharing/libqwaylandtexturesharing.so /usr/lib/qt5/qml/QtWayland/Compositor /usr/lib/qt5/qml/QtWayland/Compositor/TextureSharingExtension /usr/lib/qt5/qml/QtWayland/Compositor/TextureSharingExtension/libqwaylandtexturesharingextension.so /usr/lib/qt5/qml/QtWayland/Compositor/libqwaylandcompositorplugin.so
Generated by rpm2html 1.8.1
Fabrice Bellet, Sun Jan 12 01:37:12 2025