Changelog for
mingw64-kiconthemes-debug-5.103.0-lp156.1.4.noarch.rpm :
* Tue Jul 02 2024 Ralf Habacker
- Update to 5.103.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.103.0.php
* Fri Jul 15 2022 Ralf Habacker - Update to 5.76.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.76.0.php
* 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:
* Deprecate top-level UserIcon method, no longer used
* Replace for with maths with range for
* 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:
* Fix usage of the new deprecation macros for assignIconsToContextMenu
* Deprecate KIconTheme::assignIconsToContextMenu
* Use ECMGenerateExportHeader to manage deprecated API better
* 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:
* Deprecate the global [Small|Desktop|Bar]Icon() methods
* Port away from deprecated QPixmapCache::find method.
* 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:
* Properly turn real into integer
* Remove unused includes
* Add option to build Qt Designer plugin (BUILD_DESIGNERPLUGIN, default ON)- 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:
* Restore \"Check if group < LastGroup, as KIconEffect doesn\'t handle UserGroup anyway\"
* Remove explicit use of ECM_KDE_MODULE_DIR, is part of ECM_MODULE_PATH
* 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- Changes since 5.59.0:
* Install in new logging directory when we use kf5 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- No code changes since 5.58.0
* 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- No code changes since 5.57.0
* 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:
* [kiconthemes] compiles without foreach
* Fix padding icon that doesn\'t exactly match the requested size (kde#397106)
* 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:
* It compiles fine without it
* Port deprecated methods
* 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:
* Build without D-Bus on Android
* KIconEffect: Delete copy constructor and assignment operator
* KIconTheme: Delete copy constructor and assignment operator
* delete copy constructor and assignment operator of some internal classes
* Use QStringLiteral
* 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:
* Use for(...:...)
* Don\'t check twice if the icon exists from ::availableSizes
* ksvg2icns : use QStringLiteral()
* ksvg2icns : use Qt 5.9+ QTemporaryDir API
* Sat Dec 29 2018 wbauerAATTtmo.at- Recommend breeze5-icons when building with Qt 5.12.0 or higher, it is used as fallback theme starting with Qt 5.12 (boo#920792)
* Sun Dec 09 2018 lbeltrameAATTkde.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:
* Qt 5.9 is now required
* Sun Nov 11 2018 lbeltrameAATTkde.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:
* Revert some port to function-object based connect
* Add a QIconEnginePlugin to allow QIcon deserialization (kde#399989)
* Port some foreach code to for(...:...)
* [KIconLoader] Replace heap-allocated QImageReader with stack-allocated one
* [KIconLoader] Adjust emblem border depending on icon size
* [KIconLoader] Correct documentation of emblem/overlay order
* Include own header first
* Use more function-pointer based connect
* Use QStringLiteral if a final QString is wanted
* Use Q_OBJECT with all QObject subclasses (helps debugging introspection)
* Center icons properly if size doesn\'t fit (kde#396990)
* Use new syntax
* Fixing a copy-paste error- Dropped patches, now upstream:
* Fixing-a-copy-paste-error.patch
* Mon Oct 22 2018 Wolfgang Bauer - Add Fixing-a-copy-paste-error.patch to fix crashes when opening the icon dialog (kde#398766)
* Tue Oct 16 2018 Luca Beltrame - Run spec-cleaner
* Mon Oct 15 2018 lbeltrameAATTkde.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:
* Start drawing emblems in the bottom-right corner
* Fix compile with strict compiler flags
* Thu Sep 13 2018 lbeltrameAATTkde.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:
* Set breeze as fallback icon theme
* Sun Aug 19 2018 christopheAATTkrop.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 lbeltrameAATTkde.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:
* Support choosing .ico files in custom icon file chooser (kde#233201)
* Support Icon Scale from Icon naming specification 0.13 (kde#365941)
* Tue Jun 12 2018 lbeltrameAATTkde.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:
* Check if group < LastGroup, as KIconEffect doesn\'t handle UserGroup anyway
* Sun May 13 2018 lbeltrameAATTkde.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:
* Fix incorrect version in AATTsince tag
* Add missing override
* Sat Apr 14 2018 lbeltrameAATTkde.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:
* Make KIconEngine export comment accurate
* Fix some warning
* Fix build on Android
* Remove not necessary QtCore and co
* Avoid an asan runtime error
* Mon Mar 12 2018 lbeltrameAATTkde.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:
* [KIconLoader] Take into account devicePixelRatio for overlays
* Mon Feb 12 2018 lbeltrameAATTkde.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:
* None
* Tue Jan 16 2018 lbeltrameAATTkde.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
* I hope that it fixes build against qt5.7
* not necessary to add to list of cpp file
* Minor optimization. Remove unused variable. Optimize loop.
* Pedantic
* Port to new connect api
* Use QStringLiteral/QLatin1Char
* Fix some clazy wrning
* Remove extra \';\'
* Sun Dec 17 2017 lbeltrameAATTkde.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:
* We depend against 5.7
* Mon Nov 13 2017 lbeltrameAATTkde.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:
* Add .arcconfig
* Mon Oct 23 2017 lbeltrameAATTkde.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:
* add a method to reset the custom palette
* use qApp->palette() when no custom one is set
* allocate the proper buffer size
* allow to set a custom palette instead of colorSets
* expose the colorset for the stylesheet
* Tue Sep 12 2017 lbeltrameAATTkde.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
* Sat Aug 12 2017 christopheAATTkrop.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 :
* None
* Wed Jul 12 2017 lbeltrameAATTkde.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:
* More details about deploying icon themes on Mac & MSWin
* [FEATURE] Option to build & install QCH file with the public API dox
* Change panel icon size default to 48.
* Sun Jun 11 2017 lbeltrameAATTkde.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:
* tests: be safer when using QDir::removeRecursively() on teardown
* API dox: note CamelCase includes by AATTclass tag with more classes
* Thu May 18 2017 lbeltrameAATTkde.org- Add GPL-2.0 to the license to match tools (as per legal review)
* Mon May 15 2017 fabianAATTritter-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:
* Don\'t even try to create icons with empty sizes
* Sat Apr 15 2017 lbeltrameAATTkde.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 Mar 19 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:
* Commit translations from l10n-kf5
* Upgrade ECM and KF5 version requirements for 5.32.0 release.
* Fix APIDOX as raised by clang\'s -Wdocumentation
* Upgrade KF5 version to 5.32.0.
* Thu Feb 09 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 08 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 04 2016 hrvoje.senjanAATTgmail.com- Update to 5.29.0
* Allow showing icons from all categories (kde#216653)
* For more details please see: https://www.kde.org/announcements/kde-frameworks-5.29.0.php
* Sat Nov 05 2016 hrvoje.senjanAATTgmail.com- Update to 5.28.0
* Support non integer scale factors in kiconengine (kde#366451)
* For more details please see: https://www.kde.org/announcements/kde-frameworks-5.28.0.php
* Sun Oct 02 2016 hrvoje.senjanAATTgmail.com- Update to 5.27.0
* For more details please see: https://www.kde.org/announcements/kde-frameworks-5.27.0.php
* Tue Sep 06 2016 hrvoje.senjanAATTgmail.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.senjanAATTgmail.com- Update to 5.25.0
* Qt >= 5.5 is now required
* Greatly improve the performance of makeCacheKey, as it is a critical code path in icon lookup
* KIconLoader: reduce number of lookups when doing fallbacks
* KIconLoader: massive speed improvement for loading unavailable icons
* Do not clear search line when switching category
* KIconEngine: Fix QIcon::hasThemeIcon always returning true (kde#365130)
* For more details please see: https://www.kde.org/announcements/kde-frameworks-5.25.0.php- Drop upstreamed 0001-KIconEngine-Fix-QIcon-hasThemeIcon-always-returning-.patch
* Fri Jul 15 2016 hrvoje.senjanAATTgmail.com- Added 0001-KIconEngine-Fix-QIcon-hasThemeIcon-always-returning-.patch from upstream
* Wed Jul 06 2016 hrvoje.senjanAATTgmail.com- Update to 5.24.0
* Add support for loading and using an icontheme in a RCC file automatically
* Document icon theme deployment on MacOS and Windows, see https://api.kde.org/frameworks/kiconthemes/html/index.html
* For more details please see: https://www.kde.org/announcements/kde-frameworks-5.24.0.php
* Mon Jun 06 2016 hrvoje.senjanAATTgmail.com- Update to 5.23.0
* Don\'t make KIconThemes depend on Oxygen (kde#360664)
* Selected state concept for icons
* Use system colors for monochrome icons
* For more details please see: https://www.kde.org/announcements/kde-frameworks-5.23.0.php
* Sat May 07 2016 hrvoje.senjanAATTgmail.com- Update to 5.22.0 (boo#980066)
* Use appropriate container for internal pointer array
* Add opportunity to reduce unneeded disk accesses, introduces KDE-Extensions
* Save some disk accesses
* For more details please see: https://www.kde.org/announcements/kde-frameworks-5.22.0.php
* Mon Apr 04 2016 hrvoje.senjanAATTgmail.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
* Fri Mar 18 2016 wbauerAATTtmo.at- Drop breeze.diff: it caused an incorrect fallback to breeze instead of hicolor when a different icon theme is configured, and has been reverted (and even rejected in a second try) upstream (kde#356064, kde#360664)
* Sun Mar 06 2016 hrvoje.senjanAATTgmail.com- Update to 5.20.0 (boo#970856)
* Make sure variable is being initialized
* For more details please see: https://www.kde.org/announcements/kde-frameworks-5.20.0.php
* Sat Feb 06 2016 hrvoje.senjanAATTgmail.com- Update to 5.19.0 (boo#967668)
* For more details please see: https://www.kde.org/announcements/kde-frameworks-5.19.0.php
* Sat Jan 02 2016 hrvoje.senjanAATTgmail.com- Update to 5.18.0
* For more details please see: https://www.kde.org/announcements/kde-frameworks-5.18.0.php
* Thu Dec 10 2015 hrvoje.senjanAATTgmail.com- Update to 5.17.0
* For more details please see: https://www.kde.org/announcements/kde-frameworks-5.17.0.php
* Fri Nov 20 2015 hrvoje.senjanAATTgmail.com- Added breeze.diff: default to breeze icon theme in order to avoid setup with mixed icons (half oxygen, half breeze)
* Sun Nov 08 2015 hrvoje.senjanAATTgmail.com- Update to 5.16.0 (boo#955067)
* kiconthemes now support themes embedded in qt resources inside the :/icons prefix like Qt does itself for QIcon::fromTheme
* Add missing required dependencies
* For more details please see: https://www.kde.org/announcements/kde-frameworks-5.16.0.php
* Mon Oct 05 2015 hrvoje.senjanAATTgmail.com- Update to 5.15.0
* For more details please see: https://www.kde.org/announcements/kde-frameworks-5.15.0.php
* Tue Sep 08 2015 hrvoje.senjanAATTgmail.com- Update to 5.14.0
* KIconLoader: fix reconfigure() forgetting about inherited themes and app dirs
* Adhere better to the icon loading spec
* For more details please see: https://www.kde.org/announcements/kde-frameworks-5.14.0.php
* Tue Aug 04 2015 hrvoje.senjanAATTgmail.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
* Remove temporary string allocations.
* Remove Theme tree debug entry
* For more details please see: https://www.kde.org/announcements/kde-frameworks-5.13.0.php
* Sun Jul 05 2015 hrvoje.senjanAATTgmail.com- Update to 5.12.0
* Don\'t try to paint the icon if the size is invalid
* For more details please see: https://www.kde.org/announcements/kde-frameworks-5.12.0.php
* Sun Jun 07 2015 hrvoje.senjanAATTgmail.com- Update to 5.11.0
* Optimize KIconEngine::availableSizes()
* For more details please see: https://www.kde.org/announcements/kde-frameworks-5.11.0.php
* Sun May 03 2015 hrvoje.senjanAATTgmail.com- Update to 5.10.0
* For more details please see: https://www.kde.org/announcements/kde-frameworks-5.10.0.php
* Sat Apr 04 2015 hrvoje.senjanAATTgmail.com- Update to 5.9.0
* KIconDialog can now be shown using the regular QDialog show() and exec() methods
* Fix KIconEngine::paint to handle different devicePixelRatios
* For more details please see: https://www.kde.org/announcements/kde-frameworks-5.9.0.php- Drop no longer needed Requires of the devel subpackage: kconfigwidgets-devel, ki18n-devel, kitemviews-devel and kwidgetsaddons-devel
* Sat Mar 07 2015 hrvoje.senjanAATTgmail.com- Update to 5.8.0
* Fix QIcon::fromTheme(xxx, someFallback) would not return the fallback
* For more details please see: https://www.kde.org/announcements/kde-frameworks-5.8.0.php
* Sun Feb 08 2015 hrvoje.senjanAATTgmail.com- Update to 5.7.0
* For more details please see: https://www.kde.org/announcements/kde-frameworks-5.7.0.php
* Sat Jan 03 2015 hrvoje.senjanAATTgmail.com- Update to 5.6.0
* For more details please see: https://www.kde.org/announcements/kde-frameworks-5.6.0.php
* Sat Dec 06 2014 hrvoje.senjanAATTgmail.com- Update to 5.5.0
* For more details please see: https://www.kde.org/announcements/kde-frameworks-5.5.0.php
* Sun Nov 02 2014 hrvoje.senjanAATTgmail.com- Update to 5.4.0
* For more details please see: https://www.kde.org/announcements/kde-frameworks-5.4.0.php