* Thu Jun 21 2018 fabian@ritter-vogt.de
- Add patch to fix copy-paste from GTK3 applications (boo#1097606):
* 0001-Do-not-cancel-old-clipboard-selection-if-it-is-same-.patch
* Sat Apr 14 2018 lbeltrame@kde.org
- Update to 5.45.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.45.0.php
- Changes since 5.44.0:
* Add Remote Access interface to KWayland
* [server] Add support for the frame semantics of Pointer version 5 (kde#389189)
* Mon Mar 12 2018 lbeltrame@kde.org
- Update to 5.44.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.44.0.php
- Changes since 5.43.0:
* Implement releasing of client-freed output
* [server] Properly handle the situation when the DataSource for a drag gets destroyed (kde#389221)
* [server] Don't crash when a subsurface gets commited whose parent surface got destroyed (kde#389231)
- Dropped patches, now upstream:
* 0001-server-Don-t-crash-when-a-subsurface-gets-commited-w.patch
* Mon Feb 12 2018 lbeltrame@kde.org
- Update to 5.43.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.43.0.php
- Changes since 5.42.0:
* Fix typo
* Tue Feb 06 2018 lbeltrame@kde.org
- Add 0001-server-Don-t-crash-when-a-subsurface-gets-commited-w.patch
* Upstream fix to prevent kwin from crashing when opening
systemsettings (kde#389231)
* Tue Jan 16 2018 lbeltrame@kde.org
- Update to 5.42.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.42.0.php
- Changes since 5.41.0:
* Remove obsolete reviewboardrc file
* Minor doxygen change to group new bind/create methods
* Fix naming inconsistency
* Resolve some merge issues
* Unit test for Server Decoration Palette
* Create interface for passing server decoration palettes
* Explicitly include std::bind functions
* [server] Add a method IdleInterface::simulateUserActivity
* Fix regression caused by backward compatibility support in data source
* Fix @since version tags
* Add support for version 3 of data device manager interface (kde#386993)
* Scope exported/imported objects to the test
* Fix ASAN warning on TestXdgForeign
* Replace QCOMPARE(nullptr) with QVERIFY
* Fix error in WaylandSurface::testDisconnect
* Explicit QCOMPARE(QString,QString)
* Add explicit AppMenu protocol
* Fix ASAN warnings in XDGForeignV2Interface
* Fix exlude generated file from automoc feature
* Sun Dec 17 2017 lbeltrame@kde.org
- Update to 5.41.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.41.0.php
- Changes since 5.40.0:
* Fix testWaylandFullscreenShell.
* Expose wl_display_set_global_filter as a virtual method
* Fix kwayland-testXdgShellV6.
* Add support for zwp_idle_inhibit_manager_v1
* [server] Support inhibiting the IdleInterface
* Mon Nov 13 2017 lbeltrame@kde.org
- Update to 5.40.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.40.0.php
- Changes since 5.39.0:
* [client] Drop the checks for platformName being "wayland"
* Don't duplicate connect to wl_display_flush
* don't qcompare with nullptr
* Wayland foreign protocol
* Revert "Expose wl_display_set_global_filter as a virtual method"
* Expose wl_display_set_global_filter as a virtual method
* Mon Oct 23 2017 lbeltrame@kde.org
- Update to 5.39.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.39.0.php
- Changes since 5.38.0:
* Only send OutputConfig sendApplied / sendFailed to the right resource
* Add missing command macro
* Don't crash if a client (legally) uses deleted global contrast manager
* Don't crash if a client (legally) uses a deleted global
* Update @since docs
* Missing licenses
* Support XDG v6
* Tue Sep 12 2017 lbeltrame@kde.org
- Update to 5.38.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.38.0.php
- Changes since 5.37.0:
* Treat input RGB buffers as premultiplied
* Update SurfaceInterface outputs when an output global gets destroyed
* KWayland::Client::Surface track output destruction
* Do not leak symbols of pimpl classes, protect with Q_DECL_HIDDEN
* Avoid sending data offers from an invalid source. (kde#383054)
* Sat Aug 12 2017 christophe@krop.fr
- Update to 5.37.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.37.0.php
- Changes since 5.36.0 :
* Make unittest independent from the location of the executable.
* autotests: prepare for CMAKE_RUNTIME_OUTPUT_DIRECTORY being set
* Destroy all kwayland objects created by registry when it is destroyed
* Emit connectionDied if the QPA is destroyed
* [client] Track all created ConnectionThreads and add API to access them
* [server] Send text input leave if focused surface gets unbound
* [server] Send pointer leave if focused surface gets unbound
* Drop unused variable
* [client] Properly track enteredSurface in Keyboard
* [server] Send keyboard leave when client destroys the focused surface (kde#382280)
* check Buffer validity (kde#381953)
* Wed Jul 12 2017 lbeltrame@kde.org
- Update to 5.36.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.36.0.php
- Changes since 5.35.0:
* [autotests/server] Check whether test is run as root
* [FEATURE] Option to build & install QCH file with the public API dox
* Sun Jun 11 2017 lbeltrame@kde.org
- Update to 5.35.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.35.0.php
- Changes since 5.34.0:
* Autotests: solve warning for QProcess::ProcessState metatype registration
* Fix for TestQtSurfaceExtension in path with spaces
* API dox: add some minimal docs to more class to have them covered by doxygen
* API dox: add some minimal docs to class to have them covered by doxygen
* API dox: Use doxygen notation to have comments used
* API dox: fix @link usage
* add requestToggleKeepAbove/below
* Keep QIcon::fromTheme in main thread
* Remove pid changedSignal in Client::PlasmaWindow
* add pid to plasma window management protocol
* Mon May 15 2017 fabian@ritter-vogt.de
- Update to 5.34.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.34.0.php
- Changes since 5.33.0:
* Validate surface is valid when sending TextInput leave event
* Fix autotests on the FreeBSD CI.
* Sat Apr 15 2017 lbeltrame@kde.org
- Update to 5.33.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.33.0.php
- Changes since 5.32.0:
* Upgrade ECM and KF5 version requirements for 5.33.0 release.
* Add support for wl_shell_surface::set_popup and popup_done
* Upgrade KF5 version to 5.33.0.
* 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
Version: 5.115.0-bp156.1.2
* Thu Feb 08 2024 Christophe Marin <christophe@krop.fr>
- Update to 5.115.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.115.0
- No code change since 5.114.0
* Sat Jan 13 2024 Christophe Marin <christophe@krop.fr>
- Update to 5.114.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.114.0
- No code change since 5.113.0
* Tue Dec 05 2023 Christophe Marin <christophe@krop.fr>
- Update to 5.113.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.113.0
- No code change since 5.112.0
* Mon Nov 06 2023 Christophe Marin <christophe@krop.fr>
- Update to 5.112.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.112.0
- No code change since 5.111.0
* Mon Oct 09 2023 Christophe Marin <christophe@krop.fr>
- Update to 5.111.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.111.0
- No code change since 5.110.0
* Wed Sep 06 2023 Christophe Marin <christophe@krop.fr>
- Update to 5.110.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.110.0
- Changes since 5.109.0:
* Unbreak build where XLib's Bool definition harms moc generated code
* Tue Aug 08 2023 Christophe Marin <christophe@krop.fr>
- Update to 5.109.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.109.0
- Changes since 5.108.0:
* Add explicit moc includes to sources for moc-covered headers
* Unbreak build where XLib's Bool definition harms moc
generated code
* Mon Jul 03 2023 Christophe Marin <christophe@krop.fr>
- Update to 5.108.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.108.0
- Changes since 5.107.0:
* Remove qt6 CI builds
* Mon Jun 05 2023 Christophe Marin <christophe@krop.fr>
- Update to 5.107.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.107.0
- No code change since 5.106.0
* Sat May 06 2023 Christophe Marin <christophe@krop.fr>
- Update to 5.106.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.106.0
- No code change since 5.105.0
* Sat Apr 01 2023 Christophe Marin <christophe@krop.fr>
- Update to 5.105.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.105.0
- No code change since 5.104.0
* Mon Mar 06 2023 Christophe Marin <christophe@krop.fr>
- Update to 5.104.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.104.0
- No code change since 5.103.0
* Wed Feb 08 2023 Christophe Marin <christophe@krop.fr>
- Update to 5.103.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.103.0
- No code change since 5.102.0
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