Version: 5.76.0-bp153.1.16
* Sat Nov 07 2020 Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.76.0
* New feature release
* For more details please see:
* https://kde.org/announcements/kde-frameworks-5.76.0
- Changes since 5.75.0:
* If include is define in .h remove it if it's defined in .cpp too (scripted)
* xcb: Fix detection of screen sizes for High-DPI
* Mon Oct 05 2020 Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.75.0
* New feature release
* For more details please see:
* https://kde.org/announcements/kde-frameworks-5.75.0
- Changes since 5.74.0:
* Remove obsolete license texts
* Relicense the file to LGPL-2.1-or-later
* Relicense files to be compatible with LGPL-2.1
* Sun Sep 06 2020 Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.74.0
* New feature release
* For more details please see:
* https://kde.org/announcements/kde-frameworks-5.74.0
- Changes since 5.73.0:
* Install platform plugins in a directory with no dots in file name (kde#425652)
* [xcb] Scaled icon geometry correctly everywhere
* Remove obsolete COPYING files
* Sun Aug 02 2020 Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.73.0
* New feature release
* For more details please see:
* https://kde.org/announcements/kde-frameworks-5.73.0
- Changes since 5.72.0:
* Use KF-standardized Qt logging categories
* Use camelcase include. (scripted)
* Sun Jul 05 2020 Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.72.0
* New feature release
* For more details please see:
* https://kde.org/announcements/kde-frameworks-5.72.0
- Changes since 5.71.0:
* [xcb] Send correctly scaled icon geometry (kde#407458)
Version: 5.71.0-bp152.1.1
* Sun Jun 07 2020 Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.71.0
* New feature release
* For more details please see:
* https://kde.org/announcements/kde-frameworks-5.71.0
- Changes since 5.70.0:
* Fix doc: Use pid() when documenting the pid() method
* Sun May 03 2020 Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.70.0
* New feature release
* For more details please see:
* https://kde.org/announcements/kde-frameworks-5.70.0
- Changes since 5.69.0:
* Print meaningful warning when there is no QGuiApplication
* Sun Apr 05 2020 Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.69.0
* New feature release
* For more details please see:
* https://kde.org/announcements/kde-frameworks-5.69.0
- Changes since 5.68.0:
* Fix EWMH non-compliance for NET::{OnScreenDisplay,CriticalNotification}
* KWindowSystem: deprecate KStartupInfoData::launchedBy, unused
* Expose application menu via KWindowInfo
* KWindowSystem: Convert license headers to SPDX expressions
* Sun Mar 08 2020 Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.68.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.68.0.php
- Changes since 5.67.0:
* Make it compile against qt5.15. SkipEmptyParts is part of Qt::.
* Use ecm_qt_install_logging_categories over manual categories file
* Sun Feb 02 2020 Christophe Giboudeaux <christophe@krop.fr>
- Replace %make_jobs with %cmake_build.
* Sun Feb 02 2020 Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.67.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.67.0.php
- Changes since 5.66.0:
* [KWindowShadows] Check for X connection
* Fix build on FreeBSD
* Introduce shadows API
* Deprecate KWindowEffects::markAsDashboard()
* Sun Jan 05 2020 Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.66.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.66.0.php
- Changes since 5.65.0:
* In qt5.15 endl is namespaced. But qCCritical already adds "\n"
at the end, so we can remove it.
* qrand is deprecated in qt5.15.
* Update the obsolete projects.kde.org URL
* Sun Dec 08 2019 Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.65.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.65.0.php
- Changes since 5.64.0:
* Adjust count after _GTK_FRAME_EXTENTS addition
* Add support for _GTK_FRAME_EXTENTS
* use modern for syntax
* Sun Nov 03 2019 Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.64.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.64.0.php
- Changes since 5.63.0:
* Set QT_DISABLE_DEPRECATED_BEFORE and others
* Use ECMGenerateExportHeader to manage deprecated API better
* Sun Oct 06 2019 Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.63.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.63.0.php
- Changes since 5.62.0:
* Set XCB to required if building the X backend
* Port away from Qt's foreach
* Add missing QHash include to fix compilation with Qt 5.14
* Make less use of deprecated enum alias NET::StaysOnTop
* KStartupInfo: drop dead code for removing quotes from data values
* Sat Sep 07 2019 Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.62.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.62.0.php
- Changes since 5.61.0:
* KWindowSystem: add cmake option KWINDOWSYSTEM_NO_WIDGETS
* Deprecate slideWindow(QWidget *widget)
* KWindowSystem: fix compilation with KWINDOWSYSTEM_NO_DEPRECATED
* Add KWindowSystem::setMainWindow(QWindow *) overload
* KWindowSystem: add setNewStartupId(QWindow *...) overload
* KWindowSystem: remove unused QWidget includes
* KWindowSystem: port from QApplication to QCoreApplication
* Wed Aug 07 2019 Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.61.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.61.0.php
- Changes since 5.60.0:
* [platforms/xcb] Use XRES extension to get real window PID (kde#384837)
* Fix failing autotest
* Port KXMessages away from QWidget
* Fri Jul 19 2019 Wolfgang Bauer <wbauer@tmo.at>
- Don't lower minimum Qt version anymore, it requires 5.11 now
* Sun Jul 14 2019 lbeltrame@kde.org
- Update to 5.60.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.60.0.php
- Changes since 5.59.0:
* Install in new logging directory when we use kf5 5.59.0
* Sun Jun 09 2019 lbeltrame@kde.org
- Update to 5.59.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.59.0.php
- No code changes since 5.58.0
* Wed May 15 2019 lbeltrame@kde.org
- Update to 5.58.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.58.0.php
- Changes since 5.57.0:
* API dox: fix typo
* Introduce CriticalNotificationType
* Adjust unit test for newly added state
* Support NET_WM_STATE_FOCUSED
* Document that modToStringUser and stringUserToMod only deal with english strings
* Replace count() == 0 by isEmpty()
* Sun Apr 14 2019 lbeltrame@kde.org
- Update to 5.57.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.57.0.php
- Changes since 5.56.0:
* Use debug categories here
* port to std::sort
* Send blur/background contrast in device pixels (kde#404923)
* [autotests] Fix KWindowInfoX11Test::testState
* Sun Mar 10 2019 lbeltrame@kde.org
- Update to 5.56.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.56.0.php
- Changes since 5.55.0:
* No code changes since 5.55.0
Version: 5.55.0-bp151.1.6
* Fri Feb 15 2019 alarrosa@suse.com
- Downgrade the Qt version requirement to build with 5.9
* Sun Feb 10 2019 lbeltrame@kde.org
- Update to 5.55.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.55.0.php
- Changes since 5.54.0:
* autotests: fix it, since nobody else did, grmbl
* Mon Jan 14 2019 lbeltrame@kde.org
- Update to 5.54.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.54.0.php
- Changes since 5.53.0:
* No code changes since 5.53.0
* Sun Dec 09 2018 lbeltrame@kde.org
- Update to 5.53.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.53.0.php
- Changes since 5.52.0:
* autotests: cast to int so that the values appear.
* Use isEmpty()
* Remove qt include prefix
* normalize signal/slot
* Sun Nov 11 2018 lbeltrame@kde.org
- Update to 5.52.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.52.0.php
- Changes since 5.51.0:
* don't assign variable to itself
* Add categories file here
* Use qEnvironmentVariableIsEmpty
* Remove unused variable
* Do not compare iterators returned from two separate returned copies
* Call reserve() on Qt containers if fill size is known before
* Tue Oct 16 2018 Luca Beltrame <lbeltrame@kde.org>
- Run spec-cleaner
* Mon Oct 15 2018 lbeltrame@kde.org
- Update to 5.51.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.51.0.php
- Changes since 5.50.0:
* Use _NET_WM_WINDOW_TYPE_COMBO instead of _NET_WM_WINDOW_TYPE_COMBOBOX
* API dox: 0 -> nullptr
* Use QString's multi-arg with multiple string args
* Thu Sep 13 2018 lbeltrame@kde.org
- Update to 5.50.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.50.0.php
- Changes since 5.49.0:
* None
* Sun Aug 19 2018 christophe@krop.fr
- Update to 5.49.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.49.0.php
- Changes since 5.48.0:
* Honor BUILD_TESTING
* Mon Jul 16 2018 lbeltrame@kde.org
- Update to 5.48.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.48.0.php
- Changes since 5.47.0:
* Use consistently nullptr
* Use consistently override
* Tue Jun 12 2018 lbeltrame@kde.org
- Update to 5.47.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.47.0.php
- Changes since 5.46.0:
* None
* Sun May 13 2018 lbeltrame@kde.org
- Update to 5.46.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.46.0.php
- Changes since 5.45.0:
* None
* 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:
* None
* 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:
* autotests: set LIBRARY_OUTPUT_DIRECTORY so platform plugins are found uninstalled
Version: 5.45.0-bp150.2.2
* 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 "SkipSwitcher" to API
* Autogenerate debug file
* We depend against 5.8.0
* Fix narrowing conversion warning on gcc and error on clang/FreeBSD
* [xcb] Fix implementation of _NET_WM_FULLSCREEN_MONITORS (kde#391960)
* Reduce plasmashell frozen time
* Tue Mar 13 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:
* None
* Tue Feb 13 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:
* autotests: set LIBRARY_OUTPUT_DIRECTORY so platform plugins are found uninstalled
* 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
* Verify return value
* 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:
* [KWindowEffectsPrivateX11] Add reserve() call
* 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:
* KKeyServer: fix handling of Meta+Shift+Print, Alt+Shift+arrowkey etc.
* Support flatpak platform
* Use KWindowSystem's own platform detection API instead of duplicated code
* 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:
* Find test helper
* Find test helper
* Fix build with Qt 5.10
* autotest: test the shortcuts broken by last month's changes.
* 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:
* Do not leak symbols of pimpl classes, protect with Q_DECL_HIDDEN
* Restore behaviour of KKeyServer::symXToKeyQt
* KKeyServer: fix handling of KeypadModifier.
* 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 :
* Remove header reliance on QWidget
* Use more nullptr
* 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:
* cmake: use ecm_add_test more
* [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:
* Better fix for NetRootInfoTestWM in path with spaces
* Revert broken fix TestKWindowsystemPlatformWayland in path with spaces
* Un-bitrot debug code
* Fix TestKWindowsystemPlatformWayland & NetRootInfoTestWM in path with spaces
* use Q_FALLTHROUGH
* Use explicit flag values or explicit constructor instead of nullptr
* Add .arcconfig
* API dox: Fix usage of @link, using JavaDoc style
* 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:
* None
* 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.
* Upgrade KF5 version to 5.33.0.
* Sun Nov 06 2016 hrvoje.senjan@gmail.com
- Update to 5.28.0
* Improved relocatability of CMake export
* Add support for desktopFileName to NETWinInfo
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.28.0.php
Version: 5.32.0-2.1
* 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:
* Commit translations from l10n-kf5
* 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
* Mon Jan 09 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
* [KWindowInfo] Add pid() and desktopFileName()
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.29.0.php
* Sat Nov 05 2016 hrvoje.senjan@gmail.com
- Update to 5.28.0
* Improved relocatability of CMake export
* Add support for desktopFileName to NETWinInfo
* 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
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.27.0.php
* Fri Dec 11 2015 hrvoje.senjan@gmail.com
- Update to 5.17.0
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.17.0.php
Version: 5.26.0-2.6
* Tue Sep 06 2016 hrvoje.senjan@gmail.com
- Update to 5.26.0
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.26.0.php
* Sun Aug 07 2016 hrvoje.senjan@gmail.com
- Update to 5.25.0
* Qt >= 5.5 is now required
* [xcb] Ensure the compositingChanged signal is emitted if
NETEventFilter is recreated (kde#362531)
* Add a convenience API to query the windowing system/platform used by Qt
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.25.0.php
- Drop upstreamed compositingchanged.patch
* Wed Aug 03 2016 fabian@ritter-vogt.de
- Add compositingchanged.patch from https://git.reviewboard.kde.org/r/128576/
to fix kde#362531
* Wed Jul 06 2016 hrvoje.senjan@gmail.com
- Update to 5.24.0
* 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
* [platform xcb] Respect request icon size (kde#362324)
* 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)
* Fix generation of path to xcb plugin
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.22.0.php
* Mon Apr 04 2016 hrvoje.senjan@gmail.com
- Update to 5.21.0 (boo#974793)
* Upgrade Qt version requirement to 5.4.0
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.21.0.php
Version: 5.20.0-2.1
* Sun Mar 06 2016 hrvoje.senjan@gmail.com
- Update to 5.20.0 (boo#970856)
* Support _NET_WM_BYPASS_COMPOSITOR (kde#349910)
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.20.0.php
* Sat Feb 06 2016 hrvoje.senjan@gmail.com
- Update to 5.19.0 (boo#967668)
* Change licence header from "Library GPL 2 or later" to "Lesser GPL 2.1 or later"
* Fix crash if KWindowSystem::mapViewport is called without a QCoreApplication
* Cache QX11Info::appRootWindow in eventFilter (kde#356479)
* Get rid of QApplication dependency (kde#354811)
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.19.0.php
* Sat Jan 02 2016 hrvoje.senjan@gmail.com
- Update to 5.18.0
* Add xcb variant for static KStartupInfo::sendFoo methods
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.18.0.php
* Thu Dec 10 2015 hrvoje.senjan@gmail.com
- Update to 5.17.0
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.17.0.php
* Sun Nov 08 2015 hrvoje.senjan@gmail.com
- Update to 5.16.0 (boo#955067)
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.16.0.php
* Mon Oct 05 2015 hrvoje.senjan@gmail.com
- Update to 5.15.0
* Perform deep copy of QByteArray get_stringlist_reply
* Allow interacting with multiple X servers in the NETWM classes.
* [xcb] Consider mods in KKeyServer as initialized on platform != x11
* Change KKeyserver (x11) to categorized logging
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.15.0.php
* Tue Sep 08 2015 hrvoje.senjan@gmail.com
- Update to 5.14.0
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.14.0.php
* Tue Aug 04 2015 hrvoje.senjan@gmail.com
- Update to 5.13.0
* The Qt version requirement has been bumped from 5.2 to 5.3
* Debug output has been ported to categorized output, for less
noise by default
* Docbook documentation has been reviewed and updated
* Harden NETWM data reading (kde#350173)
* Guard for older Qt versions like in kio-http
* Private headers for platform plugins are installed.
* Platform specific parts loaded as plugins.
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.13.0.php
- Drop 0001-Harden-NETWM-data-reading.patch, merged upstream
* Thu Jul 30 2015 hrvoje.senjan@gmail.com
- Added 0001-Harden-NETWM-data-reading.patch (kde#350173)
* Sun Jul 05 2015 hrvoje.senjan@gmail.com
- Update to 5.12.0
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.12.0.php
* Sun Jun 07 2015 hrvoje.senjan@gmail.com
- Update to 5.11.0
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.11.0.php
* Sun May 03 2015 hrvoje.senjan@gmail.com
- Update to 5.10.0
* Don't depend on QX11Info in KXUtils::createPixmapFromHandle
(kde#346496)
* New method NETWinInfo::xcbConnection() -> xcb_connection_t*
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.10.0.php
* Sat Apr 04 2015 hrvoje.senjan@gmail.com
- Update to 5.9.0
* Add a dummy Wayland implementation for KWindowSystemPrivate
* KWindowSystem::icon with NETWinInfo not bound to platform X11.
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.9.0.php
* Sat Mar 07 2015 hrvoje.senjan@gmail.com
- Update to 5.8.0
* KSelectionWatcher and KSelectionOwner can be used without
depending on QX11Info.
* KXMessages can be used without depending on QX11Info
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.8.0.php
* Sun Feb 08 2015 hrvoje.senjan@gmail.com
- Update to 5.7.0
* Fixed NETRootInfo::setShowingDesktop(bool) not
working on Openbox
* Added convenience method KWindowSystem::setShowingDesktop(bool)
* Fixes in icon format handling
* Added method NETWinInfo::icccmIconPixmap provides icon pixmap
from WM_HINTS property
* Added overload to KWindowSystem::icon which reduces
roundtrips to X-Server
* Added support for _NET_WM_OPAQUE_REGION
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.7.0.php
* Sat Jan 03 2015 hrvoje.senjan@gmail.com
- Update to 5.6.0
* Add OnScreenDisplay window type
* Fix build on FreeBSD
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.6.0.php
- Make sure that devel package requires pkgconfig(x11) and
pkgconfig(xcb), they are now public dependencies
* Sat Dec 06 2014 hrvoje.senjan@gmail.com
- Update to 5.5.0
* Add KStartupInfo::createNewStartupIdForTimestamp
* Add support for more multimedia keys
* Add support for initial mapping state of WM_HINTS
* Drop incorrect warnings when using KXMessages without QX11Info
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.5.0.php
* Sun Nov 02 2014 hrvoje.senjan@gmail.com
- Update to 5.4.0
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.4.0.php
- Drop 0001-Fix-incorrect-count-of-netwm-atoms.patch, merged upstream
* Fri Oct 10 2014 hrvoje.senjan@gmail.com
- Added 0001-Fix-incorrect-count-of-netwm-atoms.patch, kde#339771
* Sat Oct 04 2014 hrvoje.senjan@gmail.com
- Update to 5.3.0
* NETWinInfo now provides convenient wrapper for WM_PROTOCOLS.
* NETWinInfo now provides convenient wrapper for input and urgency
hints of WM_HINTS property.
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.3.0.php
- Drop patches merged upstream:
0001-Make-constants-const-saves-a-few-symbols-in-the-.dat.patch,
0002-Add-support-for-urgency-hint-in-NETWinInfo.patch,
0003-Add-support-for-input-hint-in-NETWinInfo.patch and
0007-Add-support-for-protocols-to-NETWinInfo.patch