Package Release Info

kglobalaccel-5.103.0-150500.1.4

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

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

kglobalaccel-devel
kglobalaccel5
libKF5GlobalAccel5
libKF5GlobalAccel5-lang
libKF5GlobalAccelPrivate5

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:
  * Send X11 startup id when invoking service actions
* 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:
  * Don't install kglobalacceld5 service file for KF6
  * Deprecate activateGlobalShortcutContext and shortcut contexts in general
* 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:
  * Fix key events for modifiers
  * Fix dialog's text
  * Fix test
  * Set correct version for kglobalacceld
* 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:
  * Fix the translation folder name
* 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 misplaced comment
* 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:
  * Only build kglobalshortcuttest with BUILD_RUNTIME=TRUE
  * Add FreeBSD Qt6 CI support
  * GlobalShortcutsRegistry: use std::unique_ptr to manage Components
  * Let GlobalShortcutsRegistry manage all components
  * Use KFileUtils::findAllUniqueFiles for listing desktop files
  * GlobalShortcutsRegistry: add two methods providing info about components
  * Set QGuiApplication::desktopSettingsAware to false
  * Treat key sequence string as PortableText when parsing
  * Avoid iterating a container while it's being mutated
  * Don't set NoDisplay when cleaning up service components (kde#454396)
  * Don't pass Exec arguments to kstart when launching via desktop entry name (kde#440507)
- Drop patch, fixed upstream:
  * 0001-Avoid-iterating-a-container-while-it-s-being-mutated.patch
* Wed Aug 17 2022 fabian@ritter-vogt.de
- Add patch to fix crashes (kde#437364):
  0001-Avoid-iterating-a-container-while-it-s-being-mutated.patch
* 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:
  * Add a clang-format commit to blame ignore file
  * Minor code optimisation
  * GlobalShortcutsRegistry: don't use a QHash for a couple of elements
  * General code cleanup
* 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:
  * Launch app in terminal when Terminal=true (kde#455117)
  * Don't duplicate headers between cpp/.h files
  * Bump deprecation KF version in ecm_set_disabled_deprecation_versions
  * Fix D-Bus de/marshalling KGlobalAccel::MatchType (kde#454704)
* 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:
  * Encapsulate duplicate code in a local function
  * Expose enum to QObject
  * Remove unused method
  * Properly create lists of items
  * Remove weird comments
  * Use KWindowSystem to request activation tokens if necessary (kde#453748)