* Fri Jul 07 2017 fabian@ritter-vogt.de
- Add patch to avoid stray white line due to calling QStyle without
pointer to the widget:
* 0001-KPageListViewDelegate-Pass-widget-to-drawPrimitive.patch
* Mon Jul 03 2017 fvogt@suse.com
- Add patch to workaround scrollbars in systemsettings5:
* kpageview_width.patch
* 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
* 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
* 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
* Sat Nov 05 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
* Sun Oct 02 2016 hrvoje.senjan@gmail.com
- Update to 5.27.0
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.27.0.php
Version: 5.26.0-2.6
* Tue Sep 06 2016 hrvoje.senjan@gmail.com
- Update to 5.26.0
* Fix background of non-BMP characters
* Add C octal escaped UTF-8 search
* Make the default KMessageBoxDontAskAgainMemoryStorage
save to QSettings
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.26.0.php
* Sun Aug 07 2016 hrvoje.senjan@gmail.com
- Update to 5.25.0
* Qt >= 5.5 is now required
* [KCharSelect] Fix crash when searching with no
present data file (kde#300521)
* [KCharSelect] Handle characters outside BMP (kde#142625)
* [KCharSelect] Update kcharselect-data to Unicode 9.0.0
(kde#336360)
* KCollapsibleGroupBox: Stop animation in destructor if still running
* Update to Breeze palette (sync from KColorScheme)
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.25.0.php
* Wed Jul 06 2016 hrvoje.senjan@gmail.com
- Update to 5.24.0
* Fix reading Unihan data
* Fix minimum size of KNewPasswordDialog (kde#342523)
* Fix ambiguous contructor on MSVC 2015
* Fix an alignment issue under the OS X native "macintosh" style
(kde#296810)
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.24.0.php
* Mon Jun 06 2016 hrvoje.senjan@gmail.com
- Update to 5.23.0
* Use selected icon effect for current KPageView page
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.23.0.php
* Sat May 07 2016 hrvoje.senjan@gmail.com
- Update to 5.22.0 (boo#980066)
* KNewPasswordWidget: Remove size hint on spacer, which was
leading to some always empty space in the layout
* KNewPasswordWidget: fix QPalette when widget is disabled
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.22.0.php
* Mon Apr 04 2016 hrvoje.senjan@gmail.com
- Update to 5.21.0 (boo#974793)
* Take content margins into account when calculating size hints
* Upgrade Qt version requirement to 5.4.0
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.21.0.php
Version: 5.20.0-2.1
* Sun Mar 06 2016 hrvoje.senjan@gmail.com
- Update to 5.20.0 (boo#970856)
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.20.0.php
* Sat Feb 06 2016 hrvoje.senjan@gmail.com
- Update to 5.19.0 (boo#967668)
* Fix buddy widgets working with KFontRequester
* KNewPasswordDialog: use KMessageWidget
* Prevent crash-on-exit in KSelectAction::~KSelectAction
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.19.0.php
* Sat Jan 02 2016 hrvoje.senjan@gmail.com
- Update to 5.18.0
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.18.0.php
* Thu Dec 10 2015 hrvoje.senjan@gmail.com
- Update to 5.17.0
* Fix a small artifact of KRatingWidget on hi-dpi.
* Refactor and fix the feature introduced in bug 171343
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.17.0.php
* Sun Nov 08 2015 hrvoje.senjan@gmail.com
- Update to 5.16.0 (boo#955067)
* Add collapsible container widget, KCollapsibleGroupBox
* KNewPasswordWidget: missing color initialization
* Introduce KNewPasswordWidget
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.16.0.php
* Mon Oct 05 2015 hrvoje.senjan@gmail.com
- Update to 5.15.0
* Fix warning C4138 (MSVC): '*/' found outside of comment
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.15.0.php
* Tue Sep 08 2015 hrvoje.senjan@gmail.com
- Update to 5.14.0
* KPasswordDialog: let the user change the password visibility
(kde#224686)
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.14.0.php
* Tue Aug 04 2015 hrvoje.senjan@gmail.com
- Update to 5.13.0
* The Qt version requirement has been bumped from 5.2 to 5.3
* Debug output has been ported to categorized output, for less
noise by default
* Docbook documentation has been reviewed and updated
* New API taking QIcon parameters to set the icons in
the tab bar
* KCharSelect: Fix unicode category and use boundingRect
for width calculation
* KCharSelect: fix cell width to fit contents
* KMultiTabBar margins now are ok on HiDPI screens
* KRuler: deprecate unimplemented KRuler::setFrameStyle(),
clean up comments
* KEditListWidget: remove margin, so it aligns better with
other widgets
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.13.0.php
* Sun Jul 05 2015 hrvoje.senjan@gmail.com
- Update to 5.12.0
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.12.0.php
* Sun Jun 07 2015 hrvoje.senjan@gmail.com
- Update to 5.11.0
* KAssistantDialog: Re-add the Help button that was present in
KDELibs4 version
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.11.0.php
* Sun May 03 2015 hrvoje.senjan@gmail.com
- Update to 5.10.0
* KDateTimeEdit: Fix so user input actually gets registered.
Fix double margins.
* KFontRequester: fix selecting monospaced fonts only
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.10.0.php
* Sat Apr 04 2015 hrvoje.senjan@gmail.com
- Update to 5.9.0
* Make KMessageWidget animation smooth with high Device Pixel Ratio
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.9.0.php
* Sat Mar 07 2015 hrvoje.senjan@gmail.com
- Update to 5.8.0
* Make KRatingWidget cope with devicePixelRatio
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.8.0.php
* Sun Feb 08 2015 hrvoje.senjan@gmail.com
- Update to 5.7.0
* Use kstyleextensions to specify custom control element for
rendering kcapacity bar when supported, this allow the widget
to be styled properly
* Provide an accessible name for KLed
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.7.0.php
* Sat Jan 03 2015 hrvoje.senjan@gmail.com
- Update to 5.6.0
* Add runtime style element extension convenience functions
for widgets: KStyleExtensions
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.6.0.php
* Sat Dec 06 2014 hrvoje.senjan@gmail.com
- Update to 5.5.0
* Add class KSplitterCollapserButton, a button which appears
on the side of a splitter handle and allows easy collapsing
of the widget on the opposite side
* Support monochrome icon themes (such as breeze)
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.5.0.php
* Sun Nov 02 2014 hrvoje.senjan@gmail.com
- Update to 5.4.0
* New function KMimeTypeEditor::editMimeType(),
to launch keditfiletype5
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.4.0.php
* Sat Oct 04 2014 hrvoje.senjan@gmail.com
- Update to 5.3.0
* KPageListView: fixes for high-dpi mode
* KPageWidget: margin fixes
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.3.0.php
* Tue Sep 09 2014 hrvoje.senjan@gmail.com
- Update to 5.2.0
* KWidgetsAddons: new class KColumnResizer (makes it easy to
vertically align widgets across groups)
* For more details please see:
http://kde.org/announcements/kde-frameworks-5.2.php
- Added pkgconfig(Qt5UiTools) BuildRequires
* Sat Aug 02 2014 hrvoje.senjan@gmail.com
- Update to 5.1.0
* For more details please see:
http://www.kde.org/announcements/kde-frameworks-5.1.php
- Harden required Qt5 libs versions
- Pass the location of lconvert executable