* Thu Feb 08 2024 Christophe Marin <christophe@krop.fr>
- Update to 5.115.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.115.0
- Changes since 5.114.0:
* Show GridDelegate labels as plaintext (kde#480106)
* Sat Jan 13 2024 Christophe Marin <christophe@krop.fr>
- Update to 5.114.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.114.0
- No code change since 5.113.0
* Tue Dec 05 2023 Christophe Marin <christophe@krop.fr>
- Update to 5.113.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.113.0
- No code change since 5.112.0
* Mon Nov 06 2023 Christophe Marin <christophe@krop.fr>
- Update to 5.112.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.112.0
- No code change since 5.111.0
* Mon Oct 09 2023 Christophe Marin <christophe@krop.fr>
- Update to 5.111.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.111.0
- No code change since 5.110.0
* Wed Sep 06 2023 Christophe Marin <christophe@krop.fr>
- Update to 5.110.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.110.0
- Changes since 5.109.0:
* GridDelegate: lazy load menu
* Tue Aug 08 2023 Christophe Marin <christophe@krop.fr>
- Update to 5.109.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.109.0
- Changes since 5.108.0:
* Remove code variants for building with Qt 6
* Add explicit moc includes to sources for moc-covered headers
* Mon Jul 03 2023 Christophe Marin <christophe@krop.fr>
- Update to 5.108.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.108.0
- Changes since 5.107.0:
* Remove qt6 CI builds
* Mon Jun 05 2023 Christophe Marin <christophe@krop.fr>
- Update to 5.107.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.107.0
- No code change since 5.106.0
* Sat May 06 2023 Christophe Marin <christophe@krop.fr>
- Update to 5.106.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.106.0
- Changes since 5.105.0:
* Guard nullable property access, and bind instead of assigning once
* CalendarEventsPlugin: fix wrong deprecation for signal alternateDateReady
* Sat Apr 01 2023 Christophe Marin <christophe@krop.fr>
- Update to 5.105.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.105.0
- Changes since 5.104.0:
* API dox: add some minimal docs to namespace & classes to trigger coverage
* API dox: cover CalendarEvents in generated QCH file
* Overhaul configmodule docs
* Mon Mar 06 2023 Christophe Marin <christophe@krop.fr>
- Update to 5.104.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.104.0
- Changes since 5.103.0:
* Guard nullable property access, and bind instead of assigning once
* AbstractKCM: Rewrite padding expressions to be more readable
* Add import aliases, bump internal import versions as needed
* Drop unused QML imports
* [managedconfigmodule] Fix deprecation comments
* [configmodule] Deprecate constructor without metadata
* [configmodule] Deprecate setAboutData
* Wed Feb 08 2023 Christophe Marin <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:
* Remove unused QtGraphicalEffects import
* Fix anchors error in AbstractKCM & SimpleKCM types
* QML/JS: Prefer const over let, and use strict === equality
Version: 5.102.0-bp155.1.11
* Thu Jan 12 2023 Christophe Marin <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:
* draganddrop replace QList::first() with constFirst()
* calendarevents: add new alternate date ready signal and deprecate the old one
* Support modifierOnlyAllowed in KeySequenceItem
* Tue Dec 06 2022 Christophe Marin <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:
* Deprecate unused parts of KWindowSystem import
* tests: add test for multiple KeySequenceItems
* Fixed KF 5.100 compilation
* SimpleKCM: Account for flickable's margins when deciding to show separators
* SimpleKCM: Clean up a bit
* Fix build
* Deprecate QIconItem
* Use const/let for JS variables as appropriate
* Sync header and footer separator code to SimpleKCM (kde#461435)
* AbstractKCM: remove KF6 TODO
* Tue Nov 08 2022 Christophe Giboudeaux <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:
* Make QQmlContext's contextObject outlive the QQmlContext
* Completely deprecate KDeclarative class
* Port manual test app away from deprecated KDeclarative API
* Add Qt6 windows CI support
* Sat Oct 01 2022 Christophe Giboudeaux <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:
* KeySequenceItem: Restore the previous value when it fails
* Remove project() calls from subdirs
* KeySequenceItem: Allow detecting when the key sequence is cleared (kde#458799)
* KeySequenceItem: Use the helper's shortcut instead of duplicating them
* KeySequenceItem: Disable clear button when there's no key sequence (kde#458798)
* KeySequenceItem: Cancel sequence recording when pressing the button
* KeySequenceItem: Remove workaround, it was addressed upstream
* KeySequenceItem: Show a cancel button when recording (kde#458796)
* GridDelegate: show tooltip when `toolTip` is empty and title/caption is elided
* AbstractKCM: make footer top padding optional
* [kquickaddons/configmodule] Make getters const
* Tue Sep 06 2022 Christophe Giboudeaux <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:
* KQuickAddons::ConfigModule: Call QmlObject constructor with shared pointer directly
* KDeclarative::setupEngine: Use KQuickIconProvider
* Deprecate KDeclarative::setupEngine
* Do not build kpackagelauncherqml when building without deprecations
* Deprecate KPackage related methods in QmlObject
* Add FreeBSD Qt6 CI support
* fallbacktaphandler remove duplicate parentheses
* Deprecate KDeclarative::setupQmlJsDebugger
* KDeclarative::setupEngine: Wrap code that uses deprecated method in deprecation wrappers
* Deprecate KDeclarative::runtimePlatform and related methods
* Port tests away from QQC1
* Sun Aug 07 2022 Christophe Giboudeaux <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:
* GridDelegate: Improve accessibility for inline buttons
* Sun Jul 03 2022 Christophe Giboudeaux <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:
* kquickcontrols: give main button a description
* kquickcontrols: give Clear button a tooltip
* Don't duplicate headers between cpp/.h files
* qmlcontrols: make `isPlatformX11` and `isPlatformWayland` constant
* qmlcontrols: add `isPlatformX11` and `isPlatformWayland` in `KWindowSystemProxy`
* qmlcontrols: add `Pad` fill mode in `QImageItem` (kde#389623)
* [KeySequenceItem] Replace attached object ToolTip with an instance
* Fri Jun 10 2022 Christophe Giboudeaux <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:
* qmlcontrols: bump `QtQuick` import version to 2.15 for GridViewInternal
* port to standard C++ smart pointers where possible
* Use the correct engine variable
* Remove KDeclarative instance from QmlObject
* QmlObject: Use std::shared_ptr to properly track the lifetime of QQmlEngine (kde#451790)
* Move type registrations to the plugin initialization
* calendareventsplugin: Add label property
* calendareventsplugin: Add support for alternate dates and sub-labels
* Tue May 10 2022 Christophe Giboudeaux <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:
* Add PlaceholderMessage to GridView KCMs
* Add windows CI
* Sun Apr 03 2022 Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.93.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.93.0
- Changes since 5.92.0:
* Deprecate KQuickAddons::QtQuickSettings::init
* Mon Mar 07 2022 Christophe Giboudeaux <christophe@krop.fr>
- 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:
* Fix double deleting of NetworkAccessManagerFactory (kde#450507)
* Delete networkAccessManagerFactory when we delete the engine
* Improve Open[app]() functions (kde#443984)
* Sun Feb 06 2022 Christophe Giboudeaux <christophe@krop.fr>
- 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:
* proper position for top separator
* [KeySequenceItem] Make keySequence «non-null», «non-undefined» and «non-""»
* [KeySequenceItem] Fix code style and bump QML imports
* Make QML code depend less on the `kcm` context property
* Fix QT_NO_OPENGL build after 66c5bb0efa
* kquickcontrols: Improve accessibility in ColorButton.qml (kde#449282)
* GridDelegate: Focus on the delegate after a menu is closed
* GridDelegate: Open menu when Menu key is pressed
* Add CI qt6 support
* Exclude epoxy in qt6 => exclude plotter class
* Fix some compile error against qt6
* Deprecate KDeclarative::ConfigPropertyMap in favor of KConfigPropertyMap
* Apply fix from Volker
* Prepare build system for building against qt6
* fix autotests, avoid clash with bin/data on Windows
* Don't use KGlobalAccel on Windows