SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for kwayland-5.32.0-2.2.x86_64.rpm :
Fri Apr 7 14:00:00 2017 alarrosaAATTsuse.com
- Drop fix-wayland-1.3-dependency.diff which isn\'t needed anymore
since SLE12 SP2.

Sun Mar 19 13:00:00 2017 lbeltrameAATTkde.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 9 13:00:00 2017 hrvoje.senjanAATTgmail.com
- Update to 5.31.0

* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.31.0.php

Sun Jan 8 13:00:00 2017 hrvoje.senjanAATTgmail.com
- Update to 5.30.0

* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.30.0.php

Sun Dec 4 13:00:00 2016 hrvoje.senjanAATTgmail.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 13:00:00 2016 hrvoje.senjanAATTgmail.com
- Rebase fix-wayland-1.3-dependency.diff

Sat Nov 5 13:00:00 2016 hrvoje.senjanAATTgmail.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 2 14:00:00 2016 hrvoje.senjanAATTgmail.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

Tue Sep 6 14:00:00 2016 hrvoje.senjanAATTgmail.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 14:00:00 2016 alarrosaAATTsuse.com
- Rebase fix-wayland-1.3-dependency.diff

Sun Aug 7 14:00:00 2016 hrvoje.senjanAATTgmail.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 6 14:00:00 2016 hrvoje.senjanAATTgmail.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 6 14:00:00 2016 hrvoje.senjanAATTgmail.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 7 14:00:00 2016 hrvoje.senjanAATTgmail.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 14:00:00 2016 hrvoje.senjanAATTgmail.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 5 14:00:00 2016 hrvoje.senjanAATTgmail.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 14:00:00 2016 hrvoje.senjanAATTgmail.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 13:00:00 2016 hrvoje.senjanAATTgmail.com
- Update to 5.6.0

* New feature release

* For more details please see:
https://www.kde.org/announcements/plasma-5.6.0.php

