Package Release Info

kwayland-5.32.0-2.1

Update Info: openSUSE-2017-1018
Available in Package Hub : 12 SP3-SP5

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

kwayland
kwayland-devel

Change Logs

* Fri Apr 07 2017 alarrosa@suse.com
- Drop fix-wayland-1.3-dependency.diff which isn't needed anymore
  since SLE12 SP2.
* Sun Mar 19 2017 lbeltrame@kde.org
- Update to 5.32.0
  * New feature release
  * For more details please see:
  * https://www.kde.org/announcements/kde-frameworks-5.32.0.php
- Changes since 5.31.0:
  * Upgrade ECM and KF5 version requirements for 5.32.0 release.
  * Upgrade KF5 version to 5.32.0.
* Thu Feb 09 2017 hrvoje.senjan@gmail.com
- Update to 5.31.0
  * For more details please see:
    https://www.kde.org/announcements/kde-frameworks-5.31.0.php
* Sun Jan 08 2017 hrvoje.senjan@gmail.com
- Update to 5.30.0
  * For more details please see:
    https://www.kde.org/announcements/kde-frameworks-5.30.0.php
* Sun Dec 04 2016 hrvoje.senjan@gmail.com
- Update to 5.29.0
  * [client] Fix nullptr dereference in ConfinedPointer
    and LockedPointer
  * [client] Install pointerconstraints.h
  * [server] Fix regression in
    SeatInterface::end/cancelPointerPinchGesture
  * Implementation of PointerConstraints protocol
  * [server] Reduce overhead of pointersForSurface
  * Return SurfaceInterface::size in global compositor space
  * [tools/generator] Generate enum FooInterfaceVersion on
    server side
  * [tools/generator] Wrap wl_fixed request args in
    wl_fixed_from_double
  * [tools/generator] Generate implementation of
    client side requests
  * [tools/generator] Generate client side resource factories
  * [tools/generator] Generate callbacks and listener
    on client side
  * [tools/generator] Pass this as q pointer to
    Client::Resource::Private
  * [tools/generator] Generate Private::setup(wl_foo *arg)
    on client side
  * Implementation of PointerGestures protocol
  * For more details please see:
    https://www.kde.org/announcements/kde-frameworks-5.29.0.php
* Wed Nov 16 2016 hrvoje.senjan@gmail.com
- Rebase fix-wayland-1.3-dependency.diff
* Sat Nov 05 2016 hrvoje.senjan@gmail.com
- Update to 5.28.0
  * Improved relocatability of CMake export
  * [tools] Fix generation of wayland_pointer_p.h
  * [tools] Generate eventQueue methods only for global classes
  * [server] Fix crash on updating focused keyboard surface
  * [server] Fix possible crash on creation of DataDevice
  * [server] Ensure we have a DataSource on the DataDevice
    in setSelection
  * [tools/generator] Improve resource destruction on server side
  * Add request to have focus in a PlasmaShellSurface of Role Panel
  * Add auto-hiding panel support to PlasmaShellSurface interface
  * Support passing generic QIcon through PlasmaWindow interface
  * [server] Implement the generic window property
    in QtSurfaceExtension
  * [client] Add methods to get ShellSurface from a QWindow
  * [server] Send pointer events to all wl_pointer resources
    of a client
  * [server] Don't call wl_data_source_send_send if
    DataSource is unbound
  * [server] Use deleteLater when a ClientConnection gets destroyed
    (kde#370232)
  * Implement support for the relative pointer protocol
  * [server] Cancel previous selection from SeatInterface::setSelection
  * [server] Send key events to all wl_keyboard resources of a client
  * For more details please see:
    https://www.kde.org/announcements/kde-frameworks-5.28.0.php
* Sun Oct 02 2016 hrvoje.senjan@gmail.com
- Update to 5.27.0
  * [server] Don't send key release for not pressed keys and
    no double key press (kde#366625)
  * [server] When replacing the clipboard selection previous
    DataSource needs to be cancelled (kde#368391)
  * Add support for Surface enter/leave events
  * [client] Track all created Outputs and add static get method
  * For more details please see:
    https://www.kde.org/announcements/kde-frameworks-5.27.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
Version: 5.26.0-2.6
* 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