Package Release Info

kconfigwidgets-5.103.0-150500.1.1

Update Info: Base Release
Available in Package Hub : 15 SP5 Subpackages

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

kconfigwidgets-devel
libKF5ConfigWidgets5
libKF5ConfigWidgets5-lang

Change Logs

* Wed Feb 08 2023 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
- Changes since 5.102.0:
  * Port away from deprecated KCoreConfigSkeleton::ItemEnum::Choice2 typedef
  * [kcodecaction] Deprecate QTextCodec and mib-based API (kde#463421)
  * [kcodecaction] Add name-based trigger signal
  * kcommandbar: Fix positioning when no mainwindow parent
  * kcommandbar: Fix no central widget crashes app (kde#463251)
* Thu Jan 12 2023 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:
  * .kde-ci.yml: enable static CI builds
  * [kcommandbar] Save last used items in state config
  * [kcodecaction] Deprecate KEncodingProper-based API
- Drop patch, now upstream:
  * 0001-Copy-kf5_entry.desktop-to-their-respective-locale.patch
* Sun Dec 11 2022 christophe@krop.fr
- Add patch to add missing kf5_entry.desktop files (kde#413123):
  * 0001-Copy-kf5_entry.desktop-to-their-respective-locale.patch
* Tue Dec 06 2022 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:
  * KHamburgerMenu: Reset when menu bar contents change
  * [KRecentFilesAction] Fix broken recent files list (kde#461448)
* Tue Nov 08 2022 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:
  * avoid stating files during restore of recent files (kde#460868)
  * Ensure icon is always set for recent files actions
  * Add file icons to open recent menu
  * Replace custom color preference code with KColorSchemeWatcher
  * Intialize default decoration colors
  * [KCommandBar] Fix shortcut background
  * Add Qt6 windows CI support
  * Adapt native event filter code to Qt 6
* Sat Oct 01 2022 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:
  * Remove unused includes
  * Show headers in qtc6
  * add KHamburgerMenu::insertIntoMenuBefore() method
* Tue Sep 06 2022 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:
  * Deduplicate color loading code
  * refresh git-blame-ignore-revs for latest clang-format run
  * automatic clang-format run (clang 14)
  * Fix build after cmakedefine01-related changes
  * Add FreeBSD Qt6 CI support
  * [KCommandBar] Add action to clear command history
* Sun Aug 07 2022 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:
  * [KCommandBar] Improve position and size
  * follow symlinks during search for help
  * Avoid tracking dangling KConfigDialogManager
* Sun Jul 03 2022 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:
  * Add edit-clear-list icon to the Clear List action
  * Bump deprecation KF version in ecm_set_disabled_deprecation_versions
* Fri Jun 10 2022 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:
  * Change "Actual Size" Action's text to "Zoom to Actual Size"
  * KRecentFilesAction: remove the corresponding element in m_recentActions when calling removeAction(action)
  * KRecentFilesAction: refactor some code related to removing an action
  * KRecentFilesAction: do not reuse removed actions and adding an URL that is already in the menu
  * Allow specifying a Qt::ConnectionType in KStandardAction::create