Changelog for
mingw64-libKF5KCMUtils5-5.65.0-1.181.noarch.rpm :
* Sun Dec 08 2019 Christophe Giboudeaux
- 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:
* [KCMultiDialog] Remove most special margins handling; it\'s done in KPageDialog now
* KPluginSelector: use new KAboutPluginDialog
* Add guard for missing kirigami
* Disable the restore defaults button if the KCModule says so
* Have KCModuleProxy take care of the defaulted state
* Make KCModuleQml conform to the defaulted() signal
* Sun Nov 03 2019 Christophe Giboudeaux - 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:
* Conditionally show navigation buttons in the header for multi-page KCMs
* don\'t use a custom header height (kde#404396)
* Port away from deprecated SmallIcon method
* add extra include
* Fix memory leak of KQuickAddons::ConfigModule objects (kde#412998)
* [KCModuleLoader] Show error when QML fails to load
* Sun Oct 06 2019 Christophe Giboudeaux - 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:
* Supress mouse events in KCMs causing window moves
* fix right border
* adjust margins of KCMultiDialog (kde#411161)
* [kcmutils] Port away from deprecated methods in Qt 5.14
* Sat Sep 07 2019 Christophe Giboudeaux - 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:
* Remove unused includes- Replace foo-devel with cmake(KF5Foo) in build requirements
* Wed Aug 07 2019 Christophe Giboudeaux - 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:
* adapt to UI changes in KPageView
* Fri Jul 19 2019 Wolfgang Bauer - Don\'t lower minimum Qt version anymore, it requires 5.11 now
* Sun Jul 14 2019 lbeltrameAATTkde.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- No code changes since 5.59.0
* Sun Jun 09 2019 lbeltrameAATTkde.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- Changes since 5.58.0:
* [KCModuleQML] Fix typo breaking implicitWidth for modules
* Wed May 15 2019 lbeltrameAATTkde.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:
* use size hints from the ApplicationItem itself
* Revert \"Revert \"Fix Oxygen background gradient for QML modules\"\"
* Sun Apr 14 2019 lbeltrameAATTkde.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:
* [KCModuleLoader] Pass args to created KQuickAddons::ConfigModule
* Pass focus to child searchbar when KPluginSelector is focused
* [KCMUTILS] compile without foreach
* Improve the KCM error message
* Add runtime guard that pages are KCMs in KCMultiDialog (kde#405440)- Dropped patches, now upstream:
* Add-runtime-guard-that-pages-are-KCMs-in-KCMultiDialog.patch
* Wed Mar 20 2019 wbauerAATTtmo.at- Add Add-runtime-guard-that-pages-are-KCMs-in-KCMultiDialog.patch to fix Kontact crash when opening its settings (kde#405440)
* Sun Mar 10 2019 lbeltrameAATTkde.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:
* Port deprecated methods
* Use KCM name in KCM header
* Add missing ifndef KCONFIGWIDGETS_NO_KAUTH
* Fix build without kauth
* Adapt to changes in kconfigwidgets
* Revert \"Add missing dependency on KAuth\"
* Add missing dependency on KAuth
* Sync QML module padding to reflect system setting pages
* Fri Feb 15 2019 alarrosaAATTsuse.com- Downgrade the Qt version requirement to build with 5.9
* Sun Feb 10 2019 lbeltrameAATTkde.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:
* [kcmutils] Add ellipsis to search labels in KPluginSelector
* Mon Jan 14 2019 lbeltrameAATTkde.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:
* initialize variable + minor optimization
* make use of the new currentIndex api of QML kcms