Changelog for
libKF5IconThemes5-lang-5.97.0-3.3.noarch.rpm :
* Sun Aug 07 2022 Christophe Giboudeaux
- 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:
* Do not use QIcon::setThemeName to set system theme
* Sun Jul 03 2022 Christophe Giboudeaux - 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:
* Use entryInfo list
* Use range for loop
* Improve warning messages a bit
* Fri Jun 10 2022 Christophe Giboudeaux - 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:
* Make testfailures CI failures
* port to standard C++ smart pointers where possible
* Tue May 10 2022 Christophe Giboudeaux - 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:
* Add context to debug
* Mark as supported on Android
* Add windows CI
* Sun Apr 03 2022 Christophe Giboudeaux - Update to 5.93.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.93.0- No code change since 5.92.0
* Mon Mar 07 2022 Christophe Giboudeaux - 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:
* Add Qt6 Android CI
* Make the BUILD_DESIGNERPLUGIN option dependent on not cross-compiling
* Fix pixelated icons in item views (kde#450336)
* [KIconEngine] Create high-dpi pixmap in paint
* Read the reference icon already scaled
* Sun Feb 06 2022 Christophe Giboudeaux - 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:
* Check executables exist in PATH before passing them to QProcess
* Add Linux Qt6 CI
* Don\'t create a new KColorScheme for each KIconColors
* Fri Feb 04 2022 Fabian Vogt - Revert some changes in fallback behaviour. While those are according to spec, some themes and applications aren\'t ready for it (kde#445804, boo#1195551):
* 0001-Revert-KIconLoader-prefer-icons-from-current-theme-b.patch
* 0002-Revert-Add-QIcon-fallbackThemeName-as-fallback.patch
* Mon Jan 03 2022 Christophe Giboudeaux - Update to 5.90.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.90.0- Changes since 5.89.0:
* KIconColors: add Complement and Contrast
* KIconColors: add .ColorScheme-ActiveText
* WIP: Change the build system to enable building with Qt 6
* Sat Dec 04 2021 Christophe Giboudeaux - Update to 5.89.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.89.0- Changes since 5.88.0:
* KIconLoader: prefer icons from current theme before falling back to other themes (kde#445804)
* [KIconDialog] Add Ctrl+F shortcut for focussing search line
* [KIconButton] Pre-select current icon when opening dialog
* [KIconDialog] Add API for pre-selecting an icon
* Fix test
* Sun Nov 07 2021 Christophe Giboudeaux - Strip \'Source\' URL for faster submissions
* Sun Nov 07 2021 Christophe Giboudeaux - Update to 5.88.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.88.0- Too many changes since 5.87.0, only listing bugfixes:
* Also highlight charged text colors (kde#442569)
* Sun Oct 03 2021 Christophe Giboudeaux - Update to 5.87.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.87.0- Changes since 5.86.0:
* Add Gitlab CI configuration
* Wed Sep 15 2021 Christophe Giboudeaux - Drop the unneeded baselibs.conf.
* Mon Sep 06 2021 Christophe Giboudeaux - Update to 5.86.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.86.0- Changes since 5.85.0:
* We depend against c++-17 so we can use qOverload directly
* Add support for static builds
* replace \"MacOSX\" with \"macOS\"
* Fri Aug 06 2021 Christophe Giboudeaux - Update to 5.85.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.85.0- Changes since 5.84.0:
* Introduce KIconLoader::hasCustomPalette
* [KIconDialog] Revamp UI (kde#388807)
* Sun Jul 04 2021 Christophe Giboudeaux - Update to 5.84.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.84.0- Changes since 5.83.0:
* [Tests] Enable high dpi pixmaps
* Sat Jun 05 2021 Christophe Giboudeaux - Update to 5.83.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.83.0- Changes since 5.82.0:
* Bump required CMake version to 3.16
* Call ki18n_install() unconditionally
* Sat May 01 2021 Christophe Giboudeaux - Update to 5.82.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.82.0- Changes since 5.81.0:
* Use deprecation macros for KIconLoader::alphaBlending()
* Use new version-controlled enumerator deprecation warning macro
* Use new connect signal/slot syntax
* Deprecate KIconLoader::Panel in KF6
* Mon Apr 05 2021 Christophe Giboudeaux - Update to 5.81.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.81.0- Too many changes since 5.80.0, only listing bugfixes:
* ensure qrc + QDir::searchPaths work for icons (kde#434451)- Drop patches:
* 0001-ensure-qrc-QDir-searchPaths-work-for-icons.patch
* 3262669e.patch
* Wed Mar 31 2021 Hillwood Yang - Add 3262669e.patch Fix icons can not be shown on some applications (rh#1943807)
* Thu Mar 25 2021 Fabian Vogt - Add patch to fix icon loading in some applications (kde#434451):
* 0001-ensure-qrc-QDir-searchPaths-work-for-icons.patch
* Sun Mar 07 2021 Christophe Giboudeaux - Update to 5.80.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.80.0- Changes since 5.79.0:
* add private header to avoid extern in .cpp file
* avoid race condition on loading the plugin
* Allow icon themes to also use the colour scheme\'s selected foreground colour for icon colouring
* fix loading of icons from resources like :/icons/...
* register our KIconEngine plugin for SVG icons
* Remove cfeck as maintainer
* Mon Feb 08 2021 Christophe Giboudeaux - Update to 5.79.0
* New feature release
* For more details please see:
* https://kde.org/announcements/kde-frameworks-5.79.0- Changes since 5.78.0:
* Compile benchmark, but don\'t run it automaitcally with `ctest`
* Wed Jan 06 2021 Christophe Giboudeaux - Update to 5.78.0
* New feature release
* For more details please see:
* https://kde.org/announcements/kde-frameworks-5.78.0- Changes since 5.77.0:
* Skip warning for some Adwaita icons for backward compatibility.
* QSvgRenderer::setAspectRatioMode() was introduced in Qt 5.15
* Sat Dec 05 2020 Christophe Giboudeaux - Update to 5.77.0
* New feature release
* For more details please see:
* https://kde.org/announcements/kde-frameworks-5.77.0- Changes since 5.76.0:
* Pass parent to Q
*Layout ctor instead of calling setLayout()
* Add selected property to effects
* Use qDebug instead if icon theme is not found
* Sat Nov 07 2020 Christophe Giboudeaux - 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:
* Keep aspect ration when upscaling
* If include is define in .h remove it if it\'s defined in .cpp too (scripted)
* Mon Oct 05 2020 Christophe Giboudeaux - 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:
* Use qDebug and categorized logging
* Sun Sep 06 2020 Christophe Giboudeaux - 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:
* Remove obsolete COPYING files
* KIconThemes: Convert copyright statements to SPDX expressions
* Sun Aug 02 2020 Christophe Giboudeaux - 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:
* Move forward declaration where it\'s necessary
* Use KF-standardized Qt logging categories
* Use camelcase include. (scripted)
* Sun Jul 05 2020 Christophe Giboudeaux - 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:
* Drop assignment in resetPalette
* Return QPalette() if we have no custom palette
* Respect QIcon::fallbackSearchpaths() (kde#405522)
* Sun Jun 07 2020 Christophe Giboudeaux - Update to 5.71.0
* New feature release
* For more details please see:
* https://kde.org/announcements/kde-frameworks-5.71.0- No code change since 5.70.0
* Sun May 03 2020 Christophe Giboudeaux - 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:
* Add note about porting loadMimeTypeIcon
* Sun Apr 05 2020 Christophe Giboudeaux - Update to 5.69.0
* New feature release
* For more details please see:
* https://kde.org/announcements/kde-frameworks-5.69.0- No code change since 5.68.0
* Sun Mar 08 2020 Christophe Giboudeaux - 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:
* Use ecm_qt_install_logging_categories over manual categories file
* Sun Feb 02 2020 Christophe Giboudeaux - Replace %make_jobs with %cmake_build.
* Sun Feb 02 2020 Christophe Giboudeaux - Update to 5.67.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.67.0.php- No code change since 5.66.0
* Sun Jan 05 2020 Christophe Giboudeaux - 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:
* Set breeze as default theme when reading from configuration file
* Qt 5.12 is now required so remove the ifdef
* Deprecate the top-level IconSize() function
* Update the obsolete projects.kde.org URL
* Fix centering scaled icons on high dpi pixmaps
* 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