File kf6-kirigami.changes of Package kf6-kirigami

-------------------------------------------------------------------
Sat Sep  7 09:03:20 UTC 2024 - Christophe Marin <christophe@krop.fr>

- Update to 6.6.0
  * New feature release
  * For more details please see:
  * https://kde.org/announcements/frameworks/6/6.6.0
- Changes since 6.5.0:
  * Update version to 6.6.0
  * Disable cachegen (kde#488326)
  * PlaceholderMessage: Remove the icon opacity if the message is actionable
  * ToolBarLayout: Add test for dynamic actions
  * Read willShowOnActive value as Variant and convert to Bool
  * PrivateActionToolButton: Replace onVisibleChanged with Connections
  * Fix registration name for WheelEvent
  * [icon] Only reload icon from theme if the theme has that icon (kde#491806)
  * PrivateActionToolButton: Hide menu if button is hidden (kde#486107)
  * Allow recoloring of Android icon theme
  * ci: add Alpine/musl job
  * [icon] Fix icon colors when using Plasma platformtheme and QIcon source (kde#491274)
  * ShadowedImage: Expose Image.status via a readonly alias
  * PromptDialog: fix buttons overflow
  * Relicense Chip to LGPL
  * Relicense LoadingPlaceholder to LGPL
- Drop patch, merged upstream:
  * 0001-Disable-cachegen.patch

-------------------------------------------------------------------
Sat Sep  7 08:46:42 UTC 2024 - Christophe Marin <christophe@krop.fr>

- Add upstream change (kde#488326, boo#1228876):
  * 0001-Disable-cachegen.patch

-------------------------------------------------------------------
Mon Aug  5 10:47:45 UTC 2024 - Christophe Marin <christophe@krop.fr>

- Update to 6.5.0
  * New feature release
  * For more details please see:
  * https://kde.org/announcements/frameworks/6/6.5.0
- Changes since 6.4.0:
  * Update dependency version to 6.5.0
  * Relicense MenuDialog and PromptDialog to LGPL
  * GlobalDrawerActionItem: Fix tooltip
  * ContextualHelpButton: make text always accessible
  * Convert license headers to SPDX
  * Port dialogs to pragma ComponentBehavior: Bound
  * Dialog: Support variable base padding
  * Dialog: Add some null safety
  * Dialog: Fix ScrollView::contentItem management
  * Update version to 6.5.0
  * We can Use directly nullptr
  * fix: install KirigamiPrivate soversion
  * NavigationTabButton: Drop bold font workaround

-------------------------------------------------------------------
Tue Jul  9 09:41:49 UTC 2024 - Christophe Marin <christophe@krop.fr>

- Update to 6.4.0
  * New feature release
  * For more details please see:
  * https://kde.org/announcements/frameworks/6/6.4.0
- Changes since 6.3.0:
  * Add Kirigmai.Action unit tests
  * Fix static build
  * Allow initializing a Kirigami.Action from a QAction
  * NavigationTabButton: improve text legibility (kde#489573)
  * Dialog: Add horizontal padding to prevent content from leaking onto borders
  * ActionTextField: de-duplicate action icon code
  * dialogs/Dialog.qml: removed colorSet
  * ActionTextField: fix QML errors
  * Update build.gradle in application template to Qt 6
  * Remove unused KItemModels import
  * Fix: The issue of abnormal touch events
  * Relax property types to QtQuick.Templates counterparts
  * Units: decouple grid unit from font metrics
  * Fix typo
  * support USE_DBUS option to enable/disable dbus use
  * PlaceholderMessage: Announce the text and description to a11y (kde#482753)
  * fix: install KirigamiPrivate soversion

-------------------------------------------------------------------
Wed Jun  5 10:11:43 UTC 2024 - Christophe Marin <christophe@krop.fr>

- Update to 6.3.0
  * New feature release
  * For more details please see:
  * https://kde.org/announcements/frameworks/6/6.3.0/
- Too many changes since 6.2.0, only listing bugfixes:
  * Revert "icon: Remove the node with lowest opacity when animation end" (kde#487577)
  * Card: emit toggled() when the user clicks on the header checkbox (kde#481461)
  * Always color icons (kde#485801)

-------------------------------------------------------------------
Mon May 13 06:56:10 UTC 2024 - Christophe Marin <christophe@krop.fr>

- Update to 6.2.1
  * New bugfix release
- Changes since 6.2.0:
  * Revert "Dialog: Always use an overlay as visual parent"

-------------------------------------------------------------------
Mon May  6 12:22:41 UTC 2024 - Christophe Marin <christophe@krop.fr>

- Update to 6.2.0
  * New feature release
  * For more details please see:
  * https://kde.org/announcements/gear/6.2.0/
- Too many changes since 6.1.0, only listing bugfixes:
  * Fixed wrong navigation and dialog header button colors (kde#486163)
  * ContextualHelpButton: remove excess space from tooltip (kde#481817)

-------------------------------------------------------------------
Fri Apr  5 12:52:45 UTC 2024 - Christophe Marin <christophe@krop.fr>

- Update to 6.1.0
  * New feature release
- Changes since 6.0.0:
  * update version for new release
  * PromptDialog: Demote wrapper item from Control to Padding
  * ListSectionHeader: Clean up and expand docs, add import alias for Controls
  * PlatformTheme: Note where the disabled text color comes from
  * ImageColors: make sure QML attached object is fetched from main thread
  * Clarify that the default alignment for ActionToolbar is AlignLeft
  * Fix up qualified properties access and doc examples, use appropriate enum
    for TextEdit
  * ContextualHelpButton: Fix up code style and qualified property access
  * ContextualHelpButton: Use a specific and appropriate type for a property
  * ContextualHelpButton: Sort out imports and improve docs
  * padding: make sure to polish on completion (kde#477978)
  * PlaceholderMessage: remove bad example using it as a loading indicator
  * ContextualHelpButton: fix translated string usage
  * Adopt ContextualHelpButton
  * ApplicationItem & ApplicationWindow: Don't reserve space for overlaid vkbd
  * ColumnView: Disable invisible (out-of-viewport) pages
  * Make global drawer item keyboard navigable
  * Respect QT_NO_XDG_DESKTOP_PORTAL (kde#482730)
  * ColumnView: Add check args to clamp
  * ColumnView: Use OutExpo for page animation
  * Fix separator of OverlayDrawer in the header bar
  * ScrollablePage: Workaround Qt flickable inertia being really low See
  * Add Position paramenter for InlineMessage
  * Handle URL inputs for pushDialogLayer (kde#481623)
  * InlineMessage: Fix showing close button
  * Handle null drawer as well
  * Fix footer in layers (kde#480428)

-------------------------------------------------------------------
Wed Feb 21 19:27:58 UTC 2024 - Fabian Vogt <fabian@ritter-vogt.de>

- Update to 6.0.0
  * New bugfix release
  * Release announcement not available yet
- Changes since 5.249.0:
  * Handle null drawer as well
  * Fix footer in layers (kde#480428)
  * update version for new release
  * Fix PassiveNotificationsManager height for wrapped text (kde#476021)
  * Update template
  * Units: make smallSpacing 4px and largeSpacing 8px
  * PageRow: Ensure JS-created pages have a parent set (kde#477977)
  * Mainpage.dox use correct URLs for types
  * OverlaySheet: Don't do custom positioning on mobile Otherwise the overlaysheet seems to go to the bottom of the screen, with a tiny height
  * pushDialogLayer: don't potentially override explicitly defined properties
  * Actually close drawers on Escape
  * Kirigami app template: bump min Qt/KF deps to match initial KF6 release
  * Set framecontrast to 0.2
  * workaround on the breakage in childAt introduced by the new headers
  * Refactor separator to use frameContrast, add lightFrameContrast
  * PagePoolAction: Do nothing if we're already showing the current page (kde#480837)
  * pushDialogLayer: don't implicitly convert properties to bool
  * Use Header color set on overlaydrawer
  * Use header color instead of window for columnview separator
  * Fix Overlay sheet size hints (kde#480673,kde#480508,kde#480147,kde#480514)
  * Set borders to follow same colors as Breeze widget style
  * update version for new release

-------------------------------------------------------------------
Wed Jan 31 17:50:29 UTC 2024 - Fabian Vogt <fabian@ritter-vogt.de>

- Update to 5.249.0 (6.0 RC 2):
  * New bugfix release
  * For more details see https://kde.org/announcements/megarelease/6/rc2/

-------------------------------------------------------------------
Mon Jan 15 20:01:14 UTC 2024 - Fabian Vogt <fabian@ritter-vogt.de>

- Update to 5.248.0 (6.0 RC 1)
  * For more details please see:
    https://kde.org/announcements/megarelease/6/rc1/

-------------------------------------------------------------------
Sat May 27 11:18:23 UTC 2023 - Christophe Marin <christophe@krop.fr>

- Init kf6-kirigami
openSUSE Build Service is sponsored by