Package Release Info

kxmlgui-5.103.0-150500.1.1

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

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

kxmlgui-devel
libKF5XmlGui5
libKF5XmlGui5-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:
  * Prevent user from expanding tooltips by key, if they weren't expandable
  * Remove duplicate "Whats This?" tooltips
* 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:
  * Decrease minimum height of inactive list widget (kde#461580)
* 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:
  * Better/corrected wording as suggested by Felix Ernst
  * Added a doc note how to get a menu's action
  * Perform initialization in initialization list
* 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:
  * Add Qt6 windows CI support
* 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:
  * use same config for position restoration as for position saving
* 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:
  * Fix crash in addActionToSchemesMoreButton() introduced by merge mistake
  * Add FreeBSD Qt6 CI support
* 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:
  * [KShortcutsDialog] Make it possible to reload shortcut schemes
  * [KShortcutsDialog] Make it possible to add a custom edit action
  * [KShortcutSchemesEditor] Fix bug introduced by refactoring in commit de0790fe
  * Fix crash of KMix in Legacy Tray
  * [KShortcutsDialog] Add icons for actions
  * KKeySequenceWidget: don't use a QHash to hold a few elements
* 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:
  * Fix QWhatsThis links not being clickable
  * Allow to load rc file in kf6
  * Fix typo in local variable name
* 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:
  * KShortcutsDialog: hide Global columns when there are no Global shortcuts (kde#427129)
  * Silence UBSan false positive in KActionCollection
  * port to standard C++ smart pointers where possible
* Tue May 10 2022 christophe@krop.fr
- 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:
  * autotests: skip kde-global settings changes on Windows (no DBus)
  * ui_standards.rc: add tag so kate can insert a menu between Edit and View
  * Add autotests for autosaving in combination with separate state config
  * Fix saving of state config if one has autosave enabled (kde#451725)
  * Add windows CI
  * Port away from QObject::sender()
  * KToolBar: code refactoring
  * Replace OS-specific system information code with QSysInfo (kde#450862)