Package Release Info

kwidgetsaddons-5.45.0-bp150.2.4

Update Info: Base Release
Available in Package Hub : 15

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

kwidgetsaddons-devel
kwidgetsaddons-devel-64bit
libKF5WidgetsAddons5
libKF5WidgetsAddons5-64bit
libKF5WidgetsAddons5-lang

Change Logs

Version: 5.45.0-bp150.2.2
* 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:
  * Fix compile with older Qt
  * KColorButtonTest: remove todo code
  * ktooltipwidget: Subtract margins from available size
  * [KAcceleratorManager] Only set iconText() if actually changed (kde#391002)
  * ktooltipwidget: Prevent offscreen display
  * KCapacityBar: set QStyle::State_Horizontal state
  * Sync with KColorScheme changes
  * ktooltipwidget: Fix tooltip positioning
* Tue Mar 13 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:
  * None
* Tue Feb 13 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.1:
  * autotest: enforce en_US locale and make it pass (it was relying on fr, oops)
  * Fix compiler warning, a quint16 is always <= 0xFFFF
  * autotests: more QCOMPAREs to debug CI failure
  * KDateComboBox: fix dateChanged() not emitted after typing a date (kde#364200)
  * KMultiTabBar: Fix regression in conversion to new style connect()
* Tue Jan 16 2018 lbeltrame@kde.org
- Update to 5.42.1
  * New bugfix release
  * For more details please see:
  * https://www.kde.org/announcements/kde-frameworks-5.42.1.php
- Changes since 5.41.0:
  * KMultiTabBar: Fix regression in conversion to new style connect()
  * Remove obsolete reviewboardrc file
  * Fix crash in setMainWindow on wayland
  * Convert to new connect api
  * Port some code to new connect api
  * remove not necessary virtual keyword here
  * Port some code to new connect api
  * Initialize variable, minor optimization
  * QTest::qWaitForWindowExposed uses Q_REQUIRED_RESULT
* 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:
  * Avoid inconsistent passworddialog
  * Set enable_blur_behind hint on demand.
  * KDateComboBox: port to Qt5 connect syntax, remove Q_PRIVATE_SLOTs.
  * autotests: replace member with local scoped pointer
  * KPageListView: Update width on font change
* 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:
  * fix createKMessageBox focus widget inconsistency
  * more compact password dialog (kde#381231)
  * Unbreak build: Add missing QScrollBar include
  * Set KPageListView width properly
  * autotests: add missing include <functional>
* 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:
  * KAcceleratorManager: set icon text on actions to remove CJK markers (kde#365050, kde#377859)
  * KSqueezedTextLabel: Squeeze text when changing indent or margin
  * Use edit-delete icon for destructive discard action (kde#385158)
  * Fix Bug 306944 - Using the mousewheel to increment/decrement the dates (kde#306944)
  * Add autotest for KAcceleratorManager
  * KMessageBox: Use question mark icon for question dialogs
  * Attempt to fix KSqueezedTextLabel unit test
  * KSqueezedTextLabel: Respect indent, margin and frame width
  * KSqueezedTextLabel: Add several autotests
* 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:
  * simplify setContents by letting Qt do more of the work
  * KSqueezedTextLabel: Add isSqueezed() for convenience
  * KSqueezedTextLabel: Small improvements to API docs
  * [KPasswordLineEdit] Set focus proxy to line edit (kde#383653)
  * [KPasswordDialog] Reset geometry property
  * Tag some more private classes with hidden visibility
  * Do not leak symbols of pimpl classes, protect with Q_DECL_HIDDEN
- Dropped patches, now upstream:
  * 0001-KPasswordDialog-Reset-geometry-property.patch
  * 0001-KPasswordLineEdit-Set-focus-proxy-to-line-edit.patch
* Wed Aug 23 2017 fabian@ritter-vogt.de
- Add upstream patch to fix geometry of password dialogs:
  * 0001-KPasswordDialog-Reset-geometry-property.patch
* Fri Aug 18 2017 christophe@krop.fr
- Add 0001-KPasswordLineEdit-Set-focus-proxy-to-line-edit.patch
  (kde#383653)
* 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 :
  * CHANGELOG: Extract lineedit password widget
  * KNewPasswordWidget: test whether we hide verification line edit.
  * turn setColumnCount no-op when the column count doesn't change
  * do not crash qaccessible by causing a resize in a resize event (kde#374933)
  * [KPageListViewDelegate] Pass widget to drawPrimitive in drawFocus
* 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:
  * Update kcharselect-data to Unicode 10.0
  * Another missing since tag.
  * Add missing @since tag
  * [FEATURE] Option to build & install QCH file with the public API dox
* 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:
  * KViewStateSerializer: Fix crash when view is destroyed before state serializer (kde#353380)
  * Use explicit flag values or explicit constructor instead of nullptr
  * API dox: fix-up improvements for "null pointer" changes
  * API dox: use "null pointer" instead of "0"
  * API dox: document enum items directly, not by a separate free-text list
  * API dox: fix wrong usage of @see for direct links
  * API dox: use @see as last, for consistency
  * API dox: move comment before namespace that is documented
  * API dox: add some minimal content to have doxygen consider it documented
* 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:
  * KNewPasswordWidget: don't hide visibility action in plaintext mode
  * KPasswordDialog: don't hide visibility action in plaintext mode (kde#378276)
  * Fix KActionSelectorPrivate::insertionIndex()
* 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.
  * support building against a qt without a11y enabled
  * Fix wrong size hint when animatedShow is called with hidden parent
  * Fix characters in KCharSelectTable getting elided
  * Enable all planes in kcharselect test dialog
  * Upgrade KF5 version to 5.33.0.
* 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.
  * Fix API dox still referring to KAction
  * Fix conversion warnings on MSVC: size_t -> uint
  * Fix APIDOX issues raised by clang's -Wdocumentation
  * KToolTipWidget: hide tooltip in enterEvent if hideDelay is zero
  * autotest: remove dependency on UiTools by compiling the ui files into the test
  * Fix KEditListWidget losing the focus on click of buttons
  * Add decomposition of Hangul Syllables into Hangul Jamo
  * Upgrade KF5 version to 5.32.0.
  * KToolTipWidget: small apidox fix
  * KMessageWidget: fix behaviour on overlapping calls of animatedShow/animatedHide
* 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
* Mon Jan 09 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
* Sun Dec 04 2016 hrvoje.senjan@gmail.com
- Update to 5.29.0
  * Prevent crashing on Mac
  * Don't replace icons with the result of a failed lookup
  * KMessageWidget: fix layout when wordWrap is
    enabled without actions
  * KCollapsibleGroupBox: don't hide widgets,
    override focus policy instead
  * For more details please see:
    https://www.kde.org/announcements/kde-frameworks-5.29.0.php
* Sun Nov 06 2016 hrvoje.senjan@gmail.com
- Update to 5.28.0
  * Move kcharselect-generate-datafile.py to src subdir
  * Import kcharselect-generate-datafile.py script with history
  * Remove outdated section
  * Add Unicode copyright and permission notice
  * Fix warning: Missing override
  * Add symbol SMP blocks
  * Fix "See also" references
  * Add missing Unicode blocks; improve ordering (kde#298010)
  * Add character categories to the data file
  * Update the Unicode categories in the data file generation script
  * Adjust the data file generation file to be able to parse the
    unicode 5.2.0 data files
  * Forward port fix for generating translations
  * Let the script to generate the data file for kcharselect also
    write a translation dummy
  * Add the script to generate the data file for KCharSelect
  * New KCharSelect application
    (using kcharselect widget from kdelibs now)
  * For more details please see:
    https://www.kde.org/announcements/kde-frameworks-5.28.0.php