kcompletion/kcompletion.changes

1027 lines
35 KiB
Plaintext
Raw Normal View History

-------------------------------------------------------------------
Tue May 10 08:17:48 UTC 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 windows CI
-------------------------------------------------------------------
Sun Apr 3 10:47:03 UTC 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:
* Require unittests to pass for CI jobs to pass
-------------------------------------------------------------------
Mon Mar 7 09:26:45 UTC 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:
* Add Qt6 Android CI
* Remove broken Python bindings generation
* Make the BUILD_DESIGNERPLUGIN option dependent on not cross-compiling
-------------------------------------------------------------------
Sun Feb 6 10:16:50 UTC 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:
* Add CI qt6 support
-------------------------------------------------------------------
Mon Jan 3 12:47:19 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.90.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.90.0
- Changes since 5.89.0:
* Change the build system to enable building with Qt 6
-------------------------------------------------------------------
Sat Dec 4 22:56:24 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.89.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.89.0
- No code change since 5.88.0
-------------------------------------------------------------------
Sun Nov 7 09:13:11 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
- Strip 'Source' URL for faster submissions
-------------------------------------------------------------------
Sun Nov 7 09:07:52 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.88.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.88.0
- Changes since 5.87.0:
* New KCompletion::setSorterFunction() to allow custom sorting by providing function
* Port QStringRef (deprecated) to QStringView
* Add FreeBSD CI
* Add Android CI
-------------------------------------------------------------------
Sun Oct 3 20:33:36 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.87.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.87.0
- Changes since 5.86.0:
* Add Gitlab CI configuration
* New shouldAutoSuggest property on KCompletion.
* Fix typo in argument name (autosubject -> autoSuggest)
-------------------------------------------------------------------
Wed Sep 15 08:23:59 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
- Drop the unneeded baselibs.conf.
-------------------------------------------------------------------
Mon Sep 6 06:21:56 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.86.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.86.0
- Changes since 5.85.0:
* We depend against c++-17 so we can use qOverload directly
-------------------------------------------------------------------
Fri Aug 6 12:11:35 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.85.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.85.0
- Changes since 5.84.0:
* Use const'ref here.
-------------------------------------------------------------------
Sun Jul 4 07:45:13 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.84.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.84.0
- No code change since 5.83.0
- Only install the license files once
-------------------------------------------------------------------
Sat Jun 5 11:58:34 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.83.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.83.0
- Changes since 5.82.0:
* Deprecate KLineEdit::passwordMode
* Bump required CMake version to 3.16
-------------------------------------------------------------------
Sat May 1 16:40:39 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.82.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.82.0
- No code change since 5.81.0
-------------------------------------------------------------------
Mon Apr 5 07:12:12 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.81.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.81.0
- Changes since 5.80.0:
* Un-overload KLineEdit::returnPressed(const QString &) signal
* Un-overload KCompletionBox::activated(const QString &) signal
* Un-overload KComboBox::returnPressed(const QString &) signal
-------------------------------------------------------------------
Sun Mar 7 09:26:37 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.80.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.80.0
- Changes since 5.79.0:
* Run clang-format
* Add trailing comma to enums
* Use clang-format pre-commit hook
-------------------------------------------------------------------
Mon Feb 8 08:46:04 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.79.0
* New feature release
* For more details please see:
* https://kde.org/announcements/kde-frameworks-5.79.0
- Changes since 5.78.0:
* Add missing include
* Remove unused include
* Fix regression caused due to porting from operator+ to operator| (kde#431493)
- Drop upstream patch:
* kcompletion/0001-Fix-regression-caused-due-to-porting-from-operator-t.patch
-------------------------------------------------------------------
Mon Jan 25 22:29:28 UTC 2021 - Luca Beltrame <lbeltrame@kde.org>
- Add upstream patch to fix Okular search bar no longer closed
when pressing ESC (kde#431493):
* 0001-Fix-regression-caused-due-to-porting-from-operator-t.patch
-------------------------------------------------------------------
Wed Jan 6 10:47:23 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.78.0
* New feature release
* For more details please see:
* https://kde.org/announcements/kde-frameworks-5.78.0
- Changes since 5.77.0:
* Remove ifdefs, we require Qt 5.14 now
* operator+/- is disabled for QFlags in qt6
* [KComboBox] fix crash when calling setEditable(false) with open context menu
-------------------------------------------------------------------
Sat Dec 5 18:56:18 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.77.0
* New feature release
* For more details please see:
* https://kde.org/announcements/kde-frameworks-5.77.0
- No code change since 5.76.0
-------------------------------------------------------------------
Sat Nov 7 21:34:22 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.76.0
* New feature release
* For more details please see:
* https://kde.org/announcements/kde-frameworks-5.76.0
- Changes since 5.75.0:
* If include is define in .h remove it if it's defined in .cpp too (scripted)
-------------------------------------------------------------------
Mon Oct 5 08:32:58 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.75.0
* New feature release
* For more details please see:
* https://kde.org/announcements/kde-frameworks-5.75.0
- Changes since 5.74.0:
* Relicense files to LGPL-2.0-or-later
* Remove obsolete LGPL-2.0-only file
-------------------------------------------------------------------
Sun Sep 6 12:48:47 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.74.0
* New feature release
* For more details please see:
* https://kde.org/announcements/kde-frameworks-5.74.0
- Changes since 5.73.0:
* Using no deprecated enum Qt::MiddleButton
* Remove obsolete COPYING files
-------------------------------------------------------------------
Sun Aug 2 07:13:09 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.73.0
* New feature release
* For more details please see:
* https://kde.org/announcements/kde-frameworks-5.73.0
- Changes since 5.72.0:
* Use Qt's categorized logging, install kcompletion.categories file
* Use camelcase include. (scripted)
-------------------------------------------------------------------
Sun Jul 5 07:55:09 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.72.0
* New feature release
* For more details please see:
* https://kde.org/announcements/kde-frameworks-5.72.0
- Changes since 5.71.0:
* Add license files according to REUSE specification
* Convert license statements to SPDX expressions
-------------------------------------------------------------------
Sun Jun 7 08:06:23 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.71.0
* New feature release
* For more details please see:
* https://kde.org/announcements/kde-frameworks-5.71.0
- Changes since 5.70.0:
* Fix build with EXCLUDE_DEPRECATED_BEFORE_AND_AT=CURRENT
* Wrap also API dox with KCOMPLETION_ENABLE_DEPRECATED_SINCE; use per method
* Use UI marker context in more tr() calls
-------------------------------------------------------------------
Sun May 3 09:39:46 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.70.0
* New feature release
* For more details please see:
* https://kde.org/announcements/kde-frameworks-5.70.0
- No code change since 5.69.0
-------------------------------------------------------------------
Sun Apr 5 19:45:22 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.69.0
* New feature release
* For more details please see:
* https://kde.org/announcements/kde-frameworks-5.69.0
- No code change since 5.68.0
-------------------------------------------------------------------
Sun Mar 8 09:17:38 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.68.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.68.0.php
- No code change since 5.67.0
-------------------------------------------------------------------
Sun Feb 2 18:06:46 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
- Replace %make_jobs with %cmake_build.
-------------------------------------------------------------------
Sun Feb 2 14:32:33 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.67.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.67.0.php
- Changes since 5.66.0:
* [KCompletion] Port QRegExp to QRegularExpression
-------------------------------------------------------------------
Sun Jan 5 09:02:01 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.66.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.66.0.php
- Changes since 5.65.0:
* Deprecate KPixmapProvider
* Update the obsolete projects.kde.org URL
* [KHistoryComboBox] Add method to set an icon provider
-------------------------------------------------------------------
Sun Dec 8 11:18:23 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.65.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.65.0.php
- Changes since 5.64.0:
* Refactor KHistoryComboBox::insertItems
* Add missing include for Qt 5.14 build
-------------------------------------------------------------------
Sun Nov 3 15:46:51 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.64.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.64.0.php
- Changes since 5.63.0:
* Use ECMGenerateExportHeader to manage deprecated API better
-------------------------------------------------------------------
Sun Oct 6 13:26:20 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.63.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.63.0.php
- Changes since 5.62.0:
* [KComboBox] Properly disable Qt's builtin completer [regression fix]
* [KCompletion] Port away from deprecated methods in Qt 5.14
* Port from delta(); to angleDelta().y()
-------------------------------------------------------------------
Sat Sep 7 20:36:33 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.62.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.62.0.php
- Changes since 5.61.0:
* Add option to build Qt Designer plugin (BUILD_DESIGNERPLUGIN, default ON)
* Remove unused includes
- Replace foo-devel with cmake(KF5Foo) in build requirements
-------------------------------------------------------------------
Wed Aug 7 17:51:11 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.61.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.61.0.php
- No code change since 5.60.0
-------------------------------------------------------------------
Fri Jul 19 11:39:02 UTC 2019 - Wolfgang Bauer <wbauer@tmo.at>
- Don't lower minimum Qt version anymore, it requires 5.11 now
-------------------------------------------------------------------
Sun Jul 14 06:41:37 UTC 2019 - lbeltrame@kde.org
- Update to 5.60.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.60.0.php
- No code changes since 5.59.0
-------------------------------------------------------------------
Sun Jun 09 07:35:11 UTC 2019 - lbeltrame@kde.org
- Update to 5.59.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.59.0.php
- No code changes since 5.58.0
-------------------------------------------------------------------
Wed May 15 18:16:15 UTC 2019 - lbeltrame@kde.org
- Update to 5.58.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.58.0.php
- No code changes since 5.57.0
-------------------------------------------------------------------
Sun Apr 14 20:21:42 UTC 2019 - lbeltrame@kde.org
- Update to 5.57.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.57.0.php
- Changes since 5.56.0:
* Don't set a null completer on a non-editable combobox
* It compiles fine without foreach
-------------------------------------------------------------------
Sun Mar 10 20:15:35 UTC 2019 - lbeltrame@kde.org
- Update to 5.56.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.56.0.php
- Changes since 5.55.0:
* Port deprecated methods
* Use QStringLiteral here
-------------------------------------------------------------------
Fri Feb 15 09:25:42 UTC 2019 - alarrosa@suse.com
- Downgrade the Qt version requirement to build with 5.9
-------------------------------------------------------------------
Sun Feb 10 22:03:02 UTC 2019 - lbeltrame@kde.org
- Update to 5.55.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.55.0.php
- Changes since 5.54.0:
* delete copy constructor and assignment operator of some internal classes
* Remove unused Q_D
-------------------------------------------------------------------
Mon Jan 14 06:08:43 UTC 2019 - lbeltrame@kde.org
- Update to 5.54.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.54.0.php
- Changes since 5.53.0:
* No code changes since 5.53.0
-------------------------------------------------------------------
Sat Dec 15 13:53:34 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
- Use noun phrase in summaries.
-------------------------------------------------------------------
Sun Dec 09 19:43:42 UTC 2018 - lbeltrame@kde.org
- Update to 5.53.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.53.0.php
- Changes since 5.52.0:
* Mark private member pointer to pimpl interface instance const
* Use include guards matching the filename
* Include own header first
* Use more explicit with private classes
* Use member-function-pointer-based signal/slot connection
-------------------------------------------------------------------
Sun Nov 11 19:48:03 UTC 2018 - lbeltrame@kde.org
- Update to 5.52.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.52.0.php
- Changes since 5.51.0:
* No code changes since 5.51.0
-------------------------------------------------------------------
Tue Oct 16 08:01:55 UTC 2018 - Luca Beltrame <lbeltrame@kde.org>
- Run spec-cleaner
-------------------------------------------------------------------
Mon Oct 15 11:51:47 UTC 2018 - lbeltrame@kde.org
- Update to 5.51.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.51.0.php
- Changes since 5.50.0:
* Remove misleading use of KDE_INSTALL_PYTHONBINDINGSDIR
* API dox: 0 -> nullptr
* Fix compile with strict compile flags
-------------------------------------------------------------------
Thu Sep 13 21:58:44 UTC 2018 - lbeltrame@kde.org
- Update to 5.50.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.50.0.php
- Changes since 5.49.0:
* None
-------------------------------------------------------------------
Sun Aug 19 09:18:52 UTC 2018 - christophe@krop.fr
- Update to 5.49.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.49.0.php
- Changes since 5.48.0:
* Honor BUILD_TESTING
-------------------------------------------------------------------
Mon Jul 16 04:37:36 UTC 2018 - lbeltrame@kde.org
- Update to 5.48.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.48.0.php
- Changes since 5.47.0:
* Remove unneeded moc include
* Make sure KLineEdit::clearButtonClicked is emitted
-------------------------------------------------------------------
Tue Jun 12 21:35:06 UTC 2018 - lbeltrame@kde.org
- Update to 5.47.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.47.0.php
- Changes since 5.46.0:
* Don't use deprecated method
-------------------------------------------------------------------
Sun May 13 21:03:00 UTC 2018 - lbeltrame@kde.org
- Update to 5.46.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.46.0.php
- Changes since 5.45.0:
* Use override
* [KLineEdit] Use Qt's built-in clear button functionality
* Fix KCompletionBox on wayland
* Warning--
-------------------------------------------------------------------
Sat Apr 14 13:19:02 CEST 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 not necessary QtCore and co
* Apply fixes to simple clazy warnings
-------------------------------------------------------------------
Mon Mar 12 23:29:40 CET 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
-------------------------------------------------------------------
Mon Feb 12 23:42:07 CET 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:
* Fix incorrect emission of textEdited() by KLineEdit (kde#388798, kde#373004)
-------------------------------------------------------------------
Tue Jan 16 22:50:14 CET 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
* Minor optimization. Initialize variables
-------------------------------------------------------------------
Sun Dec 17 09:43:47 CET 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:
* Do not crash when setting new line edit on an editable combo box
* KComboBox: Return early when setting editable to previous value
* KComboBox: Reuse the existing completion object on new line edit
* Fix some clzay warning
* API dox: don't refer to being "KDE" widgets, use class names intead
-------------------------------------------------------------------
Mon Nov 13 07:01:13 CET 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:
* It's a unsigned int here
-------------------------------------------------------------------
Mon Oct 23 06:41:38 CEST 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:
* None
-------------------------------------------------------------------
Tue Sep 12 07:11:16 CEST 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 09:23:19 UTC 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 :
* None
-------------------------------------------------------------------
Wed Jul 12 07:13:59 CEST 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:
* Add KF6-TODO to make KComboBox::minimumSizeHint() public
* Add .arcconfig
* [FEATURE] Option to build & install QCH file with the public API dox
-------------------------------------------------------------------
Sun Jun 11 09:27:42 CEST 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:
* API dox: note CamelCase includes by @class tag with more classes
-------------------------------------------------------------------
Mon May 15 13:53:12 CEST 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:
* None
-------------------------------------------------------------------
Sat Apr 15 10:11:45 CEST 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.
-------------------------------------------------------------------
Sun Mar 19 14:50:17 CET 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 9 09:24:30 UTC 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 8 23:38:32 UTC 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 4 01:56:23 UTC 2016 - hrvoje.senjan@gmail.com
- Update to 5.29.0
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.29.0.php
-------------------------------------------------------------------
Sat Nov 5 20:19:31 UTC 2016 - hrvoje.senjan@gmail.com
- Update to 5.28.0
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.28.0.php
-------------------------------------------------------------------
Sun Oct 2 12:50:56 UTC 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
-------------------------------------------------------------------
Tue Sep 6 20:47:29 UTC 2016 - hrvoje.senjan@gmail.com
- Update to 5.26.0
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.26.0.php
-------------------------------------------------------------------
Sun Aug 7 21:50:57 UTC 2016 - hrvoje.senjan@gmail.com
- Update to 5.25.0
* Qt >= 5.5 is now required
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.25.0.php
-------------------------------------------------------------------
Wed Jul 6 15:02:17 UTC 2016 - hrvoje.senjan@gmail.com
- Update to 5.24.0
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.24.0.php
-------------------------------------------------------------------
Mon Jun 6 21:23:50 UTC 2016 - hrvoje.senjan@gmail.com
- Update to 5.23.0
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.23.0.php
-------------------------------------------------------------------
Sat May 7 18:30:20 UTC 2016 - hrvoje.senjan@gmail.com
- Update to 5.22.0 (boo#980066)
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.22.0.php
-------------------------------------------------------------------
Mon Apr 4 14:19:11 UTC 2016 - hrvoje.senjan@gmail.com
- Update to 5.21.0 (boo#974793)
* KCompletionBox: force frameless window and don't set focus
* KCompletionBox should *not* be a tooltip
* Upgrade Qt version requirement to 5.4.0
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.21.0.php
-------------------------------------------------------------------
Sun Mar 6 09:55:16 UTC 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 6 17:59:40 UTC 2016 - hrvoje.senjan@gmail.com
- Update to 5.19.0 (boo#967668)
* KLineEdit::setUrlDropsEnabled method can not be marked as deprecated
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.19.0.php
-------------------------------------------------------------------
Sat Jan 2 17:42:07 UTC 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 23:03:30 UTC 2015 - hrvoje.senjan@gmail.com
- Update to 5.17.0
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.17.0.php
-------------------------------------------------------------------
Sun Nov 8 16:58:13 UTC 2015 - hrvoje.senjan@gmail.com
- Update to 5.16.0 (boo#955067)
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.16.0.php
-------------------------------------------------------------------
Mon Oct 5 17:37:04 UTC 2015 - hrvoje.senjan@gmail.com
- Update to 5.15.0
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.15.0.php
-------------------------------------------------------------------
Tue Sep 8 17:12:46 UTC 2015 - hrvoje.senjan@gmail.com
- Update to 5.14.0
* Fix bad behavior / running OOM on Windows (kde#345860)
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.14.0.php
-------------------------------------------------------------------
Tue Aug 4 19:20:15 UTC 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
* HiDPI fixes for KLineEdit/KComboBox
* KLineEdit: Don't let the user delete text when the lineedit
is readonly
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.13.0.php
-------------------------------------------------------------------
Sun Jul 5 18:44:50 UTC 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 7 19:07:13 UTC 2015 - hrvoje.senjan@gmail.com
- Update to 5.11.0
* Fix unwanted selection when editing the filename in the
file dialog (kde#344525)
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.11.0.php
-------------------------------------------------------------------
Sun May 3 19:42:52 UTC 2015 - hrvoje.senjan@gmail.com
- Update to 5.10.0
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.10.0.php
-------------------------------------------------------------------
Sat Apr 4 14:40:33 UTC 2015 - hrvoje.senjan@gmail.com
- Update to 5.9.0
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.9.0.php
-------------------------------------------------------------------
Sat Mar 7 16:58:35 UTC 2015 - hrvoje.senjan@gmail.com
- Update to 5.8.0
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.8.0.php
- Use pkgconfig(Qt5Widgets) instead of kconfig-devel and
kwidgetsaddons-devel for devel package requires
-------------------------------------------------------------------
Sun Feb 8 18:15:04 UTC 2015 - hrvoje.senjan@gmail.com
- Update to 5.7.0
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.7.0.php
-------------------------------------------------------------------
Sat Jan 3 18:03:08 UTC 2015 - hrvoje.senjan@gmail.com
- Update to 5.6.0
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.6.0.php
-------------------------------------------------------------------
Sat Dec 6 12:53:31 UTC 2014 - hrvoje.senjan@gmail.com
- Update to 5.5.0
* Fix PageUp/Down actions in the completion popup box
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.5.0.php
-------------------------------------------------------------------
Sun Nov 2 17:46:41 UTC 2014 - hrvoje.senjan@gmail.com
- Update to 5.4.0
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.4.0.php
-------------------------------------------------------------------
Sat Oct 4 17:59:11 UTC 2014 - hrvoje.senjan@gmail.com
- Update to 5.3.0
* Fixed size hint and positioning of clear button in highDpi mode
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.3.0.php
-------------------------------------------------------------------
Tue Sep 9 09:49:14 UTC 2014 - hrvoje.senjan@gmail.com
- Update to 5.2.0
* For more details please see:
http://kde.org/announcements/kde-frameworks-5.2.php
-------------------------------------------------------------------
Sat Aug 2 10:19:58 UTC 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
-------------------------------------------------------------------
Fri Jul 11 09:48:37 UTC 2014 - hrvoje.senjan@gmail.com
- Define kf5_version within package
-------------------------------------------------------------------
Tue Jul 1 21:35:34 UTC 2014 - hrvoje.senjan@gmail.com
- Update to 5.0.0
* Final release of KDE Frameworks 5
* API improvements and cleanups
* Buildsystem fixes
* For more details please see:
http://www.kde.org/announcements/kde-frameworks-5.0.php
-------------------------------------------------------------------
Sun Jun 1 18:02:07 UTC 2014 - hrvoje.senjan@gmail.com
- Update to 4.100.0
* API improvements and cleanups
* Buildsystem fixes
* For more details please see:
http://www.kde.org/announcements/announce-frameworks5-beta3.php
- Added libqt5-linguist-devel BuildRequires
- Add baselibs.conf
-------------------------------------------------------------------
Sun May 4 01:26:29 UTC 2014 - hrvoje.senjan@gmail.com
- Update to 4.99.0
* API improvements and cleanups
* Buildsystem fixes
* For more details please see:
http://www.kde.org/announcements/announce-frameworks5-beta2.php
-------------------------------------------------------------------
Tue Apr 22 19:29:09 UTC 2014 - hrvoje.senjan@gmail.com
- Removed pkgconfig(Qt5Xml) BuildRequires, no longer needed
- Removed pkgconfig(Qt5Core) Requires from devel subpackage, no
longer (explicitly) needed
-------------------------------------------------------------------
Sat Mar 29 19:47:23 UTC 2014 - hrvoje.senjan@gmail.com
- Update to 4.98.0
* API improvements and cleanups
* Buildsystem fixes
* For more details please see:
http://www.kde.org/announcements/announce-frameworks5-beta1.php
- Delete ki18n.patch, it was removed in previous change, but wasn't
removed
-------------------------------------------------------------------
Tue Mar 4 16:37:44 UTC 2014 - hrvoje.senjan@gmail.com
- Update to 4.97.0:
* Buildsystem fixes
* For more details please see:
http://www.kde.org/announcements/announce-frameworks5-alpha2.php
-------------------------------------------------------------------
Fri Feb 21 10:26:50 UTC 2014 - hrvoje.senjan@gmail.com
- Added ki18n.patch: remove Ki18n from KCompletion dependencies
in cmake.in, for details see
https://git.reviewboard.kde.org/r/115908/
-------------------------------------------------------------------
Sat Feb 8 02:17:30 UTC 2014 - hrvoje.senjan@gmail.com
- Init kcompletion package