OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kwayland?expand=0&rev=102
394 lines
15 KiB
Plaintext
394 lines
15 KiB
Plaintext
-------------------------------------------------------------------
|
|
Sun Dec 4 02:05:12 UTC 2016 - hrvoje.senjan@gmail.com
|
|
|
|
- Update to 5.29.0
|
|
* For more details please see:
|
|
https://www.kde.org/announcements/kde-frameworks-5.29.0.php
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Nov 16 06:30:43 UTC 2016 - hrvoje.senjan@gmail.com
|
|
|
|
- Rebase fix-wayland-1.3-dependency.diff
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Nov 5 22:12:03 UTC 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 2 13:00:34 UTC 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
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Sep 6 20:54:11 UTC 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 09:56:58 UTC 2016 - alarrosa@suse.com
|
|
|
|
- Rebase fix-wayland-1.3-dependency.diff
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Aug 7 21:57:32 UTC 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 6 15:06:41 UTC 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 6 21:28:08 UTC 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 7 18:29:21 UTC 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 20:45:45 UTC 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 5 15:53:49 UTC 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 16:20:55 UTC 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 09:19:53 UTC 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
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Mar 1 17:32:34 UTC 2016 - hrvoje.senjan@gmail.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 22:20:11 UTC 2016 - hrvoje.senjan@gmail.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 14:12:09 UTC 2016 - hrvoje.senjan@gmail.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 17:35:00 UTC 2015 - alarrosa@suse.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 22:35:09 UTC 2015 - hrvoje.senjan@gmail.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 17:49:54 UTC 2015 - hrvoje.senjan@gmail.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 17:31:51 UTC 2015 - hrvoje.senjan@gmail.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 18:36:50 UTC 2015 - hrvoje.senjan@gmail.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 16:31:11 UTC 2015 - alarrosa@suse.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 10:43:39 UTC 2015 - hrvoje.senjan@gmail.com
|
|
|
|
- Update to 5.4.2:
|
|
* For more details please see:
|
|
https://www.kde.org/announcements/plasma-5.4.2.php
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Sep 10 17:17:09 UTC 2015 - hrvoje.senjan@gmail.com
|
|
|
|
- Update to 5.4.1:
|
|
* For more details please see:
|
|
https://www.kde.org/announcements/plasma-5.4.1.php
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Aug 24 17:51:41 UTC 2015 - hrvoje.senjan@gmail.com
|
|
|
|
- Update to 5.4.0:
|
|
* For more details please see:
|
|
https://www.kde.org/announcements/plasma-5.4.0.php
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Aug 16 10:17:06 UTC 2015 - hrvoje.senjan@gmail.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 18:31:50 UTC 2015 - hrvoje.senjan@gmail.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 15:29:50 UTC 2015 - hrvoje.senjan@gmail.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 13:27:26 UTC 2015 - hrvoje.senjan@gmail.com
|
|
|
|
- Update to 5.3 Final:
|
|
* For more details please see:
|
|
https://www.kde.org/announcements/plasma-5.3.0.php
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Apr 11 18:53:41 UTC 2015 - hrvoje.senjan@gmail.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 17:42:36 UTC 2015 - hrvoje.senjan@gmail.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 02:43:56 UTC 2015 - hrvoje.senjan@gmail.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 19:49:22 UTC 2015 - hrvoje.senjan@gmail.com
|
|
|
|
- Update to 5.2 Final:
|
|
* For more details please see:
|
|
https://www.kde.org/announcements/plasma-5.2.0.php
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jan 13 16:35:03 UTC 2015 - hrvoje.senjan@gmail.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 17:59:57 UTC 2014 - hrvoje.senjan@gmail.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 20:14:15 UTC 2014 - hrvoje.senjan@gmail.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 19:48:17 UTC 2014 - hrvoje.senjan@gmail.com
|
|
|
|
- Added 0001-Do-not-find-unused-Wayland-components.patch to drop
|
|
not needed BuildRequires, pkgconfig(wayland-egl)
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Oct 9 21:24:32 UTC 2014 - hrvoje.senjan@gmail.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 22:38:46 UTC 2014 - hrvoje.senjan@gmail.com
|
|
|
|
- Update to 5.0.95:
|
|
* Minor API improvements since last update
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Sep 22 22:08:10 UTC 2014 - hrvoje.senjan@gmail.com
|
|
|
|
- Activate KWayland package - KDE bindings for Wayland protocol and
|
|
library
|
|
|