Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

libqt5-qtwayland-examples-5.15.12+kde60-1.1 RPM for s390x

From OpenSuSE Ports Tumbleweed for s390x

Name: libqt5-qtwayland-examples Distribution: openSUSE:Factory:zSystems
Version: 5.15.12+kde60 Vendor: openSUSE
Release: 1.1 Build date: Thu Jan 4 20:10:17 2024
Group: Development/Libraries/X11 Build host: s390zl25
Size: 1304118 Source RPM: libqt5-qtwayland-5.15.12+kde60-1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://www.qt.io
Summary: Qt5 wayland examples
Examples for libqt5-qtwayland module.

Provides

Requires

License

BSD-3-Clause

Changelog

* 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
* Sun Dec 19 2021 Fabian Vogt <fabian@ritter-vogt.de>
  - Update to version 5.15.2+kde37:
    * Fix backport, context destruction was omitted
    * Client: do not empty clipboard when a new popup/window is opened
    * Wayland client: use wl_keyboard to determine active state
  - Add patch to fix crashes triggered by unintentional actions when
    showing a window (kde#421700):
    * 0001-Client-Avoid-processing-of-events-when-showing-windo.patch
* Thu Oct 28 2021 Fabian Vogt <fabian@ritter-vogt.de>
  - Update to version 5.15.2+kde34:
    * Fix the logic for decoding modifiers map in Wayland text input protocol
    * Client: Always destroy frame callback in the actual callback
    * Client: Don't always recreate frame callbacks
    * Wayland client: Fix crash when windows are shown/hidden during drag
    * Correctly detect if image format is supported by QImageWriter
    * Do not update the mask if we do not have a surface
* Mon Jun 21 2021 Fabian Vogt <fabian@ritter-vogt.de>
  - Switch to KDE's maintenance branch
  - Update to version 5.15.2+kde28:
    * Hook up queryKeyboardModifers
    * Fix: remove listener
    * Fix build
    * Client: Set XdgShell size hints before the first commit
    * Client: Disconnect registry listener on destruction
    * Client: Connect drags being accepted to updating the source drag icon
    * Include locale.h for setlocale/LC_CTYPE
    * Fix issue with repeated window size changes
    * Client: Announce an output after receiving more complete state
    * client: Allow QWaylandInputContext to accept composed key combinations
    * Fix compilation
    * xdgshell: Tell the compositor the screen we're expecting to fill
    * Get correct decoration margins region
    * Client: Send exposeEvent to parent on subsurface position changes
    * Translate opaque area with frame margins
    * Client: Send set_window_geometry only once configured
    * Fix memory leak in QWaylandGLContext
    * Use qWarning and _exit() instead of qFatal for wayland error
    * Fix leaked subsurface wayland items
    * Ensure that grabbing is performed in correct context
    * Make setting QT_SCALE_FACTOR work on Wayland
    * Do not try to eglMakeCurrent for unintended case
    * Make setting QT_SCALE_FACTOR work on Wayland
    * Scanner: Avoid accessing dangling pointers in destroy_func()
    * Add changes file for Qt 5.15.2
    * Doc: List correct license information for the module
    * Replace remaining LGPLv3 headers in QtWaylandCompositor with GPLv3
    * Bump version
  - Add patch to reset version to 5.15.2:
    * 0001-Revert-Bump-version.patch
  - Drop patches, now upstream:
    * 0001-Scanner-Avoid-accessing-dangling-pointers-in-destroy.patch
    * 0002-Make-setting-QT_SCALE_FACTOR-work-on-Wayland.patch
    * 0003-Do-not-try-to-eglMakeCurrent-for-unintended-case.patch
    * 0004-Make-setting-QT_SCALE_FACTOR-work-on-Wayland.patch
    * 0005-Ensure-that-grabbing-is-performed-in-correct-context.patch
    * 0006-Fix-leaked-subsurface-wayland-items.patch
    * 0007-Use-qWarning-and-_exit-instead-of-qFatal-for-wayland.patch
    * 0008-Fix-memory-leak-in-QWaylandGLContext.patch
    * 0009-Client-Send-set_window_geometry-only-once-configured.patch
    * 0010-Translate-opaque-area-with-frame-margins.patch
    * 0011-Client-Send-exposeEvent-to-parent-on-subsurface-posi.patch
    * 0012-Get-correct-decoration-margins-region.patch
    * 0013-xdgshell-Tell-the-compositor-the-screen-we-re-expect.patch
    * 0014-Fix-compilation.patch
    * 0015-client-Allow-QWaylandInputContext-to-accept-composed.patch
    * 0016-Client-Announce-an-output-after-receiving-more-compl.patch
    * 0017-Fix-issue-with-repeated-window-size-changes.patch
    * 0018-Include-locale.h-for-setlocale-LC_CTYPE.patch
* Sun May 16 2021 Fabian Vogt <fabian@ritter-vogt.de>
  - Add more commits from KDE's 5.15 branch:
    * 0008-Fix-memory-leak-in-QWaylandGLContext.patch (QTBUG-85608)
    * 0009-Client-Send-set_window_geometry-only-once-configured.patch
    * 0010-Translate-opaque-area-with-frame-margins.patch
    * 0011-Client-Send-exposeEvent-to-parent-on-subsurface-posi.patch
      (QTBUG-86177)
    * 0012-Get-correct-decoration-margins-region.patch
    * 0013-xdgshell-Tell-the-compositor-the-screen-we-re-expect.patch
    * 0014-Fix-compilation.patch
    * 0015-client-Allow-QWaylandInputContext-to-accept-composed.patch
      (kde#405388)
    * 0016-Client-Announce-an-output-after-receiving-more-compl.patch
      (kde#435124)
    * 0017-Fix-issue-with-repeated-window-size-changes.patch
    * 0018-Include-locale.h-for-setlocale-LC_CTYPE.patch
* Wed Apr 07 2021 Fabian Vogt <fabian@ritter-vogt.de>
  - Add commits from upstream's 5.15 branch:
    * 0002-Make-setting-QT_SCALE_FACTOR-work-on-Wayland.patch (QTBUG-87762)
    * 0003-Do-not-try-to-eglMakeCurrent-for-unintended-case.patch (QTBUG-88277)
    * 0004-Make-setting-QT_SCALE_FACTOR-work-on-Wayland.patch (QTBUG-87762, QTBUG-88064)
    * 0005-Ensure-that-grabbing-is-performed-in-correct-context.patch (QTBUG-87597)
    * 0006-Fix-leaked-subsurface-wayland-items.patch (QTBUG-88782)
  - Add commit from KDE's 5.15 branch:
    * 0007-Use-qWarning-and-_exit-instead-of-qFatal-for-wayland.patch
* Sat Jan 16 2021 Fabian Vogt <fabian@ritter-vogt.de>
  - Add compatibility with qml-autoreqprov
* Tue Dec 01 2020 Christophe Giboudeaux <christophe@krop.fr>
  - Add upstream patch to fix a regression:
    * 0001-Scanner-Avoid-accessing-dangling-pointers-in-destroy.patch
* Fri Nov 20 2020 Fabian Vogt <fabian@ritter-vogt.de>
  - Update to 5.15.2:
    * New bugfix release
    * For more details please see:
      http://code.qt.io/cgit/qt/qtwayland.git/plain/dist/changes-5.15.2/?h=5.15.2
* Thu Sep 10 2020 Fabian Vogt <fabian@ritter-vogt.de>
  - Update to 5.15.1:
    * New bugfix release
    * For more details please see:
      http://code.qt.io/cgit/qt/qtwayland.git/plain/dist/changes-5.15.1/?h=5.15.1
* Tue May 26 2020 Callum Farmer <callumjfarmer13@gmail.com>
  - Update to version 5.15.0:
    * No changelog available
* Wed May 20 2020 Callum Farmer <callumjfarmer13@gmail.com>
  - Update to version 5.15.0-rc2:
    * No changelog available
* Wed May 06 2020 Fabian Vogt <fabian@ritter-vogt.de>
  - Update to 5.15.0-rc:
    * New bugfix release
    * For the changes between 5.14.2 and 5.15.0 please see:
      http://code.qt.io/cgit/qt/qtwayland.git/plain/dist/changes-5.15.0/?h=5.15.0
* Fri Apr 24 2020 Fabian Vogt <fabian@ritter-vogt.de>
  - Update to 5.15.0-beta4:
    * New bugfix release
    * No changelog available
* Tue Apr 14 2020 Fabian Vogt <fabian@ritter-vogt.de>
  - Update to 5.15.0-beta3:
    * New bugfix release
    * No changelog available
* Tue Mar 24 2020 Fabian Vogt <fabian@ritter-vogt.de>
  - Update to 5.15.0-beta2:
    * New bugfix release
    * No changelog available
* Fri Feb 28 2020 Fabian Vogt <fabian@ritter-vogt.de>
  - Update to 5.15.0-beta1:
    * New bugfix release
    * No changelog available
* Wed Feb 19 2020 Fabian Vogt <fabian@ritter-vogt.de>
  - Update to 5.15.0-alpha:
    * New feature release
    * For more details please see:
      https://wiki.qt.io/New_Features_in_Qt_5.15
  - Drop patches, now upstream:
    * fix-return-nonvoid-function.patch
* Mon Jan 27 2020 Fabian Vogt <fabian@ritter-vogt.de>
  - Update to 5.14.1:
    * New bugfix release
    * For more details please see:
      http://code.qt.io/cgit/qt/qtwayland.git/plain/dist/changes-5.14.1/?h=v5.14.1
  - Drop patches, now upstream:
    * 0001-Avoid-animating-single-frame-cursors.patch

Files

/usr/lib64/qt5/examples
/usr/lib64/qt5/examples/wayland
/usr/lib64/qt5/examples/wayland/custom-extension
/usr/lib64/qt5/examples/wayland/custom-extension/compositor
/usr/lib64/qt5/examples/wayland/custom-extension/compositor/compositor.pro
/usr/lib64/qt5/examples/wayland/custom-extension/compositor/compositor.qrc
/usr/lib64/qt5/examples/wayland/custom-extension/compositor/custom-compositor
/usr/lib64/qt5/examples/wayland/custom-extension/compositor/customextension.cpp
/usr/lib64/qt5/examples/wayland/custom-extension/compositor/customextension.h
/usr/lib64/qt5/examples/wayland/custom-extension/compositor/images
/usr/lib64/qt5/examples/wayland/custom-extension/compositor/images/background.png
/usr/lib64/qt5/examples/wayland/custom-extension/compositor/main.cpp
/usr/lib64/qt5/examples/wayland/custom-extension/compositor/qml
/usr/lib64/qt5/examples/wayland/custom-extension/compositor/qml/Screen.qml
/usr/lib64/qt5/examples/wayland/custom-extension/compositor/qml/main.qml
/usr/lib64/qt5/examples/wayland/custom-extension/cpp-client
/usr/lib64/qt5/examples/wayland/custom-extension/cpp-client/cpp-client
/usr/lib64/qt5/examples/wayland/custom-extension/cpp-client/cpp-client.pro
/usr/lib64/qt5/examples/wayland/custom-extension/cpp-client/main.cpp
/usr/lib64/qt5/examples/wayland/custom-extension/custom-extension.pro
/usr/lib64/qt5/examples/wayland/custom-extension/qml-client
/usr/lib64/qt5/examples/wayland/custom-extension/qml-client/main.cpp
/usr/lib64/qt5/examples/wayland/custom-extension/qml-client/main.qml
/usr/lib64/qt5/examples/wayland/custom-extension/qml-client/qml-client
/usr/lib64/qt5/examples/wayland/custom-extension/qml-client/qml-client.pro
/usr/lib64/qt5/examples/wayland/custom-extension/qml-client/qml.qrc
/usr/lib64/qt5/examples/wayland/hwlayer-compositor
/usr/lib64/qt5/examples/wayland/hwlayer-compositor/hwlayer-compositor
/usr/lib64/qt5/examples/wayland/hwlayer-compositor/hwlayer-compositor.pro
/usr/lib64/qt5/examples/wayland/hwlayer-compositor/hwlayer-compositor.qrc
/usr/lib64/qt5/examples/wayland/hwlayer-compositor/main.cpp
/usr/lib64/qt5/examples/wayland/hwlayer-compositor/main.qml
/usr/lib64/qt5/examples/wayland/ivi-compositor
/usr/lib64/qt5/examples/wayland/ivi-compositor/ivi-compositor
/usr/lib64/qt5/examples/wayland/ivi-compositor/ivi-compositor.pro
/usr/lib64/qt5/examples/wayland/ivi-compositor/ivi-compositor.qrc
/usr/lib64/qt5/examples/wayland/ivi-compositor/main.cpp
/usr/lib64/qt5/examples/wayland/ivi-compositor/main.qml
/usr/lib64/qt5/examples/wayland/minimal-cpp
/usr/lib64/qt5/examples/wayland/minimal-cpp/README
/usr/lib64/qt5/examples/wayland/minimal-cpp/compositor.cpp
/usr/lib64/qt5/examples/wayland/minimal-cpp/compositor.h
/usr/lib64/qt5/examples/wayland/minimal-cpp/main.cpp
/usr/lib64/qt5/examples/wayland/minimal-cpp/minimal-cpp
/usr/lib64/qt5/examples/wayland/minimal-cpp/minimal-cpp.pro
/usr/lib64/qt5/examples/wayland/minimal-cpp/window.cpp
/usr/lib64/qt5/examples/wayland/minimal-cpp/window.h
/usr/lib64/qt5/examples/wayland/minimal-qml
/usr/lib64/qt5/examples/wayland/minimal-qml/main.cpp
/usr/lib64/qt5/examples/wayland/minimal-qml/main.qml
/usr/lib64/qt5/examples/wayland/minimal-qml/minimal-qml
/usr/lib64/qt5/examples/wayland/minimal-qml/minimal-qml.pro
/usr/lib64/qt5/examples/wayland/minimal-qml/minimal-qml.qrc
/usr/lib64/qt5/examples/wayland/multi-output
/usr/lib64/qt5/examples/wayland/multi-output/images
/usr/lib64/qt5/examples/wayland/multi-output/images/background.jpg
/usr/lib64/qt5/examples/wayland/multi-output/main.cpp
/usr/lib64/qt5/examples/wayland/multi-output/multi-output
/usr/lib64/qt5/examples/wayland/multi-output/multi-output.pro
/usr/lib64/qt5/examples/wayland/multi-output/multi-output.qrc
/usr/lib64/qt5/examples/wayland/multi-output/qml
/usr/lib64/qt5/examples/wayland/multi-output/qml/GridScreen.qml
/usr/lib64/qt5/examples/wayland/multi-output/qml/ShellChrome.qml
/usr/lib64/qt5/examples/wayland/multi-output/qml/ShellScreen.qml
/usr/lib64/qt5/examples/wayland/multi-output/qml/main.qml
/usr/lib64/qt5/examples/wayland/multi-screen
/usr/lib64/qt5/examples/wayland/multi-screen/main.cpp
/usr/lib64/qt5/examples/wayland/multi-screen/multi-screen
/usr/lib64/qt5/examples/wayland/multi-screen/multi-screen.pro
/usr/lib64/qt5/examples/wayland/multi-screen/multi-screen.qrc
/usr/lib64/qt5/examples/wayland/multi-screen/qml
/usr/lib64/qt5/examples/wayland/multi-screen/qml/Chrome.qml
/usr/lib64/qt5/examples/wayland/multi-screen/qml/Screen.qml
/usr/lib64/qt5/examples/wayland/multi-screen/qml/main.qml
/usr/lib64/qt5/examples/wayland/overview-compositor
/usr/lib64/qt5/examples/wayland/overview-compositor/main.cpp
/usr/lib64/qt5/examples/wayland/overview-compositor/main.qml
/usr/lib64/qt5/examples/wayland/overview-compositor/overview-compositor
/usr/lib64/qt5/examples/wayland/overview-compositor/overview-compositor.pro
/usr/lib64/qt5/examples/wayland/overview-compositor/overview-compositor.qrc
/usr/lib64/qt5/examples/wayland/pure-qml
/usr/lib64/qt5/examples/wayland/pure-qml/images
/usr/lib64/qt5/examples/wayland/pure-qml/images/background.jpg
/usr/lib64/qt5/examples/wayland/pure-qml/main.cpp
/usr/lib64/qt5/examples/wayland/pure-qml/pure-qml
/usr/lib64/qt5/examples/wayland/pure-qml/pure-qml.pro
/usr/lib64/qt5/examples/wayland/pure-qml/pure-qml.qrc
/usr/lib64/qt5/examples/wayland/pure-qml/qml
/usr/lib64/qt5/examples/wayland/pure-qml/qml/Chrome.qml
/usr/lib64/qt5/examples/wayland/pure-qml/qml/Keyboard.qml
/usr/lib64/qt5/examples/wayland/pure-qml/qml/Screen.qml
/usr/lib64/qt5/examples/wayland/pure-qml/qml/main.qml
/usr/lib64/qt5/examples/wayland/qwindow-compositor
/usr/lib64/qt5/examples/wayland/qwindow-compositor/compositor.cpp
/usr/lib64/qt5/examples/wayland/qwindow-compositor/compositor.h
/usr/lib64/qt5/examples/wayland/qwindow-compositor/main.cpp
/usr/lib64/qt5/examples/wayland/qwindow-compositor/qwindow-compositor
/usr/lib64/qt5/examples/wayland/qwindow-compositor/qwindow-compositor.pro
/usr/lib64/qt5/examples/wayland/qwindow-compositor/qwindow-compositor.qrc
/usr/lib64/qt5/examples/wayland/qwindow-compositor/window.cpp
/usr/lib64/qt5/examples/wayland/qwindow-compositor/window.h
/usr/lib64/qt5/examples/wayland/server-buffer
/usr/lib64/qt5/examples/wayland/server-buffer/README
/usr/lib64/qt5/examples/wayland/server-buffer/compositor
/usr/lib64/qt5/examples/wayland/server-buffer/compositor/compositor
/usr/lib64/qt5/examples/wayland/server-buffer/compositor/compositor.pro
/usr/lib64/qt5/examples/wayland/server-buffer/compositor/compositor.qrc
/usr/lib64/qt5/examples/wayland/server-buffer/compositor/images
/usr/lib64/qt5/examples/wayland/server-buffer/compositor/images/Siberischer_tiger_de_edit02.jpg
/usr/lib64/qt5/examples/wayland/server-buffer/compositor/images/Siberischer_tiger_de_edit02.txt
/usr/lib64/qt5/examples/wayland/server-buffer/compositor/images/background.png
/usr/lib64/qt5/examples/wayland/server-buffer/compositor/main.cpp
/usr/lib64/qt5/examples/wayland/server-buffer/compositor/qml
/usr/lib64/qt5/examples/wayland/server-buffer/compositor/qml/main.qml
/usr/lib64/qt5/examples/wayland/server-buffer/compositor/sharebufferextension.cpp
/usr/lib64/qt5/examples/wayland/server-buffer/compositor/sharebufferextension.h
/usr/lib64/qt5/examples/wayland/server-buffer/cpp-client
/usr/lib64/qt5/examples/wayland/server-buffer/cpp-client/cpp-client
/usr/lib64/qt5/examples/wayland/server-buffer/cpp-client/cpp-client.pro
/usr/lib64/qt5/examples/wayland/server-buffer/cpp-client/main.cpp
/usr/lib64/qt5/examples/wayland/server-buffer/cpp-client/sharebufferextension.cpp
/usr/lib64/qt5/examples/wayland/server-buffer/cpp-client/sharebufferextension.h
/usr/lib64/qt5/examples/wayland/server-buffer/server-buffer.pro
/usr/lib64/qt5/examples/wayland/server-buffer/share-buffer.xml
/usr/lib64/qt5/examples/wayland/server-side-decoration
/usr/lib64/qt5/examples/wayland/server-side-decoration/main.cpp
/usr/lib64/qt5/examples/wayland/server-side-decoration/main.qml
/usr/lib64/qt5/examples/wayland/server-side-decoration/server-side-decoration
/usr/lib64/qt5/examples/wayland/server-side-decoration/server-side-decoration.pro
/usr/lib64/qt5/examples/wayland/server-side-decoration/server-side-decoration.qrc
/usr/lib64/qt5/examples/wayland/spanning-screens
/usr/lib64/qt5/examples/wayland/spanning-screens/main.cpp
/usr/lib64/qt5/examples/wayland/spanning-screens/main.qml
/usr/lib64/qt5/examples/wayland/spanning-screens/spanning-screens
/usr/lib64/qt5/examples/wayland/spanning-screens/spanning-screens.pro
/usr/lib64/qt5/examples/wayland/spanning-screens/spanning-screens.qrc
/usr/lib64/qt5/examples/wayland/texture-sharing
/usr/lib64/qt5/examples/wayland/texture-sharing/README
/usr/lib64/qt5/examples/wayland/texture-sharing/custom-compositor
/usr/lib64/qt5/examples/wayland/texture-sharing/custom-compositor/compositor.qrc
/usr/lib64/qt5/examples/wayland/texture-sharing/custom-compositor/custom-compositor
/usr/lib64/qt5/examples/wayland/texture-sharing/custom-compositor/custom-compositor.pro
/usr/lib64/qt5/examples/wayland/texture-sharing/custom-compositor/images
/usr/lib64/qt5/examples/wayland/texture-sharing/custom-compositor/images/background.png
/usr/lib64/qt5/examples/wayland/texture-sharing/custom-compositor/images/car.ktx
/usr/lib64/qt5/examples/wayland/texture-sharing/custom-compositor/images/qt4.astc
/usr/lib64/qt5/examples/wayland/texture-sharing/custom-compositor/images/qt_logo.png
/usr/lib64/qt5/examples/wayland/texture-sharing/custom-compositor/main.cpp
/usr/lib64/qt5/examples/wayland/texture-sharing/custom-compositor/qml
/usr/lib64/qt5/examples/wayland/texture-sharing/custom-compositor/qml/main.qml
/usr/lib64/qt5/examples/wayland/texture-sharing/qml-client
/usr/lib64/qt5/examples/wayland/texture-sharing/qml-client/main.cpp
/usr/lib64/qt5/examples/wayland/texture-sharing/qml-client/main.qml
/usr/lib64/qt5/examples/wayland/texture-sharing/qml-client/qml-client
/usr/lib64/qt5/examples/wayland/texture-sharing/qml-client/qml-client.pro
/usr/lib64/qt5/examples/wayland/texture-sharing/qml-client/qml-client.qrc
/usr/lib64/qt5/examples/wayland/texture-sharing/texture-sharing.pro
/usr/lib64/qt5/examples/wayland/wayland.pro
/usr/share/licenses/libqt5-qtwayland-examples
/usr/share/licenses/libqt5-qtwayland-examples/LICENSE.FDL
/usr/share/licenses/libqt5-qtwayland-examples/LICENSE.GPL2
/usr/share/licenses/libqt5-qtwayland-examples/LICENSE.GPL3
/usr/share/licenses/libqt5-qtwayland-examples/LICENSE.GPL3-EXCEPT
/usr/share/licenses/libqt5-qtwayland-examples/LICENSE.LGPL3


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Mar 9 12:50:11 2024