Package Release Info

kguiaddons-5.103.0-150500.1.4

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

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

kguiaddons-devel
libKF5GuiAddons5

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:
  * waylandinhibition singleton pattern for ShortcutsInhibitManager
  * waylandclipboard: roundtrip to get accurate focus state (kde#463199)
  * KColorSchemeWatcherMac: do not use new NSAppearance API on older macOS versions (kde#463752)
* 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:
  * waylandclipboard: Be a bit smarter about when to use the QGuiApplication::clipboard (kde#462979)
  * Perform some initialization in initialization list
  * Fix test on Windows
  * KeySequenceRecorder: Allow modifier-only shortcuts
  * KColorSchemeWatcherWin: Fix checking for dark mode
  * Correct descriptions for CMake options WITH_WAYLAND and WITH_X11
  * waylandclipboard: Update QClipboard when gaining focus (kde#442521)
* 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:
  * KeySequenceRecorder: Stop tracking recordings when we stop recording (kde#462100)
  * Make KColorUtils::mix account for alpha properly
  * Don't build/install the geo: URI handler on Android
* 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 misisng find_dependency's for static builds
  * systemclipboard: Don't signals data source cancellation (kde#460248)
  * Guard the global was actually intialised
  * Implement destuctor for keystate protocol implementation
  * kcolorschemewatcher: make changing colour schemes work as expected on macOS
  * [kcolorschemewatcher] Default to light mode, where AppsUseLightTheme isn't
    set (notably Windows 8.1)
  * enable automatic dark-mode switching on macOS
  * Add API for system color preference reading
* 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:
  * Show all headers in qtc6
  * KeySequenceRecorder: Do not emit gotKeySequence when cancelling
  * Add Qt6 windows CI support
  * .gitlab-ci.yml: enable static builds
  * recorder: Allow setting the initial value of currentKeySequence
  * recorder: Fix workaround in KDeclarative
  * recorder: Do not keep two sequences at the same time (kde#458795)
  * recorder: Never request inhibition twice for the same surface or seat
* 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:
  * Make QtX11Extras required when building with X11 support (kde#458290)
  * Add FreeBSD Qt6 CI support
  * Add missing license file
* 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:
  * QtWaylandClient is required when building with Wayland support
* 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:
  * Remove extra ';'
* 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:
  * WaylandClipboard: DataControlSource: delete m_mimeData in dtor (kde#454590)
  * keysequence: Fix race between recording and currentKeySequence
  * keysequence: Fix warning message about sequence size to be more precise
  * keysequence: Replace magic number 4 with enum constant
* 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:
  * Remove outdated comment about qt11extras_p.h
  * Un-pluginify modifierkeyinfo
  * Add plugin for wayland keystates
  * Add windows CI