Package Release Info

kwayland-5.26.0-2.6

Update Info: openSUSE-2017-250
Available in Package Hub : 12 SP2-SP5

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

kwayland
kwayland-devel

Change Logs

* Tue Sep 06 2016 hrvoje.senjan@gmail.com
- Update to 5.26.0
  * Make linux/input.h compile time optional
  * For more details please see:
    https://www.kde.org/announcements/kde-frameworks-5.26.0.php
* Wed Aug 10 2016 alarrosa@suse.com
- Rebase fix-wayland-1.3-dependency.diff
* Sun Aug 07 2016 hrvoje.senjan@gmail.com
- Update to 5.25.0
  * Qt >= 5.5 is now required
  * [client] Use a QPointer for the enteredSurface in Pointer
  * Expose Geometry in PlasmaWindowModel
  * Add a geometry event to PlasmaWindow
  * [src/server] Verify that surface has a resource before sending pointer enter
  * Add support for xdg-shell
  * [server] Properly send a selection clear prior to keyboard focus enter
  * [server] Handle no XDG_RUNTIME_DIR situation more gracefully
  * For more details please see:
    https://www.kde.org/announcements/kde-frameworks-5.25.0.php
* Wed Jul 06 2016 hrvoje.senjan@gmail.com
- Update to 5.24.0
  * Add a parent_window event to Plasma Window interface
  * Properly handle destroying a Pointer/Keyboard/Touch resource
  * [server] Delete dead code: KeyboardInterface::Private::sendKeymap
  * [server] Add support for setting the clipboard selection
    DataDeviceInterface manually
  * [server] Ensure that Resource::Private::get returns nullptr
    if passed a nullptr
  * [server] Add resource check in QtExtendedSurfaceInterface::close
  * [server] Unset SurfaceInterface pointer in referenced objects
    when being destroyed
  * [server] Fix error message in QtSurfaceExtension Interface
  * [server] Introduce a Resource::unbound signal emitted from
    unbind handler
  * [server] Don't assert when destroying a still
    referenced BufferInterface
  * Add destructor request to org_kde_kwin_shadow and
    org_kde_kwin_shadow_manager
  * For more details please see:
    https://www.kde.org/announcements/kde-frameworks-5.24.0.php
* Mon Jun 06 2016 hrvoje.senjan@gmail.com
- Update to 5.23.0
  * [client] Don't check resource version for PlasmaWindow
  * Introduce an initial state event into Plasma Window protocol
  * [server] Trigger error if a transient request tries to parent
    to itself
  * [server] Properly handle the case that a PlasmaWindow is unmapped
    before client bound it
  * [server] Properly handle destructor in SlideInterface
  * Add support for touch events in fakeinput protocol and interface
  * [server] Standardize the destructor request handling for Resources
  * Implement wl_text_input and zwp_text_input_v2 interfaces
  * [server] Prevent double delete of callback resources
    in SurfaceInterface
  * [server] Add resource nullptr check to ShellSurfaceInterface
  * [server] Compare ClientConnection instead of wl_client
    in SeatInterface
  * [server] Improve the handling when clients disconnect
  * server/plasmawindowmanagement_interface.cpp - fix -Wreorder warning
  * [client] Add context pointer to connects in PlasmaWindowModel
  * Many fixes related to destruction
  * For more details please see:
    https://www.kde.org/announcements/kde-frameworks-5.23.0.php
