Package Release Info

kdeclarative-5.45.0-bp150.2.5

Update Info: Base Release
Available in Package Hub : 15

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

kdeclarative-components
kdeclarative-devel
kdeclarative-tools
libKF5CalendarEvents5
libKF5Declarative5
libKF5Declarative5-lang
libKF5QuickAddons5

Change Logs

Version: 5.115.0-bp156.1.2
* 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
Version: 5.45.0-bp150.2.4
* Fri May 11 2018 fabian@ritter-vogt.de
- Add patch to fix display of user avatars (kde#384107):
  * 0001-KUserProxy-Adjust-to-accounts-service.patch
* Sat Apr 14 2018 lbeltrame@kde.org
- Update to 5.45.0
  * New feature release
  * For more details please see:
  * https://www.kde.org/announcements/kde-frameworks-5.45.0.php
- Changes since 5.44.0:
  * Remove useless QT_VERSION_CHECK
  * Remove not necessary QtCore and co
  * Setup QQmlEngine only once in QmlObject
  * Minor: Fix -Wmismatched-tags warning
* Mon Mar 12 2018 lbeltrame@kde.org
- Update to 5.44.0
  * New feature release
  * For more details please see:
  * https://www.kde.org/announcements/kde-frameworks-5.44.0.php
- Changes since 5.43.0:
  * Fix the build failure on armhf/aarch64
  * Kill QmlObjectIncubationController
  * disconnect render() on window change (kde#388508, kde#374280, kde#365052, kde#343576)
* Mon Feb 12 2018 lbeltrame@kde.org
- Update to 5.43.0
  * New feature release
  * For more details please see:
  * https://www.kde.org/announcements/kde-frameworks-5.43.0.php
- Changes since 5.42.0:
  * API dox: note @since & whattodo with deprecated KDeclarative::initialize()
  * [ConfigModule] Re-use QML context and engine if any
  * [ConfigPropertyMap] Add missing include
  * [ConfigPropertyMap] Don't emit valueChanged on initial creation
* Tue Jan 16 2018 lbeltrame@kde.org
- Update to 5.42.0
  * New feature release
  * For more details please see:
  * https://www.kde.org/announcements/kde-frameworks-5.42.0.php
- Changes since 5.41.0:
  * Remove obsolete reviewboardrc file
  * crash--
  * it was split
  * fix build
  * Qml controls for kcm creation
* Wed Dec 20 2017 lbeltrame@kde.org
- Dropped patches, now upstream:
  - MouseEventListener-Allow-accepting-mouse-event.patch
* Mon Dec 18 2017 wbauer@tmo.at
- Add MouseEventListener-Allow-accepting-mouse-event.patch to make
  it possible to fix double context menu issue with Qt 5.10 in
  plasma5-desktop (kde#387199)
* Sun Dec 17 2017 lbeltrame@kde.org
- Update to 5.41.0
  * New feature release
  * For more details please see:
  * https://www.kde.org/announcements/kde-frameworks-5.41.0.php
- Changes since 5.40.0:
  * Make it compile on windows
  * make it compile with QT_NO_CAST_FROM_ASCII/QT_NO_CAST_FROM_BYTEARRAY
  * [MouseEventListener] Allow accepting mouse event
  * use a single QML engine
  * add some metadata
* Mon Nov 13 2017 lbeltrame@kde.org
- Update to 5.40.0
  * New feature release
  * For more details please see:
  * https://www.kde.org/announcements/kde-frameworks-5.40.0.php
- Changes since 5.39.0:
  * Add explicit keyword
  * Item can't be null here
  * Add .arcconfig
* Mon Oct 23 2017 lbeltrame@kde.org
- Update to 5.39.0
  * New feature release
  * For more details please see:
  * https://www.kde.org/announcements/kde-frameworks-5.39.0.php
- Changes since 5.38.0:
  * Remove copy of the GPL
  * Relicense to LGPL2.1+ (part 2)
  * Relicense some files to LGPL2.1+
  * Added openService() method to KRunProxy
* Tue Sep 12 2017 lbeltrame@kde.org
- Update to 5.38.0
  * New feature release
  * For more details please see:
  * https://www.kde.org/announcements/kde-frameworks-5.38.0.php
- Changes since 5.37.0:
  * None
* Sat Aug 12 2017 christophe@krop.fr
- Update to 5.37.0
  * New feature release
  * For more details please see:
  * https://www.kde.org/announcements/kde-frameworks-5.37.0.php
- Changes since 5.36.0 :
  * fix plasmashell unsetting QSG_RENDER_LOOP
  * API dox: fix @param to use name of parameter, not type
  * API dox: use @param for normal parameter listing, not @arg
* Wed Jul 12 2017 lbeltrame@kde.org
- Update to 5.36.0
  * New feature release
  * For more details please see:
  * https://www.kde.org/announcements/kde-frameworks-5.36.0.php
- Changes since 5.35.0:
  * KKeySequenceItem: make it possible to record Ctrl+Num+1 as a shortcut.
  * Start drag with press and hold on touch events (kde#368698)
  * Don't rely on QQuickWindow delivering QEvent::Ungrab as mouseUngrabEvent (as it no longer does in Qt 5.8+) (kde#380354)
  * [FEATURE] Option to build & install QCH file with the public API dox
- Drop upstreamed patches:
  * 0001-Don-t-rely-on-QQuickWindow-delivering-QEvent-Ungrab-.patch
* Sat Jun 17 2017 fabian@ritter-vogt.de
- Add upstream patch to account for behavioural change in Qt 5.8+
  regarding ungrab events:
  * 0001-Don-t-rely-on-QQuickWindow-delivering-QEvent-Ungrab-.patch
* Sun Jun 11 2017 lbeltrame@kde.org
- Update to 5.35.0
  * New feature release
  * For more details please see:
  * https://www.kde.org/announcements/kde-frameworks-5.35.0.php
- Changes since 5.34.0:
  * Consistently emit MouseEventListener::pressed signal
  * Use explicit flag constructor instead of nullptr
  * Don't leak MimeData object (kde#380270)
  * API Dox: note forwarding CamelCase files as class headers
  * API Dox: add some non-empty class/namespace docs where missing
* Mon May 15 2017 fabian@ritter-vogt.de
- Update to 5.34.0
  * New feature release
  * For more details please see:
  * https://www.kde.org/announcements/kde-frameworks-5.34.0.php
- Changes since 5.33.0:
  * Don't set ItemHasContents in DropArea
  * Don't accept hover events in the DragArea
* Sat Apr 15 2017 lbeltrame@kde.org
- Update to 5.33.0
  * New feature release
  * For more details please see:
  * https://www.kde.org/announcements/kde-frameworks-5.33.0.php
- Changes since 5.32.0:
  * Upgrade ECM and KF5 version requirements for 5.33.0 release.
  * Upgrade KF5 version to 5.33.0.
  * With Qt >= 5.8 use the new API to set scene graph backend
  * Don't set acceptHoverEvents in DragArea as we don't use them
* Sun Mar 19 2017 lbeltrame@kde.org
- Update to 5.32.0
  * New feature release
  * For more details please see:
  * https://www.kde.org/announcements/kde-frameworks-5.32.0.php
- Changes since 5.31.0:
  * Commit translations from l10n-kf5
  * Upgrade ECM and KF5 version requirements for 5.32.0 release.
  * Upgrade KF5 version to 5.32.0.
* Thu Feb 09 2017 hrvoje.senjan@gmail.com
- Update to 5.31.0
  * For more details please see:
    https://www.kde.org/announcements/kde-frameworks-5.31.0.php
* Sun Jan 08 2017 hrvoje.senjan@gmail.com
- Update to 5.30.0
  * For more details please see:
    https://www.kde.org/announcements/kde-frameworks-5.30.0.php