Changelog for
libKF6WidgetsAddons6-debuginfo-6.11.0-1.1.x86_64.rpm :
* Sat Feb 08 2025 Christophe Marin
- Update to 6.11.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/6/6.11.0- Changes since 6.10.0:
* Update dependency version to 6.11.0
* kpageview: disable invisible search field
* Add xml/yaml linting
* KBusyIndicatorWidget: Add functions setRunning() and isRunning() to control the spinning animation, update API documentation, and test file, and define Q_PROPERTY
* Enable Python bindings on FreeBSD
* CI: Add linux-qt6-next build
* Lower Python requirement to 3.9
* Update version to 6.11.0
* Thu Jan 09 2025 Christophe Marin - Update to 6.10.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/6/6.10.0- Changes since 6.9.0:
* Update dependency version to 6.10.0
* KBusyIndicatorWidget: Add member functions to start and stop the spinning animation
* ci: add Alpine/musl job
* fix -Werror=return-type error when building kmessagewidgettest
* Update version to 6.10.0
* Sun Dec 08 2024 Christophe Marin - Update to 6.9.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/6/6.9.0- Changes since 6.8.0:
* Update dependency version to 6.9.0
* Fix since version for KAdjustingScrollArea
* kmessagebox: Add option to force label to be plain text
* Install python bindings into site-packages dir
* Add python examples
* It compiles fine without deprecated methods
* Add Python bindings
* ci: add Alpine/musl job
* KPageView: Strip mnemonics before matching search text
* KPasswordDialog: Vertically center prompt
* Introduce KAdjustingScrollArea
* kratingwidget: Draw icon at native resolution
* Update version to 6.9.0
* Mon Nov 04 2024 Christophe Marin - Update to 6.8.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/6/6.8.0- Changes since 6.7.0:
* Update dependency version to 6.8.0
* Fix time entry in locales with mixed-case AM/PM suffixes
* Add CI for static builds on Linux
* Don\'t use Oxygen style in KSeparator
* Update version to 6.8.0
* KMessageWidget: Improve accessibility
* Mon Oct 07 2024 Christophe Marin - Update to 6.7.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/6/6.7.0- Changes since 6.6.0:
* Update dependency version to 6.7.0
* fix crash with older Qt (kde#493060)
* Fix build against a static Qt
* KDateComboBox: emit dateEntered() on FocusOut
* Update version to 6.7.0
* Sat Sep 07 2024 Christophe Marin - 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
* Hide toolbar when not need (e.g. in tabbed view)
* FontChoose: Allow setting font features when selecting font (kde#479686)
* Expand tabbar in KPageView
* [kjobwidgets] Store window in a QPointer (kde#491637)
* Support page headers in KPageView
* Mon Aug 05 2024 Christophe Marin - 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
* fix that last line in fonts list is only half visible (kde#488079)
* avoid the creation of toplevel widget (kde#490712)
* Remove unused license text
* Partially revert cccaa8f89897146043a535d45a276e3a57412815
* Deprecate KJobWidgets::setWindowHandle,windowHandle
* Fix tab not highlighted in some cases
* Fix multiple overlays being installed over tab (kde#490213)
* Update version to 6.5.0- Drop patch, merged upstream:
* 0001-Partially-revert-cccaa8.patch
* Fri Jul 19 2024 Christophe Marin - Add upstream fix:
* 0001-Partially-revert-cccaa8.patch
* Tue Jul 09 2024 Christophe Marin - 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:
* Fix the since version of KJobWidgets::windowHandle,setWindowHandle
* kjobwidgets: Force setWindow() creating a window handle
* kjobwidgets: Add functions to associate QWindow with a KJob
* KTitleWidget: restore size policies to Preferred & vertical centering (kde#488319)
* KTitleWidget: do not autoFillBackground by default, drop StyledPanel frame (kde#)
* Make compile fine without qt6.7 deprecated methods
* Wed Jun 05 2024 Christophe Marin - Update to 6.3.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/6/6.3.0/- Changes since 6.2.0:
* Fix KMessageWidget background color
* KMessageWidget: Avoid calling polish() inside of palette update (kde#487247)
* Use ellipsis character instead of three dots in UI strings
* Skip tests that need GUI on Windows CI
* KViewStateSerializer: fix docu: setTreeView -> setView
* KBusyIndicatorWidget: fix warning when hiding on startup
* Mon May 27 2024 Christophe Marin - Update to 6.2.2. Hotfix release:
* Fix KMessageWidget background color
* Thu May 23 2024 Christophe Marin - Update to 6.2.1:
* KMessageWidget: Avoid calling polish() inside of palette update (kde#487247)
* Mon May 06 2024 Christophe Marin - Update to 6.2.0
* New feature release
* For more details please see:
* https://kde.org/announcements/gear/6.2.0/- Changes since 6.1.0:
* KViewStateSerializer: fix docu: setTreeView -> setView
* KBusyIndicatorWidget: fix warning when hiding on startup
* Introduce KContextualHelpButton
* KMessageWidget: Fix handling of palette changes
* KMessageWidget: Make sure icon label is always vertically centered
* gitignore: add VS Code dir
* Fri Apr 05 2024 Christophe Marin - Update to 6.1.0
* New feature release- Changes since 6.0.0:
* update version for new release
* Wed Feb 21 2024 Fabian Vogt - Update to 6.0.0
* New bugfix release
* Release announcement not available yet- Changes since 5.249.0:
* update version for new release
* KPasswordLineEdit: Add toggle password visibility in context menu
* We use KWIDGETSADDONS_ENABLE_DEPRECATED_SINCE(6, 0) in header. Use the same in cpp
* Unify enums
* Rename to normal reveal mode to OnlyNew
* Port internal usage of revealPasswordAvailable
* KPasswordLineEdit: replace revealPasswordAvailable property by an enum
* Expose readOnly from KPasswordLineEdit
* update version for new release
* KMultiTabBar: Create pixmap with explicit devicePixelRatio
* Wed Jan 31 2024 Fabian Vogt - 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 2024 Fabian Vogt - Update to 5.248.0 (6.0 RC 1)
* For more details please see: https://kde.org/announcements/megarelease/6/rc1/
* Sat May 27 2023 Christophe Marin - Init kf6-kwidgetsaddons