* Sat Nov 07 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:
* Fix two recent regressions
* Allow NotShowIn=KDE apps, listed in mimeapps.list, to be used (kde#427469)
* If include is define in .h remove it if it's defined in .cpp too (scripted)
* autotests: port kmimeassociationstest to KApplicationTrader
* Write fallback value for KCM Exec lines with appropriate executable
* Various fixes
* Documentation fixes
* Remove a bit of dead code
* Solve some minor clazy warnings
* Mon Oct 05 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:
* Fix shadow variable. Reported by cppcheck
* bring back disableAutoRebuild from the brink (kde#423931)
* Sun Sep 06 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:
* Implement invokeTerminal on Windows with workdir, command and envs
* Clean forward declaration
* Fix application preference ordering for mimetypes with multiple inheritance.
* Remove obsolete COPYING files
* Bundle the Application servicetype into a qrc file.
* Fix KApplicationTrader API docs being incompletely generated
* Expand tilde character when reading working directory (kde#424974)
* KService: Convert copyright statements to SPDX expressions
* Cleanup overload
* Sun Aug 02 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:
* Add overload to invoke terminal with ENV variables
* Use KF-standardized Qt logging categories
* Use camelcase include. (scripted)
* Sun Jul 05 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
- No code change since 5.71.0
Version: 5.71.0-bp152.1.1
* Sun Jun 07 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:
* Add X-KDE-DBUS-Restricted-Interfaces to Application desktop entry fields
* Use KSERVICE_DEPRECATED_VERSION_BELATED
* Build with EXCLUDE_DEPRECATED_BEFORE_AND_AT=CURRENT
* Add missing compiler deprecation tag for 5-args KServiceAction constructor
* Sun May 03 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
- Changes since 5.69.0:
* Deprecate KPluginInfo::service(), since the constructor with a KService is deprecated.
* newServicePath(): Docs say add prefix but it's actually suffix
* Sun Apr 05 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
- Changes since 5.68.0:
* add @since
* Add static method to check start condition
* QAtomicInteger::loadRelaxed/storeRelaxed() are available since Qt 5.14
* KServiceAction: store parent service
* KSycoca: avoid hitting an assert when writing a full path into mimeapps.list
* Properly read the X-Flatpak-RenamedFrom string list from desktop files
* Fix cmake warning
* Sun Mar 08 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
- Changes since 5.67.0:
* Make it compile against qt5.15. SkipEmptyParts is part of Qt::.
* New query mechanism for applications: KApplicationTrader
* Sun Feb 02 2020 Christophe Giboudeaux <christophe@krop.fr>
- Replace %make_jobs with %cmake_build.
* Sun Feb 02 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:
* autotests: simplify test to use bin/data/menus
* [autotests] rename test desktop file, so can see the debug output in CI
* Support multiple values in XDG_CURRENT_DESKTOP
* [autotest] mkpath() before copy to fix CI failure
* Deprecated allowAsDefault
* Make "Default Applications" in mimeapps.list the preferred applications
* autotests: use local desktop file to avoid relying on konsole
* Sun Jan 05 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:
* Remove endl in qDebug, it already adds "\n" + port to Qt::endl when using qt5.15
* Deprecate KServiceTypeProfile
* Update the obsolete projects.kde.org URL
* autotests: remove <QtTest> which includes all of <QtCore>
* autotests: make ksycoca_xdgdirstest work without /etc/xdg/menus
* Fix kmimeassociationstest in case of symlinks in the paths
* Remove dead code in KCTimeFactory and KBuildSycoca
* Port KPluginTrader away from Q_GLOBAL_STATIC.
* Sun Dec 08 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
- No code change since 5.64.0
* Sun Nov 03 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:
* Theses methods were adding in qt5.15
* Make it compile against qt5.15 without deprecated method
* KService: fix kded compilation with -DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x053f00
* Use ECMGenerateExportHeader to manage deprecated API better
* Sun Oct 06 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:
* Move Amusement to Games directory instead of Games > Toys (kde#412553)
* [KService] Add copy constructor.
* [KService] add workingDirectory(), deprecate path().
* Sat Sep 07 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:
* autotests: check that mimetypes defined by kcoreaddons are available
* Remove unused includes
- Replace foo-devel with cmake(KF5Foo) in build requirements
* Wed Aug 07 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
- Changes since 5.60.0:
* Clean up all core related to opening a dummy sycoca, unused.
* Fix asserts when the sycoca DB is unreadable by user (e.g. root owned)
* Expose X-KDE-Wayland-Interfaces
* Fix KService build on Android
* KService: remove broken concept of global sycoca database
* Fix infinite recursion when using a dummy DB because ksycoca is inaccessible
* CMakeLists: add "CONFIG" for better error messages if anything isn't found
* Deprecate KDBusServiceStarter. All usage in kdepim is now gone, DBus activation is a better solution.
* Remove very dangerous deletion code with kbuildsycoca5 --global.
* Allow KAutostart to be constructed using an absolute path
* Fri Jul 19 2019 Wolfgang Bauer <wbauer@tmo.at>
- Don't lower minimum Qt version anymore, it requires 5.11 now
* Sun Jul 14 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
- Changes since 5.59.0:
* Add X-Flatpak-RenamedFrom as recognized key
* Install in new logging directory when we use kf5 5.59.0
* Sun Jun 09 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
- Changes since 5.58.0:
* Fix another assert when the file disappears under us: ASSERT: "ctime != 0"
* Fix assert (hash != 0) sometimes when a file is deleted by another process
* Wed May 15 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 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:
* Add X-GNOME-UsesNotifications as recognized key
* Add bison minimum version of 2.4.1 due to %code
* [kservice] Make it compile without foreach
* [kservice] compile without deprecated method
* Sun Mar 10 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:
* kbuildsycoca5: no need to repeat work of KAboutData::setupCommandLine()
Version: 5.55.0-bp151.1.5
* Fri Feb 15 2019 alarrosa@suse.com
- Downgrade the Qt version requirement to build with 5.9
* Sun Feb 10 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:
* Build without D-Bus on Android
* delete copy constructor and assignment operator of some internal classes
* Suggest people to use K_PLUGIN_CLASS_WITH_JSON
* Mon Jan 14 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:
* applications.menu: remove unused category X-KDE-Edu-Teaching
* applications.menu: remove <KDELegacyDirs/>
* Sun Dec 09 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:
* Use new syntax
* Sun Nov 11 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:
* Use more explicit constructors with internal classes
* Use Q_OBJECT with all QObject subclasses (helps debugging introspection)
* Do not use const reference for enum type argument in internal API
* Use const ref for non-trivial copy types in internal API
* Use QLatin1String method overload instead of creating a temporary QString
* Use QStringLiteral, not QLatin1String, if a final QString is wanted
* Use QLatin1String, not QString::fromLatin1, in string calculations
* Use qEnvironmentVariableIntValue
* Tue Oct 16 2018 Luca Beltrame <lbeltrame@kde.org>
- Run spec-cleaner
* Mon Oct 15 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:
* Port deprecated method
* Make compile with strict flags
* Fix minor EBN issues
* Thu Sep 13 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:
* autotests: debug output for CI failure, or for general debugging
* autotests: rename header and function to match new purpose
* autotests: also copy applications.menu and set XDG_CONFIG_DIRS so it's found
* KBuildSycoca: always process application desktop files.
* autotests: factorize XDG_DATA_DIRS setup in new header, use from 3rd test
* autotests: don't wait for signal if we already received it (e.g. Windows CI)
* autotests: fix failure on Windows, QStringLiteral isn't fromUtf8 there...
* autotests: use data/kservicetypes5 instead of share, so it works on Windows too
* autotests: use local servicetype desktop files in kservicetest as well
* autotests: use local copies of kplugininfo.desktop and application.desktop
* Sun Aug 19 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:
* Use more nullptr
* API dox: talk about nullptr, not 0
* Require out-of-source build
* Add subseq operator to match sub-sequences
* Mon Jul 16 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 unused key X-KDE-DBus-ModuleName from test service metadata
* Add missing override
* Use override
* Tue Jun 12 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:
* Use override
* Sun May 13 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:
* warning--
* Warning--
* Mon Mar 12 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 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:
* None
Version: 5.45.0-bp150.2.3
* 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:
* We depend against 5.8.0
* API dox: consistently use X-KDE-ServiceTypes instead of ServiceTypes
* Remove not necessary QtCore and co
* [API dox] Remove deprecated Encoding=UTF-8 from example for desktop file
* 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.0:
* None
* Tue Jan 16 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
* Install categories file + use debug categories when necessary
* Fix cmake warning
* autogenerate debug file
* 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:
* Fix compile with QT_NO_CAST_FROM_ASCII
* 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:
* Initialize values
* Initialize some pointer
* 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:
* None
* 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:
* autotests: fix running tests in parallel
* 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 :
* API dox: small improvements to example code
* API dox: fix method used in example code
* autotests: make it work with CMAKE_RUNTIME_OUTPUT_DIRECTORY being set
* API dox: use official name "D-Bus" consistently
* 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:
* Fix MSVC warning
* [FEATURE] Option to build & install QCH file with the public API dox
* tests: kautostarttest: fix also expected value
* tests: use cmd.exe as TryExec on Windows
* 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:
* API dox: Use doxygen notation to have comments used
* API dox: note CamelCase includes by @class tag with more classes
* 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:
* None
- Use %find_lang --with-man --all-name
* 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.
* Fix 'Not found: ""' terminal messages
* Upgrade KF5 version to 5.33.0.
* [autotest] Fix the workaround for inotify-on-overlay-fs so it actually works
* [autotest] test s-m-i requirement
* [autotests] add tests for the KService constructors
* 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.
* further investigation of the kservicetest unittest failure in CI
* Upgrade KF5 version to 5.32.0.
* Port some left-over debug output to categorized logging
* 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
* 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
* 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
* Tue Sep 06 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