Tue Mar 1 13:00:00 2016 hrvoje.senjanAATTgmail.com
- Update to 5.5.5 (boo#968966)

* Bugfix release

* For more details please see:
https://www.kde.org/announcements/plasma-5.5.5.php

Tue Jan 26 13:00:00 2016 hrvoje.senjanAATTgmail.com
- Update to 5.5.4:

* Bugfix release

* For more details please see:
https://www.kde.org/announcements/plasma-5.5.4.php

Wed Jan 6 13:00:00 2016 hrvoje.senjanAATTgmail.com
- Update to 5.5.3:

* Bugfix release

* For more details please see:
https://www.kde.org/announcements/plasma-5.5.3.php

Wed Dec 23 13:00:00 2015 alarrosaAATTsuse.com
- Add fix-wayland-1.3-dependency.diff again, rebased to apply correctly
now that there are wayland packages for SLE12 updated with the new
requirements from wayland 1.7

Tue Dec 22 13:00:00 2015 hrvoje.senjanAATTgmail.com
- Update to 5.5.2:

* Bugfix release

* For more details please see:
https://www.kde.org/announcements/plasma-5.5.2.php

Tue Dec 15 13:00:00 2015 hrvoje.senjanAATTgmail.com
- Update to 5.5.1:

* Bugfix release

* For more details please see:
https://www.kde.org/announcements/plasma-5.5.1.php

Sat Dec 12 13:00:00 2015 hrvoje.senjanAATTgmail.com
- Update to 5.5.0:

* For more details please see:
https://dot.kde.org/2015/12/08/plasma-55-beautiful-new-artwork
- Move to cmake(...) BuildRequires where possible
- Drop no longer applicable fix-wayland-1.3-dependency.diff

Sun Nov 8 13:00:00 2015 hrvoje.senjanAATTgmail.com
- Update to 5.4.3 (boo#955068):

* For more details please see:
https://www.kde.org/announcements/plasma-5.4.3.php

Thu Oct 29 13:00:00 2015 alarrosaAATTsuse.com
- Added fix-wayland-1.3-dependency.diff -> changed requirements for
SLE12, where an older wayland version has been patched to support
the required features from wayland 1.3.0 needed by kwayland

Sun Oct 4 14:00:00 2015 hrvoje.senjanAATTgmail.com
- Update to 5.4.2:

* For more details please see:
https://www.kde.org/announcements/plasma-5.4.2.php

Thu Sep 10 14:00:00 2015 hrvoje.senjanAATTgmail.com
- Update to 5.4.1:

* For more details please see:
https://www.kde.org/announcements/plasma-5.4.1.php

Mon Aug 24 14:00:00 2015 hrvoje.senjanAATTgmail.com
- Update to 5.4.0:

* For more details please see:
https://www.kde.org/announcements/plasma-5.4.0.php

Sun Aug 16 14:00:00 2015 hrvoje.senjanAATTgmail.com
- Update to 5.3.95 aka 5.4 beta:
This release of Plasma brings many nice touches for our users
such as much improved high DPI support, KRunner auto-completion
and many new beautiful Breeze icons. It also lays the ground for
the future with a tech preview of Wayland session available.
We\'re shipping a few new components such as an Audio Volume
Plasma Widget, monitor calibration tool and the User Manager
tool comes out beta.

* For more details please see:
https://www.kde.org/announcements/plasma-5.3.95.php
- Merge the two shlib packages into one main one

Sun Jun 28 14:00:00 2015 hrvoje.senjanAATTgmail.com
- Update to 5.3.2:

* Bugfix release

* For more details please see:
https://www.kde.org/announcements/plasma-5.3.2.php

Fri May 22 14:00:00 2015 hrvoje.senjanAATTgmail.com
- Update to 5.3.1:

* Bugfix release

* For more details please see:
https://www.kde.org/announcements/plasma-5.3.1.php

Thu Apr 23 14:00:00 2015 hrvoje.senjanAATTgmail.com
- Update to 5.3 Final:

* For more details please see:
https://www.kde.org/announcements/plasma-5.3.0.php

Sat Apr 11 14:00:00 2015 hrvoje.senjanAATTgmail.com
- Update to 5.2.95 aka 5.3 beta:

* New feature release

* For more details please see:
https://www.kde.org/announcements/plasma-5.2.95.php
- Update required Qt version to 5.4.0
- Added pkgconfig(egl) BuildRequires

Thu Mar 19 13:00:00 2015 hrvoje.senjanAATTgmail.com
- Update to 5.2.2:

* Bugfix release

* For more details please see:
https://www.kde.org/announcements/plasma-5.2.2.php

Fri Feb 20 13:00:00 2015 hrvoje.senjanAATTgmail.com
- Update to 5.2.1:

* Bugfix release

* For more details please see:
https://www.kde.org/announcements/plasma-5.2.1.php

Mon Jan 26 13:00:00 2015 hrvoje.senjanAATTgmail.com
- Update to 5.2 Final:

* For more details please see:
https://www.kde.org/announcements/plasma-5.2.0.php

Tue Jan 13 13:00:00 2015 hrvoje.senjanAATTgmail.com
- Update to 5.2 Beta aka 5.1.95:

* Undo changes to Plasma desktop layout

* Smarter sorting of results in KRunner

* Breeze window decoration theme adds a new look to your
desktop and is now used by default

* New white mouse cursor theme for Breeze.

* New plasma widgets: 15 puzzle, web browser, show desktop

* Over 300 bugs fixed throughout Plasma modules.

* For more details please see:
https://www.kde.org/announcements/plasma-5.1.95.php
- Drop 0001-Do-not-find-unused-Wayland-components.patch, upstreamed
- Build the server shlib

Thu Dec 11 13:00:00 2014 hrvoje.senjanAATTgmail.com
- Update to 5.1.2:

* Bugfix release

* For more details please see:
https://www.kde.org/announcements/plasma-5.1.2.php

Thu Nov 6 13:00:00 2014 hrvoje.senjanAATTgmail.com
- Update to 5.1.1:

* Bugfix release

* For more details please see:
https://www.kde.org/announcements/plasma-5.1.1.php

Mon Nov 3 13:00:00 2014 hrvoje.senjanAATTgmail.com
- Added 0001-Do-not-find-unused-Wayland-components.patch to drop
not needed BuildRequires, pkgconfig(wayland-egl)

Thu Oct 9 14:00:00 2014 hrvoje.senjanAATTgmail.com
- Update to 5.1 Final:

* Bugfixes since RC1

* For more details please see:
https://www.kde.org/announcements/plasma-5.1.0.php

Thu Sep 25 14:00:00 2014 hrvoje.senjanAATTgmail.com
- Update to 5.0.95:

* Minor API improvements since last update

Mon Sep 22 14:00:00 2014 hrvoje.senjanAATTgmail.com
- Activate KWayland package - KDE bindings for Wayland protocol and
library


 
ICM