* Sat May 07 2016 hrvoje.senjan@gmail.com
- Update to 5.22.0 (boo#980066)
  * KWayland is now part of KDE Frameworks
  * For more details please see:
    https://www.kde.org/announcements/kde-frameworks-5.22.0.php
* Tue Apr 19 2016 hrvoje.senjan@gmail.com
- Update to 5.6.3
  * New bugfix release
  * For more details please see:
    https://www.kde.org/announcements/plasma-5.6.3.php
* Tue Apr 05 2016 hrvoje.senjan@gmail.com
- Update to 5.6.2
  * New bugfix release
  * For more details please see:
    https://www.kde.org/announcements/plasma-5.6.2.php
* Tue Mar 29 2016 hrvoje.senjan@gmail.com
- Update to 5.6.1
  * New bugfix release
  * For more details please see:
    https://www.kde.org/announcements/plasma-5.6.1.php
* Sun Mar 20 2016 hrvoje.senjan@gmail.com
- Update to 5.6.0
  * New feature release
  * For more details please see:
    https://www.kde.org/announcements/plasma-5.6.0.php
Version: 5.102.0-bp155.1.11
* Thu Jan 12 2023 Christophe Marin <christophe@krop.fr>
- Update to 5.102.0
  * New feature release
  * For more details please see:
  * https://kde.org/announcements/frameworks/5/5.102.0
- Changes since 5.101.0:
  * Make sure that HAVE_MEMFD is defined to 0 if not found
* Tue Dec 06 2022 Christophe Marin <christophe@krop.fr>
- Update to 5.101.0
  * New feature release
  * For more details please see:
  * https://kde.org/announcements/frameworks/5/5.101.0
- Changes since 5.100.0:
  * client: Add F_SEAL_SHRINK seal to shm pool backing file
  * client: Expose concrete xdg-shell class implementations
* Tue Nov 08 2022 Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.100.0
  * New feature release
  * For more details please see:
  * https://kde.org/announcements/frameworks/5/5.100.0
- Changes since 5.99.0:
  * [registry] Bump PlasmaWindowManagement version to 16
* Sat Oct 01 2022 Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.99.0
  * New feature release
  * For more details please see:
  * https://kde.org/announcements/frameworks/5/5.99.0
- Changes since 5.98.0:
  * Fix compile error with wl_output < v4
  * PlasmaWindowManagement: Avoid unbounded recursion and delay in readData (kde#453124)
  * client/plasmashell: fix applet popups displacing other windows (kde#459523)
  * client/plasmashell: add fallback for applet popups
  * require PlasmaWaylandProtocols 1.9.0 and bump supported plasmashell version to 8
  * .gitlab-ci.yml: enable static builds
  * ConnectionThread: connect by symbol rather than by name
  * ConnectionThread: Move event dispatcing into a separate method
  * ConnectionThread: Make sure we consume properly the threads
  * Add support for wl_output version 4
- Drop patch, merged upstream:
  * 0001-client-plasmashell-add-fallback-for-applet-popups.patch
* Thu Sep 22 2022 Christophe Giboudeaux <christophe@krop.fr>
- Add upstream fix (kde#459188)
  * 0001-client-plasmashell-add-fallback-for-applet-popups.patch
* Tue Sep 06 2022 Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.98.0
  * New feature release
  * For more details please see:
  * https://kde.org/announcements/frameworks/5/5.98.0
- Changes since 5.97.0:
  * Add FreeBSD Qt6 CI support
  * Auto cleanup the dangling KWayland::Client::Surface returned from fromWindow
* Sun Aug 07 2022 Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.97.0
  * New feature release
  * For more details please see:
  * https://kde.org/announcements/frameworks/5/5.97.0
- Changes since 5.96.0:
  * Unset wl_display global filter upon filtered display destruction.
* Sun Jul 03 2022 Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.96.0
  * New feature release
  * For more details please see:
  * https://kde.org/announcements/frameworks/5/5.96.0
- Changes since 5.95.0:
  * Implement PlasmaWindowModel::itemData to expose all the roles
  * Remove extra ';'
* Fri Jun 10 2022 Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.95.0
  * New feature release
  * For more details please see:
  * https://kde.org/announcements/frameworks/5/5.95.0
- Changes since 5.94.0:
  * Add AppletPopup window type to PlasmaShellSurface
  * fix up foreign docs
  * Raise minimum plasma-wayland-proto version to 1.7.0
  * Fix include dir in the generated pri file
  * client: Bump plasmashell version to 7 (kde#453578)
* Tue May 10 2022 Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.94.0
  * New feature release
  * For more details please see:
  * https://kde.org/announcements/frameworks/5/5.94.0
- Changes since 5.93.0:
  * client: implement plasma-surface openUnderCursor
  * Fix since version
  * Fix include path in the generated pkgconfig file
  * [plasmawindowmanagement] Add resourceName
  * client: Bump plasmashell version to 7 (kde#453578)
* Sun Apr 03 2022 Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.93.0
  * New feature release
  * For more details please see:
  * https://kde.org/announcements/frameworks/5/5.93.0
- Changes since 5.92.0:
  * Install Client headers in a dirs hierarchy matching the C++ namespaces
  * We don't actually need Qt6WaylandCompositor
* Mon Mar 07 2022 Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.92.0
  * New feature release
  * For more details please see:
  * https://kde.org/announcements/frameworks/5/5.92.0
- Changes since 5.91.0:
  * Check executables exist in PATH before passing them to QProcess
* Mon Mar 07 2022 Christophe Giboudeaux <christophe@krop.fr>
- Replace %_libdir/libexec with %_libexecdir (boo#1174075)
* Sun Feb 06 2022 Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.91.0
  * New feature release
  * For more details please see:
  * https://kde.org/announcements/frameworks/5/5.91.0
- Changes since 5.90.0:
  * Ensure when unmapped is emitted, ::windows() will not contain unmapped window.
  * Fix wayland registry test
  * Add Linux Qt6 CI
  * Don't use hard-coded versions with targets and variables
  * Install pkg-config file
  * Deprecate PlasmaWindowModel::requestVirtualDesktop()
  * kwayland server has been moved to plasma kwayland-server since 5.73
  * src/client: wrap deprecated methods in deprecation macros
  * Change the build system to enable building with Qt6